Pull request #3293 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3e75227e261945ad25a87a260968361d7077a8ca+5dc7e5651dca608dfecf419d4d65481f56e38b66 (7f45745a1353b308dda419cd87979660bb72876f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31237’ Running on prd-centos7-docker-4c-2g-31239 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) > git config core.sparsecheckout # timeout=10 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # 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 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk a93ffb4c9050ee7fb6674a44443b4033b4d00f17 # timeout=10 [Pipeline] timeout 18:44:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:22 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:22 ========================================================= 18:44:22 EdgeX Global Pipelines Version Info 18:44:22 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:24 ------------------- 18:44:24 stable info: 18:44:24 ------------------- 18:44:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:44:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:44:24 Message: update stable to v1.0.186 18:44:25 ------------------- 18:44:25 experimental info: 18:44:25 ------------------- 18:44:25 Commited By: **** collab-it+edgex@linuxfoundation.org 18:44:25 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 18:44:25 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:44:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:44:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3293 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3293 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3293 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e75227e261945ad25a87a260968361d7077a8ca [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e75227 [Pipeline] echo 18:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:44:28 provisioning config files... 18:44:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3896662324124637678tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:29 ---> docker-login.sh 18:44:29 nexus3.edgexfoundry.org:10001 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10002 18:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:29 Configure a credential helper to remove this warning. See 18:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:29 18:44:29 Login Succeeded 18:44:29 nexus3.edgexfoundry.org:10003 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 nexus3.edgexfoundry.org:10004 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 docker.io 18:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:30 Configure a credential helper to remove this warning. See 18:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:30 18:44:30 Login Succeeded 18:44:30 ---> docker-login.sh ends [Pipeline] } 18:44:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:31 ++ 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 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/core-command/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo core-command,cmd/core-command/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/core-data/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo core-data,cmd/core-data/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/core-metadata/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo core-metadata,cmd/core-metadata/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/security-bootstrapper/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/security-proxy-setup/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/support-notifications/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo support-notifications,cmd/support-notifications/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/support-scheduler/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:44:31 + for file in '`ls cmd/**/Dockerfile`' 18:44:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:44:31 ++ cut -d/ -f2 18:44:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:44:31 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 18:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:32 18:44:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:44:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:32 latest: Pulling from edgex-devops/git-semver 18:44:32 31603596830f: Pulling fs layer 18:44:32 2a8b12db71e7: Pulling fs layer 18:44:32 6ca5941a6612: Pulling fs layer 18:44:32 ecc8261a40a4: Pulling fs layer 18:44:32 ecc8261a40a4: Waiting 18:44:32 2a8b12db71e7: Verifying Checksum 18:44:32 2a8b12db71e7: Download complete 18:44:32 31603596830f: Verifying Checksum 18:44:32 31603596830f: Download complete 18:44:32 ecc8261a40a4: Verifying Checksum 18:44:32 ecc8261a40a4: Download complete 18:44:33 31603596830f: Pull complete 18:44:33 6ca5941a6612: Verifying Checksum 18:44:33 6ca5941a6612: Download complete 18:44:33 2a8b12db71e7: Pull complete 18:44:34 6ca5941a6612: Pull complete 18:44:34 ecc8261a40a4: Pull complete 18:44:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:44:34 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 18:44:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:44:36 $ docker top a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:44:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:37 [ssh-agent] Looking for ssh-agent implementation... 18:44:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:37 $ docker exec a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent 18:44:37 SSH_AUTH_SOCK=/tmp/ssh-g973Su8atLBE/agent.11 18:44:37 SSH_AGENT_PID=17 18:44:37 Running ssh-add (command line suppressed) 18:44:37 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4150004080042438962.key (/w/workspace/edgex-go/3@tmp/private_key_4150004080042438962.key) 18:44:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:38 + git tag --points-at HEAD [Pipeline] } 18:44:38 $ docker exec --env ******** --env ******** a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent -k 18:44:38 unset SSH_AUTH_SOCK; 18:44:38 unset SSH_AGENT_PID; 18:44:38 echo Agent pid 17 killed; 18:44:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:44:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:44:38 [ssh-agent] Looking for ssh-agent implementation... 18:44:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:44:38 $ docker exec a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent 18:44:38 SSH_AUTH_SOCK=/tmp/ssh-KvOjxdq2CjOH/agent.47 18:44:38 SSH_AGENT_PID=52 18:44:38 Running ssh-add (command line suppressed) 18:44:39 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5511584278503308148.key (/w/workspace/edgex-go/3@tmp/private_key_5511584278503308148.key) 18:44:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:44:39 + git semver init 18:44:39 # -> Open(): unable to determine branch for HEAD 18:44:39 # $GIT_DIR = /w/workspace/edgex-go/3/.git 18:44:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 18:44:39 # $SEMVER_REMOTE_NAME = origin 18:44:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:44:39 # $SEMVER_USER_NAME = edgex-jenkins 18:44:39 # $SEMVER_BRANCH = PR-3293 18:44:39 # $SEMVER_TEMP = /tmp/semver-774341477 18:44:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:44:57 # '/tmp/semver-774341477' -> '/w/workspace/edgex-go/3/.semver' 18:44:57 # -> Force: false 18:44:57 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 18:44:57 $ docker exec --env ******** --env ******** a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae ssh-agent -k 18:44:57 unset SSH_AUTH_SOCK; 18:44:57 unset SSH_AGENT_PID; 18:44:57 echo Agent pid 52 killed; 18:44:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:58 + git semver [Pipeline] } 18:44:58 $ docker stop --time=1 a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae 18:45:00 $ docker rm -f a324c37b9ad0080fef624a85d0ef120e5037346f79ddd8341073ccfed820a1ae [Pipeline] // withDockerContainer [Pipeline] sh 18:45:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:45:01 Stashed 1 file(s) [Pipeline] echo 18:45:01 [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 18:45:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:45:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:45:02 + sudo service docker restart 18:45:02 + true 18:45:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:45:03 ========================================================= 18:45:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:45:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:03 + 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 . 18:45:07 Sending build context to Docker daemon 328.8MB 18:45:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:45:07 Step 2/6 : FROM ${BASE} 18:45:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:45:07 188c0c94c7c5: Pulling fs layer 18:45:07 0ef7d3d256c8: Pulling fs layer 18:45:07 de9db76c5a1d: Pulling fs layer 18:45:07 bca2f99d35d6: Pulling fs layer 18:45:07 93359f2a8cfa: Pulling fs layer 18:45:07 7c6f9722023f: Pulling fs layer 18:45:07 a35cf1a2eb13: Pulling fs layer 18:45:07 93359f2a8cfa: Waiting 18:45:07 a35cf1a2eb13: Waiting 18:45:07 bca2f99d35d6: Waiting 18:45:07 de9db76c5a1d: Verifying Checksum 18:45:07 de9db76c5a1d: Download complete 18:45:07 0ef7d3d256c8: Verifying Checksum 18:45:07 0ef7d3d256c8: Download complete 18:45:07 93359f2a8cfa: Verifying Checksum 18:45:07 93359f2a8cfa: Download complete 18:45:07 188c0c94c7c5: Verifying Checksum 18:45:07 188c0c94c7c5: Download complete 18:45:07 188c0c94c7c5: Pull complete 18:45:08 0ef7d3d256c8: Pull complete 18:45:08 7c6f9722023f: Verifying Checksum 18:45:08 7c6f9722023f: Download complete 18:45:08 de9db76c5a1d: Pull complete 18:45:10 a35cf1a2eb13: Verifying Checksum 18:45:10 a35cf1a2eb13: Download complete 18:45:10 bca2f99d35d6: Verifying Checksum 18:45:10 bca2f99d35d6: Download complete 18:45:15 bca2f99d35d6: Pull complete 18:45:15 93359f2a8cfa: Pull complete 18:45:15 7c6f9722023f: Pull complete 18:45:16 Still waiting to schedule task 18:45:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:45:19 a35cf1a2eb13: Pull complete 18:45:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:45:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:45:19 ---> a62c8e92a672 18:45:19 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 18:45:20 ---> Running in e3d04fb06c3c 18:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:22 (1/12) Installing libmagic (5.38-r0) 18:45:22 (2/12) Installing file (5.38-r0) 18:45:22 (3/12) Installing libc-dev (0.7.2-r3) 18:45:22 (4/12) Installing g++ (9.3.0-r2) 18:45:25 (5/12) Installing fortify-headers (1.1-r0) 18:45:25 (6/12) Installing patch (2.7.6-r6) 18:45:25 (7/12) Installing build-base (0.5-r2) 18:45:25 (8/12) Installing libsodium (1.0.18-r0) 18:45:25 (9/12) Installing pkgconf (1.7.2-r0) 18:45:25 (10/12) Installing libsodium-dev (1.0.18-r0) 18:45:25 (11/12) Installing libzmq (4.3.3-r0) 18:45:25 (12/12) Installing zeromq-dev (4.3.3-r0) 18:45:26 Executing busybox-1.31.1-r19.trigger 18:45:26 OK: 233 MiB in 51 packages 18:45:30 Removing intermediate container e3d04fb06c3c 18:45:30 ---> c9dd8f927d12 18:45:30 Step 4/6 : WORKDIR /edgex-go 18:45:30 ---> Running in f4469daf1b2a 18:45:30 Removing intermediate container f4469daf1b2a 18:45:30 ---> 9d1048f63eb5 18:45:30 Step 5/6 : COPY go.mod . 18:45:30 ---> c5996318f2f2 18:45:30 Step 6/6 : RUN go mod download 18:45:30 ---> Running in b084f632436d 18:45:52 Removing intermediate container b084f632436d 18:45:52 ---> 958fc9457ec7 18:45:52 Successfully built 958fc9457ec7 18:45:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:45:53 + docker inspect -f . ci-base-image-x86_64 18:45:53 . [Pipeline] withDockerContainer 18:45:53 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 18:45:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:45:54 $ docker top 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:54 + go version 18:45:54 go version go1.15.5 linux/amd64 [Pipeline] } 18:45:54 $ docker stop --time=1 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 18:45:55 $ docker rm -f 9173f12a12d7b6fc9c6e7e84e0187a400b61a23a83bf48123068ab0d5efeebc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:56 + docker inspect -f . ci-base-image-x86_64 18:45:56 . [Pipeline] withDockerContainer 18:45:56 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 18:45:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:45:57 $ docker top 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:45:57 ========================================================= 18:45:57 [edgeXBuildGoParallel] Running Tests and Build... 18:45:57 ========================================================= [Pipeline] sh 18:45:58 + make test 18:45:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:46:08 ? github.com/edgexfoundry/edgex-go [no test files] 18:46:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:46:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:46:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:46:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:46:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:46:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:46:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:46:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:46:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:46:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:46:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:46:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:46:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:46:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 45.9% of statements 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:46:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.066s coverage: 19.8% of statements 18:46:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.158s coverage: 27.1% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:46:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements 18:46:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.362s coverage: 28.6% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:46:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:46:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 92.8% of statements 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:46:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.062s coverage: 79.5% of statements 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 18:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements 18:46:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 18:46:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 18:46:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 18:47:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31240 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws 18:47:01 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:47:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.454s coverage: 82.6% of statements 18:47:07 using credential edgex-jenkins-ssh 18:47:07 Cloning the remote Git repository 18:47:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:47:07 > git init /w/workspace/edgex-go/3 # timeout=10 18:47:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:47:07 > git --version # timeout=10 18:47:07 > git --version # 'git version 2.17.1' 18:47:07 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.059s coverage: 75.5% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.6% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 64.4% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 69.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 38.4% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.146s coverage: 87.1% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.108s coverage: 94.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:47:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:47:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 18:47:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:47:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 18:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements 18:47:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:47:11 GO111MODULE=on go vet ./... 18:47:29 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca 18:47:30 Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca 18:47:30 Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) 18:47:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:47:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:47:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:47:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:47:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:47:29 > git config core.sparsecheckout # timeout=10 18:47:29 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 18:47:30 > git remote # timeout=10 18:47:30 > git config --get remote.origin.url # timeout=10 18:47:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:47:30 > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 18:47:30 > git rev-parse HEAD^{commit} # timeout=10 18:47:30 > git config core.sparsecheckout # timeout=10 18:47:30 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 18:47:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:47:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:47:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:47:37 + true 18:47:37 + sudo service docker restart 18:47:38 gofmt -l . 18:47:38 [ "`gofmt -l .`" = "" ] 18:47:39 ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:47:39 provisioning config files... 18:47:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1276100082302688386tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:47:39 ---> docker-login.sh 18:47:39 nexus3.edgexfoundry.org:10001 18:47:39 ./bin/test-attribution-txt.sh [Pipeline] sh 18:47:40 + ls -al . 18:47:40 total 776 18:47:40 drwxrwxr-x 10 1001 1001 4096 Mar 24 18:47 . 18:47:40 drwxr-xr-x 4 root root 28 Mar 24 18:45 .. 18:47:40 -rw-rw-r-- 1 1001 1001 11 Mar 24 18:44 .dockerignore 18:47:40 drwxrwxr-x 8 1001 1001 179 Mar 24 18:44 .git 18:47:40 drwxrwxr-x 3 1001 1001 125 Mar 24 18:44 .github 18:47:40 -rw-rw-r-- 1 1001 1001 818 Mar 24 18:44 .gitignore 18:47:40 drwx------ 3 1001 1001 60 Mar 24 18:44 .semver 18:47:40 -rw-rw-r-- 1 1001 1001 166 Mar 24 18:44 .sonarcloud.properties 18:47:40 -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:44 Attribution.txt 18:47:40 -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:44 CONTRIBUTING.md 18:47:40 -rw-rw-r-- 1 1001 1001 931 Mar 24 18:44 Dockerfile.build 18:47:40 -rw-rw-r-- 1 1001 1001 863 Mar 24 18:44 Jenkinsfile 18:47:40 -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:44 LICENSE 18:47:40 -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:44 Makefile 18:47:40 -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:44 README.md 18:47:40 -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:44 SECURITY.md 18:47:40 -rw-rw-r-- 1 1001 1001 5 Mar 24 18:45 VERSION 18:47:40 -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:44 ZMQWindows.md 18:47:40 drwxrwxr-x 2 1001 1001 117 Mar 24 18:44 bin 18:47:40 drwxrwxr-x 14 1001 1001 4096 Mar 24 18:44 cmd 18:47:40 -rw-r--r-- 1 root root 666600 Mar 24 18:47 coverage.out 18:47:40 -rw-r--r-- 1 root root 1056 Mar 24 18:47 go.mod 18:47:40 -rw-r--r-- 1 root root 22211 Mar 24 18:47 go.sum 18:47:40 drwxrwxr-x 8 1001 1001 127 Mar 24 18:44 internal 18:47:40 drwxrwxr-x 4 1001 1001 26 Mar 24 18:44 openapi 18:47:40 drwxrwxr-x 4 1001 1001 71 Mar 24 18:44 snap 18:47:40 -rw-rw-r-- 1 1001 1001 168 Mar 24 18:44 version.go [Pipeline] sh 18:47:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:41 + '[' -e coverage.out ] 18:47:41 + chown 1001:1001 coverage.out [Pipeline] stash 18:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:41 Configure a credential helper to remove this warning. See 18:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:41 18:47:41 Login Succeeded 18:47:41 nexus3.edgexfoundry.org:10002 18:47:41 Stashed 1 file(s) [Pipeline] sh 18:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:41 + make build 18:47:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:41 Configure a credential helper to remove this warning. See 18:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:41 18:47:41 Login Succeeded 18:47:41 nexus3.edgexfoundry.org:10003 18:47:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:41 Configure a credential helper to remove this warning. See 18:47:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:41 18:47:41 Login Succeeded 18:47:41 nexus3.edgexfoundry.org:10004 18:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:42 Configure a credential helper to remove this warning. See 18:47:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:42 18:47:42 Login Succeeded 18:47:42 docker.io 18:47:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:47:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:47:43 Configure a credential helper to remove this warning. See 18:47:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:47:43 18:47:43 Login Succeeded 18:47:43 ---> docker-login.sh ends [Pipeline] } 18:47:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:47:43 ========================================================= 18:47:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:47:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:47: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 . 18:47:46 Sending build context to Docker daemon 166.9MB 18:47:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:47:46 Step 2/6 : FROM ${BASE} 18:47:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:47:46 5f621e34cdf4: Pulling fs layer 18:47:46 a4357932f1b6: Pulling fs layer 18:47:46 18c013af1878: Pulling fs layer 18:47:46 00ac8860ef70: Pulling fs layer 18:47:46 63d7cb157983: Pulling fs layer 18:47:46 b116817d02f9: Pulling fs layer 18:47:46 745a02a5169b: Pulling fs layer 18:47:46 b116817d02f9: Waiting 18:47:46 745a02a5169b: Waiting 18:47:46 00ac8860ef70: Waiting 18:47:46 18c013af1878: Verifying Checksum 18:47:46 18c013af1878: Download complete 18:47:46 a4357932f1b6: Verifying Checksum 18:47:46 a4357932f1b6: Download complete 18:47:46 63d7cb157983: Download complete 18:47:46 b116817d02f9: Download complete 18:47:46 5f621e34cdf4: Download complete 18:47:46 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 18:47:47 5f621e34cdf4: Pull complete 18:47:47 a4357932f1b6: Pull complete 18:47:48 18c013af1878: Pull complete 18:47:49 745a02a5169b: Verifying Checksum 18:47:49 745a02a5169b: Download complete 18:47:51 00ac8860ef70: Verifying Checksum 18:47:51 00ac8860ef70: Download complete 18:47:55 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 18:47:55 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 18:47:57 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 18:47:57 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 18:47:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:48:01 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 18:48:01 00ac8860ef70: Pull complete 18:48:01 63d7cb157983: Pull complete 18:48:01 b116817d02f9: Pull complete 18:48:02 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 18:48:03 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 18:48:04 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 18:48:05 745a02a5169b: Pull complete 18:48:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:48:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:48:05 ---> b7e6874047d6 18:48: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 18:48:05 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] } 18:48:07 $ docker stop --time=1 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 18:48:08 ---> Running in d2e2758e58ec 18:48:09 $ docker rm -f 881bd61cb0ccc806acb6b48a4c4f04ed968e5dceb2c847fe1bcbc6d1da4d51f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 18:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:48:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:10 (1/12) Installing libmagic (5.38-r0) 18:48:11 (2/12) Installing file (5.38-r0) 18:48:11 (3/12) Installing libc-dev (0.7.2-r3) 18:48:11 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 18:48:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:48:13 18:48:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:48:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:48:13 latest: Pulling from edgex-devops/edgex-compose 18:48:13 cbdbe7a5bc2a: Pulling fs layer 18:48:13 ca9280d653b3: Pulling fs layer 18:48:13 7e9c9ca2126c: Pulling fs layer 18:48:13 cbdbe7a5bc2a: Download complete 18:48:14 cbdbe7a5bc2a: Pull complete 18:48:14 ca9280d653b3: Verifying Checksum 18:48:14 ca9280d653b3: Download complete 18:48:15 ca9280d653b3: Pull complete 18:48:15 7e9c9ca2126c: Verifying Checksum 18:48:15 7e9c9ca2126c: Download complete 18:48:19 (5/12) Installing fortify-headers (1.1-r0) 18:48:19 (6/12) Installing patch (2.7.6-r6) 18:48:19 (7/12) Installing build-base (0.5-r2) 18:48:19 (8/12) Installing libsodium (1.0.18-r0) 18:48:19 (9/12) Installing pkgconf (1.7.2-r0) 18:48:19 (10/12) Installing libsodium-dev (1.0.18-r0) 18:48:19 (11/12) Installing libzmq (4.3.3-r0) 18:48:19 (12/12) Installing zeromq-dev (4.3.3-r0) 18:48:19 Executing busybox-1.31.1-r19.trigger 18:48:19 OK: 217 MiB in 51 packages 18:48:22 7e9c9ca2126c: Pull complete 18:48:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:48:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:48:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:48:22 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 18:48:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:48:23 Removing intermediate container d2e2758e58ec 18:48:23 ---> 2fa22351910f 18:48:23 Step 4/6 : WORKDIR /edgex-go 18:48:23 ---> Running in 41f6d7909446 18:48:23 Removing intermediate container 41f6d7909446 18:48:23 ---> 5ee8a71b5c37 18:48:23 Step 5/6 : COPY go.mod . 18:48:24 ---> d58a41d78490 18:48:24 Step 6/6 : RUN go mod download 18:48:24 ---> Running in e01c6a1a1ca9 18:48:25 $ docker top f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:26 + docker-compose build --help 18:48:26 + grep parallel 18:48:27 --parallel Build images in parallel. [Pipeline] } 18:48:27 $ docker stop --time=1 f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 18:48:28 $ docker rm -f f89d116811ca21e19ae8c74553e8ec3b9c9ae8eae9e8a22c1bb8634d5084c282 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:48:29 . [Pipeline] withDockerContainer 18:48:29 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 18:48:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:48:29 $ docker top 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:30 + docker-compose -f ./docker-compose-build.yml build --parallel 18:48:31 Building docker-core-command-go ... 18:48:31 Building docker-core-data-go ... 18:48:31 Building docker-core-metadata-go ... 18:48:31 Building docker-security-bootstrapper-go ... 18:48:31 Building docker-security-proxy-setup-go ... 18:48:31 Building docker-security-secretstore-setup-go ... 18:48:31 Building docker-support-notifications-go ... 18:48:31 Building docker-support-scheduler-go ... 18:48:31 Building docker-sys-mgmt-agent-go ... 18:48:31 Building docker-core-data-go 18:48:31 Building docker-support-scheduler-go 18:48:31 Building docker-core-metadata-go 18:48:31 Building docker-support-notifications-go 18:48:31 Building docker-security-bootstrapper-go 18:48:51 Removing intermediate container e01c6a1a1ca9 18:48:51 ---> 1b6886c6bdd6 18:48:51 Successfully built 1b6886c6bdd6 18:48:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:48:51 + docker inspect -f . ci-base-image-arm64 18:48:51 . [Pipeline] withDockerContainer 18:48:51 prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container 18:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:48:53 $ docker top 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 -eo pid,comm [Pipeline] { [Pipeline] sh 18:48:54 + go version 18:48:54 go version go1.15.5 linux/arm64 [Pipeline] } 18:48:54 $ docker stop --time=1 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 18:48:56 $ docker rm -f 95eef047866d052b78dc7b20800cb425a125212011560843c39c8564c85b09b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:48:57 + docker inspect -f . ci-base-image-arm64 18:48:57 . [Pipeline] withDockerContainer 18:48:57 prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container 18:48:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:48:59 $ docker top 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e -eo pid,comm [Pipeline] { [Pipeline] echo 18:48:59 ========================================================= 18:48:59 [edgeXBuildGoParallel] Running Tests and Build... 18:48:59 ========================================================= [Pipeline] sh 18:49:00 + make test 18:49:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:49:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:49:03 ---> 958fc9457ec7 18:49:03 Step 3/22 : WORKDIR /edgex-go 18:49:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:49:03 ---> 958fc9457ec7 18:49:03 Step 3/22 : WORKDIR /edgex-go 18:49:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:03 ---> 958fc9457ec7 18:49:03 Step 3/23 : WORKDIR /edgex-go 18:49:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:03 ---> 958fc9457ec7 18:49:03 Step 3/23 : WORKDIR /edgex-go 18:49:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:49:04 ---> 958fc9457ec7 18:49:04 Step 3/31 : WORKDIR /edgex-go 18:49:05 ---> Running in c2f40b9dc90c 18:49:05 ---> Running in bdaa9d6b6552 18:49:05 ---> Running in a2dffc2d7981 18:49:05 ---> Running in d5c923e47f17 18:49:05 ---> Running in d88f5487a50c 18:49:05 Removing intermediate container d88f5487a50c 18:49:05 ---> 33274af93c19 18:49:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:05 Removing intermediate container bdaa9d6b6552 18:49:05 ---> 1005e97b2ff3 18:49:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:05 Removing intermediate container a2dffc2d7981 18:49:05 ---> 79f20c92267f 18:49:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:05 Removing intermediate container d5c923e47f17 18:49:05 ---> dd265c3c9305 18:49:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:05 Removing intermediate container c2f40b9dc90c 18:49:05 ---> f96fc547e7f4 18:49:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:06 ---> Running in e38bbb1dcfbd 18:49:06 ---> Running in 5a9a411beef9 18:49:06 ---> Running in fdc775d88fb7 18:49:06 ---> Running in 67e723c35817 18:49:06 ---> Running in 7d72893feffd 18:49:08 Removing intermediate container fdc775d88fb7 18:49:08 ---> 39b01a395726 18:49:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:49:08 ---> Running in 8748986b8e98 18:49:08 Removing intermediate container 5a9a411beef9 18:49:08 ---> 240faf8bd1fd 18:49:08 Step 5/23 : RUN apk add --update --no-cache make git 18:49:08 Removing intermediate container e38bbb1dcfbd 18:49:08 ---> bfb70c760ef1 18:49:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:49:08 Removing intermediate container 7d72893feffd 18:49:08 ---> f31606ff78c3 18:49:08 Step 5/31 : RUN apk add --update --no-cache make git 18:49:08 ---> Running in b53bcb7a21df 18:49:08 ---> Running in 5b2699856869 18:49:08 ---> Running in 36f42e277947 18:49:08 Removing intermediate container 67e723c35817 18:49:08 ---> 2c53d91b4663 18:49:08 Step 5/22 : RUN apk add --update --no-cache make git 18:49:09 ---> Running in ad1cfc4e3781 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:49:10 OK: 233 MiB in 51 packages 18:49:11 OK: 233 MiB in 51 packages 18:49:11 Removing intermediate container 8748986b8e98 18:49:11 ---> 02d779d55667 18:49:11 Step 6/23 : COPY go.mod . 18:49:11 OK: 233 MiB in 51 packages 18:49:11 OK: 233 MiB in 51 packages 18:49:11 OK: 233 MiB in 51 packages 18:49:11 ---> f2e44bb906e5 18:49:11 Step 7/23 : RUN go mod download 18:49:11 ---> Running in 36a7f3f38798 18:49:11 Removing intermediate container 5b2699856869 18:49:11 ---> 4bf808757bd8 18:49:11 Step 6/22 : COPY go.mod . 18:49:12 ---> ec63be27437d 18:49:12 Step 7/22 : RUN go mod download 18:49:12 Removing intermediate container b53bcb7a21df 18:49:12 ---> c65d1521f2e6 18:49:12 Step 6/23 : COPY go.mod . 18:49:12 ---> Running in d99bbe105b99 18:49:13 Removing intermediate container 36f42e277947 18:49:13 ---> 8241bda718f9 18:49:13 Step 6/31 : COPY go.mod . 18:49:13 Removing intermediate container ad1cfc4e3781 18:49:13 ---> 24b655bf0ec6 18:49:13 Step 6/22 : COPY go.mod . 18:49:13 ---> f60c211e2e8e 18:49:13 Step 7/23 : RUN go mod download 18:49:13 ---> Running in 9667f371dcf1 18:49:13 ---> b1b56a2b479f 18:49:13 Step 7/31 : RUN go mod download 18:49:13 ---> 2a56a0646118 18:49:13 Step 7/22 : RUN go mod download 18:49:13 ---> Running in 54e08a72cfed 18:49:13 ---> Running in 987aee680cd4 18:49:14 Removing intermediate container d99bbe105b99 18:49:14 ---> 0f56cd6a1bce 18:49:14 Step 8/22 : COPY . . 18:49:14 Removing intermediate container 36a7f3f38798 18:49:14 ---> 70b1fdaf0f87 18:49:14 Step 8/23 : COPY . . 18:49:14 Removing intermediate container 9667f371dcf1 18:49:14 ---> 555a1986c8c9 18:49:14 Step 8/23 : COPY . . 18:49:22 ? github.com/edgexfoundry/edgex-go [no test files] 18:49:23 Removing intermediate container 54e08a72cfed 18:49:23 ---> f41b88afaff0 18:49:23 Step 8/31 : COPY . . 18:49:23 Removing intermediate container 987aee680cd4 18:49:23 ---> a2b0b9a901f9 18:49:23 Step 8/22 : COPY . . 18:50:02 ---> d4f5206c3a1b 18:50:02 Step 9/23 : RUN make cmd/core-data/core-data 18:50:02 ---> c1f63fdfc4f1 18:50:02 ---> 006cd983fbfe 18:50:02 Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/22 : RUN make cmd/support-notifications/support-notifications 18:50:02 18:50:02 ---> Running in 066f923da994 18:50:02 ---> Running in 953bcaec208d 18:50:02 ---> Running in ce047f7bcb03 18:50:02 ---> 2de79c22330d 18:50:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:50:02 ---> d761655111c4 18:50:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:50:02 ---> Running in aa45dcba5609 18:50:02 ---> Running in 0090566fb988 18:50:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:50:02 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 18:50:02 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 18:50:02 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 18:50:02 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 18:50:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:50:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:50:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:50:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:50:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:50:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:50:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:50:41 Removing intermediate container 0090566fb988 18:50:41 ---> 6ded3e7c3a1f 18:50:41 18:50:41 Step 10/31 : FROM alpine:3.12 18:50:41 3.12: Pulling from library/alpine 18:50:41 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:50:41 Status: Downloaded newer image for alpine:3.12 18:50:41 ---> 88dd2752d2ea 18:50:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:50:43 ---> Running in 50995533c542 18:50:43 Removing intermediate container aa45dcba5609 18:50:43 ---> 4e77317c6c53 18:50:43 18:50:43 Step 10/22 : FROM alpine:3.12 18:50:43 ---> 88dd2752d2ea 18:50:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:50:43 Removing intermediate container 953bcaec208d 18:50:43 ---> b0184a4e2746 18:50:43 18:50:43 Step 10/22 : FROM alpine:3.12 18:50:43 ---> 88dd2752d2ea 18:50:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:50:44 ---> Running in 66796b909a3f 18:50:44 ---> Running in 887b345d0302 18:50:44 Removing intermediate container 50995533c542 18:50:44 ---> 50531ff50020 18:50:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.323s coverage: 45.9% of statements 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.260s coverage: 100.0% of statements 18:50:48 ---> Running in 25a74e41388d 18:50:48 Removing intermediate container ce047f7bcb03 18:50:48 ---> 897c7c413ad0 18:50:48 18:50:48 Step 10/23 : FROM alpine:3.12 18:50:48 ---> 88dd2752d2ea 18:50:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:50:48 Removing intermediate container 066f923da994 18:50:48 ---> dc213d077043 18:50:48 18:50:48 Step 10/23 : FROM alpine:3.12 18:50:48 ---> 88dd2752d2ea 18:50:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:50:48 ---> Running in 122728f49ac0 18:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:48 ---> Running in a267f3969484 18:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:49 (1/1) Installing dumb-init (1.2.2-r1) 18:50:49 Executing busybox-1.31.1-r19.trigger 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:49 OK: 6 MiB in 15 packages 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:49 Removing intermediate container a267f3969484 18:50:49 ---> 023cbc58facc 18:50:49 Step 12/23 : ENV APP_PORT=48080 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:49 ---> Running in be1305c2eba2 18:50:49 (1/2) Installing ca-certificates (20191127-r4) 18:50:49 (2/2) Installing dumb-init (1.2.2-r1) 18:50:49 Executing busybox-1.31.1-r19.trigger 18:50:49 Executing ca-certificates-20191127-r4.trigger 18:50:49 (1/2) Installing dumb-init (1.2.2-r1) 18:50:49 (2/2) Installing su-exec (0.2-r1) 18:50:49 Executing busybox-1.31.1-r19.trigger 18:50:49 OK: 6 MiB in 16 packages 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:49 (1/1) Installing dumb-init (1.2.2-r1) 18:50:49 Executing busybox-1.31.1-r19.trigger 18:50:49 OK: 6 MiB in 15 packages 18:50:49 OK: 6 MiB in 16 packages 18:50:50 Removing intermediate container be1305c2eba2 18:50:50 ---> 7a792feb2250 18:50:50 Step 13/23 : EXPOSE $APP_PORT 18:50:50 ---> Running in cdf561e65e44 18:50:50 Removing intermediate container 66796b909a3f 18:50:50 ---> c5ad85605372 18:50:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:50:50 ---> Running in 2a29905d10ef 18:50:50 Removing intermediate container cdf561e65e44 18:50:50 ---> bcb45cb8433c 18:50:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:50 Removing intermediate container 25a74e41388d 18:50:50 ---> 50b1c2a4f84d 18:50:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:50:51 Removing intermediate container 122728f49ac0 18:50:51 ---> 92f767f7979d 18:50:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:50:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:50:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:50:52 ---> Running in e518400a3415 18:50:52 ---> Running in 93ac320bf40d 18:50:52 Removing intermediate container 2a29905d10ef 18:50:52 ---> d1a4432feee8 18:50:52 Step 13/22 : ENV APP_PORT=48085 18:50:52 ---> Running in 818f422fa498 18:50:52 Removing intermediate container 887b345d0302 18:50:52 ---> 986d45839bde 18:50:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:50:52 ---> Running in 848a2ce7b90b 18:50:52 ---> Running in 2d92892bc24d 18:50:52 Removing intermediate container e518400a3415 18:50:52 ---> 28662c26bd4c 18:50:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:50:52 Removing intermediate container 818f422fa498 18:50:52 ---> 0e270dd7d8a5 18:50:52 Step 13/23 : ENV APP_PORT=48081 18:50:52 Removing intermediate container 848a2ce7b90b 18:50:52 ---> bcf8d7adb40d 18:50:52 Step 14/22 : EXPOSE $APP_PORT 18:50:52 ---> Running in 30ffb3286b0f 18:50:52 ---> Running in 95963830d0d7 18:50:53 ---> Running in 8f44ee35d611 18:50:53 Removing intermediate container 2d92892bc24d 18:50:53 ---> ae3edd353ec6 18:50:53 Step 13/22 : ENV APP_PORT=48060 18:50:53 ---> Running in 5362c63f56a6 18:50:53 Removing intermediate container 30ffb3286b0f 18:50:53 ---> 4cb5a86c3beb 18:50:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:50:53 Removing intermediate container 95963830d0d7 18:50:53 ---> 37e88eb76a0b 18:50:53 Step 14/23 : EXPOSE $APP_PORT 18:50:53 Removing intermediate container 8f44ee35d611 18:50:53 ---> b66778289b19 18:50:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:53 ---> Running in 8018c33c1227 18:50:53 ---> Running in 99386fb3928f 18:50:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements 18:50:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:50:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:50:53 Removing intermediate container 5362c63f56a6 18:50:53 ---> fd6750bca147 18:50:53 Step 14/22 : EXPOSE $APP_PORT 18:50:53 ---> Running in e135325593fa 18:50:53 ---> 3599e6b9a246 18:50:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:50:54 Removing intermediate container 93ac320bf40d 18:50:54 ---> 9c4924c2a9ad 18:50:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:50:54 Removing intermediate container 99386fb3928f 18:50:54 ---> 2582db9efb74 18:50:54 Step 15/23 : WORKDIR / 18:50:54 ---> Running in be6df5f52dbc 18:50:54 ---> Running in b04279ff642e 18:50:54 Removing intermediate container e135325593fa 18:50:54 ---> 95d344c0cb2e 18:50:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:54 ---> 530a98f5b3c3 18:50:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:50:55 Removing intermediate container b04279ff642e 18:50:55 ---> 8421255efe42 18:50:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.9% of statements 18:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:50:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements 18:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:50:55 ---> 00b78082e648 18:50:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:50:55 ---> 89b57e6fa770 18:50:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:50:55 ---> b3ef32099852 18:50:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:50:55 ---> Running in 665a51a1f5be 18:50:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:55 Removing intermediate container 8018c33c1227 18:50:55 ---> bd9510a6b741 18:50:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:50:56 ---> Running in 0559ee0b9068 18:50:56 Removing intermediate container 665a51a1f5be 18:50:56 ---> 3c2dbf8504e1 18:50:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:56 ---> Running in 5697ce48cc9f 18:50:56 ---> ecd57d9f11ea 18:50:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:50:56 ---> 0b98e3048a66 18:50:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:50:56 Removing intermediate container 0559ee0b9068 18:50:56 ---> 47a50daf91af 18:50:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:50:56 Removing intermediate container 5697ce48cc9f 18:50:56 ---> 190da8778d42 18:50:56 Step 20/22 : LABEL arch=x86_64 18:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:56 ---> Running in f1d6d95d3d8a 18:50:56 ---> 8350ee6fc5dc 18:50:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:50:56 ---> aa913a7404b0 18:50:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:50:56 ---> e3c0fdbacaa6 18:50:56 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:50:57 ---> Running in caff2374513c 18:50:57 ---> Running in 56d16eb978c9 18:50:57 ---> Running in f91dcafa5968 18:50:57 Removing intermediate container f1d6d95d3d8a 18:50:57 ---> a08adecfdff8 18:50:57 Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:50:57 ---> Running in 9c9aedf0e7f0 18:50:57 Removing intermediate container caff2374513c 18:50:57 ---> 7d917082ac09 18:50:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:57 (1/6) Installing dumb-init (1.2.2-r1) 18:50:57 Removing intermediate container f91dcafa5968 18:50:57 ---> c731c5f5fe5c 18:50:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:57 (2/6) Installing libgcc (9.3.0-r2) 18:50:57 ---> Running in 56abcbffc0cb 18:50:57 (3/6) Installing libsodium (1.0.18-r0) 18:50:57 ---> Running in 7774da40debf 18:50:57 Removing intermediate container 9c9aedf0e7f0 18:50:57 ---> 9fd0af6433d0 18:50:57 Step 22/22 : LABEL version=0.0.0 18:50:57 Removing intermediate container 56abcbffc0cb 18:50:57 ---> aec8069e8cf5 18:50:57 Step 20/22 : LABEL arch=x86_64 18:50:57 (4/6) Installing libstdc++ (9.3.0-r2) 18:50:58 ---> Running in 69ce09558bba 18:50:58 Removing intermediate container 7774da40debf 18:50:58 ---> 30cec3c80bdd 18:50:58 Step 21/23 : LABEL arch=x86_64 ---> Running in db58d01679da 18:50:58 18:50:58 ---> Running in 09b968ebfaa2 18:50:58 Removing intermediate container db58d01679da 18:50:58 ---> f939c44208be 18:50:58 Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:50:58 Removing intermediate container 69ce09558bba 18:50:58 ---> 41d1a0134631 18:50:58 18:50:58 (5/6) Installing libzmq (4.3.3-r0) 18:50:58 ---> Running in 94d8f3b6c642 18:50:58 Successfully built 41d1a0134631 18:50:58 Removing intermediate container 09b968ebfaa2 18:50:58 ---> df632db462fd 18:50:58 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:50:58 (6/6) Installing zeromq (4.3.3-r0) 18:50:58 Successfully tagged docker-support-scheduler-go:latest 18:50:58  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 18:50:58 Executing busybox-1.31.1-r19.trigger 18:50:58 OK: 8 MiB in 20 packages 18:50:58 Removing intermediate container 56d16eb978c9 18:50:58 ---> 26062b1cc729 18:50:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:50:58 ---> Running in 584d80a02dcf 18:50:58 Removing intermediate container 94d8f3b6c642 18:50:58 ---> 113b0c6349fa 18:50:58 Step 22/22 : LABEL version=0.0.0 18:50:59 ---> Running in 26d1fd14407b 18:50:59 Removing intermediate container 584d80a02dcf 18:50:59 ---> dbc1f35ab5de 18:50:59 Step 23/23 : LABEL version=0.0.0 18:50:59 ---> 73b80a8691d5 18:50:59 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:50:59 Removing intermediate container 26d1fd14407b 18:50:59 ---> 1145d21034f8 18:50:59 18:50:59 ---> Running in b44a1d903026 18:51:00 Successfully built 1145d21034f8 18:51:00 Removing intermediate container be6df5f52dbc 18:51:00 ---> d399c97230e7 18:51:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt /Successfully tagged docker-support-notifications-go:latest 18:51:00  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 18:51:00 18:51:00 Removing intermediate container b44a1d903026 18:51:00 ---> a59c4a3e91c8 18:51:00 18:51:00 Successfully built a59c4a3e91c8 18:51:00 ---> eb83c3a102cb 18:51:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:51:00 Successfully tagged docker-core-metadata-go:latest 18:51:00 Building docker-core-command-go 18:51:04  Building docker-core-metadata-go ... done  ---> 6f659152adaf 18:51:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.213s coverage: 28.6% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.324s coverage: 86.7% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.292s coverage: 97.5% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:51:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.206s coverage: 78.3% of statements 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:51:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:51:09 ---> b1edc199e329 18:51:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:51:09 ---> c163da9c0bf4 18:51:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:51:09 ---> 35b31e440d8c 18:51:09 Step 19/23 : ENTRYPOINT ["/core-data"] 18:51:09 ---> 69d6a12f01df 18:51:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:51:09 ---> Running in e6293d2e1eae 18:51:09 Removing intermediate container e6293d2e1eae 18:51:09 ---> 5199481e6eda 18:51:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:09 ---> cc4f62315e99 18:51:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:51:09 ---> Running in 11dd2cd87a21 18:51:13 ---> Running in 2fcfa62c1429 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:51:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 47.1% of statements 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.114s coverage: 96.3% of statements 18:51:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 18:51:14 Removing intermediate container 11dd2cd87a21 18:51:14 ---> 53e9734c1232 18:51:14 Step 21/23 : LABEL arch=x86_64 18:51:15 Removing intermediate container 2fcfa62c1429 18:51:15 ---> fe267175fae6 18:51:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:51:15 ---> Running in 9d2e615073f2 18:51:17 Removing intermediate container 9d2e615073f2 18:51:17 ---> adc38dbc7763 18:51:17 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:51:17 ---> b862b5ecec8a 18:51:17 Step 26/31 : RUN chmod +x /entrypoint.sh 18:51:18 ---> Running in 7e2fed9843f6 18:51:19 ---> Running in e6d429ca9775 18:51:20 Removing intermediate container 7e2fed9843f6 18:51:20 ---> 4b3b0f451c8e 18:51:20 Step 23/23 : LABEL version=0.0.0 18:51:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:51:21 ---> 958fc9457ec7 18:51:21 Step 3/23 : WORKDIR /edgex-go 18:51:21 ---> Using cache 18:51:21 ---> f96fc547e7f4 18:51:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:21 ---> Running in 7ea9aa8ec851 18:51:21 ---> Using cache 18:51:21 ---> f31606ff78c3 18:51:21 Step 5/23 : RUN apk add --update --no-cache make git 18:51:21 ---> Using cache 18:51:21 ---> 8241bda718f9 18:51:21 Step 6/23 : COPY go.mod . 18:51:21 ---> Using cache 18:51:21 ---> b1b56a2b479f 18:51:21 Step 7/23 : RUN go mod download 18:51:21 ---> Using cache 18:51:21 ---> f41b88afaff0 18:51:21 Step 8/23 : COPY . . 18:51:21 ---> Using cache 18:51:21 ---> 2de79c22330d 18:51:21 Step 9/23 : RUN make cmd/core-command/core-command 18:51:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:51:21 ---> 958fc9457ec7 18:51:21 Step 3/21 : WORKDIR /edgex-go 18:51:21 ---> Using cache 18:51:21 ---> f96fc547e7f4 18:51:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:21 ---> Using cache 18:51:21 ---> f31606ff78c3 18:51:21 Step 5/21 : RUN apk add --update --no-cache make git 18:51:21 ---> Using cache 18:51:21 ---> 8241bda718f9 18:51:21 Step 6/21 : COPY go.mod . 18:51:21 ---> Using cache 18:51:21 ---> b1b56a2b479f 18:51:21 Step 7/21 : RUN go mod download 18:51:21 ---> Using cache 18:51:21 ---> f41b88afaff0 18:51:21 Step 8/21 : COPY . . 18:51:21 ---> Using cache 18:51:21 ---> 2de79c22330d 18:51:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:51:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:51:23 ---> 958fc9457ec7 18:51:23 Step 3/26 : WORKDIR /edgex-go 18:51:23 ---> Using cache 18:51:23 ---> f96fc547e7f4 18:51:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:23 ---> Using cache 18:51:23 ---> f31606ff78c3 18:51:23 Step 5/26 : RUN apk add --update --no-cache make bash git 18:51:23 ---> Running in e4467087eefb 18:51:23 ---> Running in 340277732b80 18:51:23 Removing intermediate container 7ea9aa8ec851 18:51:23 ---> ece3f82ab179 18:51:23 18:51:23 ---> Running in 34c853d02a02 18:51:24 Successfully built ece3f82ab179 18:51:24 Successfully tagged docker-core-data-go:latest 18:51:24 Building docker-security-secretstore-setup-go 18:51:24  Building docker-core-data-go ... done Removing intermediate container e6d429ca9775 18:51:24 ---> b1587011c9c4 18:51:24 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:51:25 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 18:51:25 ---> Running in 08aebdabc9ea 18:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 18:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 18:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:51:27 Removing intermediate container 08aebdabc9ea 18:51:27 ---> 628ef40c7b0c 18:51:27 Step 28/31 : CMD ["gate"] 18:51:27 ---> Running in 03605584f0cf 18:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:51:28 Removing intermediate container 03605584f0cf 18:51:28 ---> 20c1686254fe 18:51:28 Step 29/31 : LABEL arch=x86_64 18:51:28 ---> Running in fa5bf4a6dea8 18:51:28 OK: 233 MiB in 51 packages 18:51:29 Removing intermediate container fa5bf4a6dea8 18:51:29 ---> ebdd2c1a0fc2 18:51:29 Step 30/31 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:51:30 ---> Running in e4581f2109ab 18:51:30 Removing intermediate container e4581f2109ab 18:51:30 ---> b4f2d91bf600 18:51:30 Step 31/31 : LABEL version=0.0.0 18:51:30 Removing intermediate container 34c853d02a02 18:51:30 ---> b805be232c9e 18:51:30 Step 6/26 : COPY go.mod . 18:51:31 ---> Running in d33268d9177a 18:51:31 Removing intermediate container d33268d9177a 18:51:31 ---> fcb7a6b5822d 18:51:31 18:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.481s coverage: 82.6% of statements 18:51:31 ---> a9c978d0cad7 18:51:31 Step 7/26 : RUN go mod download 18:51:31 Successfully built fcb7a6b5822d 18:51:31 Successfully tagged docker-security-bootstrapper-go:latest 18:51:31  Building docker-security-bootstrapper-go ... done  ---> Running in a99a67c8dceb 18:51:36 Removing intermediate container a99a67c8dceb 18:51:36 ---> f6cedd235c4a 18:51:36 Step 8/26 : COPY . . 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.129s coverage: 84.6% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.6% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 64.4% of statements 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:51:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 18:51:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 18:51:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 18:51:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:51:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:51:43 ---> 958fc9457ec7 18:51:43 Step 3/24 : WORKDIR /edgex-go 18:51:43 ---> Using cache 18:51:43 ---> f96fc547e7f4 18:51:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:43 ---> Using cache 18:51:43 ---> f31606ff78c3 18:51:43 Step 5/24 : RUN apk add --update --no-cache make git 18:51:43 ---> Using cache 18:51:43 ---> 8241bda718f9 18:51:43 Step 6/24 : COPY go.mod . 18:51:43 ---> Using cache 18:51:43 ---> b1b56a2b479f 18:51:43 Step 7/24 : RUN go mod download 18:51:43 ---> Using cache 18:51:43 ---> f41b88afaff0 18:51:43 Step 8/24 : COPY . . 18:51:43 ---> Using cache 18:51:43 ---> 2de79c22330d 18:51:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:51:44 ---> Running in dc7d70eb6007 18:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 69.0% of statements 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.352s coverage: 38.4% of statements 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements 18:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 18:51:47 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 18:51:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.186s coverage: 100.0% of statements 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:51:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.496s coverage: 87.1% of statements 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:51:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.216s coverage: 29.1% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.289s coverage: 94.0% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:52:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 18:52:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 18:52:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:52:03 GO111MODULE=on go vet ./... 18:52:06 Removing intermediate container 340277732b80 18:52:06 ---> ed6e149a631e 18:52:06 18:52:06 Step 10/21 : FROM alpine:3.12 18:52:06 ---> 88dd2752d2ea 18:52:06 Step 11/21 : RUN apk add --update --no-cache curl 18:52:06 Removing intermediate container e4467087eefb 18:52:06 ---> cd827ca51d57 18:52:06 18:52:06 Step 10/23 : FROM alpine:3.12 18:52:06 ---> 88dd2752d2ea 18:52:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:52:06 ---> Using cache 18:52:06 ---> 92f767f7979d 18:52:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:52:06 ---> Using cache 18:52:06 ---> 0e270dd7d8a5 18:52:06 Step 13/23 : ENV APP_PORT=48082 18:52:06 ---> 262a78c7e461 18:52:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:52:06 ---> Running in cd5bb96219a1 18:52:06 ---> Running in ea421012d59a 18:52:06 ---> Running in 7c9d533e5cef 18:52:06 Removing intermediate container ea421012d59a 18:52:06 ---> aa3b2a1fb51e 18:52:06 Step 14/23 : EXPOSE $APP_PORT 18:52:06 ---> Running in 768ee294036f 18:52:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:06 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 18:52:06 Removing intermediate container 768ee294036f 18:52:06 ---> 8198a732858b 18:52:06 Step 15/23 : WORKDIR / 18:52: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 18:52:06 (1/4) Installing ca-certificates (20191127-r4) 18:52:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:52:06 (3/4) Installing libcurl (7.69.1-r3) 18:52:06 (4/4) Installing curl (7.69.1-r3) 18:52:06 Executing busybox-1.31.1-r19.trigger 18:52:06 ---> Running in a6ea3987bda7 18:52:06 Executing ca-certificates-20191127-r4.trigger 18:52:06 OK: 7 MiB in 18 packages 18:52:06 Removing intermediate container a6ea3987bda7 18:52:06 ---> 2466e481e6d4 18:52:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:52:07 ---> 42533bb0c84f 18:52:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:52:07 Removing intermediate container cd5bb96219a1 18:52:07 ---> 1fb8ed15af28 18:52:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:07 ---> Running in 38f89366b5ce 18:52:07 Removing intermediate container 38f89366b5ce 18:52:07 ---> 6a8ff87df96a 18:52:07 Step 13/21 : WORKDIR /edgex 18:52:07 ---> Running in 0c667fcef53c 18:52:07 ---> f8d5a96cf79a 18:52:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:52:08 Removing intermediate container 0c667fcef53c 18:52:08 ---> 3e91d88e4f81 18:52:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:52:08 ---> e1f79aaae578 18:52:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:52:08 ---> cf5dfd1de947 18:52:08 Step 19/23 : ENTRYPOINT ["/core-command"] 18:52:08 ---> Running in 3c496ad0ca6c 18:52:09 Removing intermediate container 3c496ad0ca6c 18:52:09 ---> 91eef75eea8a 18:52:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:09 ---> Running in dfbe75f937c6 18:52:11 ---> c31bd8a6ebd8 18:52:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:52:11 Removing intermediate container dfbe75f937c6 18:52:11 ---> 03e8850d6311 18:52:11 Step 21/23 : LABEL arch=x86_64 18:52:11 Removing intermediate container dc7d70eb6007 18:52:11 ---> 00abaa17726b 18:52:11 18:52:11 Step 10/24 : FROM alpine:3.12 18:52:11 ---> 88dd2752d2ea 18:52:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:52:11 ---> Running in cee51fa0d51f 18:52:11 ---> Running in b90d4bc6df3c 18:52:11 Removing intermediate container cee51fa0d51f 18:52:11 ---> 9e082594f0cd 18:52:11 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:52:12 ---> Running in c7d6055db1f6 18:52:12 ---> 4bf95e335895 18:52:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:52:12 ---> Running in 8abe1c8e04af 18:52:12 Removing intermediate container c7d6055db1f6 18:52:12 ---> 10b787185ec0 18:52:12 Step 23/23 : LABEL version=0.0.0 18:52:12 ---> Running in fd36b0dfe2d9 18:52:12 Removing intermediate container 8abe1c8e04af 18:52:12 ---> ef7fb82c26e5 18:52:12 Step 18/21 : CMD ["--init=true"] 18:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:12 ---> Running in 4380a2947d2c 18:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:13 Removing intermediate container fd36b0dfe2d9 18:52:13 ---> 64992298d2cd 18:52:13 18:52:13 (1/6) Installing ca-certificates (20191127-r4) 18:52:13 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:52:13 (3/6) Installing libcurl (7.69.1-r3) 18:52:13 (4/6) Installing curl (7.69.1-r3) 18:52:13 (5/6) Installing dumb-init (1.2.2-r1) 18:52:13 (6/6) Installing su-exec (0.2-r1) 18:52:13 Executing busybox-1.31.1-r19.trigger 18:52:13 Executing ca-certificates-20191127-r4.trigger 18:52:13 OK: 7 MiB in 20 packages 18:52:13 Successfully built 64992298d2cd 18:52:13 Removing intermediate container 4380a2947d2c 18:52:13 ---> d7d4e40512f0 18:52:13 Step 19/21 : LABEL arch=x86_64 18:52:13 Successfully tagged docker-core-command-go:latest 18:52:14  Building docker-core-command-go ... done  ---> Running in df1c384c5c20 18:52:14 Removing intermediate container df1c384c5c20 18:52:14 ---> 894f5327ebbc 18:52:14 Step 20/21 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:52:14 ---> Running in e3f87755940a 18:52:15 Removing intermediate container e3f87755940a 18:52:15 ---> 403fdda787f6 18:52:15 Step 21/21 : LABEL version=0.0.0 18:52:16 Removing intermediate container b90d4bc6df3c 18:52:16 ---> 0b0c936073e1 18:52:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:16 ---> Running in 0aaa5dff98b9 18:52:16 ---> Running in c3b06dae7eed 18:52:16 Removing intermediate container 0aaa5dff98b9 18:52:16 ---> e1e767df75a1 18:52:16 18:52:16 Removing intermediate container c3b06dae7eed 18:52:16 ---> 7273c0c62a46 18:52:16 Step 13/24 : WORKDIR / 18:52:16 Successfully built e1e767df75a1 18:52:16 Successfully tagged docker-security-proxy-setup-go:latest 18:52:16  Building docker-security-proxy-setup-go ... done  ---> Running in 44a078de7ce3 18:52:16 Removing intermediate container 44a078de7ce3 18:52:16 ---> ffbf2dc9015e 18:52:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:52:17 ---> bb4debd685f8 18:52:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:52:17 ---> 686a23a4c88a 18:52:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:52:19 ---> d7b5536e2982 18:52:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:52:19 Removing intermediate container 7c9d533e5cef 18:52:19 ---> fa4d7b3bc730 18:52:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:52:19 ---> Running in ce0f8cdf14a7 18:52:19 ---> 5409aa3510cf 18:52:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:52:20 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 18:52:20 ---> 2c518e71ae62 18:52:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:52:20 ---> 25bc0638d43c 18:52:20 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/ 18:52:20 ---> Running in f8fcc103b2f3 18:52:21 Removing intermediate container ce0f8cdf14a7 18:52:21 ---> 43620ae5df8f 18:52:21 18:52:21 Step 11/26 : FROM docker:20.10.0 18:52:21 20.10.0: Pulling from library/docker 18:52:21 Removing intermediate container f8fcc103b2f3 18:52:21 ---> 56da67cc3e7f 18:52:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:52:22 ---> Running in 64cce9d749aa 18:52:22 Removing intermediate container 64cce9d749aa 18:52:22 ---> 779f01601835 18:52:22 Step 22/24 : LABEL arch=x86_64 18:52:22 ---> Running in c0a4124d8fdb 18:52:22 Removing intermediate container c0a4124d8fdb 18:52:22 ---> 0c32b6cb9de5 18:52:22 Step 23/24 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:52:22 ---> Running in 6987dc53adef 18:52:23 Removing intermediate container 6987dc53adef 18:52:23 ---> 89cd4926dcaa 18:52:23 Step 24/24 : LABEL version=0.0.0 18:52:23 ---> Running in cc1ea60e55ab 18:52:23 Removing intermediate container cc1ea60e55ab 18:52:23 ---> decde2d821b7 18:52:23 18:52:23 Successfully built decde2d821b7 18:52:23 Successfully tagged docker-security-secretstore-setup-go:latest 18:52:26  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:52:26 Status: Downloaded newer image for docker:20.10.0 18:52:26 ---> aefe523efa57 18:52:26 Step 12/26 : RUN apk add --no-cache bash 18:52:26 ---> Running in 33e259df61c9 18:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:26 (1/2) Installing readline (8.0.4-r0) 18:52:26 (2/2) Installing bash (5.0.17-r0) 18:52:26 Executing bash-5.0.17-r0.post-install 18:52:26 Executing busybox-1.31.1-r19.trigger 18:52:26 OK: 12 MiB in 22 packages 18:52:27 Removing intermediate container 33e259df61c9 18:52:27 ---> 7525c2f6bb2f 18:52:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:52:27 ---> Running in ceeb4cb413ac 18:52:27 Removing intermediate container ceeb4cb413ac 18:52:27 ---> 992f37dd945e 18:52:27 Step 14/26 : ENV APP_PORT=48090 18:52:28 ---> Running in d52ba5bb3faa 18:52:28 Removing intermediate container d52ba5bb3faa 18:52:28 ---> 02cd4e7142ad 18:52:28 Step 15/26 : EXPOSE $APP_PORT 18:52:28 ---> Running in 26dddd8fcef5 18:52:28 Removing intermediate container 26dddd8fcef5 18:52:28 ---> fed72422110c 18:52:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:52:29 ---> 94a34eba8e80 18:52:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:52:29 ---> 4501098f423a 18:52:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:52:29 ---> 0887d3bb7bb9 18:52:29 Step 19/26 : RUN apk --no-cache add py3-pip 18:52:29 ---> Running in aadf0a261871 18:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:30 (1/33) Installing libbz2 (1.0.8-r1) 18:52:30 (2/33) Installing expat (2.2.9-r1) 18:52:30 (3/33) Installing libffi (3.3-r2) 18:52:30 (4/33) Installing gdbm (1.13-r1) 18:52:30 (5/33) Installing xz-libs (5.2.5-r0) 18:52:30 (6/33) Installing sqlite-libs (3.32.1-r0) 18:52:30 (7/33) Installing python3 (3.8.8-r0) 18:52:31 (8/33) Installing py3-appdirs (1.4.4-r1) 18:52:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:52:31 (10/33) Installing py3-parsing (2.4.7-r0) 18:52:31 (11/33) Installing py3-six (1.15.0-r0) 18:52:31 (12/33) Installing py3-packaging (20.4-r0) 18:52:31 (13/33) Installing py3-setuptools (47.0.0-r0) 18:52:31 (14/33) Installing py3-chardet (3.0.4-r4) 18:52:31 (15/33) Installing py3-idna (2.9-r0) 18:52:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:52:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:52:31 (18/33) Installing py3-requests (2.23.0-r0) 18:52:31 (19/33) Installing py3-msgpack (1.0.0-r0) 18:52:31 (20/33) Installing py3-lockfile (0.12.2-r3) 18:52:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:52:31 (22/33) Installing py3-colorama (0.4.3-r0) 18:52:31 (23/33) Installing py3-distlib (0.3.0-r0) 18:52:31 (24/33) Installing py3-distro (1.5.0-r1) 18:52:31 (25/33) Installing py3-webencodings (0.5.1-r3) 18:52:32 (26/33) Installing py3-html5lib (1.0.1-r4) 18:52:32 (27/33) Installing py3-pytoml (0.1.21-r0) 18:52:32 (28/33) Installing py3-pep517 (0.8.2-r0) 18:52:32 (29/33) Installing py3-progress (1.5-r0) 18:52:32 (30/33) Installing py3-toml (0.10.1-r0) 18:52:32 (31/33) Installing py3-retrying (1.3.3-r0) 18:52:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:52:32 (33/33) Installing py3-pip (20.1.1-r0) 18:52:32 Executing busybox-1.31.1-r19.trigger 18:52:32 OK: 71 MiB in 55 packages 18:52:42 Removing intermediate container aadf0a261871 18:52:42 ---> 61427f8b0209 18:52:42 Step 20/26 : RUN pip install docker-compose==1.23.2 18:52:42 ---> Running in 11af18cc54d2 18:52:42 Collecting docker-compose==1.23.2 18:52:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:52:42 Collecting dockerpty<0.5,>=0.4.1 18:52:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:52:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:52:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:52:43 Collecting cached-property<2,>=1.2.0 18:52:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:52:43 Collecting PyYAML<4,>=3.10 18:52:43 Downloading PyYAML-3.13.tar.gz (270 kB) 18:52:44 Collecting docker<4.0,>=3.6.0 18:52:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:52:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:52:44 Collecting texttable<0.10,>=0.9.0 18:52:44 Downloading texttable-0.9.1.tar.gz (11 kB) 18:52:45 Collecting docopt<0.7,>=0.6.1 18:52:45 Downloading docopt-0.6.2.tar.gz (25 kB) 18:52:45 Collecting jsonschema<3,>=2.5.1 18:52:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:52:46 Collecting websocket-client<1.0,>=0.32.0 18:52:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:52:46 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) 18:52:46 Collecting urllib3<1.25,>=1.21.1 18:52:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:52:46 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) 18:52:46 Collecting idna<2.8,>=2.5 18:52:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:52:46 Collecting docker-pycreds>=0.4.0 18:52:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:52:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:52:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:52:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:52:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:52:46 Installing collected packages: dockerpty, urllib3, idna, requests, cached-property, PyYAML, websocket-client, docker-pycreds, docker, texttable, docopt, jsonschema, docker-compose 18:52:46 Running setup.py install for dockerpty: started 18:52:47 Running setup.py install for dockerpty: finished with status 'done' 18:52:47 Attempting uninstall: urllib3 18:52:47 Found existing installation: urllib3 1.25.9 18:52:47 Uninstalling urllib3-1.25.9: 18:52:47 Successfully uninstalled urllib3-1.25.9 18:52:47 Attempting uninstall: idna 18:52:47 Found existing installation: idna 2.9 18:52:47 Uninstalling idna-2.9: 18:52:47 Successfully uninstalled idna-2.9 18:52:47 Attempting uninstall: requests 18:52:47 Found existing installation: requests 2.23.0 18:52:47 Uninstalling requests-2.23.0: 18:52:47 Successfully uninstalled requests-2.23.0 18:52:47 Running setup.py install for PyYAML: started 18:52:48 Running setup.py install for PyYAML: finished with status 'done' 18:52:48 Running setup.py install for texttable: started 18:52:49 Running setup.py install for texttable: finished with status 'done' 18:52:49 Running setup.py install for docopt: started 18:52:49 Running setup.py install for docopt: finished with status 'done' 18:52:50 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 18:52:53 Removing intermediate container 11af18cc54d2 18:52:53 ---> 983c5fcd54bb 18:52:53 Step 21/26 : RUN apk --no-cache add curl 18:52:53 ---> Running in 362cceff61e2 18:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:52:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:52:54 (2/3) Installing libcurl (7.69.1-r3) 18:52:54 (3/3) Installing curl (7.69.1-r3) 18:52:54 Executing busybox-1.31.1-r19.trigger 18:52:54 OK: 72 MiB in 58 packages 18:52:54 Removing intermediate container 362cceff61e2 18:52:54 ---> eef95409dc64 18:52:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:52:54 ---> Running in ae13c147adf6 18:52:54 Removing intermediate container ae13c147adf6 18:52:54 ---> 2c028c827b91 18:52:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:54 ---> Running in 9699baa051b4 18:52:55 Removing intermediate container 9699baa051b4 18:52:55 ---> 1dcfd819cb46 18:52:55 Step 24/26 : LABEL arch=x86_64 18:52:55 ---> Running in b285413b00cd 18:52:55 Removing intermediate container b285413b00cd 18:52:55 ---> 8c6efa1f95b3 18:52:55 Step 25/26 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:52:55 ---> Running in bb72080c9de5 18:52:55 Removing intermediate container bb72080c9de5 18:52:55 ---> 6203d1689986 18:52:55 Step 26/26 : LABEL version=0.0.0 18:52:55 ---> Running in 1e9f84d54aab 18:52:55 Removing intermediate container 1e9f84d54aab 18:52:55 ---> 937623c60219 18:52:55 18:52:55 Successfully built 937623c60219 18:52:55 Successfully tagged docker-sys-mgmt-agent-go:latest 18:52:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:52:56 $ docker stop --time=1 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 18:52:57 $ docker rm -f 2858d969c53c6d433da6d4cd2a9142b9bdbc9ee7dd4c37b4d565d43c05164a89 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:58 + docker images 18:52:58 + grep docker 18:52:58 docker-sys-mgmt-agent-go latest 937623c60219 3 seconds ago 313MB 18:52:58 docker-security-secretstore-setup-go latest decde2d821b7 35 seconds ago 25MB 18:52:58 docker-security-proxy-setup-go latest e1e767df75a1 42 seconds ago 24.7MB 18:52:58 docker-core-command-go latest 64992298d2cd 46 seconds ago 17.3MB 18:52:58 docker-security-bootstrapper-go latest fcb7a6b5822d About a minute ago 18.8MB 18:52:58 docker-core-data-go latest ece3f82ab179 About a minute ago 22.6MB 18:52:58 docker-support-notifications-go latest 1145d21034f8 About a minute ago 17.9MB 18:52:58 docker-core-metadata-go latest a59c4a3e91c8 About a minute ago 19.1MB 18:52:58 docker-support-scheduler-go latest 41d1a0134631 2 minutes ago 17.3MB 18:52:58 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 18:53:14 Still waiting to schedule task 18:53:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:53:25 gofmt -l . 18:53:25 [ "`gofmt -l .`" = "" ] 18:53:25 ./bin/test-go-mod-tidy.sh 18:53:25 ./bin/test-attribution-txt.sh [Pipeline] sh 18:53:26 + ls -al . 18:53:26 total 804 18:53:26 drwxrwxr-x 9 1001 1001 4096 Mar 24 18:53 . 18:53:26 drwxr-xr-x 4 root root 4096 Mar 24 18:48 .. 18:53:26 -rw-rw-r-- 1 1001 1001 11 Mar 24 18:47 .dockerignore 18:53:26 drwxrwxr-x 8 1001 1001 4096 Mar 24 18:47 .git 18:53:26 drwxrwxr-x 3 1001 1001 4096 Mar 24 18:47 .github 18:53:26 -rw-rw-r-- 1 1001 1001 818 Mar 24 18:47 .gitignore 18:53:26 -rw-rw-r-- 1 1001 1001 166 Mar 24 18:47 .sonarcloud.properties 18:53:26 -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:47 Attribution.txt 18:53:26 -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:47 CONTRIBUTING.md 18:53:26 -rw-rw-r-- 1 1001 1001 931 Mar 24 18:47 Dockerfile.build 18:53:26 -rw-rw-r-- 1 1001 1001 863 Mar 24 18:47 Jenkinsfile 18:53:26 -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:47 LICENSE 18:53:26 -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:47 Makefile 18:53:26 -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:47 README.md 18:53:26 -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:47 SECURITY.md 18:53:26 -rw-rw-r-- 1 1001 1001 5 Mar 24 18:45 VERSION 18:53:26 -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:47 ZMQWindows.md 18:53:26 drwxrwxr-x 2 1001 1001 4096 Mar 24 18:47 bin 18:53:26 drwxrwxr-x 14 1001 1001 4096 Mar 24 18:47 cmd 18:53:26 -rw-r--r-- 1 root root 666600 Mar 24 18:52 coverage.out 18:53:26 -rw-r--r-- 1 root root 1056 Mar 24 18:53 go.mod 18:53:26 -rw-r--r-- 1 root root 22211 Mar 24 18:53 go.sum 18:53:26 drwxrwxr-x 8 1001 1001 4096 Mar 24 18:47 internal 18:53:26 drwxrwxr-x 4 1001 1001 4096 Mar 24 18:47 openapi 18:53:26 drwxrwxr-x 4 1001 1001 4096 Mar 24 18:47 snap 18:53:26 -rw-rw-r-- 1 1001 1001 168 Mar 24 18:47 version.go [Pipeline] sh 18:53:26 + '[' -e coverage.out ] 18:53:26 + chown 1001:1001 coverage.out [Pipeline] stash 18:53:27 Warning: overwriting stash ‘coverage-report’ 18:53:28 Stashed 1 file(s) [Pipeline] sh 18:53:28 + make build 18:53:28 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 18:53:41 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 18:54: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 18:54:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:54:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:54:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:54:19 Running on prd-ubuntu18.04-docker-8c-8g-31241 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws 18:54:19 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:54:21 using credential edgex-jenkins-ssh 18:54:21 Cloning the remote Git repository 18:54:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:54:22 > git init /w/workspace/edgex-go/3 # timeout=10 18:54:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:54:22 > git --version # timeout=10 18:54:22 > git --version # 'git version 2.17.1' 18:54:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:54:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:22 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 18:54:29 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 18:54:30 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 3e75227e261945ad25a87a260968361d7077a8ca 18:54:31 Merge succeeded, producing 3e75227e261945ad25a87a260968361d7077a8ca 18:54:31 Checking out Revision 3e75227e261945ad25a87a260968361d7077a8ca (PR-3293) 18:54:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:54:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:54:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:54:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:54:30 using GIT_SSH to set credentials SSH Credentials for GitHub 18:54:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:54:30 > git config core.sparsecheckout # timeout=10 18:54:30 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 18:54:31 > git remote # timeout=10 18:54:31 > git config --get remote.origin.url # timeout=10 18:54:31 using GIT_SSH to set credentials SSH Credentials for GitHub 18:54:31 > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 18:54:31 > git rev-parse HEAD^{commit} # timeout=10 18:54:31 > git config core.sparsecheckout # timeout=10 18:54:31 > git checkout -f 3e75227e261945ad25a87a260968361d7077a8ca # timeout=10 18:54:32 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 18:54:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:54:36 + echo snap-build.sh 18:54:36 snap-build.sh 18:54:36 + SNAP_BASE_DIR=. 18:54:36 + '[' '!' -z /w/workspace/edgex-go/3 ']' 18:54:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 18:54:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 18:54:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 18:54:36 + cd /w/workspace/edgex-go/3 18:54:36 + sudo apt-get remove -qy --purge lxd lxd-client 18:54:36 Reading package lists... 18:54:36 Building dependency tree... 18:54:36 Reading state information... 18:54:36 The following packages were automatically installed and are no longer required: 18:54:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:54:36 uidmap xdelta3 18:54:36 Use 'sudo apt autoremove' to remove them. 18:54:36 The following packages will be REMOVED: 18:54:36 lxd* lxd-client* 18:54:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:54:36 After this operation, 31.7 MB disk space will be freed. 18:54:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:54:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:54:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:54:38 Removing lxd dnsmasq configuration 18:54:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:54:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:54:39 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 18:54:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:54:40 (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.) 18:54:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:54:41 Processing triggers for systemd (237-3ubuntu10.42) ... 18:54:41 Processing triggers for ureadahead (0.100.0-21) ... 18:54:43 + sudo snap remove --purge lxd 18:54:43 snap "lxd" is not installed 18:54:43 + sudo groupadd --force --system lxd 18:54:43 ++ whoami 18:54:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:54:43 + newgrp - lxd 18:54:43 + sudo snap install lxd 18:54:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:54:50 $ docker stop --time=1 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e 18:54:53 $ docker rm -f 95545d0e8a6dcca7c3a8df4476c4da8acc757855ce1e14706ec1426ac6be9e9e 18:54:53 2021-03-24T18:54:50Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:54:55 18:54:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:54:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:54:56 latest: Pulling from edgex-devops/edgex-compose-arm64 18:54:56 29e5d40040c1: Pulling fs layer 18:54:56 1ce36da41761: Pulling fs layer 18:54:56 25b303627fd3: Pulling fs layer 18:54:56 29e5d40040c1: Verifying Checksum 18:54:56 29e5d40040c1: Download complete 18:54:57 1ce36da41761: Verifying Checksum 18:54:57 1ce36da41761: Download complete 18:54:57 29e5d40040c1: Pull complete 18:54:58 1ce36da41761: Pull complete 18:54:58 25b303627fd3: Verifying Checksum 18:54:58 25b303627fd3: Download complete 18:55:08 25b303627fd3: Pull complete 18:55:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:55:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:55:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:55:09 prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container 18:55:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:55:12 $ docker top 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:13 + docker-compose build --help 18:55:13 + grep parallel 18:55:15 lxd 4.12 from Canonical* installed 18:55:15 + sudo lxd init --auto 18:55:16 --parallel Build images in parallel. [Pipeline] } 18:55:17 $ docker stop --time=1 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 18:55:18 $ docker rm -f 7ff656ab702011f6ee98cde2fafc2a8e5e9ceda7f8a9d90ec4a5236fcdaa6a41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:55:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:55:19 . [Pipeline] withDockerContainer 18:55:20 prd-ubuntu18.04-docker-arm64-4c-16g-31240 does not seem to be running inside a container 18:55:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:55:21 $ docker top 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 -eo pid,comm [Pipeline] { 18:55:22 + sudo snap install --classic snapcraft [Pipeline] sh 18:55:22 + docker-compose -f ./docker-compose-build.yml build --parallel 18:55:27 Building docker-core-command-go ... 18:55:27 Building docker-core-data-go ... 18:55:27 Building docker-core-metadata-go ... 18:55:27 Building docker-security-bootstrapper-go ... 18:55:27 Building docker-security-proxy-setup-go ... 18:55:27 Building docker-security-secretstore-setup-go ... 18:55:27 Building docker-support-notifications-go ... 18:55:27 Building docker-support-scheduler-go ... 18:55:27 Building docker-sys-mgmt-agent-go ... 18:55:27 Building docker-security-secretstore-setup-go 18:55:27 Building docker-core-command-go 18:55:27 Building docker-security-proxy-setup-go 18:55:27 Building docker-security-bootstrapper-go 18:55:27 Building docker-core-metadata-go 18:55:28 snapcraft 4.5.4 from Canonical* installed 18:55:28 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:55:28 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:55:28 % Total % Received % Xferd Average Speed Time Time Time Current 18:55:28 Dload Upload Total Spent Left Speed 18:55:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 18:55:28 100 3325k 100 3325k 0 0 9866k 0 --:--:-- --:--:-- --:--:-- 9866k 18:55:28 ./yq_linux_amd64 18:55:28 + sudo snapcraft prime --use-lxd 18:55:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:55:30 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: 18:55:30 - README.md 18:55:30 18:55:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:55:30 Launching a container. 18:55:42 Waiting for container to be ready 18:55:42 To start your first instance, try: lxc launch ubuntu:18.04 18:55:42 18:55:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:55:45 Waiting for network to be ready... 18:55:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:55:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 18:55:46 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:55:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 18:55:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:55:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:55:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 18:55:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 18:55:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 18:55:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 18:55:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:55:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:55:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:55:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:55:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:55:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:55:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:55:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:55:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:55:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 18:55:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 18:55:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:55:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:55:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 18:55:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 18:55:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 18:55:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 18:55:50 Fetched 24.2 MB in 4s (6032 kB/s) 18:55:51 Reading package lists... 18:55:51 Reading package lists... 18:55:51 Building dependency tree... 18:55:51 Reading state information... 18:55:51 The following additional packages will be installed: 18:55:51 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:55:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:55:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:55:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:55:51 Suggested packages: 18:55:51 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:55:51 Recommended packages: 18:55:51 gnupg libsasl2-modules 18:55:51 The following NEW packages will be installed: 18:55:51 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:55:51 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:55:51 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:55:51 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:55:51 The following packages will be upgraded: 18:55:51 gpg gpg-agent gpgconf libudev1 18:55:51 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:55:51 Need to get 3530 kB of archives. 18:55:51 After this operation, 13.3 MB of additional disk space will be used. 18:55:51 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] 18:55:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 18:55:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:55:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:55:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:55:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 18:55:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:55:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:55:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:55:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:55:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:55:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:55:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:55:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:55:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:55:52 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:55:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:55:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:55:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:55:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:55:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:55:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:55:53 debconf: delaying package configuration, since apt-utils is not installed 18:55:53 Fetched 3530 kB in 1s (2502 kB/s) 18:55:53 (Reading database ... 12511 files and directories currently installed.) 18:55:53 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 18:55:53 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:55:53 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 18:55:53 Selecting previously unselected package udev. 18:55:53 (Reading database ... 12511 files and directories currently installed.) 18:55:53 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 18:55:53 Unpacking udev (237-3ubuntu10.45) ... 18:55:53 Selecting previously unselected package libfuse2:amd64. 18:55:53 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:55:53 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:55:53 Selecting previously unselected package fuse. 18:55:53 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:55:53 Unpacking fuse (2.9.7-1ubuntu1) ... 18:55:53 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:55:54 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:55:54 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:55:54 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:55:54 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:55:54 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:55:54 Selecting previously unselected package libksba8:amd64. 18:55:54 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:55:54 Unpacking libksba8:amd64 (1.3.5-2) ... 18:55:54 Selecting previously unselected package libroken18-heimdal:amd64. 18:55:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:55:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:55:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:54 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:55:54 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:54 Selecting previously unselected package libwind0-heimdal:amd64. 18:55:54 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:54 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:55:54 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:54 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:55:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:55 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:55:55 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:55 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:55 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:55:55 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:55:55 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:55 Selecting previously unselected package libsasl2-modules-db:amd64. 18:55:55 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:55:55 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:55:55 Selecting previously unselected package libsasl2-2:amd64. 18:55:55 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:55:55 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:55:55 Selecting previously unselected package libldap-common. 18:55:55 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:55:55 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:55:55 Selecting previously unselected package libldap-2.4-2:amd64. 18:55:55 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:55:55 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:55:55 Selecting previously unselected package dirmngr. 18:55:55 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:55:55 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:55:55 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:55:55 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:55:55 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:55:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:55:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:55:55 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:55:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:55 Setting up libksba8:amd64 (1.3.5-2) ... 18:55:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:55:56 Setting up udev (237-3ubuntu10.45) ... 18:55:56 invoke-rc.d: policy-rc.d denied execution of start. 18:55:56 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:56 Processing triggers for systemd (237-3ubuntu10) ... 18:55:56 Setting up fuse (2.9.7-1ubuntu1) ... 18:55:56 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:55:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:57 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:55:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:55:57 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:55:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:55:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:55:57 settings in the [Install] section, and DefaultInstance for template units). 18:55:57 This means they are not meant to be enabled using systemctl. 18:55:57 Possible reasons for having this kind of units are: 18:55:57 1) A unit may be statically enabled by being symlinked from another unit's 18:55:57 .wants/ or .requires/ directory. 18:55:57 2) A unit's purpose may be to act as a helper for some other unit which has 18:55:57 a requirement dependency on it. 18:55:57 3) A unit may be started when needed via activation (socket, path, timer, 18:55:57 D-Bus, udev, scripted systemctl call, ...). 18:55:57 4) In case of template units, the unit is meant to be enabled with some 18:55:57 instance name specified. 18:55:57 Reading package lists... 18:55:57 Building dependency tree... 18:55:57 Reading state information... 18:55:58 The following additional packages will be installed: 18:55:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:55:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:55:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:55:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:55:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:55:58 Suggested packages: 18:55:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:55:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:55:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:55:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:55:58 systemd-container policykit-1 18:55:58 Recommended packages: 18:55:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:55:58 The following NEW packages will be installed: 18:55:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:55:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:55:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:55:58 multiarch-support openssh-client python3 python3-minimal python3.6 18:55:58 python3.6-minimal snapd squashfs-tools sudo 18:55:58 The following packages will be upgraded: 18:55:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:55:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:55:58 Need to get 35.2 MB of archives. 18:55:58 After this operation, 141 MB of additional disk space will be used. 18:55:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:55:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:55:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 18:55:58 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 18:55:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:55:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:55:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:55:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:55:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:55:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:55:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:55:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:55:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:55:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:55:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:55:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:55:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:55:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:55:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:55:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:55:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 18:55:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:55:59 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:55:59 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:55:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:55:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:55:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:55:59 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:55:59 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:55:59 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:55:59 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:55:59 debconf: delaying package configuration, since apt-utils is not installed 18:55:59 Fetched 22.3 MB in 1s (16.8 MB/s) 18:55:59 (Reading database ... 12757 files and directories currently installed.) 18:55:59 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 18:55:59 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:56:00 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 18:56:00 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:56:00 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 18:56:00 (Reading database ... 12757 files and directories currently installed.) 18:56:00 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:56:00 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:56:00 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:56:01 (Reading database ... 12757 files and directories currently installed.) 18:56:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:56:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:56:01 Setting up apt (1.6.12ubuntu0.2) ... 18:56:01 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:56:01 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:56:01 (Reading database ... 12764 files and directories currently installed.) 18:56:01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:56:01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:56:02 Selecting previously unselected package libpython3.6-minimal:amd64. 18:56:02 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:56:02 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:56:02 Selecting previously unselected package libexpat1:amd64. 18:56:02 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:56:02 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:56:02 Selecting previously unselected package python3.6-minimal. 18:56:02 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:56:02 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:56:02 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 18:56:02 Checking for services that may need to be restarted...done. 18:56:02 Checking for services that may need to be restarted...done. 18:56:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:56:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:56:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:56:03 Selecting previously unselected package python3-minimal. 18:56:03 (Reading database ... 13012 files and directories currently installed.) 18:56:03 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:56:03 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:56:03 Selecting previously unselected package mime-support. 18:56:03 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:56:03 Unpacking mime-support (3.60ubuntu1) ... 18:56:03 Selecting previously unselected package libmpdec2:amd64. 18:56:03 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:56:03 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:56:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:56:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:56:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:56:04 Selecting previously unselected package python3.6. 18:56:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:56:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:56:04 Selecting previously unselected package libpython3-stdlib:amd64. 18:56:04 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:56:04 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:56:04 Setting up python3-minimal (3.6.7-1~18.04) ... 18:56:04 Selecting previously unselected package python3. 18:56:04 (Reading database ... 13442 files and directories currently installed.) 18:56:04 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:56:04 Unpacking python3 (3.6.7-1~18.04) ... 18:56:04 Selecting previously unselected package multiarch-support. 18:56:04 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:56:04 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:56:04 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:56:05 Selecting previously unselected package liblzo2-2:amd64. 18:56:05 (Reading database ... 13479 files and directories currently installed.) 18:56:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:56:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:56:05 Selecting previously unselected package libbsd0:amd64. 18:56:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:56:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:56:05 Selecting previously unselected package sudo. 18:56:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:56:05 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:56:05 Selecting previously unselected package apparmor. 18:56:05 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:56:05 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:56:05 Selecting previously unselected package libedit2:amd64. 18:56:05 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:56:05 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:56:05 Selecting previously unselected package libkrb5support0:amd64. 18:56:05 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:56:05 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:56:05 Selecting previously unselected package libk5crypto3:amd64. 18:56:05 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:56:05 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:56:05 Selecting previously unselected package libkeyutils1:amd64. 18:56:05 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:56:05 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:56:05 Selecting previously unselected package libkrb5-3:amd64. 18:56:05 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:56:05 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:56:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:56:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:56:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:56:06 Selecting previously unselected package libssl1.0.0:amd64. 18:56:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:56:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:56:06 Selecting previously unselected package openssh-client. 18:56:06 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:56:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:56:06 Selecting previously unselected package squashfs-tools. 18:56:06 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:56:06 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:56:06 Selecting previously unselected package snapd. 18:56:06 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:56:06 Unpacking snapd (2.48.3+18.04) ... 18:56:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:56:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:56:09 Setting up mime-support (3.60ubuntu1) ... 18:56:09 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:56:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:56:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:56:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:56:10 Setting up systemd (237-3ubuntu10.45) ... 18:56:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:56:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:56:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:56:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:56:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:56:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:56:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:56:11 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:56:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:56:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:56:11 Setting up python3 (3.6.7-1~18.04) ... 18:56:12 running python rtupdate hooks for python3.6... 18:56:12 running python post-rtupdate hooks for python3.6... 18:56:12 Setting up apparmor (2.12-4ubuntu5.1) ... 18:56:13 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:56:13 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:56:13 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:56:13 Setting up snapd (2.48.3+18.04) ... 18:56:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:56:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:56:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:56:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:56:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:56:15 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:56:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:56:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:56:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:56:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:56:15 /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' 18:56:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:56:16 Processing triggers for systemd (237-3ubuntu10.45) ... 18:56:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:56:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:56:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:56:18 Reading package lists... 18:56:18 Reading package lists... 18:56:18 Building dependency tree... 18:56:18 Reading state information... 18:56:18 Calculating upgrade... 18:56:18 The following packages will be upgraded: 18:56:18 advancecomp base-files bash binutils binutils-common 18:56:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:56:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:56:18 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:56:18 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:56:18 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:56:18 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:56:18 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:56:18 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:56:18 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:56:18 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:56:18 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:56:18 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:56:18 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:56:18 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:56:19 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:56:19 Need to get 63.8 MB of archives. 18:56:19 After this operation, 5207 kB of additional disk space will be used. 18:56:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 18:56:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:56:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:56:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:56:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:56:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:56:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:56:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:56:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:56:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:56:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:56:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:56:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:56:19 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:56:19 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:56:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:56:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:56:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:56:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:56:19 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:56:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:56:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:56:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:56:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:56:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:56:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:56:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:56:19 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:56:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:56:19 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:56:19 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:56:19 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:56:19 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:56:19 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:56:19 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:56:19 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:56:19 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:56:19 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:56:19 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:56:19 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:56:19 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 18:56:20 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:56:20 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:56:20 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:56:20 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:56:20 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:56:20 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:56:20 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:56:20 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:56:20 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:56:20 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:56:20 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:56:20 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:56:20 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:56:20 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:56:20 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:56:20 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:56:20 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:56:20 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:56:20 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:56:20 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:56:20 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:56:20 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:56:20 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:56:20 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:56:20 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:56:20 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:56:20 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:56:20 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:56:20 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:56:20 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:56:20 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:56:20 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:56:20 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:56:20 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 18:56:20 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:56:20 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:56:20 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:56:20 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:56:20 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:56:20 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:56:20 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:56:20 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] 18:56:20 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:56:20 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:56:20 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:56:20 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:56:20 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:56:20 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:56:20 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:56:21 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:56:21 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:56:21 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:56:21 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:56:21 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:56:21 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:56:21 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:56:21 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:56:21 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:56:22 debconf: delaying package configuration, since apt-utils is not installed 18:56:22 Fetched 63.8 MB in 3s (20.6 MB/s) 18:56:22 (Reading database ... 13912 files and directories currently installed.) 18:56:22 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:56:22 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:56:22 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:56:22 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:56:22 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 18:56:22 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 18:56:23 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:23 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:23 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:23 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:23 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:24 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:24 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:24 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:24 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:24 (Reading database ... 13911 files and directories currently installed.) 18:56:24 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:56:24 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:56:24 (Reading database ... 13911 files and directories currently installed.) 18:56:24 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:24 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:25 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:25 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:25 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:56:25 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:56:25 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:25 (Reading database ... 13911 files and directories currently installed.) 18:56:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:56:25 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:56:25 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:56:26 (Reading database ... 13911 files and directories currently installed.) 18:56:26 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:56:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:56:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:56:26 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:56:26 Setting up base-files (10.1ubuntu2.10) ... 18:56:26 Installing new version of config file /etc/issue ... 18:56:26 Installing new version of config file /etc/issue.net ... 18:56:26 Installing new version of config file /etc/lsb-release ... 18:56:26 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:56:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:56:26 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:56:26 Removing obsolete conffile /etc/default/motd-news ... 18:56:27 (Reading database ... 13912 files and directories currently installed.) 18:56:27 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:56:27 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:56:27 Setting up bash (4.4.18-2ubuntu1.2) ... 18:56:27 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 18:56:27 (Reading database ... 13912 files and directories currently installed.) 18:56:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:56:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:56:27 (Reading database ... 13912 files and directories currently installed.) 18:56:27 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:56:27 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:56:27 Setting up tar (1.29b-2ubuntu0.2) ... 18:56:28 (Reading database ... 13912 files and directories currently installed.) 18:56:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:56:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:56:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:56:28 (Reading database ... 13912 files and directories currently installed.) 18:56:28 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:56:28 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:56:28 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:56:28 (Reading database ... 13912 files and directories currently installed.) 18:56:28 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:56:28 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:56:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:56:29 (Reading database ... 13912 files and directories currently installed.) 18:56:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:56:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:56:29 Setting up grep (3.1-2build1) ... 18:56:29 (Reading database ... 13912 files and directories currently installed.) 18:56:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:56:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:56:29 Setting up login (1:4.5-1ubuntu2) ... 18:56:29 (Reading database ... 13912 files and directories currently installed.) 18:56:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:56:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:56:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:56:30 (Reading database ... 13912 files and directories currently installed.) 18:56:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:56:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:56:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:56:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:56:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:56:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:56:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:56:31 (Reading database ... 13912 files and directories currently installed.) 18:56:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:56:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:56:32 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:56:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:56:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:56:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:56:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:56:33 (Reading database ... 13912 files and directories currently installed.) 18:56:33 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:56:33 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:56:33 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:56:33 (Reading database ... 13912 files and directories currently installed.) 18:56:33 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:33 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:33 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:56:33 (Reading database ... 13912 files and directories currently installed.) 18:56:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:56:33 (Reading database ... 13912 files and directories currently installed.) 18:56:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:56:34 (Reading database ... 13912 files and directories currently installed.) 18:56:34 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:34 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:34 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:56:34 (Reading database ... 13912 files and directories currently installed.) 18:56:34 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:56:34 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:56:34 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:56:34 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:56:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:56:34 (Reading database ... 13912 files and directories currently installed.) 18:56:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:56:34 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:56:34 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:56:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:56:35 ---> 1b6886c6bdd6 18:56:35 Step 3/24 : WORKDIR /edgex-go 18:56:35 (Reading database ... 13912 files and directories currently installed.) 18:56:35 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:35 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:35 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:56:35 (Reading database ... 13912 files and directories currently installed.) 18:56:35 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:35 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:35 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:56:35 (Reading database ... 13912 files and directories currently installed.) 18:56:35 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:35 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:56:36 ---> 1b6886c6bdd6 18:56:36 Step 3/31 : WORKDIR /edgex-go 18:56:36 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:56:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:56:36 ---> 1b6886c6bdd6 18:56:36 Step 3/23 : WORKDIR /edgex-go 18:56:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:56:36 ---> 1b6886c6bdd6 18:56:36 Step 3/23 : WORKDIR /edgex-go 18:56:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:56:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:56:36 ---> 1b6886c6bdd6 18:56:36 Step 3/21 : WORKDIR /edgex-go 18:56:36 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:56:36 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:56:36 (Reading database ... 13912 files and directories currently installed.) 18:56:36 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:56:36 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:56:37 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:56:37 (Reading database ... 13912 files and directories currently installed.) 18:56:37 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:56:37 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:56:37 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:56:37 (Reading database ... 13914 files and directories currently installed.) 18:56:37 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:56:37 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:56:37 Setting up debconf (1.5.66ubuntu1) ... 18:56:37 (Reading database ... 13914 files and directories currently installed.) 18:56:37 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:56:38 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:56:38 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:56:38 (Reading database ... 13914 files and directories currently installed.) 18:56:38 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:56:38 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:56:38 ---> Running in 0a83413c225b 18:56:38 ---> Running in 72ef64b0931a 18:56:38 ---> Running in 272401613dca 18:56:38 ---> Running in 683eb713bd8d 18:56:38 ---> Running in 76f16051880f 18:56:38 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:56:38 (Reading database ... 13914 files and directories currently installed.) 18:56:38 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:56:38 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:56:38 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:56:38 (Reading database ... 13914 files and directories currently installed.) 18:56:38 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:56:38 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:56:38 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:56:38 (Reading database ... 13914 files and directories currently installed.) 18:56:38 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:56:38 Removing intermediate container 0a83413c225b 18:56:38 ---> 1f7ab9424467 18:56:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:38 Removing intermediate container 272401613dca 18:56:38 ---> 9d8b74a2f40c 18:56:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:38 Removing intermediate container 76f16051880f 18:56:38 ---> 2d8f75ea3c9c 18:56:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:38 Removing intermediate container 683eb713bd8d 18:56:38 ---> bef0c5546dfc 18:56:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:38 Removing intermediate container 72ef64b0931a 18:56:38 ---> 725191e53a1c 18:56:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:56:39 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:56:39 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:56:39 ---> Running in ee53cd5ec166 18:56:39 ---> Running in e86c33939250 18:56:39 ---> Running in fc6dc2c9f689 18:56:39 ---> Running in 1aa42de22a87 18:56:39 ---> Running in a1e96599f621 18:56:39 (Reading database ... 13914 files and directories currently installed.) 18:56:39 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:56:39 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:56:39 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 18:56:39 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:56:39 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:56:39 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:56:39 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:56:39 (Reading database ... 13914 files and directories currently installed.) 18:56:39 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:56:39 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:56:40 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:56:40 (Reading database ... 13914 files and directories currently installed.) 18:56:40 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:56:40 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:56:40 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:56:40 (Reading database ... 13914 files and directories currently installed.) 18:56:40 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:56:40 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:56:40 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:56:41 (Reading database ... 13914 files and directories currently installed.) 18:56:41 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:56:41 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:56:41 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:56:41 (Reading database ... 13914 files and directories currently installed.) 18:56:41 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:56:41 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:56:41 Setting up passwd (1:4.5-1ubuntu2) ... 18:56:41 (Reading database ... 13914 files and directories currently installed.) 18:56:41 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:56:41 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:56:41 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:56:42 (Reading database ... 13914 files and directories currently installed.) 18:56:42 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:56:42 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:56:42 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:56:42 (Reading database ... 13914 files and directories currently installed.) 18:56:42 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:56:42 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:56:42 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:56:42 (Reading database ... 13914 files and directories currently installed.) 18:56:42 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:56:42 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:56:42 Removing intermediate container ee53cd5ec166 18:56:42 ---> d23274512dbf 18:56:42 Step 5/23 : RUN apk add --update --no-cache make git 18:56:42 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:56:42 (Reading database ... 13914 files and directories currently installed.) 18:56:42 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:56:42 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:56:42 ---> Running in d10523204cf5 18:56:43 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:56:43 (Reading database ... 13914 files and directories currently installed.) 18:56:43 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:56:43 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:56:43 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:56:43 Removing intermediate container fc6dc2c9f689 18:56:43 ---> 4445a2475a7f 18:56:43 Step 5/21 : RUN apk add --update --no-cache make git 18:56:43 Removing intermediate container e86c33939250 18:56:43 ---> bc936edff31a 18:56:43 Step 5/24 : RUN apk add --update --no-cache make git 18:56:43 (Reading database ... 13914 files and directories currently installed.) 18:56:43 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:56:43 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:56:43 ---> Running in cef252deb035 18:56:43 ---> Running in b50c3f60a4da 18:56:43 Removing intermediate container a1e96599f621 18:56:43 ---> 80e4b15f842c 18:56:43 Step 5/31 : RUN apk add --update --no-cache make git 18:56:43 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:56:43 (Reading database ... 13915 files and directories currently installed.) 18:56:43 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:56:43 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:56:43 Removing intermediate container 1aa42de22a87 18:56:43 ---> 3e5a87630bcb 18:56:43 Step 5/23 : RUN apk add --update --no-cache make git 18:56:43 ---> Running in 46f614ef7716 18:56:43 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:56:43 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:56:43 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:56:44 ---> Running in fd3f2648fc09 18:56:44 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:56:44 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:56:44 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:56:44 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:56:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:56:44 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:56:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:56:44 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:56:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:56:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:56:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:56:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:56:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:56:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:56:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:56:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:56:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:45 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:56:45 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:56:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:56:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:56:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:56:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:56:46 OK: 217 MiB in 51 packages 18:56:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:56:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:56:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:56:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:56:47 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:56:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:56:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:56:47 OK: 217 MiB in 51 packages 18:56:47 OK: 217 MiB in 51 packages 18:56:47 OK: 217 MiB in 51 packages 18:56:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:48 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:48 OK: 217 MiB in 51 packages 18:56:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:48 Removing intermediate container d10523204cf5 18:56:48 ---> 96e8ea547d26 18:56:48 Step 6/23 : COPY go.mod . 18:56:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:49 Removing intermediate container b50c3f60a4da 18:56:49 ---> 50d39189b912 18:56:49 Step 6/24 : COPY go.mod . 18:56:49 ---> 89038185d55c 18:56:49 Step 7/23 : RUN go mod download 18:56:49 Removing intermediate container 46f614ef7716 18:56:49 ---> f59907ce6e9f 18:56:49 Step 6/31 : COPY go.mod . 18:56:49 ---> Running in df545066b45d 18:56:49 Removing intermediate container fd3f2648fc09 18:56:49 ---> 0f9de46b0372 18:56:49 Step 6/23 : COPY go.mod . 18:56:49 Removing intermediate container cef252deb035 18:56:49 ---> a7e9075431ff 18:56:49 Step 6/21 : COPY go.mod . 18:56:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:50 ---> 8f9f5f311a2c 18:56:50 Step 7/24 : RUN go mod download 18:56:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:50 ---> Running in dbe760540ab3 18:56:50 ---> c6636c6050ac 18:56:50 Step 7/31 : RUN go mod download 18:56:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:51 ---> Running in 32dc2b5891de 18:56:51 ---> b20e99f57946 18:56:51 ---> 7723b9acd2e1 18:56:51 Step 7/23 : RUN go mod download 18:56:51 Step 7/21 : RUN go mod download 18:56:51 ---> Running in 996c3460a0b5 18:56:51 ---> Running in eae17937b570 18:56:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:56:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:56:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:56:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:56:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:56:52 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:56:52 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:56:52 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:56:52 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:56:52 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:56:52 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:56:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:56:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:56:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:56:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:56:53 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:56:53 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:56:53 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:56:53 18:56:53 Current default time zone: 'Etc/UTC' 18:56:53 Local time is now: Wed Mar 24 18:56:53 UTC 2021. 18:56:53 Universal Time is now: Wed Mar 24 18:56:53 UTC 2021. 18:56:53 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:56:53 18:56:53 Setting up systemd-sysv (237-3ubuntu10.45) ... 18:56:53 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 18:56:53 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:56:53 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:56:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:56:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:56:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:56:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:56:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:56:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:56:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:56:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:53 Setting up patch (2.7.6-2ubuntu1.1) ... 18:56:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:56:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:56:53 Removing intermediate container df545066b45d 18:56:53 ---> 27cdb843d72d 18:56:53 Step 8/23 : COPY . . 18:56:54 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 18:56:54 Installing new version of config file /etc/ssl/openssl.cnf ... 18:56:54 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:56:54 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:56:54 Setting up ca-certificates (20210119~18.04.1) ... 18:56:55 Removing intermediate container dbe760540ab3 18:56:55 ---> f43e2b26f8cd 18:56:55 Step 8/24 : COPY . . 18:56:56 Removing intermediate container 32dc2b5891de 18:56:56 ---> a91212803f3c 18:56:56 Step 8/31 : COPY . . 18:56:56 Updating certificates in /etc/ssl/certs... 18:56:56 Removing intermediate container eae17937b570 18:56:56 ---> a8634b406115 18:56:56 Step 8/21 : COPY . . 18:56:56 23 added, 27 removed; done. 18:56:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:56:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:56:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:56:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:56:56 Setting up pkgbinarymangler (138.18.04.1) ... 18:56:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:56:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:56:56 Setting up perl (5.26.1-6ubuntu0.5) ... 18:56:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:56:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:56:57 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:56:57 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:56:57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:56:57 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:56:57 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:56:57 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:56:57 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:56:57 Removing intermediate container 996c3460a0b5 18:56:57 ---> c188bb9e8ac0 18:56:57 Step 8/23 : COPY . . 18:56:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:56:57 Processing triggers for systemd (237-3ubuntu10.45) ... 18:56:57 Processing triggers for mime-support (3.60ubuntu1) ... 18:56:57 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:56:57 Updating certificates in /etc/ssl/certs... 18:56:58 0 added, 0 removed; done. 18:56:58 Running hooks in /etc/ca-certificates/update.d... 18:56:58 done. 18:56:58 Reading package lists... 18:56:58 Building dependency tree... 18:56:58 Reading state information... 18:56:58 The following NEW packages will be installed: 18:56:58 apt-transport-https 18:56:59 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:56:59 Need to get 1696 B of archives. 18:56:59 After this operation, 153 kB of additional disk space will be used. 18:56:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:56:59 debconf: delaying package configuration, since apt-utils is not installed 18:56:59 Fetched 1696 B in 0s (8571 B/s) 18:56:59 Selecting previously unselected package apt-transport-https. 18:56:59 (Reading database ... 13920 files and directories currently installed.) 18:56:59 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:56:59 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:56:59 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:56:59 Waiting for network to be ready... 18:57:04 2021-03-24T18:57:02Z INFO Waiting for automatic snapd restart... 18:57:05 snapd 2.49.1 from Canonical* installed 18:57:06 "snapd" switched to the "latest/stable" channel 18:57:06 18:57:09 core18 20210128 from Canonical* installed 18:57:09 "core18" switched to the "latest/stable" channel 18:57:09 18:57:12 snapcraft 4.5.4 from Canonical* installed 18:57:12 "snapcraft" switched to the "latest/stable" channel 18:57:12 18:57:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:57:16 - README.md 18:57:16 18:57:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:57:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:57:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:57:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:57:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:57:24 ---> 81887cf9ae9d 18:57:24 Step 9/23 : RUN make cmd/core-command/core-command 18:57:24 ---> 9933f8e9e6a4 18:57:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:57:24 ---> b78c8ec29c7b 18:57:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:57:24 ---> Running in c21233c122f8 18:57:24 ---> 74328ad77589 18:57:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:57:24 ---> 547efdf2aff0 18:57:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:57:24 ---> Running in 17ab0ee09e41 18:57:24 ---> Running in b1e64e9df2dc 18:57:24 ---> Running in 14ba44eda200 18:57:24 ---> Running in e34a96e8468b 18:57:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:57:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:57:24 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 18:57:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:57:24 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 18:57:24 Reading package lists... 18:57:24 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.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 18:57:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:57:31 Reading package lists... 18:57:31 Building dependency tree... 18:57:31 Reading state information... 18:57:31 Suggested packages: 18:57:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:57:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:57:31 Recommended packages: 18:57:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:57:31 The following NEW packages will be installed: 18:57:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:57:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:57:31 pkg-config zip 18:57:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:57:31 Need to get 7657 kB of archives. 18:57:31 After this operation, 43.8 MB of additional disk space will be used. 18:57:31 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:57:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:57:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:57:31 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:57:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:57:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:57:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:57:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:57:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:57:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:57:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:57:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:57:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:57:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:57:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:57:32 debconf: delaying package configuration, since apt-utils is not installed 18:57:32 Fetched 7657 kB in 1s (6295 kB/s) 18:57:32 Selecting previously unselected package libglib2.0-0:amd64. 18:57:32 (Reading database ... 13924 files and directories currently installed.) 18:57:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:57:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:57:32 Selecting previously unselected package libpsl5:amd64. 18:57:32 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:57:32 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:57:32 Selecting previously unselected package libnghttp2-14:amd64. 18:57:32 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:57:32 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:57:32 Selecting previously unselected package librtmp1:amd64. 18:57:32 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:57:32 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:57:32 Selecting previously unselected package libcurl3-gnutls:amd64. 18:57:32 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:57:32 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:57:33 Selecting previously unselected package liberror-perl. 18:57:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:57:33 Unpacking liberror-perl (0.17025-1) ... 18:57:33 Selecting previously unselected package git-man. 18:57:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:57:33 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:57:33 Selecting previously unselected package git. 18:57:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:57:33 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:57:33 Selecting previously unselected package libnorm1:amd64. 18:57:33 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:57:33 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:57:34 Selecting previously unselected package libpgm-5.2-0:amd64. 18:57:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:57:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:57:34 Selecting previously unselected package libsodium23:amd64. 18:57:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:57:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:57:34 Selecting previously unselected package libzmq5:amd64. 18:57:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:57:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:57:34 Selecting previously unselected package libzmq3-dev:amd64. 18:57:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:57:34 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:57:34 Selecting previously unselected package pkg-config. 18:57:34 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:57:34 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:57:34 Selecting previously unselected package zip. 18:57:34 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:57:34 Unpacking zip (3.0-11build1) ... 18:57:34 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:57:34 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:57:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:57:34 Setting up liberror-perl (0.17025-1) ... 18:57:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:57:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:57:34 No schema files found: doing nothing. 18:57:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:57:34 Setting up zip (3.0-11build1) ... 18:57:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:57:34 Setting up libsodium23:amd64 (1.0.16-2) ... 18:57:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:57:34 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:57:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:57:34 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:57:34 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:57:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:57:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:57:41 git set to automatically installed. 18:57:41 git-man set to automatically installed. 18:57:41 libcurl3-gnutls set to automatically installed. 18:57:41 liberror-perl set to automatically installed. 18:57:41 libglib2.0-0 set to automatically installed. 18:57:41 libnghttp2-14 set to automatically installed. 18:57:41 libnorm1 set to automatically installed. 18:57:41 libpgm-5.2-0 set to automatically installed. 18:57:41 libpsl5 set to automatically installed. 18:57:41 librtmp1 set to automatically installed. 18:57:41 libsodium23 set to automatically installed. 18:57:41 libzmq3-dev set to automatically installed. 18:57:41 libzmq5 set to automatically installed. 18:57:41 pkg-config set to automatically installed. 18:57:41 zip set to automatically installed. 18:57:44 snapd is not logged in, snap install commands will use sudo 18:57:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:59:00 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 18:59:00 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 18:59:09 Removing intermediate container 17ab0ee09e41 18:59:09 ---> b0331aae2b35 18:59:09 18:59:09 Step 10/24 : FROM alpine:3.12 18:59:09 3.12: Pulling from library/alpine 18:59:09 Removing intermediate container e34a96e8468b 18:59:09 ---> c64923b36f8c 18:59:09 18:59:09 Step 10/21 : FROM alpine:3.12 18:59:09 3.12: Pulling from library/alpine 18:59:09 Removing intermediate container b1e64e9df2dc 18:59:09 ---> f2cbfc6b8c0b 18:59:09 18:59:09 Step 10/31 : FROM alpine:3.12 18:59:09 3.12: Pulling from library/alpine 18:59:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:59:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:59:09 Status: Downloaded newer image for alpine:3.12 18:59:09 Status: Image is up to date for alpine:3.12 18:59:09 ---> d10569e2745f 18:59:09 Step 11/21 : RUN apk add --update --no-cache curl 18:59:09 ---> d10569e2745f 18:59:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:59:09 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:59:09 Status: Image is up to date for alpine:3.12 18:59:09 ---> d10569e2745f 18:59:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:59:10 ---> Running in de76df07dc9c 18:59:10 ---> Running in a5830b9c68bf 18:59:10 ---> Running in a2c8f136ee7b 18:59:11 Removing intermediate container a2c8f136ee7b 18:59:11 ---> 969935694d41 18:59:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:59:11 ---> Running in ab0a861bf5f2 18:59:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:12 (1/4) Installing ca-certificates (20191127-r4) 18:59:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:59:13 (3/4) Installing libcurl (7.69.1-r3) 18:59:13 (4/4) Installing curl (7.69.1-r3) 18:59:13 Executing busybox-1.31.1-r19.trigger 18:59:13 Executing ca-certificates-20191127-r4.trigger 18:59:13 (1/6) Installing ca-certificates (20191127-r4) 18:59:13 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:59:13 (3/6) Installing libcurl (7.69.1-r3) 18:59:13 (4/6) Installing curl (7.69.1-r3) 18:59:13 (5/6) Installing dumb-init (1.2.2-r1) 18:59:13 (6/6) Installing su-exec (0.2-r1) 18:59:13 Executing busybox-1.31.1-r19.trigger 18:59:13 Executing ca-certificates-20191127-r4.trigger 18:59:13 OK: 7 MiB in 18 packages 18:59:13 OK: 7 MiB in 20 packages 18:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:14 (1/2) Installing dumb-init (1.2.2-r1) 18:59:14 (2/2) Installing su-exec (0.2-r1) 18:59:14 Executing busybox-1.31.1-r19.trigger 18:59:15 OK: 5 MiB in 16 packages 18:59:17 Removing intermediate container c21233c122f8 18:59:17 ---> bbe913b3f415 18:59:17 18:59:17 Step 10/23 : FROM alpine:3.12 18:59:17 ---> d10569e2745f 18:59:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:17 Removing intermediate container de76df07dc9c 18:59:17 ---> c27303f2d6aa 18:59:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:17 ---> Running in 9ff92255d7f1 18:59:17 Removing intermediate container a5830b9c68bf 18:59:17 ---> 7245fe228f9f 18:59:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:17 Removing intermediate container ab0a861bf5f2 18:59:17 ---> 2a5b4db94b95 18:59:17 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:59:17 ---> Running in ebc6f2d3dd5c 18:59:17 ---> Running in 35b801fda4b2 18:59:17 ---> Running in eb32a00dea98 18:59:18 Removing intermediate container ebc6f2d3dd5c 18:59:18 ---> fd46ecd9ac06 18:59:18 Step 13/21 : WORKDIR /edgex 18:59:18 Removing intermediate container 35b801fda4b2 18:59:18 ---> 45d40c66c717 18:59:18 Step 13/24 : WORKDIR / 18:59:18 ---> Running in 2e373e2ce71c 18:59:18 Removing intermediate container eb32a00dea98 18:59:18 ---> b4adbbae586b 18:59:18 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:59:19 ---> Running in 15e51f21a101 18:59:19 ---> Running in 9a5a2911c50f 18:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:19 (1/1) Installing dumb-init (1.2.2-r1) 18:59:19 Executing busybox-1.31.1-r19.trigger 18:59:19 OK: 5 MiB in 15 packages 18:59:19 Removing intermediate container 2e373e2ce71c 18:59:19 ---> 1e094158f56c 18:59:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:59:20 Removing intermediate container 9a5a2911c50f 18:59:20 ---> 7c007650bff1 18:59:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:59:20 Removing intermediate container 15e51f21a101 18:59:20 ---> 7f0265a98d0c 18:59:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:59:20 ---> Running in c98cb21e8759 18:59:21 ---> 2e6a92a7ee1d 18:59:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:59:21 ---> 9a0d1af74352 18:59:21 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:59:22 Removing intermediate container 9ff92255d7f1 18:59:22 ---> e7c577743ba2 18:59:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:22 ---> Running in bf72607f8391 18:59:23 ---> f46e7a18d996 18:59:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:59:23 Removing intermediate container bf72607f8391 18:59:23 ---> f10e7d04be8a 18:59:23 Step 13/23 : ENV APP_PORT=48082 18:59:23 ---> 4c2ca64bda25 18:59:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:59:24 ---> Running in e07aef8ad5aa 18:59:24 Removing intermediate container 14ba44eda200 18:59:24 ---> 99d1278f6bf6 18:59:24 18:59:24 Step 10/23 : FROM alpine:3.12 18:59:24 ---> d10569e2745f 18:59:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:24 ---> Using cache 18:59:24 ---> e7c577743ba2 18:59:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:24 ---> Using cache 18:59:24 ---> f10e7d04be8a 18:59:24 Step 13/23 : ENV APP_PORT=48081 18:59:24 ---> f74a59952d21 18:59:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:59:24 Removing intermediate container c98cb21e8759 18:59:24 ---> 0850a21ca6c8 18:59:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:59:24 ---> Running in 294190bdec73 18:59:24 ---> Running in 5aaa9f29daa3 18:59:24 Removing intermediate container e07aef8ad5aa 18:59:24 ---> 1fb4bae694cb 18:59:24 Step 14/23 : EXPOSE $APP_PORT 18:59:24 ---> Running in 84c032515b78 18:59:25 Removing intermediate container 294190bdec73 18:59:25 ---> 9b6069e7c480 18:59:25 Step 14/23 : EXPOSE $APP_PORT 18:59:25 ---> ae9f20fb2ab4 18:59:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:59:25 Removing intermediate container 5aaa9f29daa3 18:59:25 ---> ca4edacdf9fa 18:59:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:59:25 ---> Running in 3481c10ae5dc 18:59:25 Removing intermediate container 84c032515b78 18:59:25 ---> 8fc6e479fca0 18:59:25 Step 15/23 : WORKDIR / 18:59:25 ---> Running in b3435a494bd0 18:59:26 ---> 1c13e96be53f 18:59:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:59:26 ---> Running in 5c155e08fddc 18:59:26 Removing intermediate container 3481c10ae5dc 18:59:26 ---> a27b77032203 18:59:26 Step 15/23 : WORKDIR / 18:59:26 ---> 0910497201f9 18:59:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:59:26 ---> Running in d92448db3019 18:59:26 Removing intermediate container b3435a494bd0 18:59:26 ---> 03999f71184c 18:59:26 Step 18/21 : CMD ["--init=true"] 18:59:26 ---> Running in b23784950a0b 18:59:26 Removing intermediate container 5c155e08fddc 18:59:26 ---> 2b7dd666fb45 18:59:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:26 ---> Running in a9b5278ce988 18:59:27 ---> 7b46bfe19f38 18:59:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:59:27 Removing intermediate container d92448db3019 18:59:27 ---> 9078056cd528 18:59:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:27 Removing intermediate container a9b5278ce988 18:59:27 ---> 8110ec54378c 18:59:27 Step 19/21 : LABEL arch=arm64 18:59:28 ---> Running in 045582143a35 18:59:28 ---> 387e7cb8a5b6 18:59:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:59:28 ---> 8bf2ba8fa314 18:59:28 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/ 18:59:29 ---> Running in 4bc881bc70b7 18:59:29 Removing intermediate container 045582143a35 18:59:29 ---> fe7b1181eaaa 18:59:29 Step 20/21 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:59:29 ---> fcbbd3c629d5 18:59:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:59:29 ---> Running in 5bd7675ebf01 18:59:30 ---> 7b54ab74d2c1 18:59:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:59:30 Removing intermediate container 5bd7675ebf01 18:59:30 ---> f6dfd5cf8917 18:59:30 Step 21/21 : LABEL version=0.0.0 18:59:30 Removing intermediate container b23784950a0b 18:59:30 ---> ae0f1682e470 18:59:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:30 ---> Running in 1b4a90394bb1 18:59:31 ---> 8cad13c941f6 18:59:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:59:31 Removing intermediate container 1b4a90394bb1 18:59:31 ---> e680720d212c 18:59:31 18:59:31 ---> 953c660ad7e6 18:59:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:59:31 ---> 3427dc018c62 18:59:31 Step 19/23 : ENTRYPOINT ["/core-command"] 18:59:31 ---> Running in cd53860acf1c 18:59:32 Successfully built e680720d212c 18:59:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:59:32  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 18:59:32 Removing intermediate container 4bc881bc70b7 18:59:32 ---> 80eba03b38bc 18:59:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:59:32 Removing intermediate container cd53860acf1c 18:59:32 ---> ba37a5e2b69e 18:59:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:32 ---> c701badca817 18:59:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:59:32 ---> Running in e82f8e0db603 18:59:32 ---> Running in a788f93943b1 18:59:32 ---> Running in 74bd3d9fb2ea 18:59:33 ---> 59c65c424cc7 18:59:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:59:33 Removing intermediate container e82f8e0db603 18:59:33 ---> 4a7751b32c96 18:59:33 Step 22/24 : LABEL arch=arm64 18:59:33 Removing intermediate container 74bd3d9fb2ea 18:59:33 ---> 2e239372fabe 18:59:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:34 ---> Running in 39fb7e8608d4 18:59:34 Removing intermediate container a788f93943b1 18:59:34 ---> b3a3fc3a096a 18:59:34 Step 21/23 : LABEL arch=arm64 18:59:34 ---> Running in e8a8195fdf66 18:59:34 ---> Running in 95bd8f63baf9 18:59:34 ---> c7653df7ab74 18:59:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:59:35 Removing intermediate container 39fb7e8608d4 18:59:35 ---> ff3f9c02e6cb 18:59:35 Step 23/24 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:59:35 Removing intermediate container e8a8195fdf66 18:59:35 ---> dbb742011de3 18:59:35 Step 21/23 : LABEL arch=arm64 18:59:36 ---> Running in 7504c1c89859 18:59:36 Removing intermediate container 95bd8f63baf9 18:59:36 ---> 3b5e3dd4bbe3 18:59:36 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:59:36 ---> 8c45a3b9ed53 18:59:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:59:36 ---> Running in 4f76932c0852 18:59:36 ---> Running in 8591093455f1 18:59:36 Removing intermediate container 7504c1c89859 18:59:36 ---> c08672e72669 18:59:36 Step 24/24 : LABEL version=0.0.0 18:59:37 ---> Running in 92ef54b2aeba 18:59:37 ---> fe8b8d1932d2 18:59:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:59:37 Removing intermediate container 4f76932c0852 18:59:37 Removing intermediate container 8591093455f1 18:59:37 ---> 7c57aeedf550 18:59:37 ---> a226be7f9f79 18:59:37 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:59:37 Step 23/23 : LABEL version=0.0.0 18:59:38 ---> Running in 6a7a9f064460 18:59:38 ---> Running in 79f99cadcbb8 18:59:38 Removing intermediate container 92ef54b2aeba 18:59:38 ---> f260e7c2befe 18:59:38 18:59:38 ---> Running in aca8439bfc48 18:59:38 Removing intermediate container 6a7a9f064460 18:59:38 ---> 7a8bb28faf46 18:59:38 18:59:38 Successfully built f260e7c2befe 18:59:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:59:38 Building docker-sys-mgmt-agent-go 18:59:39  Building docker-security-secretstore-setup-go ... done Removing intermediate container 79f99cadcbb8 18:59:39 ---> 38323577f9ab 18:59:39 Step 23/23 : LABEL version=0.0.0 18:59:39 Removing intermediate container aca8439bfc48 18:59:39 ---> d3680c5ce08a 18:59:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:59:39 ---> Running in 42bd4ef06c4e 18:59:39 Successfully built 7a8bb28faf46 18:59:39 Successfully tagged docker-core-command-go-arm64:latest 18:59:39  Building docker-core-command-go ... done Building docker-core-data-go 18:59:40 Removing intermediate container 42bd4ef06c4e 18:59:40 ---> c3e073a6ad4f 18:59:40 18:59:40 ---> a2c564ef596d 18:59:40 Step 26/31 : RUN chmod +x /entrypoint.sh 18:59:40 Successfully built c3e073a6ad4f 18:59:40 Successfully tagged docker-core-metadata-go-arm64:latest 18:59:40  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 18:59:40 ---> Running in 4ede54953ce2 18:59:43 Removing intermediate container 4ede54953ce2 18:59:43 ---> 6c55c13e9a1f 18:59:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:59:43 ---> Running in 05c2bb2706ac 18:59:44 Removing intermediate container 05c2bb2706ac 18:59:44 ---> 86e96264c4e4 18:59:44 Step 28/31 : CMD ["gate"] 18:59:46 ---> Running in e66ff82edb96 18:59:47 Removing intermediate container e66ff82edb96 18:59:47 ---> 931542d45567 18:59:47 Step 29/31 : LABEL arch=arm64 18:59:47 ---> Running in 0f5742fb4314 18:59:49 Removing intermediate container 0f5742fb4314 18:59:49 ---> 2af0215d4d84 18:59:49 Step 30/31 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 18:59:49 ---> Running in 548bcd98366c 18:59:50 Removing intermediate container 548bcd98366c 18:59:50 ---> 37637a7496fb 18:59:50 Step 31/31 : LABEL version=0.0.0 18:59:51 ---> Running in c088c2f1eadc 18:59:52 Removing intermediate container c088c2f1eadc 18:59:52 ---> eb4f9cabee5b 18:59:52 18:59:52 Successfully built eb4f9cabee5b 18:59:52 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:59:57 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:59:57 snapd is not logged in, snap install commands will use sudo 18:59:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:59:57 snap "core18" has no updates available 18:59:57 Pulling go-build-helper 18:59:57 + snapcraftctl pull 18:59:57 'app-service-config' has dependencies that need to be staged: go-build-helper 18:59:57 Skipping pull go-build-helper (already ran) 18:59:57 Building go-build-helper 18:59:57 + snapcraftctl build 18:59:57 Staging go-build-helper 18:59:57 + snapcraftctl stage 19:00:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:00:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:00:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1627 kB] 19:00:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [309 kB] 19:00:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:00:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:00:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [261 kB] 19:00:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.1 kB] 19:00:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1116 kB] 19:00:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:00:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:00:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:00:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:00:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:00:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:00:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:00:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:00:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:00:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:00:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1967 kB] 19:00:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [400 kB] 19:00:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:00:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:00:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [282 kB] 19:00:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.7 kB] 19:00:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1723 kB] 19:00:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:00:09 Fetched 24.2 MB in 0s (0 B/s) 19:00:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:00:09 Fetched 224 kB in 0s (0 B/s) 19:00:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:00:09 Fetched 157 kB in 0s (0 B/s) 19:00:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:00:09 Fetched 221 kB in 0s (0 B/s) 19:00:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:00:09 Fetched 143 kB in 0s (0 B/s) 19:00:09 Pulling app-service-config 19:00:09 + snapcraftctl pull 19:00:09 Cloning into '/root/parts/app-service-config/src'... 19:00:10 Pulling config-common 19:00:10 + snapcraftctl pull 19:00:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:00:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:00:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:00:14 Fetched 0 B in 0s (0 B/s) 19:00:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:00:14 Fetched 0 B in 0s (0 B/s) 19:00:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:00:14 Fetched 0 B in 0s (0 B/s) 19:00:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:00:14 Fetched 0 B in 0s (0 B/s) 19:00:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:00:14 Fetched 0 B in 0s (0 B/s) 19:00:14 Pulling edgex-go 19:00:14 + snapcraftctl pull 19:00:25  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:25 ---> 1b6886c6bdd6 19:00:25 Step 3/22 : WORKDIR /edgex-go 19:00:25 ---> Using cache 19:00:25 ---> 725191e53a1c 19:00:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:25 ---> Using cache 19:00:25 ---> 80e4b15f842c 19:00:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:00:27 ---> Running in 9e0af03bb267 19:00:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:30 OK: 217 MiB in 51 packages 19:00:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:00:30 ---> 1b6886c6bdd6 19:00:30 Step 3/26 : WORKDIR /edgex-go 19:00:30 ---> Using cache 19:00:30 ---> 725191e53a1c 19:00:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:30 ---> Using cache 19:00:30 ---> 80e4b15f842c 19:00:30 Step 5/26 : RUN apk add --update --no-cache make bash git 19:00:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:31 ---> 1b6886c6bdd6 19:00:31 Step 3/23 : WORKDIR /edgex-go 19:00:31 ---> Using cache 19:00:31 ---> 725191e53a1c 19:00:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:31 ---> Using cache 19:00:31 ---> 80e4b15f842c 19:00:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:31 ---> 1b6886c6bdd6 19:00:31 Step 3/22 : WORKDIR /edgex-go 19:00:31 ---> Using cache 19:00:31 ---> 725191e53a1c 19:00:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:31 ---> Using cache 19:00:31 ---> 80e4b15f842c 19:00:31 Step 5/22 : RUN apk add --update --no-cache make git 19:00:31 ---> Using cache 19:00:31 ---> f59907ce6e9f 19:00:31 Step 6/22 : COPY go.mod . 19:00:31 ---> Using cache 19:00:31 ---> c6636c6050ac 19:00:31 Step 7/22 : RUN go mod download 19:00:31 ---> Using cache 19:00:31 ---> a91212803f3c 19:00:31 Step 8/22 : COPY . . 19:00:31 ---> Using cache 19:00:31 ---> b78c8ec29c7b 19:00:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:00:31 ---> Running in 9283f6a42a8b 19:00:31 ---> Running in d98cdbd13bc7 19:00:31 ---> Running in f5c91004b3e8 19:00:32 Removing intermediate container 9e0af03bb267 19:00:32 ---> 6bccac405eb4 19:00:32 Step 6/22 : COPY go.mod . 19:00:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:33 ---> 5a9f88d01f02 19:00:33 Step 7/22 : RUN go mod download 19:00:33 ---> Running in c9a6006708b5 19:00:33 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 19:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:35 OK: 217 MiB in 51 packages 19:00:35 OK: 217 MiB in 51 packages 19:00:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:00:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:00:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:00:36 Fetched 0 B in 0s (0 B/s) 19:00:36 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:00:36 Fetched 96.5 kB in 0s (0 B/s) 19:00:36 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:00:36 Fetched 279 kB in 0s (0 B/s) 19:00:36 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:00:36 Fetched 122 kB in 0s (0 B/s) 19:00:36 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:00:36 Fetched 77.8 kB in 0s (0 B/s) 19:00:36 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:00:36 Fetched 8848 B in 0s (0 B/s) 19:00:36 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:00:36 Fetched 47.8 kB in 0s (0 B/s) 19:00:36 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:00:36 Fetched 45.6 kB in 0s (0 B/s) 19:00:36 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:00:36 Fetched 15.0 kB in 0s (0 B/s) 19:00:36 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:00:36 Fetched 214 kB in 0s (0 B/s) 19:00:36 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:00:36 Fetched 154 kB in 0s (0 B/s) 19:00:36 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:00:36 Fetched 50.6 kB in 0s (0 B/s) 19:00:36 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:00:36 Fetched 14.8 kB in 0s (0 B/s) 19:00:36 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:00:36 Fetched 41.8 kB in 0s (0 B/s) 19:00:36 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:00:36 Fetched 499 kB in 0s (0 B/s) 19:00:36 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:00:36 Fetched 111 kB in 0s (0 B/s) 19:00:36 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:00:36 Fetched 240 kB in 0s (0 B/s) 19:00:36 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:00:36 Fetched 29.3 kB in 0s (0 B/s) 19:00:36 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:00:36 Fetched 85.5 kB in 0s (0 B/s) 19:00:36 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:00:36 Fetched 24.5 kB in 0s (0 B/s) 19:00:36 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:00:36 Fetched 49.2 kB in 0s (0 B/s) 19:00:36 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:00:36 Fetched 54.2 kB in 0s (0 B/s) 19:00:36 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:00:36 Fetched 30.8 kB in 0s (0 B/s) 19:00:36 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:00:36 Fetched 15.8 kB in 0s (0 B/s) 19:00:36 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:00:36 Fetched 85.9 kB in 0s (0 B/s) 19:00:36 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:00:36 Fetched 8720 B in 0s (0 B/s) 19:00:36 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:00:36 Fetched 137 kB in 0s (0 B/s) 19:00:36 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:00:36 Fetched 119 kB in 0s (0 B/s) 19:00:36 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:00:36 Fetched 109 kB in 0s (0 B/s) 19:00:36 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:00:36 Fetched 11.1 kB in 0s (0 B/s) 19:00:36 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:00:36 Fetched 645 kB in 0s (0 B/s) 19:00:36 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:00:36 Fetched 41.3 kB in 0s (0 B/s) 19:00:36 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:00:36 Fetched 17.9 kB in 0s (0 B/s) 19:00:36 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:00:36 Fetched 368 kB in 0s (0 B/s) 19:00:36 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:00:36 Fetched 187 kB in 0s (0 B/s) 19:00:36 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:00:36 Fetched 175 kB in 0s (0 B/s) 19:00:36 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:00:36 Fetched 206 kB in 0s (0 B/s) 19:00:36 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:00:36 Fetched 1301 kB in 0s (0 B/s) 19:00:36 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:00:36 Fetched 36.2 kB in 0s (0 B/s) 19:00:36 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:00:36 Fetched 159 kB in 0s (0 B/s) 19:00:36 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:00:36 Fetched 107 kB in 0s (0 B/s) 19:00:36 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:00:36 Fetched 48.7 kB in 0s (0 B/s) 19:00:36 Pulling static-packages 19:00:36 + snapcraftctl pull 19:00:36 Pulling version 19:00:36 + cd /root/project 19:00:36 + [ -f VERSION ] 19:00:36 + PROJECT_VERSION=local-dev 19:00:36 + git rev-parse --short HEAD 19:00:36 + GIT_REVISION=3e75227e 19:00:36 + snapcraftctl set-version local-dev 19:00:36 Skipping build go-build-helper (already ran) 19:00:36 Building app-service-config 19:00:36 + make build 19:00:36 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 19:00:36 Removing intermediate container 9283f6a42a8b 19:00:36 ---> 6007d59b8f53 19:00:36 Step 6/26 : COPY go.mod . 19:00:37 Removing intermediate container f5c91004b3e8 19:00:37 ---> fede5b6efe02 19:00:37 Step 6/23 : COPY go.mod . 19:00:37 Removing intermediate container c9a6006708b5 19:00:37 ---> ea4ed9bf3928 19:00:37 Step 8/22 : COPY . . 19:00:38 ---> 72532d8399a9 19:00:38 Step 7/26 : RUN go mod download 19:00:38 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 19:00:38 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:00:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 19:00:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 19:00:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:00:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:00:38 go: downloading github.com/pelletier/go-toml v1.2.0 19:00:38 ---> Running in 850e74c6ee68 19:00:39 go: downloading github.com/leodido/go-urn v1.2.0 19:00:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:00:39 ---> e86ff1f3aae4 19:00:39 Step 7/23 : RUN go mod download 19:00:39 go: downloading github.com/go-kit/kit v0.8.0 19:00:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:00:39 ---> Running in ac62dfc93657 19:00:39 go: downloading github.com/BurntSushi/toml v0.3.1 19:00:39 go: downloading github.com/gorilla/mux v1.8.0 19:00:39 go: downloading github.com/google/uuid v1.2.0 19:00:39 go: downloading github.com/hashicorp/consul/api v1.8.1 19:00:39 go: downloading github.com/pebbe/zmq4 v1.2.5 19:00:39 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:00:39 go: downloading github.com/hashicorp/serf v0.9.5 19:00:39 go: downloading github.com/go-playground/universal-translator v0.17.0 19:00:39 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:00:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:00:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:00:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:00:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:00:39 go: downloading github.com/x448/float16 v0.8.4 19:00:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:00:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:00:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:00:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:00:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:00:40 go: downloading github.com/fatih/color v1.9.0 19:00:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:00:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:00:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:00:40 go: downloading github.com/go-playground/locales v0.13.0 19:00:40 go: downloading github.com/mattn/go-colorable v0.1.6 19:00:40 go: downloading github.com/mattn/go-isatty v0.0.12 19:00:40 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:00:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:00:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:00:40 go: downloading github.com/mitchellh/copystructure v1.0.0 19:00:40 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:00:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:00:44 Removing intermediate container 850e74c6ee68 19:00:44 ---> 8a7e6ce1d982 19:00:44 Step 8/26 : COPY . . 19:00:45 Removing intermediate container ac62dfc93657 19:00:45 ---> 155c6c1c1d09 19:00:45 Step 8/23 : COPY . . 19:00:50 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:00:50 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:00:50 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:00:50 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:00:50 Building config-common 19:00:50 + snapcraftctl build 19:00:53 Building edgex-go 19:00:53 + cd /root/parts/edgex-go/src 19:00:53 + make build 19:00:53 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 19:00:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.21 19:00:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.55 19:00:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:00:53 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 19:00:54 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 19:00:54 go: downloading github.com/imdario/mergo v0.3.12 19:00:54 go: downloading github.com/pkg/errors v0.8.1 19:00:54 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:00:54 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:00:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:00:54 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:00:54 go: downloading github.com/gorilla/websocket v1.4.2 19:00:58 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 19:00:58 go: downloading gopkg.in/yaml.v2 v2.4.0 19:01:03 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 19:01:05 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 19:01:07 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 19:01:07 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 19:01:07 go: downloading github.com/stretchr/testify v1.7.0 19:01:07 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:01:07 go: downloading github.com/davecgh/go-spew v1.1.1 19:01:07 go: downloading github.com/pmezard/go-difflib v1.0.0 19:01:09 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 19:01:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:01:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:01:11 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 19:01:12 ---> e5cf1d2a20ac 19:01:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:01: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 19:01:12 ---> Running in ef938f30cca9 19:01:12 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:01:13 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 19:01: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 19:01:14 ---> 4c684e6b574c 19:01:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:01:14 ---> a35060b98e85 19:01:14 Step 9/23 : RUN make cmd/core-data/core-data 19:01:15 ---> Running in 9026592ef8f9 19:01:15 ---> Running in f0af65d6a128 19:01:15 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 19:01:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:01:16 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 19:01:16 go: downloading github.com/lib/pq v1.9.0 19:01:17 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 19:01:17 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 19:01:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:01:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:01:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:01:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:01:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:01:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:01:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:01:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:01:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:01:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:01:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:01:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:01:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:01:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:01:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:01:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:01:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:01:19 + 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 19:01:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:01:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:01:19 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:01:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:01:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:01:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:01:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:01:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:01:21 Building static-packages 19:01:21 + snapcraftctl build 19:01:23 Building version 19:01:23 + snapcraftctl build 19:01:25 Removing intermediate container d98cdbd13bc7 19:01:25 ---> b84bf1c029ff 19:01:25 19:01:25 Step 10/22 : FROM alpine:3.12 19:01:25 ---> d10569e2745f 19:01:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:01:25 ---> Using cache 19:01:25 ---> e7c577743ba2 19:01:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:25 ---> Using cache 19:01:25 ---> f10e7d04be8a 19:01:25 Step 13/22 : ENV APP_PORT=48085 19:01:25 ---> Running in 52ba1538b09e 19:01:25 Skipping stage go-build-helper (already ran) 19:01:25 Staging app-service-config 19:01:25 + snapcraftctl stage 19:01:25 Removing intermediate container 52ba1538b09e 19:01:25 ---> 6944d6fc17a6 19:01:25 Step 14/22 : EXPOSE $APP_PORT 19:01:25 ---> Running in e15e81599852 19:01:26 Removing intermediate container e15e81599852 19:01:26 ---> 4978f1cce301 19:01:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:26 Staging config-common 19:01:26 + snapcraftctl stage 19:01:27 ---> f82ae82894c3 19:01:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:01:27 Staging edgex-go 19:01:27 + snapcraftctl stage 19:01:28 Staging static-packages 19:01:28 + snapcraftctl stage 19:01:29 ---> b16a3d552b82 19:01:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:01:29 Staging version 19:01:29 + snapcraftctl stage 19:01:30 ---> 9eecae57afe1 19:01:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:01:30 ---> Running in 9664a974b421 19:01:30 Priming go-build-helper 19:01:30 + snapcraftctl prime 19:01:31 Removing intermediate container 9664a974b421 19:01:31 ---> 06d7c9a060ab 19:01:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:31 ---> Running in d47d1f0018d4 19:01:31 Priming app-service-config 19:01:31 + snapcraftctl prime 19:01:31 Removing intermediate container d47d1f0018d4 19:01:31 ---> d41ae6f61818 19:01:32 Step 20/22 : LABEL arch=arm64 19:01:32 ---> Running in 027875394f91 19:01:33 Priming config-common 19:01:33 + snapcraftctl prime 19:01:33 Removing intermediate container 027875394f91 19:01:33 ---> 3aa40f4fdd7a 19:01:33 Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 19:01:33 ---> Running in b69ba9d36461 19:01:33 Priming edgex-go 19:01:33 + snapcraftctl prime 19:01:33 Removing intermediate container b69ba9d36461 19:01:33 ---> b82e7b8ef7f4 19:01:33 Step 22/22 : LABEL version=0.0.0 19:01:34 ---> Running in 22757c2b2cec 19:01:34 Removing intermediate container 22757c2b2cec 19:01:34 ---> 93b2c7597d00 19:01:34 19:01:35 Priming static-packages 19:01:35 + snapcraftctl prime 19:01:35 Successfully built 93b2c7597d00 19:01:35 Successfully tagged docker-support-scheduler-go-arm64:latest 19:01:37 Priming version 19:01:37 + snapcraftctl prime 19:01:37 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] } 19:02:31  Building docker-support-scheduler-go ... done Removing intermediate container f0af65d6a128 19:02:31 ---> 17525f93f93f 19:02:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:02:31 ---> Running in d4d190227ac3 19:02:31 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 19:02:33 Removing intermediate container ef938f30cca9 19:02:33 ---> 8f6993b0729a 19:02:33 19:02:33 Step 10/22 : FROM alpine:3.12 19:02:33 ---> d10569e2745f 19:02:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:02:33 ---> Running in ff80aebb0875 19:02:33 Removing intermediate container d4d190227ac3 19:02:33 ---> 2a04b4cc171a 19:02:33 19:02:33 Step 11/26 : FROM docker:20.10.0 19:02:34 20.10.0: Pulling from library/docker 19:02:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:35 (1/2) Installing ca-certificates (20191127-r4) 19:02:35 (2/2) Installing dumb-init (1.2.2-r1) 19:02:35 Executing busybox-1.31.1-r19.trigger 19:02:35 Executing ca-certificates-20191127-r4.trigger 19:02:36 OK: 6 MiB in 16 packages 19:02:38 Removing intermediate container ff80aebb0875 19:02:38 ---> 72d8230e103a 19:02:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:02:39 ---> Running in ca9419df4eeb 19:02:40 Removing intermediate container ca9419df4eeb 19:02:40 ---> 1e78c51e2946 19:02:40 Step 13/22 : ENV APP_PORT=48060 19:02:40 ---> Running in 7f72d4d01514 19:02:40 Removing intermediate container 7f72d4d01514 19:02:40 ---> 136a1ff69c87 19:02:40 Step 14/22 : EXPOSE $APP_PORT 19:02:41 ---> Running in a253c5ee338e 19:02:42 Removing intermediate container a253c5ee338e 19:02:42 ---> 12f7b705c39f 19:02:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:43 ---> 12240f6add75 19:02:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:45 ---> 1d60ad4b21db 19:02:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:46 Removing intermediate container 9026592ef8f9 19:02:46 ---> 4980d9c08283 19:02:46 19:02:46 Step 10/23 : FROM alpine:3.12 19:02:46 ---> d10569e2745f 19:02:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:46 ---> Running in 10f2e1cde79c 19:02:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:02:46 Status: Downloaded newer image for docker:20.10.0 19:02:46 ---> eeaf43b92773 19:02:46 Step 12/26 : RUN apk add --no-cache bash 19:02:46 ---> 026a91777a8c 19:02:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:02:46 ---> Running in 187b889d5ba5 19:02:46 ---> Running in 68d7d57e38ed 19:02:46 Removing intermediate container 10f2e1cde79c 19:02:46 ---> 312c07fbd451 19:02:46 Step 12/23 : ENV APP_PORT=48080 19:02:46 ---> Running in 97f78a4eb646 19:02:47 Removing intermediate container 68d7d57e38ed 19:02:47 ---> 033c1b5c0e68 19:02:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:47 ---> Running in 62ef377662e5 19:02:47 Removing intermediate container 97f78a4eb646 19:02:47 ---> b26eb2b3e171 19:02:47 Step 13/23 : EXPOSE $APP_PORT 19:02:47 ---> Running in 327ee00a053d 19:02:48 Removing intermediate container 62ef377662e5 19:02:48 ---> 376f24c1db42 19:02:48 Step 20/22 : LABEL arch=arm64 19:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:48 ---> Running in 8cab03e72052 19:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:48 Removing intermediate container 327ee00a053d 19:02:48 ---> 0688c41bfbba 19:02:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:02:48 ---> Running in 8e02fcc59495 19:02:48 Removing intermediate container 8cab03e72052 19:02:48 ---> 1a490cc210dd 19:02:48 Step 21/22 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 19:02:48 ---> Running in 0b0356b03db1 19:02:48 (1/2) Installing readline (8.0.4-r0) 19:02:48 (2/2) Installing bash (5.0.17-r0) 19:02:49 Executing bash-5.0.17-r0.post-install 19:02:49 Executing busybox-1.31.1-r19.trigger 19:02:49 OK: 12 MiB in 22 packages 19:02:49 Removing intermediate container 0b0356b03db1 19:02:49 ---> 360c64c642c5 19:02:49 Step 22/22 : LABEL version=0.0.0 19:02:49 ---> Running in 74ad44fca0e7 19:02:50 Removing intermediate container 74ad44fca0e7 19:02:50 ---> 334b3eafa22b 19:02:50 19:02:50 Removing intermediate container 187b889d5ba5 19:02:50 ---> 8c9202c593e5 19:02:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:02:50 Successfully built 334b3eafa22b 19:02:51 Successfully tagged docker-support-notifications-go-arm64:latest 19:02:51  Building docker-support-notifications-go ... done  ---> Running in f75c6aad7fb7 19:02:51 Removing intermediate container f75c6aad7fb7 19:02:51 ---> 5132da75e267 19:02:51 Step 14/26 : ENV APP_PORT=48090 19:02:51 Removing intermediate container 8e02fcc59495 19:02:51 ---> 5f327210e5b0 19:02:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:02:51 ---> Running in b6c2ccd6a748 19:02:51 ---> Running in e50665196704 19:02:52 Removing intermediate container e50665196704 19:02:52 ---> 9923f3048144 19:02:52 Step 15/26 : EXPOSE $APP_PORT 19:02:52 ---> Running in ce918177c5d3 19:02:52 Removing intermediate container ce918177c5d3 19:02:52 ---> 25a98fa46e9b 19:02:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:54 ---> 116d19f0faba 19:02:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:02:54 ---> c386929aa599 19:02:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:02:55 (1/6) Installing dumb-init (1.2.2-r1) 19:02:55 (2/6) Installing libgcc (9.3.0-r2) 19:02:55 (3/6) Installing libsodium (1.0.18-r0) 19:02:55 (4/6) Installing libstdc++ (9.3.0-r2) 19:02:55 ---> 7b8882090317 19:02:55 Step 19/26 : RUN apk --no-cache add py3-pip 19:02:55 ---> Running in fee74bb39bad 19:02:55 (5/6) Installing libzmq (4.3.3-r0) 19:02:56 (6/6) Installing zeromq (4.3.3-r0) 19:02:56 Executing busybox-1.31.1-r19.trigger 19:02:56 OK: 8 MiB in 20 packages 19:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:57 Removing intermediate container b6c2ccd6a748 19:02:57 ---> 0c3e2cc94bae 19:02:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:57 (1/33) Installing libbz2 (1.0.8-r1) 19:02:57 (2/33) Installing expat (2.2.9-r1) 19:02:57 (3/33) Installing libffi (3.3-r2) 19:02:57 (4/33) Installing gdbm (1.13-r1) 19:02:57 (5/33) Installing xz-libs (5.2.5-r0) 19:02:57 (6/33) Installing sqlite-libs (3.32.1-r0) 19:02:57 (7/33) Installing python3 (3.8.8-r0) 19:02:59 ---> b16fd67ce11f 19:02:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:02:59 (8/33) Installing py3-appdirs (1.4.4-r1) 19:02:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:02:59 (10/33) Installing py3-parsing (2.4.7-r0) 19:02:59 (11/33) Installing py3-six (1.15.0-r0) 19:02:59 (12/33) Installing py3-packaging (20.4-r0) 19:02:59 (13/33) Installing py3-setuptools (47.0.0-r0) 19:02:59 (14/33) Installing py3-chardet (3.0.4-r4) 19:03:00 (15/33) Installing py3-idna (2.9-r0) 19:03:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:03:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:03:00 (18/33) Installing py3-requests (2.23.0-r0) 19:03:00 (19/33) Installing py3-msgpack (1.0.0-r0) 19:03:00 (20/33) Installing py3-lockfile (0.12.2-r3) 19:03:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:03:00 (22/33) Installing py3-colorama (0.4.3-r0) 19:03:00 (23/33) Installing py3-distlib (0.3.0-r0) 19:03:00 (24/33) Installing py3-distro (1.5.0-r1) 19:03:00 (25/33) Installing py3-webencodings (0.5.1-r3) 19:03:00 (26/33) Installing py3-html5lib (1.0.1-r4) 19:03:00 (27/33) Installing py3-pytoml (0.1.21-r0) 19:03:00 (28/33) Installing py3-pep517 (0.8.2-r0) 19:03:00 (29/33) Installing py3-progress (1.5-r0) 19:03:00 (30/33) Installing py3-toml (0.10.1-r0) 19:03:00 (31/33) Installing py3-retrying (1.3.3-r0) 19:03:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:03:00 (33/33) Installing py3-pip (20.1.1-r0) 19:03:00 Executing busybox-1.31.1-r19.trigger 19:03:00 OK: 71 MiB in 55 packages 19:03:00 ---> 0e3f7e845d31 19:03:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:03:01 ---> c7b484f7b718 19:03:01 Step 19/23 : ENTRYPOINT ["/core-data"] 19:03:01 ---> Running in 032b5869e8aa 19:03:02 Removing intermediate container 032b5869e8aa 19:03:02 ---> e1f14bfe5279 19:03:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:02 ---> Running in bb553c151bed 19:03:03 Removing intermediate container bb553c151bed 19:03:03 ---> 02ee3d1d3561 19:03:03 Step 21/23 : LABEL arch=arm64 19:03:03 ---> Running in 374102f2d8c0 19:03:04 Removing intermediate container 374102f2d8c0 19:03:04 ---> 6ce3791b4ce7 19:03:04 Step 22/23 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 19:03:04 ---> Running in 7da7653c30d0 19:03:05 Removing intermediate container 7da7653c30d0 19:03:05 ---> 990a60c12ab4 19:03:05 Step 23/23 : LABEL version=0.0.0 19:03:05 ---> Running in 2601a5a23736 19:03:06 Removing intermediate container 2601a5a23736 19:03:06 ---> 9c1056c6258c 19:03:06 19:03:06 Successfully built 9c1056c6258c 19:03:06 Successfully tagged docker-core-data-go-arm64:latest 19:03:06  Building docker-core-data-go ... done Removing intermediate container fee74bb39bad 19:03:06 ---> 3bf7c4f29b9a 19:03:06 Step 20/26 : RUN pip install docker-compose==1.23.2 19:03:06 ---> Running in c86fce51cc47 19:03:12 Collecting docker-compose==1.23.2 19:03:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:03:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:03:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:03:13 Collecting PyYAML<4,>=3.10 19:03:13 Downloading PyYAML-3.13.tar.gz (270 kB) 19:03:17 Collecting texttable<0.10,>=0.9.0 19:03:17 Downloading texttable-0.9.1.tar.gz (11 kB) 19:03:18 Collecting docker<4.0,>=3.6.0 19:03:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:03:19 Collecting jsonschema<3,>=2.5.1 19:03:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:03:19 Collecting dockerpty<0.5,>=0.4.1 19:03:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:03:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:03:21 Collecting cached-property<2,>=1.2.0 19:03:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:03:22 Collecting docopt<0.7,>=0.6.1 19:03:22 Downloading docopt-0.6.2.tar.gz (25 kB) 19:03:24 Collecting websocket-client<1.0,>=0.32.0 19:03:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:03:24 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) 19:03:24 Collecting idna<2.8,>=2.5 19:03:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:03:25 Collecting urllib3<1.25,>=1.21.1 19:03:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:03:25 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) 19:03:25 Collecting docker-pycreds>=0.4.0 19:03:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:03:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:03:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:03:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:03:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:03:26 Installing collected packages: idna, urllib3, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, cached-property, docopt, docker-compose 19:03:26 Attempting uninstall: idna 19:03:26 Found existing installation: idna 2.9 19:03:26 Uninstalling idna-2.9: 19:03:26 Successfully uninstalled idna-2.9 19:03:27 Attempting uninstall: urllib3 19:03:27 Found existing installation: urllib3 1.25.9 19:03:27 Uninstalling urllib3-1.25.9: 19:03:27 Successfully uninstalled urllib3-1.25.9 19:03:27 Attempting uninstall: requests 19:03:27 Found existing installation: requests 2.23.0 19:03:28 Uninstalling requests-2.23.0: 19:03:28 Successfully uninstalled requests-2.23.0 19:03:28 Running setup.py install for PyYAML: started 19:03:30 Running setup.py install for PyYAML: finished with status 'done' 19:03:30 Running setup.py install for texttable: started 19:03:32 Running setup.py install for texttable: finished with status 'done' 19:03:33 Running setup.py install for dockerpty: started 19:03:35 Running setup.py install for dockerpty: finished with status 'done' 19:03:35 Running setup.py install for docopt: started 19:03:37 Running setup.py install for docopt: finished with status 'done' 19:03:37 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 19:03:41 Removing intermediate container c86fce51cc47 19:03:41 ---> 34f953d836db 19:03:41 Step 21/26 : RUN apk --no-cache add curl 19:03:41 ---> Running in cfa1cefc30f2 19:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:03:43 (2/3) Installing libcurl (7.69.1-r3) 19:03:43 (3/3) Installing curl (7.69.1-r3) 19:03:43 Executing busybox-1.31.1-r19.trigger 19:03:43 OK: 72 MiB in 58 packages 19:03:45 Removing intermediate container cfa1cefc30f2 19:03:45 ---> 34dafbceae72 19:03:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:03:45 ---> Running in 304cdb052bb0 19:03:45 Removing intermediate container 304cdb052bb0 19:03:45 ---> 269dc3a16809 19:03:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:45 ---> Running in 875dfc9f147d 19:03:46 Removing intermediate container 875dfc9f147d 19:03:46 ---> 4add2af5e541 19:03:46 Step 24/26 : LABEL arch=arm64 19:03:46 ---> Running in d00bd05613cc 19:03:46 Removing intermediate container d00bd05613cc 19:03:46 ---> 236f6f81c94c 19:03:46 Step 25/26 : LABEL git_sha=3e75227e261945ad25a87a260968361d7077a8ca 19:03:46 ---> Running in bc64f90c1ba9 19:03:47 Removing intermediate container bc64f90c1ba9 19:03:47 ---> 7116cfcea47e 19:03:47 Step 26/26 : LABEL version=0.0.0 19:03:47 ---> Running in 18ac61e87ef3 19:03:47 Removing intermediate container 18ac61e87ef3 19:03:47 ---> 9b188d85fe8c 19:03:47 19:03:48 Successfully built 9b188d85fe8c 19:03:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:03:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:03:48 $ docker stop --time=1 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 19:03:50 $ docker rm -f 2958858ded835cd50637a525e639810c7a7fc4d014d4951e6177f8eac28eff00 [Pipeline] // withDockerContainer [Pipeline] sh 19:03:51 + grep docker 19:03:51 + docker images 19:03:51 docker-sys-mgmt-agent-go-arm64 latest 9b188d85fe8c 4 seconds ago 300MB 19:03:51 docker-core-data-go-arm64 latest 9c1056c6258c 46 seconds ago 21.3MB 19:03:51 docker-support-notifications-go-arm64 latest 334b3eafa22b About a minute ago 16.9MB 19:03:51 docker-support-scheduler-go-arm64 latest 93b2c7597d00 2 minutes ago 16.3MB 19:03:51 docker-security-bootstrapper-go-arm64 latest eb4f9cabee5b 4 minutes ago 17.8MB 19:03:51 docker-core-metadata-go-arm64 latest c3e073a6ad4f 4 minutes ago 17.9MB 19:03:51 docker-core-command-go-arm64 latest 7a8bb28faf46 4 minutes ago 16.3MB 19:03:51 docker-security-secretstore-setup-go-arm64 latest f260e7c2befe 4 minutes ago 23.7MB 19:03:51 docker-security-proxy-setup-go-arm64 latest e680720d212c 4 minutes ago 23.4MB 19:03:51 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 19:03:53 ---> job-cost.sh 19:03:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UiFg 19:04:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:06:09 lf-activate-venv(): INFO: Adding /tmp/venv-UiFg/bin to PATH 19:06:09 INFO: No Stack... 19:06:09 INFO: Retrieving Pricing Info for: lf-standard-4 19:06:09 INFO: Archiving Costs [Pipeline] sh 19:06:09 + + cut -d,cat -f6 /w/workspace/edgex-go/3/archives/cost.csv 19:06:09 [Pipeline] lock 19:06:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] 19:06:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] did not exist. Created. 19:06:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:06:10 + echo total: 0.20999999344348907 [Pipeline] stash 19:06:10 Stashed 1 file(s) [Pipeline] } 19:06:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3293-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:06:12 provisioning config files... 19:06:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5802350867249837894tmp [Pipeline] { [Pipeline] sh 19:06:12 + set +x 19:06:12 + curl -s https://codecov.io/bash 19:06:12 + bash -s -- 19:06:13 19:06:13 _____ _ 19:06:13 / ____| | | 19:06:13 | | ___ __| | ___ ___ _____ __ 19:06:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:06:13 | |___| (_) | (_| | __/ (_| (_) \ V / 19:06:13 \_____\___/ \__,_|\___|\___\___/ \_/ 19:06:13 Bash-20210309-2b87ace 19:06:13 19:06:13 19:06:13 ==> git version 2.24.3 found 19:06:13 ==> 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 19:06:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:06:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:06:13 curl: option -sm: expected a proper numerical parameter 19:06:13 curl: try 'curl --help' or 'curl --manual' for more information 19:06:13 ==> Jenkins CI detected. 19:06:13 project root: . 19:06:13 --> token set from env 19:06:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:06:13 ==> Running gcov in . (disable via -X gcov) 19:06:13 ==> Python coveragepy not found 19:06:13 ==> Searching for coverage reports in: 19:06:13 + . 19:06:13 -> Found 1 reports 19:06:13 ==> Detecting git/mercurial file structure 19:06:13 ==> Reading reports 19:06:13 + ./coverage.out bytes=666600 19:06:13 ==> Appending adjustments 19:06:13 https://docs.codecov.io/docs/fixing-reports 19:06:16 + Found adjustments 19:06:16 ==> Gzipping contents 19:06:16 96K /tmp/codecov.tG2Lpi.gz 19:06:16 ==> Uploading reports 19:06:16 url: https://codecov.io 19:06:16 query: branch=PR-3293&commit=3e75227e261945ad25a87a260968361d7077a8ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3293%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3293&job=&cmd_args= 19:06:16 -> Pinging Codecov 19:06:16 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3293&commit=3e75227e261945ad25a87a260968361d7077a8ca&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3293%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3293&job=&cmd_args= 19:06:17 -> Uploading to 19:06:17 https://storage.googleapis.com/codecov/v4/raw/2021-03-24/00271124DB129430A58F1EEE437C3FCB/3e75227e261945ad25a87a260968361d7077a8ca/d8cbebd1-fc4c-445b-8634-e93f0ec3207c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210324%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210324T190617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4f8b397a9821572104a480f5c0d2de3ad29e96159b4754832718edbd18e466b 19:06:17 % Total % Received % Xferd Average Speed Time Time Time Current 19:06:17 Dload Upload Total Spent Left Speed 19:06:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96606 0 0 100 96606 0 198k --:--:-- --:--:-- --:--:-- 198k 19:06:17 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e75227e261945ad25a87a260968361d7077a8ca [Pipeline] } 19:06:17 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 19:06:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:06:20 ---> package-listing.sh 19:06:20 ++ facter osfamily 19:06:20 ++ tr '[:upper:]' '[:lower:]' 19:06:20 + OS_FAMILY=redhat 19:06:20 + workspace=/w/workspace/edgex-go/3 19:06:20 + START_PACKAGES=/tmp/packages_start.txt 19:06:20 + END_PACKAGES=/tmp/packages_end.txt 19:06:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:06:20 + PACKAGES=/tmp/packages_start.txt 19:06:20 + '[' /w/workspace/edgex-go/3 ']' 19:06:20 + PACKAGES=/tmp/packages_end.txt 19:06:20 + case "${OS_FAMILY}" in 19:06:20 + rpm -qa 19:06:20 + sort 19:06:25 + '[' -f /tmp/packages_start.txt ']' 19:06:25 + '[' -f /tmp/packages_end.txt ']' 19:06:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:06:25 + '[' /w/workspace/edgex-go/3 ']' 19:06:25 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:06:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:06:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:06:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:06:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:06:26 19:06:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:06:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:06:26 alpine: Pulling from edgex-lftools-log-publisher 19:06:26 df20fa9351a1: Pulling fs layer 19:06:26 36b3adc4ff6f: Pulling fs layer 19:06:26 8ad3a11d3b57: Pulling fs layer 19:06:26 46f8f816bc3b: Pulling fs layer 19:06:26 93b61091891f: Pulling fs layer 19:06:26 93b9cdb0e59b: Pulling fs layer 19:06:26 5e14af77c1be: Pulling fs layer 19:06:26 01666e4c0597: Pulling fs layer 19:06:26 aa168da1d23b: Pulling fs layer 19:06:26 46f8f816bc3b: Waiting 19:06:26 93b61091891f: Waiting 19:06:26 93b9cdb0e59b: Waiting 19:06:26 5e14af77c1be: Waiting 19:06:26 01666e4c0597: Waiting 19:06:26 aa168da1d23b: Waiting 19:06:26 36b3adc4ff6f: Verifying Checksum 19:06:26 36b3adc4ff6f: Download complete 19:06:26 46f8f816bc3b: Verifying Checksum 19:06:26 46f8f816bc3b: Download complete 19:06:26 df20fa9351a1: Verifying Checksum 19:06:26 df20fa9351a1: Download complete 19:06:26 93b9cdb0e59b: Verifying Checksum 19:06:26 93b9cdb0e59b: Download complete 19:06:26 5e14af77c1be: Verifying Checksum 19:06:26 5e14af77c1be: Download complete 19:06:26 93b61091891f: Download complete 19:06:26 01666e4c0597: Verifying Checksum 19:06:26 01666e4c0597: Download complete 19:06:27 df20fa9351a1: Pull complete 19:06:27 36b3adc4ff6f: Pull complete 19:06:27 8ad3a11d3b57: Verifying Checksum 19:06:27 8ad3a11d3b57: Download complete 19:06:28 8ad3a11d3b57: Pull complete 19:06:28 46f8f816bc3b: Pull complete 19:06:29 aa168da1d23b: Verifying Checksum 19:06:29 aa168da1d23b: Download complete 19:06:30 93b61091891f: Pull complete 19:06:30 93b9cdb0e59b: Pull complete 19:06:30 5e14af77c1be: Pull complete 19:06:30 01666e4c0597: Pull complete 19:06:40 aa168da1d23b: Pull complete 19:06:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:06:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:06:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:06:41 prd-centos7-docker-4c-2g-31239 does not seem to be running inside a container 19:06:41 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:06:44 $ docker top 9f736a7952aed54c2406fbc597231c294d7f2cb53b5a6f2417e93ea95a39874f -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:45 + touch /tmp/pre-build-complete [Pipeline] sh 19:06:45 + mkdir -p /var/log/sa [Pipeline] sh 19:06:45 + ls /var/log/sa-host 19:06:45 + sadf -c /var/log/sa-host/sa23 19:06:45 file_magic: OK 19:06:45 HZ: Using current value: 100 19:06:45 file_header: OK 19:06:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:06:45 Statistics: 19:06:45 Hnuu...uuuununununu... 19:06:45 File successfully converted to sysstat format version 12.2.1 19:06:45 + sadf -c /var/log/sa-host/sa24 19:06:45 file_magic: OK 19:06:45 HZ: Using current value: 100 19:06:45 file_header: OK 19:06:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:06:45 Statistics: 19:06:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:06:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:06:45 provisioning config files... 19:06:45 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4567116057857854181tmp [Pipeline] { [Pipeline] echo 19:06:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:06:46 ---> create-netrc.sh [Pipeline] } 19:06:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:06:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:06:46 ---> python-tools-install.sh [Pipeline] echo 19:06:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:06:47 ---> sudo-logs.sh 19:06:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:06:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:06:47 ---> job-cost.sh 19:06:47 lf-activate-venv: SKIPPING 19:06:47 DEBUG: total: 0.20999999344348907 19:06:47 INFO: Retrieving Stack Cost... 19:06:48 INFO: Retrieving Pricing Info for: v1-standard-2 19:06:49 INFO: Archiving Costs [Pipeline] echo 19:06:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:06:49 ---> logs-deploy.sh 19:06:49 lf-activate-venv: SKIPPING 19:06:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3293/3 19:06:49 INFO: archiving workspace using pattern(s): 19:06:51 Archives upload complete. 19:06:51 INFO: archiving logs to Nexus