Pull request #3372 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1+1db696b9dfb42d3dc07ad7353d4356e193fbdfbc (eb5633a2cd14aebe6501cb53b14b7ee82b5733f3) 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-554’ Running on prd-centos7-docker-4c-2g-558 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # 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 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:51:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:51:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:51:17 ========================================================= 13:51:17 EdgeX Global Pipelines Version Info 13:51:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 13:51:19 ------------------- 13:51:19 stable info: 13:51:19 ------------------- 13:51:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:51:19 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:51:19 Message: update stable to v1.0.186 13:51:20 ------------------- 13:51:20 experimental info: 13:51:20 ------------------- 13:51:20 Commited By: **** collab-it+edgex@linuxfoundation.org 13:51:20 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 13:51:20 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7f9616 [Pipeline] echo 13:51:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:51:21 provisioning config files... 13:51:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6793141817016263141tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:51:21 ---> docker-login.sh 13:51:21 nexus3.edgexfoundry.org:10001 13:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:21 Configure a credential helper to remove this warning. See 13:51:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:21 13:51:21 Login Succeeded 13:51:21 nexus3.edgexfoundry.org:10002 13:51:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:21 Configure a credential helper to remove this warning. See 13:51:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:21 13:51:21 Login Succeeded 13:51:21 nexus3.edgexfoundry.org:10003 13:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:22 Configure a credential helper to remove this warning. See 13:51:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:22 13:51:22 Login Succeeded 13:51:22 nexus3.edgexfoundry.org:10004 13:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:22 Configure a credential helper to remove this warning. See 13:51:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:22 13:51:22 Login Succeeded 13:51:22 docker.io 13:51:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:51:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:51:22 Configure a credential helper to remove this warning. See 13:51:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:51:22 13:51:22 Login Succeeded 13:51:22 ---> docker-login.sh ends [Pipeline] } 13:51:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:23 ++ 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 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/core-command/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo core-command,cmd/core-command/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/core-data/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo core-data,cmd/core-data/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/core-metadata/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo core-metadata,cmd/core-metadata/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/security-bootstrapper/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/security-proxy-setup/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/support-notifications/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo support-notifications,cmd/support-notifications/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/support-scheduler/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:51:23 + for file in '`ls cmd/**/Dockerfile`' 13:51:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:51:23 ++ cut -d/ -f2 13:51:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:51:23 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 13:51:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:23 13:51:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:51:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:24 latest: Pulling from edgex-devops/git-semver 13:51:24 31603596830f: Pulling fs layer 13:51:24 2a8b12db71e7: Pulling fs layer 13:51:24 6ca5941a6612: Pulling fs layer 13:51:24 ecc8261a40a4: Pulling fs layer 13:51:24 ecc8261a40a4: Waiting 13:51:24 2a8b12db71e7: Verifying Checksum 13:51:24 2a8b12db71e7: Download complete 13:51:24 31603596830f: Verifying Checksum 13:51:24 31603596830f: Download complete 13:51:24 ecc8261a40a4: Verifying Checksum 13:51:24 ecc8261a40a4: Download complete 13:51:24 6ca5941a6612: Verifying Checksum 13:51:24 6ca5941a6612: Download complete 13:51:24 31603596830f: Pull complete 13:51:24 2a8b12db71e7: Pull complete 13:51:25 6ca5941a6612: Pull complete 13:51:25 ecc8261a40a4: Pull complete 13:51:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:51:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:51:25 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 13:51:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:51:28 $ docker top 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:51:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:28 [ssh-agent] Looking for ssh-agent implementation... 13:51:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:28 $ docker exec 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent 13:51:28 SSH_AUTH_SOCK=/tmp/ssh-Dnq1awHzcDqM/agent.11 13:51:28 SSH_AGENT_PID=16 13:51:28 Running ssh-add (command line suppressed) 13:51:29 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7860488137373698160.key (/w/workspace/edgex-go/2@tmp/private_key_7860488137373698160.key) 13:51:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:29 + git tag --points-at HEAD [Pipeline] } 13:51:29 $ docker exec --env ******** --env ******** 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent -k 13:51:29 unset SSH_AUTH_SOCK; 13:51:29 unset SSH_AGENT_PID; 13:51:29 echo Agent pid 16 killed; 13:51:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:51:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:51:29 [ssh-agent] Looking for ssh-agent implementation... 13:51:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:51:29 $ docker exec 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent 13:51:29 SSH_AUTH_SOCK=/tmp/ssh-tkVkBhEs852T/agent.45 13:51:29 SSH_AGENT_PID=50 13:51:29 Running ssh-add (command line suppressed) 13:51:30 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4935287387237371479.key (/w/workspace/edgex-go/2@tmp/private_key_4935287387237371479.key) 13:51:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:51:30 + git semver init 13:51:30 # -> Open(): unable to determine branch for HEAD 13:51:30 # $GIT_DIR = /w/workspace/edgex-go/2/.git 13:51:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 13:51:30 # $SEMVER_REMOTE_NAME = origin 13:51:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:51:30 # $SEMVER_USER_NAME = edgex-jenkins 13:51:30 # $SEMVER_BRANCH = PR-3372 13:51:30 # $SEMVER_TEMP = /tmp/semver-512329794 13:51:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:51:57 # '/tmp/semver-512329794' -> '/w/workspace/edgex-go/2/.semver' 13:51:57 # -> Force: false 13:51:57 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 13:51:57 $ docker exec --env ******** --env ******** 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 ssh-agent -k 13:51:57 unset SSH_AUTH_SOCK; 13:51:57 unset SSH_AGENT_PID; 13:51:57 echo Agent pid 50 killed; 13:51:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:51:57 + git semver [Pipeline] } 13:51:57 $ docker stop --time=1 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 13:51:59 $ docker rm -f 829779752d17baa216da3f948f9544590c42ca32854e878495428716d009de44 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:52:00 Stashed 1 file(s) [Pipeline] echo 13:52:00 [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 13:52:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:52:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:52:01 + sudo service docker restart 13:52:01 + true 13:52:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:52:02 ========================================================= 13:52:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:52:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:52:02 + 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 . 13:52:06 Sending build context to Docker daemon 329.4MB 13:52:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:52:06 Step 2/6 : FROM ${BASE} 13:52:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:52:06 188c0c94c7c5: Pulling fs layer 13:52:06 0ef7d3d256c8: Pulling fs layer 13:52:06 de9db76c5a1d: Pulling fs layer 13:52:06 bca2f99d35d6: Pulling fs layer 13:52:06 93359f2a8cfa: Pulling fs layer 13:52:06 7c6f9722023f: Pulling fs layer 13:52:06 a35cf1a2eb13: Pulling fs layer 13:52:06 93359f2a8cfa: Waiting 13:52:06 7c6f9722023f: Waiting 13:52:06 a35cf1a2eb13: Waiting 13:52:06 bca2f99d35d6: Waiting 13:52:06 de9db76c5a1d: Verifying Checksum 13:52:06 de9db76c5a1d: Download complete 13:52:06 0ef7d3d256c8: Verifying Checksum 13:52:06 0ef7d3d256c8: Download complete 13:52:06 93359f2a8cfa: Verifying Checksum 13:52:06 93359f2a8cfa: Download complete 13:52:06 7c6f9722023f: Verifying Checksum 13:52:06 7c6f9722023f: Download complete 13:52:06 188c0c94c7c5: Verifying Checksum 13:52:06 188c0c94c7c5: Download complete 13:52:06 188c0c94c7c5: Pull complete 13:52:06 0ef7d3d256c8: Pull complete 13:52:06 de9db76c5a1d: Pull complete 13:52:08 a35cf1a2eb13: Verifying Checksum 13:52:08 a35cf1a2eb13: Download complete 13:52:08 bca2f99d35d6: Download complete 13:52:14 bca2f99d35d6: Pull complete 13:52:14 93359f2a8cfa: Pull complete 13:52:14 7c6f9722023f: Pull complete 13:52:15 Still waiting to schedule task 13:52:15 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-559’ 13:52:18 a35cf1a2eb13: Pull complete 13:52:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:52:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:52:18 ---> a62c8e92a672 13:52:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 13:52:18 ---> Running in a4fd07a2cf77 13:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:52:20 (1/12) Installing libmagic (5.38-r0) 13:52:21 (2/12) Installing file (5.38-r0) 13:52:21 (3/12) Installing libc-dev (0.7.2-r3) 13:52:21 (4/12) Installing g++ (9.3.0-r2) 13:52:29 (5/12) Installing fortify-headers (1.1-r0) 13:52:29 (6/12) Installing patch (2.7.6-r6) 13:52:29 (7/12) Installing build-base (0.5-r2) 13:52:29 (8/12) Installing libsodium (1.0.18-r0) 13:52:29 (9/12) Installing pkgconf (1.7.2-r0) 13:52:29 (10/12) Installing libsodium-dev (1.0.18-r0) 13:52:29 (11/12) Installing libzmq (4.3.3-r0) 13:52:29 (12/12) Installing zeromq-dev (4.3.3-r0) 13:52:29 Executing busybox-1.31.1-r19.trigger 13:52:29 OK: 233 MiB in 51 packages 13:52:32 Removing intermediate container a4fd07a2cf77 13:52:32 ---> 2b66b6877566 13:52:32 Step 4/6 : WORKDIR /edgex-go 13:52:32 ---> Running in 5771b6c14479 13:52:33 Removing intermediate container 5771b6c14479 13:52:33 ---> e91fd1234937 13:52:33 Step 5/6 : COPY go.mod . 13:52:33 ---> 5404f0e8ed47 13:52:33 Step 6/6 : RUN go mod download 13:52:33 ---> Running in 358007df206e 13:52:55 Removing intermediate container 358007df206e 13:52:55 ---> f0f2bb89bfd5 13:52:55 Successfully built f0f2bb89bfd5 13:52:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:52:55 + docker inspect -f . ci-base-image-x86_64 13:52:55 . [Pipeline] withDockerContainer 13:52:55 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 13:52:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:52:56 $ docker top ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 -eo pid,comm [Pipeline] { [Pipeline] sh 13:52:56 + go version 13:52:56 go version go1.15.5 linux/amd64 [Pipeline] } 13:52:56 $ docker stop --time=1 ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 13:52:59 $ docker rm -f ffafce6124e973240d697f178793ce3e3f35375f6a6fe73110ba7a99410fc573 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:52:59 + docker inspect -f . ci-base-image-x86_64 13:52:59 . [Pipeline] withDockerContainer 13:52:59 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 13:52:59 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:53:00 $ docker top a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 -eo pid,comm [Pipeline] { [Pipeline] echo 13:53:00 ========================================================= 13:53:00 [edgeXBuildGoParallel] Running Tests and Build... 13:53:00 ========================================================= [Pipeline] sh 13:53:00 + make test 13:53:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:53:08 ? github.com/edgexfoundry/edgex-go [no test files] 13:53:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:53:29 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:53:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:53:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:53:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:53:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:53:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:53:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:53:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:53:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:53:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:53:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:53:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 45.9% of statements 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:53:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements 13:53:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements 13:53:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.155s coverage: 27.1% of statements 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:53:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:53:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:53:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:53:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements 13:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:53:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 13:53:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.373s coverage: 93.0% of statements 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.9% of statements 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:53:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 13:53:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 13:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.222s coverage: 94.4% of statements 13:53:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 13:54:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.195s coverage: 81.9% of statements 13:54:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.034s coverage: 87.2% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.6% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.293s coverage: 69.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.050s coverage: 10.5% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.124s coverage: 87.7% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 95.6% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:54:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 13:54:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 13:54:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 13:54:11 GO111MODULE=on go vet ./... 13:54:38 gofmt -l . 13:54:38 [ "`gofmt -l .`" = "" ] 13:54:39 ./bin/test-go-mod-tidy.sh 13:54:39 ./bin/test-attribution-txt.sh [Pipeline] sh 13:54:40 + ls -al . 13:54:40 total 796 13:54:40 drwxrwxr-x 10 1001 1001 4096 Apr 17 13:54 . 13:54:40 drwxr-xr-x 4 root root 28 Apr 17 13:53 .. 13:54:40 -rw-rw-r-- 1 1001 1001 11 Apr 17 13:51 .dockerignore 13:54:40 drwxrwxr-x 8 1001 1001 179 Apr 17 13:51 .git 13:54:40 drwxrwxr-x 3 1001 1001 125 Apr 17 13:51 .github 13:54:40 -rw-rw-r-- 1 1001 1001 818 Apr 17 13:51 .gitignore 13:54:40 drwx------ 3 1001 1001 60 Apr 17 13:51 .semver 13:54:40 -rw-rw-r-- 1 1001 1001 166 Apr 17 13:51 .sonarcloud.properties 13:54:40 -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:51 Attribution.txt 13:54:40 -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:51 CONTRIBUTING.md 13:54:40 -rw-rw-r-- 1 1001 1001 931 Apr 17 13:51 Dockerfile.build 13:54:40 -rw-rw-r-- 1 1001 1001 863 Apr 17 13:51 Jenkinsfile 13:54:40 -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:51 LICENSE 13:54:40 -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:51 Makefile 13:54:40 -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:51 README.md 13:54:40 -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:51 SECURITY.md 13:54:40 -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION 13:54:40 -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:51 ZMQWindows.md 13:54:40 drwxrwxr-x 2 1001 1001 117 Apr 17 13:51 bin 13:54:40 drwxrwxr-x 14 1001 1001 4096 Apr 17 13:51 cmd 13:54:40 -rw-r--r-- 1 root root 687366 Apr 17 13:54 coverage.out 13:54:40 -rw-r--r-- 1 root root 1058 Apr 17 13:54 go.mod 13:54:40 -rw-r--r-- 1 root root 22256 Apr 17 13:54 go.sum 13:54:40 drwxrwxr-x 8 1001 1001 127 Apr 17 13:51 internal 13:54:40 drwxrwxr-x 4 1001 1001 26 Apr 17 13:51 openapi 13:54:40 drwxrwxr-x 4 1001 1001 71 Apr 17 13:51 snap 13:54:40 -rw-rw-r-- 1 1001 1001 168 Apr 17 13:51 version.go [Pipeline] sh 13:54:40 + '[' -e coverage.out ] 13:54:40 + chown 1001:1001 coverage.out [Pipeline] stash 13:54:40 Stashed 1 file(s) [Pipeline] sh 13:54:41 + make build 13:54:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:54:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-563 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 13:54:43 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:54:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:54:49 using credential edgex-jenkins-ssh 13:54:49 Cloning the remote Git repository 13:54:49 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:54:50 > git init /w/workspace/edgex-go/2 # timeout=10 13:54:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:54:50 > git --version # timeout=10 13:54:50 > git --version # 'git version 2.17.1' 13:54:50 using GIT_SSH to set credentials SSH Credentials for GitHub 13:54:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:54:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:54:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:54:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:54:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:54:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:54:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:55: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 13:55:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:55:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:55:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 13:55:05 $ docker stop --time=1 a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 13:55:06 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:55:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:55:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:55:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:55:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:55:05 using GIT_SSH to set credentials SSH Credentials for GitHub 13:55:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:55:06 > git config core.sparsecheckout # timeout=10 13:55:06 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 13:55:06 Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:55:06 Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) 13:55:07 $ docker rm -f a06a9e71704153b4ce6550566a9787874536c8de767da20dae1b687487d756f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:55:06 > git remote # timeout=10 13:55:06 > git config --get remote.origin.url # timeout=10 13:55:06 using GIT_SSH to set credentials SSH Credentials for GitHub 13:55:06 > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 13:55:06 > git rev-parse HEAD^{commit} # timeout=10 13:55:06 > git config core.sparsecheckout # timeout=10 13:55:06 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 [Pipeline] isUnix [Pipeline] sh 13:55:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:09 13:55:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:55:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:09 latest: Pulling from edgex-devops/edgex-compose 13:55:09 cbdbe7a5bc2a: Pulling fs layer 13:55:09 ca9280d653b3: Pulling fs layer 13:55:09 7e9c9ca2126c: Pulling fs layer 13:55:09 cbdbe7a5bc2a: Download complete 13:55:09 cbdbe7a5bc2a: Pull complete 13:55:09 ca9280d653b3: Verifying Checksum 13:55:09 ca9280d653b3: Download complete 13:55:10 ca9280d653b3: Pull complete 13:55:10 7e9c9ca2126c: Download complete 13:55:10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:55:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:55:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:55:13 + true 13:55:13 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:55:15 provisioning config files... 13:55:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3999754405634695325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:55:15 ---> docker-login.sh 13:55:15 nexus3.edgexfoundry.org:10001 13:55:16 7e9c9ca2126c: Pull complete 13:55:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:55:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:55:16 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 13:55:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:55:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:16 Configure a credential helper to remove this warning. See 13:55:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:16 13:55:16 Login Succeeded 13:55:16 nexus3.edgexfoundry.org:10002 13:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:17 Configure a credential helper to remove this warning. See 13:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:17 13:55:17 Login Succeeded 13:55:17 nexus3.edgexfoundry.org:10003 13:55:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:17 Configure a credential helper to remove this warning. See 13:55:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:17 13:55:17 Login Succeeded 13:55:17 nexus3.edgexfoundry.org:10004 13:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:18 Configure a credential helper to remove this warning. See 13:55:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:18 13:55:18 Login Succeeded 13:55:18 docker.io 13:55:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:55:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:55:19 Configure a credential helper to remove this warning. See 13:55:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:55:19 13:55:19 Login Succeeded 13:55:19 ---> docker-login.sh ends 13:55:19 $ docker top 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 -eo pid,comm [Pipeline] { [Pipeline] } 13:55:19 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:55:20 + docker-compose build --help 13:55:20 + grep parallel [Pipeline] echo 13:55:20 ========================================================= 13:55:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:55:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:55:20 + 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 . 13:55:21 --parallel Build images in parallel. [Pipeline] } 13:55:21 $ docker stop --time=1 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 13:55:22 $ docker rm -f 4405ba32e2895897f2cf2b0dc6aba944dea4582417bf9ef0780cc0e6bc7fa203 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:55:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:22 . [Pipeline] withDockerContainer 13:55:23 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 13:55:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:55:23 Sending build context to Docker daemon 167.2MB 13:55:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:55:23 Step 2/6 : FROM ${BASE} 13:55:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:55:23 5f621e34cdf4: Pulling fs layer 13:55:23 a4357932f1b6: Pulling fs layer 13:55:23 18c013af1878: Pulling fs layer 13:55:23 00ac8860ef70: Pulling fs layer 13:55:23 63d7cb157983: Pulling fs layer 13:55:23 b116817d02f9: Pulling fs layer 13:55:23 745a02a5169b: Pulling fs layer 13:55:23 00ac8860ef70: Waiting 13:55:23 63d7cb157983: Waiting 13:55:23 b116817d02f9: Waiting 13:55:23 745a02a5169b: Waiting 13:55:23 18c013af1878: Download complete 13:55:23 a4357932f1b6: Verifying Checksum 13:55:23 a4357932f1b6: Download complete 13:55:23 b116817d02f9: Verifying Checksum 13:55:23 b116817d02f9: Download complete 13:55:23 5f621e34cdf4: Verifying Checksum 13:55:23 5f621e34cdf4: Download complete 13:55:23 $ docker top f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac -eo pid,comm [Pipeline] { 13:55:23 5f621e34cdf4: Pull complete [Pipeline] sh 13:55:24 + docker-compose -f ./docker-compose-build.yml build --parallel 13:55:24 a4357932f1b6: Pull complete 13:55:25 18c013af1878: Pull complete 13:55:25 Building docker-core-command-go ... 13:55:25 Building docker-core-data-go ... 13:55:25 Building docker-core-metadata-go ... 13:55:25 Building docker-security-bootstrapper-go ... 13:55:25 Building docker-security-proxy-setup-go ... 13:55:25 Building docker-security-secretstore-setup-go ... 13:55:25 Building docker-support-notifications-go ... 13:55:25 Building docker-support-scheduler-go ... 13:55:25 Building docker-sys-mgmt-agent-go ... 13:55:25 Building docker-security-bootstrapper-go 13:55:25 Building docker-security-secretstore-setup-go 13:55:25 Building docker-core-metadata-go 13:55:25 Building docker-security-proxy-setup-go 13:55:25 Building docker-support-scheduler-go 13:55:25 745a02a5169b: Verifying Checksum 13:55:25 745a02a5169b: Download complete 13:55:26 00ac8860ef70: Verifying Checksum 13:55:26 00ac8860ef70: Download complete 13:55:36 00ac8860ef70: Pull complete 13:55:36 63d7cb157983: Pull complete 13:55:36 b116817d02f9: Pull complete 13:55:40 745a02a5169b: Pull complete 13:55:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:55:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:55:40 ---> b7e6874047d6 13:55:40 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 13:55:43 ---> Running in 670805ce5951 13:55:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:55:47 (1/12) Installing libmagic (5.38-r0) 13:55:48 (2/12) Installing file (5.38-r0) 13:55:48 (3/12) Installing libc-dev (0.7.2-r3) 13:55:48 (4/12) Installing g++ (9.3.0-r2) 13:55:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:55:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:55:57 ---> f0f2bb89bfd5 13:55:57 Step 3/31 : WORKDIR /edgex-go 13:55:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:55:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:55:57 ---> f0f2bb89bfd5 13:55:57 Step 3/24 : WORKDIR /edgex-go 13:55:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:55:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:55:57 ---> f0f2bb89bfd5 13:55:57 Step 3/23 : WORKDIR /edgex-go 13:55:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:55:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:55:57 ---> f0f2bb89bfd5 13:55:57 Step 3/22 : WORKDIR /edgex-go 13:55:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:55:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:55:57 ---> f0f2bb89bfd5 13:55:57 Step 3/21 : WORKDIR /edgex-go 13:55:57 ---> Running in 88d258af9151 13:55:57 ---> Running in 3595bc6295b1 13:55:57 ---> Running in f9f3897b976a 13:55:57 ---> Running in 3493758edb02 13:55:57 ---> Running in fd8c6495e630 13:55:57 Removing intermediate container fd8c6495e630 13:55:57 ---> 8ab2a4fe24a9 13:55:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:57 Removing intermediate container 88d258af9151 13:55:57 ---> 4e24741a8ff8 13:55:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:57 Removing intermediate container 3595bc6295b1 13:55:57 ---> 6b95c3562cde 13:55:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:57 Removing intermediate container f9f3897b976a 13:55:57 ---> 24b31c7bc487 13:55:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:57 Removing intermediate container 3493758edb02 13:55:57 ---> 5155d5d61b5b 13:55:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:55:57 ---> Running in d7350a6013e8 13:55:57 ---> Running in 8055edbbc73e 13:55:57 ---> Running in 48c3aa6b6b71 13:55:57 ---> Running in d8bcfef9b3ac 13:55:57 ---> Running in 96090aa72864 13:55:58 Removing intermediate container d7350a6013e8 13:55:58 ---> 0d70e2217ace 13:55:58 Step 5/22 : RUN apk add --update --no-cache make git 13:55:58 ---> Running in 40df85103b56 13:55:59 Removing intermediate container 8055edbbc73e 13:55:59 ---> 8d44328e4c92 13:55:59 Step 5/21 : RUN apk add --update --no-cache make git 13:55:59 Removing intermediate container 48c3aa6b6b71 13:55:59 ---> 448d2e70279c 13:55:59 Step 5/23 : RUN apk add --update --no-cache make git 13:55:59 Removing intermediate container d8bcfef9b3ac 13:55:59 ---> 2cb43d9c9685 13:55:59 Step 5/24 : RUN apk add --update --no-cache make git 13:55:59 Removing intermediate container 96090aa72864 13:55:59 ---> c103c6664b6d 13:55:59 Step 5/31 : RUN apk add --update --no-cache make git 13:55:59 ---> Running in 271c61b24275 13:55:59 ---> Running in 203bf20c5b0b 13:55:59 ---> Running in a480c1bbb5c3 13:55:59 ---> Running in 36e1044e4467 13:55:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:00 OK: 233 MiB in 51 packages 13:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:01 OK: 233 MiB in 51 packages 13:56:01 Removing intermediate container 40df85103b56 13:56:01 ---> c816d27dff8f 13:56:01 Step 6/22 : COPY go.mod . 13:56:01 OK: 233 MiB in 51 packages 13:56:01 ---> f1ac5c34ac53 13:56:01 Step 7/22 : RUN go mod download 13:56:01 OK: 233 MiB in 51 packages 13:56:01 ---> Running in 0305b1c4c122 13:56:01 Removing intermediate container 271c61b24275 13:56:01 ---> 32fc0b2480fb 13:56:01 Step 6/23 : COPY go.mod . 13:56:01 OK: 233 MiB in 51 packages 13:56:02 ---> d578c67274ef 13:56:02 Step 7/23 : RUN go mod download 13:56:02 ---> Running in 9cb93065f5c6 13:56:02 Removing intermediate container a480c1bbb5c3 13:56:02 ---> 162212c8718e 13:56:02 Step 6/24 : COPY go.mod . 13:56:02 Removing intermediate container 36e1044e4467 13:56:02 ---> b6a5afb263e7 13:56:02 Step 6/31 : COPY go.mod . 13:56:02 ---> 909c401aea4a 13:56:02 Step 7/24 : RUN go mod download 13:56:02 Removing intermediate container 203bf20c5b0b 13:56:02 ---> 47a92c3ad2ff 13:56:02 Step 6/21 : COPY go.mod . 13:56:02 ---> Running in a749b537554c 13:56:03 ---> 5db928f34379 13:56:03 Step 7/31 : RUN go mod download 13:56:03 ---> d5057589a3b4 13:56:03 Step 7/21 : RUN go mod download 13:56:03 ---> Running in c746aecf53e4 13:56:03 ---> Running in a467d4c0e7d8 13:56:03 Removing intermediate container 0305b1c4c122 13:56:03 ---> fb4d8cef6aa1 13:56:03 Step 8/22 : COPY . . 13:56:04 Removing intermediate container 9cb93065f5c6 13:56:04 ---> 3b66dc238332 13:56:04 Step 8/23 : COPY . . 13:56:11 (5/12) Installing fortify-headers (1.1-r0) 13:56:11 (6/12) Installing patch (2.7.6-r6) 13:56:11 (7/12) Installing build-base (0.5-r2) 13:56:11 (8/12) Installing libsodium (1.0.18-r0) 13:56:11 (9/12) Installing pkgconf (1.7.2-r0) 13:56:11 (10/12) Installing libsodium-dev (1.0.18-r0) 13:56:11 (11/12) Installing libzmq (4.3.3-r0) 13:56:11 (12/12) Installing zeromq-dev (4.3.3-r0) 13:56:11 Executing busybox-1.31.1-r19.trigger 13:56:11 OK: 217 MiB in 51 packages 13:56:12 Removing intermediate container a749b537554c 13:56:12 ---> 5df563fba308 13:56:12 Step 8/24 : COPY . . 13:56:13 Removing intermediate container 670805ce5951 13:56:13 ---> 6afa0220d341 13:56:13 Step 4/6 : WORKDIR /edgex-go 13:56:13 ---> Running in 762aa5bfde2d 13:56:13 Removing intermediate container 762aa5bfde2d 13:56:13 ---> 2bfe036b7065 13:56:13 Step 5/6 : COPY go.mod . 13:56:14 ---> add7835fc5d7 13:56:14 Step 6/6 : RUN go mod download 13:56:14 ---> Running in 411eb1449ff9 13:56:15 Removing intermediate container a467d4c0e7d8 13:56:15 ---> 96399036a49e 13:56:15 Step 8/21 : COPY . . 13:56:16 Removing intermediate container c746aecf53e4 13:56:16 ---> 6920ef249cf9 13:56:16 Step 8/31 : COPY . . 13:56:41 Removing intermediate container 411eb1449ff9 13:56:41 ---> 1834e85466a7 13:56:41 Successfully built 1834e85466a7 13:56:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:56:41 + docker inspect -f . ci-base-image-arm64 13:56:41 . [Pipeline] withDockerContainer 13:56:41 prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container 13:56:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 13:56:43 $ docker top 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:44 + go version 13:56:44 go version go1.15.5 linux/arm64 [Pipeline] } 13:56:44 $ docker stop --time=1 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b 13:56:46 $ docker rm -f 3d13c1cc00657186ba0f00ae6b3c66189c51e4651dac87cdd28e9d015a84512b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:56:47 + docker inspect -f . ci-base-image-arm64 13:56:47 . [Pipeline] withDockerContainer 13:56:47 prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container 13:56:47 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 13:56:48 ---> ddfa1238ccea 13:56:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:56:48 ---> 2d8f75ce7d15 13:56:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:56:48 $ docker top 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 -eo pid,comm 13:56:49 ---> Running in a098f5faec07 [Pipeline] { [Pipeline] echo 13:56:49 ========================================================= 13:56:49 [edgeXBuildGoParallel] Running Tests and Build... 13:56:49 ========================================================= [Pipeline] sh 13:56:49 ---> Running in 7ba74b87014e 13:56:49 + make test 13:56:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:56:50 ---> e8644dd680ee 13:56:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:56:51 ---> Running in 6687deb2b8ec 13:56:51 ---> cb5f4d533a8b 13:56:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:56:51 ---> 7ea5e74c92d3 13:56:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:56:52 ---> Running in baf153623f59 13:56:52 ---> Running in 0e3022bed360 13:56:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:56:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:56:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:56:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:56:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:57:16 ? github.com/edgexfoundry/edgex-go [no test files] 13:57:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:57:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:57:26 Removing intermediate container baf153623f59 13:57:26 ---> 1e2de3d0e7aa 13:57:26 13:57:26 Step 10/31 : FROM alpine:3.12 13:57:26 3.12: Pulling from library/alpine 13:57:27 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:57:27 Status: Downloaded newer image for alpine:3.12 13:57:27 ---> 13621d1b12d4 13:57:27 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:57:31 ---> Running in 239461e0a991 13:57:32 Removing intermediate container 239461e0a991 13:57:32 ---> d5d8b89da9c6 13:57:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:57:32 Removing intermediate container 6687deb2b8ec 13:57:32 ---> 01b9f7a1c519 13:57:32 13:57:32 Step 10/24 : FROM alpine:3.12 13:57:32 ---> 13621d1b12d4 13:57:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:57:32 Removing intermediate container a098f5faec07 13:57:32 ---> 4ab9f08818e5 13:57:32 13:57:32 Step 10/22 : FROM alpine:3.12 13:57:32 ---> 13621d1b12d4 13:57:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:57:36 ---> Running in 525c64ed35b7 13:57:36 ---> Running in 69b587dbc5c7 13:57:36 ---> Running in 810503186fc0 13:57:36 Removing intermediate container 0e3022bed360 13:57:36 ---> d050d5715e27 13:57:36 13:57:36 Step 10/21 : FROM alpine:3.12 13:57:36 ---> 13621d1b12d4 13:57:36 Step 11/21 : RUN apk add --update --no-cache curl 13:57:36 Removing intermediate container 7ba74b87014e 13:57:36 ---> 6ea4fc2f7a29 13:57:36 13:57:36 Step 10/23 : FROM alpine:3.12 13:57:36 ---> 13621d1b12d4 13:57:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:57:36 ---> Running in c58e6ebe3d81 13:57:36 ---> Running in 44558bdc63dd 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:57:37 (1/6) Installing ca-certificates (20191127-r4) 13:57:37 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:57:37 (3/6) Installing libcurl (7.76.1-r0) 13:57:37 (4/6) Installing curl (7.76.1-r0) 13:57:37 (5/6) Installing dumb-init (1.2.2-r1) 13:57:37 (6/6) Installing su-exec (0.2-r1) 13:57:37 Executing busybox-1.31.1-r20.trigger 13:57:37 Executing ca-certificates-20191127-r4.trigger 13:57:37 OK: 7 MiB in 20 packages 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:57:37 (1/2) Installing dumb-init (1.2.2-r1) 13:57:37 (2/2) Installing su-exec (0.2-r1) 13:57:37 Executing busybox-1.31.1-r20.trigger 13:57:37 OK: 6 MiB in 16 packages 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:57:37 (1/1) Installing dumb-init (1.2.2-r1) 13:57:37 Executing busybox-1.31.1-r20.trigger 13:57:37 OK: 6 MiB in 15 packages 13:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:57:37 (1/4) Installing ca-certificates (20191127-r4) 13:57:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:57:37 (3/4) Installing libcurl (7.76.1-r0) 13:57:37 (4/4) Installing curl (7.76.1-r0) 13:57:37 Executing busybox-1.31.1-r20.trigger 13:57:37 Executing ca-certificates-20191127-r4.trigger 13:57:37 OK: 7 MiB in 18 packages 13:57:37 (1/1) Installing dumb-init (1.2.2-r1) 13:57:37 Executing busybox-1.31.1-r20.trigger 13:57:37 OK: 6 MiB in 15 packages 13:57:40 Removing intermediate container 69b587dbc5c7 13:57:40 ---> 030f456ddb89 13:57:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:57:40 Removing intermediate container 525c64ed35b7 13:57:40 ---> 528579fdd996 13:57:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:57:40 ---> Running in eb1d3fb6dbb5 13:57:40 ---> Running in 61b88ed4c2b1 13:57:41 Removing intermediate container 810503186fc0 13:57:41 ---> 315240042990 13:57:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:57:41 Removing intermediate container 44558bdc63dd 13:57:41 ---> 1ca93daf2614 13:57:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:57:41 Removing intermediate container 61b88ed4c2b1 13:57:41 ---> 79780569dada 13:57:41 Step 13/24 : WORKDIR / 13:57:41 Removing intermediate container c58e6ebe3d81 13:57:41 ---> 976dbf37ab17 13:57:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:57:41 Removing intermediate container eb1d3fb6dbb5 13:57:41 ---> 79e1f2452098 13:57:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:57:41 ---> Running in dec8db92a6c2 13:57:41 ---> Running in fd1afd3fd3f3 13:57:41 ---> Running in cb630c061eaa 13:57:41 ---> Running in 513c7c275f6a 13:57:41 ---> Running in 8f6adbb233e4 13:57:41 Removing intermediate container dec8db92a6c2 13:57:41 ---> b5e813a1da26 13:57:41 Step 13/22 : ENV APP_PORT=48085 13:57:41 Removing intermediate container fd1afd3fd3f3 13:57:41 ---> a98c8f5998eb 13:57:41 Step 13/23 : ENV APP_PORT=48081 13:57:42 Removing intermediate container cb630c061eaa 13:57:42 ---> 0a939bf849d6 13:57:42 Step 13/21 : WORKDIR /edgex 13:57:42 Removing intermediate container 8f6adbb233e4 13:57:42 ---> 9ca803e5c18e 13:57:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:57:42 ---> Running in 6bdcc33dec98 13:57:42 ---> Running in 56547169f685 13:57:42 Removing intermediate container 513c7c275f6a 13:57:42 ---> 4adf40bb1884 13:57:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:57:42 ---> Running in 48afa77ca098 13:57:42 ---> Running in 3fd2b5b7b79a 13:57:42 Removing intermediate container 6bdcc33dec98 13:57:42 ---> ddc6c402db37 13:57:42 Step 14/22 : EXPOSE $APP_PORT 13:57:42 Removing intermediate container 56547169f685 13:57:42 ---> ced1ce6c8f01 13:57:42 Step 14/23 : EXPOSE $APP_PORT 13:57:42 ---> e6c72637b636 13:57:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:57:42 Removing intermediate container 48afa77ca098 13:57:42 ---> 85c36f87ae08 13:57:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:57:43 ---> Running in eb375bb3d429 13:57:43 ---> Running in 5628bad79b18 13:57:43 ---> f6cfabf0e5b8 13:57:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:57:43 Removing intermediate container eb375bb3d429 13:57:43 ---> 40ea405b2c5c 13:57:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:57:43 Removing intermediate container 5628bad79b18 13:57:43 ---> 1b0bb75d6747 13:57:43 Step 15/23 : WORKDIR / 13:57:43 ---> 027305eea765 13:57:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:57:43 ---> Running in 0952c5424fb2 13:57:44 ---> 27b6abc91782 13:57:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:57:44 ---> 18a6a7a8db4a 13:57:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:57:44 Removing intermediate container 0952c5424fb2 13:57:44 ---> 32caff1eb40d 13:57:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:57:44 Removing intermediate container 3fd2b5b7b79a 13:57:44 ---> d7544df39d11 13:57:44 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:57:44 ---> 7dec3dfe1e50 13:57:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:57:44 ---> Running in 122e669201cd 13:57:45 ---> a30cdb9a11db 13:57:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:57:45 ---> e58a0fa2f9e7 13:57:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:57:45 ---> 5d4b512fe54e 13:57:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:57:45 Removing intermediate container 122e669201cd 13:57:45 ---> ce65559d9172 13:57:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:57:45 ---> 2f82f62ef216 13:57:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:57:45 ---> Running in 597c9c7d394b 13:57:45 ---> 04d86396bb3b 13:57:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:57:45 ---> Running in d22140417c04 13:57:45 Removing intermediate container 597c9c7d394b 13:57:45 ---> 30481daf695c 13:57:45 Step 18/21 : CMD ["--init=true"] 13:57:45 ---> ac9b6ac9a746 13:57:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:57:45 ---> f31e43555e10 13:57:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:57:45 ---> 33a9f32fa12e 13:57:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:57:45 ---> Running in fd98a2515584 13:57:46 ---> Running in d7ee5173337a 13:57:46 Removing intermediate container d22140417c04 13:57:46 ---> c7a5e1250091 13:57:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:57:46 ---> dbfaed63909e 13:57:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:57:46 ---> Running in 10c20b4bcd50 13:57:46 ---> de000f169eac 13:57:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:57:46 Removing intermediate container fd98a2515584 13:57:46 ---> fa1e07ae3a1d 13:57:46 Step 19/21 : LABEL arch=x86_64 13:57:46 ---> Running in a64955dcfa4c 13:57:46 ---> Running in 4575a6644e9c 13:57:46 ---> Running in b034672c6ae2 13:57:46 Removing intermediate container 10c20b4bcd50 13:57:46 ---> 5a27edb26d09 13:57:46 Step 20/22 : LABEL arch=x86_64 13:57:46 ---> Running in 50dfe27f061f 13:57:47 Removing intermediate container 4575a6644e9c 13:57:47 ---> e381863d8f8a 13:57:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:57:47 Removing intermediate container b034672c6ae2 13:57:47 ---> 3134ded516c3 13:57:47 Step 20/21 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:57:47 ---> Running in 11658ebb4719 13:57:47 ---> Running in c7a081dd488b 13:57:47 Removing intermediate container 50dfe27f061f 13:57:47 ---> 22c1ddb01bc7 13:57:47 Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:57:47 ---> Running in 19b6d5706101 13:57:48 Removing intermediate container 11658ebb4719 13:57:48 ---> c2bc820650c7 13:57:48 Step 21/23 : LABEL arch=x86_64 13:57:48 Removing intermediate container c7a081dd488b 13:57:48 ---> ff07d0e3033b 13:57:48 Step 21/21 : LABEL version=0.0.0 13:57:48 ---> Running in 8943bda3a03e 13:57:48 ---> Running in 23fca197634c 13:57:48 Removing intermediate container d7ee5173337a 13:57:48 ---> 7627601f359b 13:57:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:57:48 Removing intermediate container 19b6d5706101 13:57:48 ---> 703dd483be40 13:57:48 Step 22/22 : LABEL version=0.0.0 13:57:48 ---> Running in bd74dab3b4a6 13:57:48 Removing intermediate container 23fca197634c 13:57:48 ---> 2f56e4022095 13:57:48 13:57:48 Removing intermediate container a64955dcfa4c 13:57:48 ---> f650e8850d9a 13:57:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:57:48 Removing intermediate container 8943bda3a03e 13:57:48 ---> c62f81dc2580 13:57:48 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:57:48 ---> 8b719b4a0f78 13:57:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:57:48 Successfully built 2f56e4022095 13:57:48 ---> Running in b1943f02b552 13:57:48 Successfully tagged docker-security-proxy-setup-go:latest 13:57:48 Building docker-sys-mgmt-agent-go 13:57:49  Building docker-security-proxy-setup-go ... done Removing intermediate container bd74dab3b4a6 13:57:49 ---> 0ead2fb41eac 13:57:49 13:57:49 ---> Running in cd6499c95d7f 13:57:49 Successfully built 0ead2fb41eac 13:57:49 Removing intermediate container b1943f02b552 13:57:49 ---> 178aba3d7d0f 13:57:49 Step 22/24 : LABEL arch=x86_64 13:57:49 Successfully tagged docker-support-scheduler-go:latest 13:57:49  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 13:57:49 ---> 7bc4c329bb51 13:57:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:57:49 Removing intermediate container cd6499c95d7f 13:57:49 ---> 48be0b4c160a 13:57:49 Step 23/23 : LABEL version=0.0.0 13:57:49 ---> Running in 293c69804e13 13:57:49 ---> Running in daacb010f6ef 13:57:49 Removing intermediate container 293c69804e13 13:57:49 ---> a562fbfee374 13:57:49 Step 23/24 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:57:49 ---> 185a45a222c4 13:57:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:57:49 ---> Running in 7a319faa1e3c 13:57:49 Removing intermediate container daacb010f6ef 13:57:49 ---> 5a56bb26b762 13:57:49 13:57:50 Successfully built 5a56bb26b762 13:57:50 Removing intermediate container 7a319faa1e3c 13:57:50 ---> 7d8e05f307aa 13:57:50 Step 24/24 : LABEL version=0.0.0 13:57:50 Successfully tagged docker-core-metadata-go:latest 13:57:50 Building docker-core-command-go 13:57:50  Building docker-core-metadata-go ... done  ---> Running in a6280224e16d 13:57:50 ---> 0236d702ab5e 13:57:50 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:57:53 Removing intermediate container a6280224e16d 13:57:53 ---> a5647085d7e7 13:57:53 13:57:53 ---> 75983877ac95 13:57:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:57:54 Successfully built a5647085d7e7 13:57:56 Successfully tagged docker-security-secretstore-setup-go:latest 13:57:56  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 13:57:59 ---> Running in 39d191ad03e9 13:58:01 Removing intermediate container 39d191ad03e9 13:58:01 ---> f1e4de0ac2d7 13:58:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:58:01 ---> 3ecfdec08f9f 13:58:01 Step 26/31 : RUN chmod +x /entrypoint.sh 13:58:02 ---> Running in 8985f67ae7ed 13:58:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:58:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:58:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:58:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:58:14 ---> f0f2bb89bfd5 13:58:14 Step 3/22 : WORKDIR /edgex-go 13:58:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:58:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:58:14 ---> f0f2bb89bfd5 13:58:14 Step 3/23 : WORKDIR /edgex-go 13:58:14 ---> Using cache 13:58:14 ---> 5155d5d61b5b 13:58:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:58:14 ---> Using cache 13:58:14 ---> 5155d5d61b5b 13:58:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:58:14 ---> Using cache 13:58:14 ---> c103c6664b6d 13:58:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:58:14 ---> Using cache 13:58:14 ---> c103c6664b6d 13:58:14 Step 5/23 : RUN apk add --update --no-cache make git 13:58:14 ---> Using cache 13:58:14 ---> b6a5afb263e7 13:58:14 Step 6/23 : COPY go.mod . 13:58:14 ---> Using cache 13:58:14 ---> 5db928f34379 13:58:14 Step 7/23 : RUN go mod download 13:58:14 ---> Using cache 13:58:14 ---> 6920ef249cf9 13:58:14 Step 8/23 : COPY . . 13:58:14 ---> Using cache 13:58:14 ---> cb5f4d533a8b 13:58:14 Step 9/23 : RUN make cmd/core-command/core-command 13:58:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:58:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:58:14 ---> f0f2bb89bfd5 13:58:14 Step 3/23 : WORKDIR /edgex-go 13:58:14 ---> Using cache 13:58:14 ---> 5155d5d61b5b 13:58:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:58:14 ---> Using cache 13:58:14 ---> c103c6664b6d 13:58:14 Step 5/23 : RUN apk add --update --no-cache make bash git 13:58:16 ---> Running in 50ef81d07822 13:58:16 ---> Running in 183a5a3ecb7b 13:58:16 ---> Running in 4cc47beec2cf 13:58:18 Removing intermediate container 8985f67ae7ed 13:58:18 ---> e79239402256 13:58:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:58:19 ---> Running in 3cd11626eb51 13:58:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:58:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:58:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:58:19 ---> f0f2bb89bfd5 13:58:19 Step 3/23 : WORKDIR /edgex-go 13:58:19 ---> Using cache 13:58:19 ---> 5155d5d61b5b 13:58:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:58:19 ---> Using cache 13:58:19 ---> c103c6664b6d 13:58:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:58:20 ---> Running in 23d2fa759100 13:58:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:20 Removing intermediate container 3cd11626eb51 13:58:20 ---> ae163538be21 13:58:20 Step 28/31 : CMD ["gate"] 13:58:21 ---> Running in af60dcaaeb3e 13:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:58:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:58:21 Removing intermediate container af60dcaaeb3e 13:58:21 ---> d0ba1692c207 13:58:21 Step 29/31 : LABEL arch=x86_64 13:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:21 ---> Running in 0ab666a004ab 13:58:21 OK: 233 MiB in 51 packages 13:58:21 OK: 233 MiB in 51 packages 13:58:22 Removing intermediate container 0ab666a004ab 13:58:22 ---> c262c9bbfbb7 13:58:22 Step 30/31 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:58:22 ---> Running in 670d5a60ea45 13:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:23 Removing intermediate container 670d5a60ea45 13:58:23 ---> 550fc9a56e6d 13:58:23 Step 31/31 : LABEL version=0.0.0 13:58:23 OK: 233 MiB in 51 packages 13:58:23 ---> Running in 777d13b36614 13:58:23 Removing intermediate container 4cc47beec2cf 13:58:23 ---> 7e964570be2a 13:58:23 Step 6/22 : COPY go.mod . 13:58:23 Removing intermediate container 50ef81d07822 13:58:23 ---> 5976b38810aa 13:58:23 Step 6/23 : COPY go.mod . 13:58:23 Removing intermediate container 777d13b36614 13:58:23 ---> b05b46ce0ad1 13:58:23 13:58:23 ---> 07d21b437d29 13:58:23 Step 7/23 : RUN go mod download 13:58:23 ---> e9628714a92c 13:58:23 Step 7/22 : RUN go mod download 13:58:23 Successfully built b05b46ce0ad1 13:58:23 ---> Running in 4b012b00cf0d 13:58:23 Removing intermediate container 23d2fa759100 13:58:23 ---> 742215f60f1d 13:58:23 Step 6/23 : COPY go.mod . 13:58:23 Successfully tagged docker-security-bootstrapper-go:latest 13:58:24  Building docker-security-bootstrapper-go ... done  ---> Running in fc1a8ef3dd07 13:58:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:58:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:58:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:58:24 ---> 0364afaf75b6 13:58:24 Step 7/23 : RUN go mod download 13:58:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:58:24 ---> Running in 9f1baa9e7042 13:58:27 Removing intermediate container fc1a8ef3dd07 13:58:27 ---> 88d088ca64db 13:58:27 Step 8/22 : COPY . . 13:58:27 Removing intermediate container 4b012b00cf0d 13:58:27 ---> 118b5323d1df 13:58:27 Step 8/23 : COPY . . 13:58:27 Removing intermediate container 9f1baa9e7042 13:58:27 ---> 5bc06d92184b 13:58:27 Step 8/23 : COPY . . 13:58:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:58:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:58:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:58:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:58:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:58:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.343s coverage: 45.9% of statements 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:58:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:58:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.129s coverage: 19.8% of statements 13:58:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements 13:58:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:58:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.170s coverage: 100.0% of statements 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:58:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.210s coverage: 100.0% of statements 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:58:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:58:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements 13:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:58:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.623s coverage: 82.9% of statements 13:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:58:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.269s coverage: 78.9% of statements 13:58:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:59:06 ---> 48972c433ced 13:59:06 Step 9/23 : RUN make cmd/core-data/core-data 13:59:06 Removing intermediate container 183a5a3ecb7b 13:59:06 ---> 42a6ed595889 13:59:06 13:59:06 Step 10/23 : FROM alpine:3.12 13:59:06 ---> 13621d1b12d4 13:59:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:59:06 ---> 6d243aca9df8 13:59:06 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:59:06 ---> Using cache 13:59:06 ---> 1ca93daf2614 13:59:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:59:06 ---> Using cache 13:59:06 ---> a98c8f5998eb 13:59:06 Step 13/23 : ENV APP_PORT=48082 13:59:06 ---> Running in 364a317df006 13:59:06 ---> Running in f1b20e8badae 13:59:06 ---> 71d3fa81b447 13:59:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:59:06 ---> Running in 08ba8cfcbbe4 13:59:06 ---> Running in d33f1c33cf7c 13:59:06 Removing intermediate container 08ba8cfcbbe4 13:59:06 ---> 047e228cb857 13:59:06 Step 14/23 : EXPOSE $APP_PORT 13:59:06 ---> Running in 1a19d1671d45 13:59: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 13:59:06 Removing intermediate container 1a19d1671d45 13:59:06 ---> 89a8719cefb1 13:59:06 Step 15/23 : WORKDIR / 13:59:06 ---> Running in 5488b4a15a87 13:59:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:59:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:59:06 Removing intermediate container 5488b4a15a87 13:59:06 ---> 32fdc2348543 13:59:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:59:06 ---> dffad4045605 13:59:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:59:06 ---> 22a96bbe50a9 13:59:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:59:06 ---> bde6c5010d01 13:59:06 Step 19/23 : ENTRYPOINT ["/core-command"] 13:59:06 ---> Running in e94214d3d803 13:59:06 Removing intermediate container e94214d3d803 13:59:06 ---> 71a5e257c876 13:59:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:59:06 ---> Running in e3f20bacf0bb 13:59:06 Removing intermediate container e3f20bacf0bb 13:59:06 ---> 0a20a0276bfd 13:59:06 Step 21/23 : LABEL arch=x86_64 13:59:06 ---> Running in dbe9f9dc724c 13:59:06 Removing intermediate container dbe9f9dc724c 13:59:06 ---> ef2b6e0dcd55 13:59:06 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:59:06 ---> Running in 9080b2c33aa8 13:59:07 Removing intermediate container 9080b2c33aa8 13:59:07 ---> c9d0511c4075 13:59:07 Step 23/23 : LABEL version=0.0.0 13:59:07 ---> Running in b96e5065e1c0 13:59:07 Removing intermediate container b96e5065e1c0 13:59:07 ---> 72b8910cf338 13:59:07 13:59:07 Successfully built 72b8910cf338 13:59:08 Successfully tagged docker-core-command-go:latest 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.149s coverage: 100.0% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.460s coverage: 86.7% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.512s coverage: 97.5% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:59:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.213s coverage: 78.3% of statements 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:59:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.523s coverage: 93.0% of statements 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.159s coverage: 58.8% of statements 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.282s coverage: 0.9% of statements 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:59:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.135s coverage: 47.1% of statements 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.154s coverage: 79.5% of statements 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.188s coverage: 96.3% of statements 13:59:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.155s coverage: 87.5% of statements 13:59:30  Building docker-core-command-go ... done Removing intermediate container 364a317df006 13:59:30 ---> d80b437c378b 13:59:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:59:30 Removing intermediate container d33f1c33cf7c 13:59:30 ---> 17b1e76f2b6c 13:59:30 13:59:30 Step 10/22 : FROM alpine:3.12 13:59:30 ---> 13621d1b12d4 13:59:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:59:30 ---> Running in d76330338780 13:59:30 ---> Running in 083c06a31ce2 13:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.162s coverage: 94.4% of statements 13:59:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements 13:59: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 13:59:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:31 (1/2) Installing ca-certificates (20191127-r4) 13:59:31 (2/2) Installing dumb-init (1.2.2-r1) 13:59:31 Executing busybox-1.31.1-r20.trigger 13:59:32 Executing ca-certificates-20191127-r4.trigger 13:59:32 OK: 6 MiB in 16 packages 13:59:33 Removing intermediate container f1b20e8badae 13:59:33 ---> 2c28d6121c32 13:59:33 13:59:33 Step 10/23 : FROM alpine:3.12 13:59:33 ---> 13621d1b12d4 13:59:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:59:33 ---> Running in 0ceff6b7c212 13:59:33 Removing intermediate container 0ceff6b7c212 13:59:33 ---> b8231650ad33 13:59:33 Step 12/23 : ENV APP_PORT=48080 13:59:33 ---> Running in 2c4fad6683a5 13:59:33 Removing intermediate container d76330338780 13:59:33 ---> 41188c016f53 13:59:33 13:59:33 Step 11/23 : FROM docker:20.10.0 13:59:33 Removing intermediate container 083c06a31ce2 13:59:33 ---> 873a85e4832a 13:59:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:59:33 20.10.0: Pulling from library/docker 13:59:33 ---> Running in 88c2b3729f23 13:59:34 Removing intermediate container 2c4fad6683a5 13:59:34 ---> 9252a12ddb2f 13:59:34 Step 13/23 : EXPOSE $APP_PORT 13:59:34 ---> Running in c6931c6cda62 13:59:34 Removing intermediate container 88c2b3729f23 13:59:34 ---> 25c516fa32c4 13:59:34 Step 13/22 : ENV APP_PORT=48060 13:59:34 ---> Running in 10271eb2ca13 13:59:34 Removing intermediate container c6931c6cda62 13:59:34 ---> 3406ba5b4567 13:59:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:34 ---> Running in 6819300a8733 13:59:35 Removing intermediate container 10271eb2ca13 13:59:35 ---> b08a3f4b675f 13:59:35 Step 14/22 : EXPOSE $APP_PORT 13:59:35 ---> Running in 1f01ce5d5d89 13:59:36 Removing intermediate container 1f01ce5d5d89 13:59:36 ---> 5617f4989979 13:59:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:59:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.507s coverage: 81.9% of statements 13:59:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:59:36 ---> a806b158323e 13:59:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:59:36 Removing intermediate container 6819300a8733 13:59:36 ---> dc356a881eef 13:59:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:59:36 ---> Running in 2197f1d7c771 13:59:37 ---> 472d9fa8a8bf 13:59:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:37 ---> e9a53faca017 13:59:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:59:37 ---> Running in 40189a205646 13:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:38 Removing intermediate container 40189a205646 13:59:38 ---> 8508c110b9a0 13:59:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:59:38 ---> Running in d45c77a5de71 13:59:38 (1/6) Installing dumb-init (1.2.2-r1) 13:59:38 (2/6) Installing libgcc (9.3.0-r2) 13:59:38 (3/6) Installing libsodium (1.0.18-r0) 13:59:38 Removing intermediate container d45c77a5de71 13:59:38 ---> a6b73b0ef792 13:59:38 Step 20/22 : LABEL arch=x86_64 13:59:38 (4/6) Installing libstdc++ (9.3.0-r2) 13:59:38 ---> Running in b6bd48b4e529 13:59:39 Removing intermediate container b6bd48b4e529 13:59:39 ---> 840544bc495e 13:59:39 Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:59:39 ---> Running in 4c9c950fcec5 13:59:39 Removing intermediate container 4c9c950fcec5 13:59:39 ---> 40ad8e44f802 13:59:39 Step 22/22 : LABEL version=0.0.0 13:59:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:59:39 Status: Downloaded newer image for docker:20.10.0 13:59:39 ---> aefe523efa57 13:59:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:59:39 ---> Running in 52cf8a5e8a11 13:59:39 ---> Running in 9a488d6b6e6d 13:59:39 (5/6) Installing libzmq (4.3.3-r0) 13:59:39 (6/6) Installing zeromq (4.3.3-r0) 13:59:39 Removing intermediate container 52cf8a5e8a11 13:59:39 ---> 70aaa63be4cc 13:59:39 13:59:39 Removing intermediate container 9a488d6b6e6d 13:59:39 ---> 9b89f30bc3a8 13:59:39 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:59:39 Executing busybox-1.31.1-r20.trigger 13:59:40 OK: 8 MiB in 20 packages 13:59:40 Successfully built 70aaa63be4cc 13:59:40 Successfully tagged docker-support-notifications-go:latest 13:59:40  Building docker-support-notifications-go ... done  ---> Running in 9123bd3d7068 13:59:40 Removing intermediate container 2197f1d7c771 13:59:40 ---> 7e362a7a2a2b 13:59:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:40 ---> 32699de02b4d 13:59:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:59:41 (1/39) Installing readline (8.0.4-r0) 13:59:41 (2/39) Installing bash (5.0.17-r0) 13:59:41 Executing bash-5.0.17-r0.post-install 13:59:41 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:59:41 (4/39) Installing libcurl (7.76.1-r0) 13:59:41 (5/39) Installing curl (7.76.1-r0) 13:59:41 (6/39) Installing dumb-init (1.2.2-r1) 13:59:41 (7/39) Installing libbz2 (1.0.8-r1) 13:59:41 (8/39) Installing expat (2.2.9-r1) 13:59:41 (9/39) Installing libffi (3.3-r2) 13:59:41 (10/39) Installing gdbm (1.13-r1) 13:59:41 (11/39) Installing xz-libs (5.2.5-r0) 13:59:41 (12/39) Installing sqlite-libs (3.32.1-r0) 13:59:41 (13/39) Installing python3 (3.8.8-r0) 13:59:45 ---> 6f705723cb0c 13:59:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:59:45 (14/39) Installing py3-appdirs (1.4.4-r1) 13:59:45 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:59:45 (16/39) Installing py3-parsing (2.4.7-r0) 13:59:45 (17/39) Installing py3-six (1.15.0-r0) 13:59:45 (18/39) Installing py3-packaging (20.4-r0) 13:59:45 (19/39) Installing py3-setuptools (47.0.0-r0) 13:59:45 (20/39) Installing py3-chardet (3.0.4-r4) 13:59:45 (21/39) Installing py3-idna (2.9-r0) 13:59:45 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:59:45 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:59:45 (24/39) Installing py3-requests (2.23.0-r0) 13:59:45 (25/39) Installing py3-msgpack (1.0.0-r0) 13:59:45 (26/39) Installing py3-lockfile (0.12.2-r3) 13:59:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:59:46 (28/39) Installing py3-colorama (0.4.3-r0) 13:59:46 (29/39) Installing py3-distlib (0.3.0-r0) 13:59:46 ---> 768169b55aa0 13:59:46 Step 19/23 : ENTRYPOINT ["/core-data"] 13:59:46 (30/39) Installing py3-distro (1.5.0-r1) 13:59:46 (31/39) Installing py3-webencodings (0.5.1-r3) 13:59:46 (32/39) Installing py3-html5lib (1.0.1-r4) 13:59:46 (33/39) Installing py3-pytoml (0.1.21-r0) 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.221s coverage: 92.9% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.143s coverage: 75.5% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.150s coverage: 80.8% of statements 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.234s coverage: 87.2% of statements 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.6% of statements 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.6% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.728s coverage: 64.4% of statements 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:59:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:59:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.160s coverage: 100.0% of statements 13:59:46 (34/39) Installing py3-pep517 (0.8.2-r0) 13:59:46 (35/39) Installing py3-progress (1.5-r0) 13:59:46 (36/39) Installing py3-toml (0.10.1-r0) 13:59:46 ---> Running in 16afeca983dc 13:59:46 (37/39) Installing py3-retrying (1.3.3-r0) 13:59:46 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:59:46 (39/39) Installing py3-pip (20.1.1-r0) 13:59:46 Executing busybox-1.31.1-r19.trigger 13:59:46 OK: 72 MiB in 59 packages 13:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 13:59:47 Removing intermediate container 16afeca983dc 13:59:47 ---> c0570080d82e 13:59:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:59:47 ---> Running in 72fa7e7fb618 13:59:47 Removing intermediate container 72fa7e7fb618 13:59:47 ---> 69ef57510b14 13:59:47 Step 21/23 : LABEL arch=x86_64 13:59:47 ---> Running in d10fbaf9f36c 13:59:47 Collecting docker-compose==1.23.2 13:59:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:59:47 Removing intermediate container d10fbaf9f36c 13:59:47 ---> 3528158638a9 13:59:47 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 13:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.106s coverage: 100.0% of statements 13:59:48 ---> Running in ae3c8bfcd327 13:59:48 Collecting docker<4.0,>=3.6.0 13:59:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:59:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 13:59:48 Removing intermediate container ae3c8bfcd327 13:59:48 ---> 90888a63801a 13:59:48 Step 23/23 : LABEL version=0.0.0 13:59:48 Collecting jsonschema<3,>=2.5.1 13:59:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:59:48 ---> Running in 8530e9f243bd 13:59:48 Collecting docopt<0.7,>=0.6.1 13:59:48 Downloading docopt-0.6.2.tar.gz (25 kB) 13:59:48 Removing intermediate container 8530e9f243bd 13:59:48 ---> 31709a9ec278 13:59:48 13:59:48 Successfully built 31709a9ec278 13:59:48 Successfully tagged docker-core-data-go:latest 13:59:48  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 13:59:48 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:59:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 13:59:49 Collecting PyYAML<4,>=3.10 13:59:49 Downloading PyYAML-3.13.tar.gz (270 kB) 13:59:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:59:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:59:50 Collecting dockerpty<0.5,>=0.4.1 13:59:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:59:50 Collecting cached-property<2,>=1.2.0 13:59:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:59:50 Collecting texttable<0.10,>=0.9.0 13:59:50 Downloading texttable-0.9.1.tar.gz (11 kB) 13:59:51 Collecting docker-pycreds>=0.4.0 13:59:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:59:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:59:51 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:59:51 Collecting idna<2.8,>=2.5 13:59:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:59:51 Collecting urllib3<1.25,>=1.21.1 13:59:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:59:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:59:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:59:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:59:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:59:51 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, docopt, PyYAML, dockerpty, cached-property, texttable, docker-compose 13:59:51 Attempting uninstall: idna 13:59:51 Found existing installation: idna 2.9 13:59:51 Uninstalling idna-2.9: 13:59:51 Successfully uninstalled idna-2.9 13:59:51 Attempting uninstall: urllib3 13:59:51 Found existing installation: urllib3 1.25.9 13:59:51 Uninstalling urllib3-1.25.9: 13:59:51 Successfully uninstalled urllib3-1.25.9 13:59:51 Attempting uninstall: requests 13:59:51 Found existing installation: requests 2.23.0 13:59:51 Uninstalling requests-2.23.0: 13:59:51 Successfully uninstalled requests-2.23.0 13:59:52 Running setup.py install for docopt: started 13:59:53 Running setup.py install for docopt: finished with status 'done' 13:59:53 Running setup.py install for PyYAML: started 13:59:54 Running setup.py install for PyYAML: finished with status 'done' 13:59:54 Running setup.py install for dockerpty: started 13:59:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements 13:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:59:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:59:54 Running setup.py install for dockerpty: finished with status 'done' 13:59:54 Running setup.py install for texttable: started 13:59:54 Running setup.py install for texttable: finished with status 'done' 13:59:55 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 13:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.486s coverage: 38.4% of statements 13:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 13:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.084s coverage: 84.8% of statements 14:00:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.451s coverage: 47.0% of statements 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:00:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:00:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:00:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.150s coverage: 10.5% of statements 14:00:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:00:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.519s coverage: 87.7% of statements 14:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:00:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:00:03 Removing intermediate container 9123bd3d7068 14:00:03 ---> a5009292c780 14:00:03 Step 14/23 : ENV APP_PORT=48090 14:00:03 ---> Running in 59334566ffa2 14:00:03 Removing intermediate container 59334566ffa2 14:00:03 ---> 06fc1a437e84 14:00:03 Step 15/23 : EXPOSE $APP_PORT 14:00:03 ---> Running in 823b7ed518eb 14:00:03 Removing intermediate container 823b7ed518eb 14:00:03 ---> 31cf29652c5d 14:00:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:00:03 ---> e29ed18d3c53 14:00:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:00:03 ---> f1eb4daabb85 14:00:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:00:04 ---> 2dd131d368d3 14:00:04 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:00:04 ---> Running in 24baaeaecaa8 14:00:04 Removing intermediate container 24baaeaecaa8 14:00:04 ---> 92abad07aaa7 14:00:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:04 ---> Running in e1a8201e350d 14:00:04 Removing intermediate container e1a8201e350d 14:00:04 ---> 620e5d76a139 14:00:04 Step 21/23 : LABEL arch=x86_64 14:00:04 ---> Running in 5fb9b8c4d7c5 14:00:04 Removing intermediate container 5fb9b8c4d7c5 14:00:04 ---> 4d529dd7c73f 14:00:04 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:00:04 ---> Running in 21f5e17bc0ca 14:00:04 Removing intermediate container 21f5e17bc0ca 14:00:04 ---> 47eab6dc8e19 14:00:04 Step 23/23 : LABEL version=0.0.0 14:00:04 ---> Running in d5ccc518e5f8 14:00:04 Removing intermediate container d5ccc518e5f8 14:00:04 ---> d17257e5a9b8 14:00:04 14:00:05 Successfully built d17257e5a9b8 14:00:05 Successfully tagged docker-sys-mgmt-agent-go:latest 14:00:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:00:05 $ docker stop --time=1 f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac 14:00:07 $ docker rm -f f48066ba56c3fa7ee1f78fa39ba8fe429761b9e702f09870a0e26bf4cde0ccac [Pipeline] // withDockerContainer [Pipeline] sh 14:00:07 + docker images 14:00:07 + grep docker 14:00:08 docker-sys-mgmt-agent-go latest d17257e5a9b8 3 seconds ago 312MB 14:00:08 docker-core-data-go latest 31709a9ec278 19 seconds ago 22.9MB 14:00:08 docker-support-notifications-go latest 70aaa63be4cc 28 seconds ago 18.2MB 14:00:08 docker-core-command-go latest 72b8910cf338 About a minute ago 17.5MB 14:00:08 docker-security-bootstrapper-go latest b05b46ce0ad1 About a minute ago 19.3MB 14:00:08 docker-security-secretstore-setup-go latest a5647085d7e7 2 minutes ago 26.3MB 14:00:08 docker-core-metadata-go latest 5a56bb26b762 2 minutes ago 19.2MB 14:00:08 docker-security-proxy-setup-go latest 2f56e4022095 2 minutes ago 26MB 14:00:08 docker-support-scheduler-go latest 0ead2fb41eac 2 minutes ago 17.6MB 14:00:08 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.898s coverage: 29.1% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.277s coverage: 100.0% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.373s coverage: 95.6% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:00:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements 14:00:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 14:00:13 GO111MODULE=on go vet ./... 14:00:23 Still waiting to schedule task 14:00:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:01:12 Running on prd-ubuntu18.04-docker-8c-8g-570 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 14:01:12 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:01:15 using credential edgex-jenkins-ssh 14:01:15 Cloning the remote Git repository 14:01:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:01:15 > git init /w/workspace/edgex-go/2 # timeout=10 14:01:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:01:15 > git --version # timeout=10 14:01:15 > git --version # 'git version 2.17.1' 14:01:15 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:01:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:01:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:01:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:01:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:01:22 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:01:22 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:01:23 Merge succeeded, producing b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:01:23 Checking out Revision b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 (PR-3372) 14:01:23 > git config core.sparsecheckout # timeout=10 14:01:23 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 14:01:23 > git remote # timeout=10 14:01:23 > git config --get remote.origin.url # timeout=10 14:01:23 using GIT_SSH to set credentials SSH Credentials for GitHub 14:01:23 > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 14:01:23 > git rev-parse HEAD^{commit} # timeout=10 14:01:23 > git config core.sparsecheckout # timeout=10 14:01:23 > git checkout -f b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 # timeout=10 14:01:26 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:01:27 + echo snap-build.sh 14:01:27 snap-build.sh 14:01:27 + SNAP_BASE_DIR=. 14:01:27 + '[' '!' -z /w/workspace/edgex-go/2 ']' 14:01:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 14:01:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 14:01:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 14:01:27 + cd /w/workspace/edgex-go/2 14:01:27 + sudo apt-get remove -qy --purge lxd lxd-client 14:01:27 Reading package lists... 14:01:28 Building dependency tree... 14:01:28 Reading state information... 14:01:28 The following packages were automatically installed and are no longer required: 14:01:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:01:28 uidmap xdelta3 14:01:28 Use 'sudo apt autoremove' to remove them. 14:01:28 The following packages will be REMOVED: 14:01:28 lxd* lxd-client* 14:01:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:01:28 After this operation, 31.7 MB disk space will be freed. 14:01:29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 14:01:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:01:30 Removing lxd dnsmasq configuration 14:01:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:01:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:01:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:01:31 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 14:01:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:01:33 Processing triggers for systemd (237-3ubuntu10.42) ... 14:01:33 Processing triggers for ureadahead (0.100.0-21) ... 14:01:34 + sudo snap remove --purge lxd 14:01:35 snap "lxd" is not installed 14:01:35 + sudo groupadd --force --system lxd 14:01:35 ++ whoami 14:01:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:01:35 + newgrp - lxd 14:01:35 + sudo snap install lxd 14:01:45 2021-04-17T14:01:42Z INFO Waiting for automatic snapd restart... 14:01:50 gofmt -l . 14:01:50 [ "`gofmt -l .`" = "" ] 14:01:50 ./bin/test-go-mod-tidy.sh 14:01:50 ./bin/test-attribution-txt.sh [Pipeline] sh 14:01:51 + ls -al . 14:01:51 total 824 14:01:51 drwxrwxr-x 9 1001 1001 4096 Apr 17 14:01 . 14:01:51 drwxr-xr-x 4 root root 4096 Apr 17 13:56 .. 14:01:51 -rw-rw-r-- 1 1001 1001 11 Apr 17 13:55 .dockerignore 14:01:51 drwxrwxr-x 8 1001 1001 4096 Apr 17 13:55 .git 14:01:51 drwxrwxr-x 3 1001 1001 4096 Apr 17 13:55 .github 14:01:51 -rw-rw-r-- 1 1001 1001 818 Apr 17 13:55 .gitignore 14:01:51 -rw-rw-r-- 1 1001 1001 166 Apr 17 13:55 .sonarcloud.properties 14:01:51 -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:55 Attribution.txt 14:01:51 -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:55 CONTRIBUTING.md 14:01:51 -rw-rw-r-- 1 1001 1001 931 Apr 17 13:55 Dockerfile.build 14:01:51 -rw-rw-r-- 1 1001 1001 863 Apr 17 13:55 Jenkinsfile 14:01:51 -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:55 LICENSE 14:01:51 -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:55 Makefile 14:01:51 -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:55 README.md 14:01:51 -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:55 SECURITY.md 14:01:51 -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION 14:01:51 -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:55 ZMQWindows.md 14:01:51 drwxrwxr-x 2 1001 1001 4096 Apr 17 13:55 bin 14:01:51 drwxrwxr-x 14 1001 1001 4096 Apr 17 13:55 cmd 14:01:51 -rw-r--r-- 1 root root 687366 Apr 17 14:00 coverage.out 14:01:51 -rw-r--r-- 1 root root 1058 Apr 17 14:01 go.mod 14:01:51 -rw-r--r-- 1 root root 22256 Apr 17 14:01 go.sum 14:01:51 drwxrwxr-x 8 1001 1001 4096 Apr 17 13:55 internal 14:01:51 drwxrwxr-x 4 1001 1001 4096 Apr 17 13:55 openapi 14:01:51 drwxrwxr-x 4 1001 1001 4096 Apr 17 13:55 snap 14:01:51 -rw-rw-r-- 1 1001 1001 168 Apr 17 13:55 version.go [Pipeline] sh 14:01:52 + '[' -e coverage.out ] 14:01:52 + chown 1001:1001 coverage.out [Pipeline] stash 14:01:52 Warning: overwriting stash ‘coverage-report’ 14:01:53 Stashed 1 file(s) [Pipeline] sh 14:01:54 + make build 14:01:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:02:00 lxd 4.13 from Canonical* installed 14:02:00 + sudo lxd init --auto 14:02:08 + sudo snap install --classic snapcraft 14:02:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:02:13 snapcraft 4.6.2 from Canonical* installed 14:02:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 14:02:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 14:02:13 % Total % Received % Xferd Average Speed Time Time Time Current 14:02:13 Dload Upload Total Spent Left Speed 14:02:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3407 0 --:--:-- --:--:-- --:--:-- 3407 14:02:13 100 3325k 100 3325k 0 0 9637k 0 --:--:-- --:--:-- --:--:-- 9637k 14:02:13 ./yq_linux_amd64 14:02:13 + sudo snapcraft prime --use-lxd 14:02:15 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:02:15 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:02:15 - README.md 14:02:15 14:02:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:02:16 Launching a container. 14:02:28 Waiting for container to be ready 14:02:28 To start your first instance, try: lxc launch ubuntu:18.04 14:02:28 14:02:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:02:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:02:32 Waiting for network to be ready... 14:02:33 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:02:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:02:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 14:02:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:02:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:02:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:02:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:02:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:02:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:02:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:02:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:02:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 14:02:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:02:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:02:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 14:02:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 14:02:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 14:02:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 14:02:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:02:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 14:02:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 14:02:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:02:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:02:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 14:02:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 14:02:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 14:02:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 14:02:39 Fetched 24.4 MB in 6s (4260 kB/s) 14:02:39 Reading package lists... 14:02:40 Reading package lists... 14:02:40 Building dependency tree... 14:02:40 Reading state information... 14:02:40 The following additional packages will be installed: 14:02:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:02:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:02:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:02:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:02:40 Suggested packages: 14:02:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:02:40 Recommended packages: 14:02:40 gnupg libsasl2-modules 14:02:40 The following NEW packages will be installed: 14:02:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:02:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:02:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:02:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:02:40 The following packages will be upgraded: 14:02:40 gpg gpg-agent gpgconf libudev1 14:02:40 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 14:02:40 Need to get 3529 kB of archives. 14:02:40 After this operation, 13.3 MB of additional disk space will be used. 14:02:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 14:02:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 14:02:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:02:40 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] 14:02:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:02:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 14:02:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:02:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:02:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:02:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:02:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:02:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:02:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:02:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:02:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:02:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:02:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:02:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:02:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:02:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:02:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:02:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:02:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:02:41 debconf: delaying package configuration, since apt-utils is not installed 14:02:41 Fetched 3529 kB in 1s (3298 kB/s) 14:02:41 (Reading database ... 12511 files and directories currently installed.) 14:02:41 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 14:02:41 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:02:42 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 14:02:42 Selecting previously unselected package udev. 14:02:42 (Reading database ... 12511 files and directories currently installed.) 14:02:42 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 14:02:42 Unpacking udev (237-3ubuntu10.46) ... 14:02:42 Selecting previously unselected package libfuse2:amd64. 14:02:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:02:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:02:42 Selecting previously unselected package fuse. 14:02:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:02:42 Unpacking fuse (2.9.7-1ubuntu1) ... 14:02:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:02:42 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:02:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:02:42 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:02:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:02:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:02:43 Selecting previously unselected package libksba8:amd64. 14:02:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:02:43 Unpacking libksba8:amd64 (1.3.5-2) ... 14:02:43 Selecting previously unselected package libroken18-heimdal:amd64. 14:02:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:02:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:02:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:02:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libwind0-heimdal:amd64. 14:02:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:02:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:02:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:02:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:02:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:02:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:44 Selecting previously unselected package libsasl2-modules-db:amd64. 14:02:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:02:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:02:44 Selecting previously unselected package libsasl2-2:amd64. 14:02:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:02:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:02:44 Selecting previously unselected package libldap-common. 14:02:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:02:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:02:44 Selecting previously unselected package libldap-2.4-2:amd64. 14:02:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:02:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:02:44 Selecting previously unselected package dirmngr. 14:02:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:02:44 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:02:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:02:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:02:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:02:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:02:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:02:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:02:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:44 Setting up libksba8:amd64 (1.3.5-2) ... 14:02:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:02:44 Setting up udev (237-3ubuntu10.46) ... 14:02:45 invoke-rc.d: policy-rc.d denied execution of start. 14:02:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Processing triggers for systemd (237-3ubuntu10) ... 14:02:45 Setting up fuse (2.9.7-1ubuntu1) ... 14:02:45 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:02:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:02:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:02:45 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:02:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:02:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:02:46 settings in the [Install] section, and DefaultInstance for template units). 14:02:46 This means they are not meant to be enabled using systemctl. 14:02:46 Possible reasons for having this kind of units are: 14:02:46 1) A unit may be statically enabled by being symlinked from another unit's 14:02:46 .wants/ or .requires/ directory. 14:02:46 2) A unit's purpose may be to act as a helper for some other unit which has 14:02:46 a requirement dependency on it. 14:02:46 3) A unit may be started when needed via activation (socket, path, timer, 14:02:46 D-Bus, udev, scripted systemctl call, ...). 14:02:46 4) In case of template units, the unit is meant to be enabled with some 14:02:46 instance name specified. 14:02:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:02:46 Reading package lists... 14:02:46 Building dependency tree... 14:02:46 Reading state information... 14:02:46 The following additional packages will be installed: 14:02:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:02:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:02:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:02:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:02:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:02:46 Suggested packages: 14:02:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:02:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:02:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:02:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:02:46 systemd-container policykit-1 14:02:46 Recommended packages: 14:02:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:02:46 The following NEW packages will be installed: 14:02:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:02:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:02:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:02:46 multiarch-support openssh-client python3 python3-minimal python3.6 14:02:46 python3.6-minimal snapd squashfs-tools sudo 14:02:46 The following packages will be upgraded: 14:02:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:02:47 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 14:02:47 Need to get 35.2 MB of archives. 14:02:47 After this operation, 141 MB of additional disk space will be used. 14:02:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 14:02:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 14:02:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:02:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:02:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:02:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:02:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 14:02:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:02:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:02:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:02:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:02:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:02:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:02:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:02:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:02:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:02:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:02:47 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 14:02:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:02:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:02:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 14:02:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:02:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:02:49 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:02:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:02:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:02:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:02:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:02:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:02:49 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:02:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:02:50 debconf: delaying package configuration, since apt-utils is not installed 14:02:50 Fetched 35.2 MB in 3s (11.4 MB/s) 14:02:50 (Reading database ... 12757 files and directories currently installed.) 14:02:50 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 14:02:50 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:02:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 14:02:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:02:50 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 14:02:51 (Reading database ... 12757 files and directories currently installed.) 14:02:51 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 14:02:51 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 14:02:51 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 14:02:51 (Reading database ... 12757 files and directories currently installed.) 14:02:51 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 14:02:51 Unpacking apt (1.6.13) over (1.6.1) ... 14:02:51 Setting up apt (1.6.13) ... 14:02:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:02:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:02:52 (Reading database ... 12764 files and directories currently installed.) 14:02:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 14:02:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 14:02:52 Selecting previously unselected package libpython3.6-minimal:amd64. 14:02:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:02:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:02:52 Selecting previously unselected package libexpat1:amd64. 14:02:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:02:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:02:53 Selecting previously unselected package python3.6-minimal. 14:02:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:02:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:02:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 14:02:53 Checking for services that may need to be restarted...done. 14:02:53 Checking for services that may need to be restarted...done. 14:02:53 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:02:53 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:02:53 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:02:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:02:54 Selecting previously unselected package python3-minimal. 14:02:54 (Reading database ... 13012 files and directories currently installed.) 14:02:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:02:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:02:54 Selecting previously unselected package mime-support. 14:02:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:02:54 Unpacking mime-support (3.60ubuntu1) ... 14:02:54 Selecting previously unselected package libmpdec2:amd64. 14:02:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:02:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:02:54 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:02:54 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:02:54 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:02:54 Selecting previously unselected package python3.6. 14:02:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:02:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:02:54 Selecting previously unselected package libpython3-stdlib:amd64. 14:02:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:02:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:02:54 Setting up python3-minimal (3.6.7-1~18.04) ... 14:02:55 Selecting previously unselected package python3. 14:02:55 (Reading database ... 13442 files and directories currently installed.) 14:02:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:02:55 Unpacking python3 (3.6.7-1~18.04) ... 14:02:55 Selecting previously unselected package multiarch-support. 14:02:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:02:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:02:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:02:55 Selecting previously unselected package liblzo2-2:amd64. 14:02:55 (Reading database ... 13479 files and directories currently installed.) 14:02:55 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:02:55 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:02:55 Selecting previously unselected package libbsd0:amd64. 14:02:55 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:02:55 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:02:55 Selecting previously unselected package sudo. 14:02:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:02:55 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:02:55 Selecting previously unselected package apparmor. 14:02:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:02:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:02:56 Selecting previously unselected package libedit2:amd64. 14:02:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:02:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:02:56 Selecting previously unselected package libkrb5support0:amd64. 14:02:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:02:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:02:56 Selecting previously unselected package libk5crypto3:amd64. 14:02:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:02:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:02:56 Selecting previously unselected package libkeyutils1:amd64. 14:02:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:02:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:02:56 Selecting previously unselected package libkrb5-3:amd64. 14:02:56 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:02:56 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:02:56 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:02:56 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:02:56 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:02:56 Selecting previously unselected package libssl1.0.0:amd64. 14:02:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:02:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:02:56 Selecting previously unselected package openssh-client. 14:02:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:02:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:02:57 Selecting previously unselected package squashfs-tools. 14:02:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:02:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:02:57 Selecting previously unselected package snapd. 14:02:57 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:02:57 Unpacking snapd (2.48.3+18.04) ... 14:02:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:02:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:02:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:02:59 Setting up mime-support (3.60ubuntu1) ... 14:02:59 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:02:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:02:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:02:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:02:59 Setting up systemd (237-3ubuntu10.46) ... 14:02:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:03:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:03:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:03:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:03:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:03:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:03:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:03:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:03:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:03:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:03:01 Setting up python3 (3.6.7-1~18.04) ... 14:03:01 running python rtupdate hooks for python3.6... 14:03:01 running python post-rtupdate hooks for python3.6... 14:03:01 Setting up apparmor (2.12-4ubuntu5.1) ... 14:03:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:03:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:03:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:03:03 Setting up snapd (2.48.3+18.04) ... 14:03:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:03:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:03:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:03:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:03:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:03:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:03:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:03:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:03:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:03:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:03:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:03:05 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 14:03:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:03:05 Processing triggers for systemd (237-3ubuntu10.46) ... 14:03:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:03:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:03:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:03:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:03:08 Reading package lists... 14:03:08 Reading package lists... 14:03:09 Building dependency tree... 14:03:09 Reading state information... 14:03:09 Calculating upgrade... 14:03:09 The following packages will be upgraded: 14:03:09 advancecomp base-files bash binutils binutils-common 14:03:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:03:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:03:09 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:03:09 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:03:09 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:03:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:03:09 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 14:03:09 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 14:03:09 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 14:03:09 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 14:03:09 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 14:03:09 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 14:03:09 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 14:03:09 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:03:09 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:03:09 Need to get 64.0 MB of archives. 14:03:09 After this operation, 5034 kB of additional disk space will be used. 14:03:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 14:03:09 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:03:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:03:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:03:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:03:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:03:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:03:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:03:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:03:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:03:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:03:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:03:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:03:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:03:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:03:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:03:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:03:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:03:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:03:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:03:09 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:03:09 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:03:09 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:03:09 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:03:09 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:03:09 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:03:09 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:03:09 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:03:09 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:03:09 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:03:09 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:03:09 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:03:09 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:03:09 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:03:09 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:03:09 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:03:09 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 14:03:09 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 14:03:09 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:03:09 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:03:09 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 14:03:09 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:03:09 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:03:09 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:03:09 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:03:09 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:03:09 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:03:09 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:03:09 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:03:09 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:03:09 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:03:09 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:03:09 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:03:09 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:03:09 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:03:09 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:03:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:03:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:03:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:03:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:03:10 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:03:10 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:03:10 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:03:10 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:03:10 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:03:10 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:03:10 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:03:10 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:03:10 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:03:10 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:03:10 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:03:10 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:03:10 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:03:10 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:03:10 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:03:10 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:03:10 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:03:10 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:03:10 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:03:10 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:03:10 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:03:10 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:03:10 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:03:10 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:03:10 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 14:03:10 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:03:10 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:03:10 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:03:10 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:03:11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:03:11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 14:03:11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 14:03:11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:03:11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:03:11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:03:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:03:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:03:11 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:03:11 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:03:11 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:03:11 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:03:11 debconf: delaying package configuration, since apt-utils is not installed 14:03:11 Fetched 64.0 MB in 2s (32.4 MB/s) 14:03:11 (Reading database ... 13912 files and directories currently installed.) 14:03:11 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:03:11 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:03:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:03:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:03:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:03:12 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 14:03:12 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 14:03:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:13 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:13 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:13 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:13 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:13 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:14 (Reading database ... 13911 files and directories currently installed.) 14:03:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:14 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:03:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:03:14 (Reading database ... 13911 files and directories currently installed.) 14:03:14 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:14 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:14 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:14 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:14 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:03:14 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:03:14 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:15 (Reading database ... 13911 files and directories currently installed.) 14:03:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:03:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:03:15 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:03:15 (Reading database ... 13911 files and directories currently installed.) 14:03:15 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:03:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:03:15 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:03:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:03:16 Setting up base-files (10.1ubuntu2.10) ... 14:03:16 Installing new version of config file /etc/issue ... 14:03:16 Installing new version of config file /etc/issue.net ... 14:03:16 Installing new version of config file /etc/lsb-release ... 14:03:16 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:03:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:03:16 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:03:16 Removing obsolete conffile /etc/default/motd-news ... 14:03:16 (Reading database ... 13912 files and directories currently installed.) 14:03:16 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:03:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:03:17 Setting up bash (4.4.18-2ubuntu1.2) ... 14:03:17 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 14:03:17 (Reading database ... 13912 files and directories currently installed.) 14:03:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:03:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:03:17 (Reading database ... 13912 files and directories currently installed.) 14:03:17 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:03:17 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:03:17 Setting up tar (1.29b-2ubuntu0.2) ... 14:03:17 (Reading database ... 13912 files and directories currently installed.) 14:03:17 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:03:17 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:03:17 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:03:18 (Reading database ... 13912 files and directories currently installed.) 14:03:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:03:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:03:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:03:18 (Reading database ... 13912 files and directories currently installed.) 14:03:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:03:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:03:18 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:03:18 (Reading database ... 13912 files and directories currently installed.) 14:03:18 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:03:18 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:03:18 Setting up grep (3.1-2build1) ... 14:03:18 (Reading database ... 13912 files and directories currently installed.) 14:03:18 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:03:18 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:03:19 Setting up login (1:4.5-1ubuntu2) ... 14:03:19 (Reading database ... 13912 files and directories currently installed.) 14:03:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:03:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:03:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:03:19 (Reading database ... 13912 files and directories currently installed.) 14:03:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:03:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:03:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:03:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:03:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:03:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:03:20 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:03:20 (Reading database ... 13912 files and directories currently installed.) 14:03:20 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:03:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:03:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:03:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:03:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:03:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:03:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:03:22 (Reading database ... 13912 files and directories currently installed.) 14:03:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:03:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:03:22 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:03:22 (Reading database ... 13912 files and directories currently installed.) 14:03:22 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:22 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:22 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:03:22 (Reading database ... 13912 files and directories currently installed.) 14:03:22 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:22 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:22 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:03:23 (Reading database ... 13912 files and directories currently installed.) 14:03:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:03:23 (Reading database ... 13912 files and directories currently installed.) 14:03:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:23 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:03:23 (Reading database ... 13912 files and directories currently installed.) 14:03:23 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:03:23 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:03:23 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:03:23 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:03:23 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:03:23 (Reading database ... 13912 files and directories currently installed.) 14:03:23 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:03:23 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:03:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:03:23 (Reading database ... 13912 files and directories currently installed.) 14:03:23 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:23 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:03:24 (Reading database ... 13912 files and directories currently installed.) 14:03:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:03:24 (Reading database ... 13912 files and directories currently installed.) 14:03:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:24 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:03:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:03:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:03:25 (Reading database ... 13912 files and directories currently installed.) 14:03:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:03:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:03:25 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:03:25 (Reading database ... 13912 files and directories currently installed.) 14:03:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:03:25 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:03:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:03:26 (Reading database ... 13914 files and directories currently installed.) 14:03:26 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:03:26 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:03:26 Setting up debconf (1.5.66ubuntu1) ... 14:03:26 (Reading database ... 13914 files and directories currently installed.) 14:03:26 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:03:26 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:03:26 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:03:26 (Reading database ... 13914 files and directories currently installed.) 14:03:26 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:03:26 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:03:26 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:03:27 (Reading database ... 13914 files and directories currently installed.) 14:03:27 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:03:27 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:03:27 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] } 14:03:27 $ docker stop --time=1 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 14:03:27 (Reading database ... 13914 files and directories currently installed.) 14:03:27 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:03:27 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:03:27 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:03:27 (Reading database ... 13914 files and directories currently installed.) 14:03:27 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:03:27 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:03:27 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:03:28 (Reading database ... 13914 files and directories currently installed.) 14:03:28 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:03:28 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:03:28 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 14:03:28 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:03:28 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:03:28 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:03:28 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:03:28 (Reading database ... 13914 files and directories currently installed.) 14:03:28 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:03:28 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:03:28 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:03:28 (Reading database ... 13914 files and directories currently installed.) 14:03:28 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:03:28 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:03:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:03:29 (Reading database ... 13914 files and directories currently installed.) 14:03:29 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:03:29 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:03:29 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:03:29 (Reading database ... 13914 files and directories currently installed.) 14:03:29 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:03:29 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:03:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:03:29 (Reading database ... 13914 files and directories currently installed.) 14:03:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:03:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:03:29 $ docker rm -f 59195bd63beb5e8b324665f7ecb9e6d608db2b4f87933696353fe9dd2d87adb3 14:03:29 Setting up passwd (1:4.5-1ubuntu2) ... 14:03:30 (Reading database ... 13914 files and directories currently installed.) 14:03:30 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:03:30 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:03:30 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:03:30 (Reading database ... 13914 files and directories currently installed.) 14:03:30 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 14:03:30 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 14:03:30 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 14:03:30 (Reading database ... 13914 files and directories currently installed.) 14:03:30 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 14:03:30 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 14:03:30 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 14:03:30 (Reading database ... 13914 files and directories currently installed.) 14:03:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:03:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 14:03:31 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:03:31 (Reading database ... 13914 files and directories currently installed.) 14:03:31 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:03:31 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:03:31 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:03:31 (Reading database ... 13914 files and directories currently installed.) 14:03:31 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:03:31 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:03:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:03:31 14:03:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:03:31 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:03:31 (Reading database ... 13914 files and directories currently installed.) 14:03:31 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:03:31 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:03:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:03:32 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:03:32 latest: Pulling from edgex-devops/edgex-compose-arm64 14:03:32 29e5d40040c1: Pulling fs layer 14:03:32 1ce36da41761: Pulling fs layer 14:03:32 25b303627fd3: Pulling fs layer 14:03:32 (Reading database ... 13914 files and directories currently installed.) 14:03:32 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 14:03:32 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 14:03:32 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 14:03:32 (Reading database ... 13914 files and directories currently installed.) 14:03:32 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 14:03:32 29e5d40040c1: Verifying Checksum 14:03:32 29e5d40040c1: Download complete 14:03:32 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 14:03:32 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 14:03:32 (Reading database ... 13915 files and directories currently installed.) 14:03:32 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:03:32 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:03:32 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:03:32 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:03:33 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 14:03:33 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 14:03:33 29e5d40040c1: Pull complete 14:03:33 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:03:33 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:03:33 1ce36da41761: Download complete 14:03:33 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:03:33 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:03:33 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:03:33 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:03:33 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:03:33 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:03:33 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:03:33 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:03:34 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:03:34 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:03:34 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:03:34 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:03:34 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:03:34 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:03:34 1ce36da41761: Pull complete 14:03:34 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:03:34 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:03:35 25b303627fd3: Verifying Checksum 14:03:35 25b303627fd3: Download complete 14:03:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:03:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:03:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:03:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:03:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:03:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:03:36 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:03:36 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:03:36 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:03:36 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:03:36 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:03:36 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:03:36 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:37 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:37 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:37 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:37 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:37 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:37 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:38 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:38 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:39 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:39 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:40 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:40 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:41 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:03:41 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:03:41 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:03:41 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:03:41 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:03:41 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:03:41 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:03:41 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:03:41 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:03:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:03:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:03:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:03:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:03:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:03:42 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:03:42 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:03:42 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:42 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:03:42 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:42 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:42 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:42 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:03:42 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:03:42 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:03:43 14:03:43 Current default time zone: 'Etc/UTC' 14:03:43 Local time is now: Sat Apr 17 14:03:42 UTC 2021. 14:03:43 Universal Time is now: Sat Apr 17 14:03:42 UTC 2021. 14:03:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:03:43 14:03:43 Setting up systemd-sysv (237-3ubuntu10.46) ... 14:03:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:43 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 14:03:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:03:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:03:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:03:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:03:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:03:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:03:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:03:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:03:43 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:43 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:03:43 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:43 Setting up patch (2.7.6-2ubuntu1.1) ... 14:03:43 25b303627fd3: Pull complete 14:03:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:03:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:03:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:03:43 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:03:43 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:03:43 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 14:03:43 Installing new version of config file /etc/ssl/openssl.cnf ... 14:03:43 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:03:43 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:03:43 Setting up ca-certificates (20210119~18.04.1) ... 14:03:43 prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container 14:03:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose-arm64:latest cat 14:03:45 Updating certificates in /etc/ssl/certs... 14:03:46 23 added, 27 removed; done. 14:03:46 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:03:46 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:03:46 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:03:46 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:03:46 Setting up pkgbinarymangler (138.18.04.1) ... 14:03:46 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:03:46 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up perl (5.26.1-6ubuntu0.5) ... 14:03:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:03:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:03:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:03:46 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:03:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:03:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:03:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:03:46 $ docker top c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 -eo pid,comm 14:03:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:03:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:03:47 Processing triggers for systemd (237-3ubuntu10.46) ... 14:03:47 Processing triggers for mime-support (3.60ubuntu1) ... 14:03:47 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:03:47 Updating certificates in /etc/ssl/certs... [Pipeline] { [Pipeline] sh 14:03:47 0 added, 0 removed; done. 14:03:47 Running hooks in /etc/ca-certificates/update.d... 14:03:47 done. 14:03:47 + docker-compose build --help 14:03:47 + grep parallel 14:03:48 Reading package lists... 14:03:48 Building dependency tree... 14:03:48 Reading state information... 14:03:48 The following NEW packages will be installed: 14:03:48 apt-transport-https 14:03:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:03:49 Need to get 1692 B of archives. 14:03:49 After this operation, 154 kB of additional disk space will be used. 14:03:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 14:03:49 debconf: delaying package configuration, since apt-utils is not installed 14:03:49 Fetched 1692 B in 0s (8225 B/s) 14:03:49 Selecting previously unselected package apt-transport-https. 14:03:49 (Reading database ... 13920 files and directories currently installed.) 14:03:49 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 14:03:49 Unpacking apt-transport-https (1.6.13) ... 14:03:49 Setting up apt-transport-https (1.6.13) ... 14:03:49 Waiting for network to be ready... 14:03:53 --parallel Build images in parallel. [Pipeline] } 14:03:53 $ docker stop --time=1 c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 14:03:55 $ docker rm -f c6ac7e9fefc4a656992c74bf1d83380d7ca8117c85ca38fa5e5f11ce52f04297 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:03:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:03:55 . [Pipeline] withDockerContainer 14:03:56 prd-ubuntu18.04-docker-arm64-4c-16g-563 does not seem to be running inside a container 14:03:56 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 14:03:57 $ docker top 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 -eo pid,comm [Pipeline] { [Pipeline] sh 14:03:58 2021-04-17T14:03:53Z INFO Waiting for automatic snapd restart... 14:03:58 snapd 2.49.2 from Canonical* installed 14:03:58 "snapd" switched to the "latest/stable" channel 14:03:58 14:03:58 + docker-compose -f ./docker-compose-build.yml build --parallel 14:04:02 core18 20210309 from Canonical* installed 14:04:02 Building docker-core-command-go ... 14:04:02 Building docker-core-data-go ... 14:04:02 Building docker-core-metadata-go ... 14:04:02 Building docker-security-bootstrapper-go ... 14:04:02 Building docker-security-proxy-setup-go ... 14:04:02 Building docker-security-secretstore-setup-go ... 14:04:02 Building docker-support-notifications-go ... 14:04:02 Building docker-support-scheduler-go ... 14:04:02 Building docker-sys-mgmt-agent-go ... 14:04:02 Building docker-security-proxy-setup-go 14:04:02 Building docker-core-metadata-go 14:04:02 Building docker-support-notifications-go 14:04:02 Building docker-support-scheduler-go 14:04:02 Building docker-security-bootstrapper-go 14:04:02 "core18" switched to the "latest/stable" channel 14:04:02 14:04:08 snapcraft 4.6.2 from Canonical* installed 14:04:08 "snapcraft" switched to the "latest/stable" channel 14:04:08 14:04:12 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:04:12 - README.md 14:04:12 14:04:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:04:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:04:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:04:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:04:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:04:19 Reading package lists... 14:04:20 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 14:04:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:04:26 Reading package lists... 14:04:26 Building dependency tree... 14:04:26 Reading state information... 14:04:26 Suggested packages: 14:04:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:04:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:04:26 Recommended packages: 14:04:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:04:26 The following NEW packages will be installed: 14:04:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:04:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:04:26 pkg-config zip 14:04:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:04:26 Need to get 7663 kB of archives. 14:04:26 After this operation, 43.8 MB of additional disk space will be used. 14:04:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 14:04:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 14:04:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:04:27 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:04:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:04:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:04:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:04:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:04:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:04:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:04:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:04:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:04:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:04:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:04:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:04:27 debconf: delaying package configuration, since apt-utils is not installed 14:04:27 Fetched 7663 kB in 1s (10.6 MB/s) 14:04:27 Selecting previously unselected package libglib2.0-0:amd64. 14:04:27 (Reading database ... 13924 files and directories currently installed.) 14:04:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 14:04:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:04:28 Selecting previously unselected package libpsl5:amd64. 14:04:28 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:04:28 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:04:28 Selecting previously unselected package libnghttp2-14:amd64. 14:04:28 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:04:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:04:28 Selecting previously unselected package librtmp1:amd64. 14:04:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:04:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:04:28 Selecting previously unselected package libcurl3-gnutls:amd64. 14:04:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 14:04:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 14:04:28 Selecting previously unselected package liberror-perl. 14:04:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:04:28 Unpacking liberror-perl (0.17025-1) ... 14:04:28 Selecting previously unselected package git-man. 14:04:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:04:28 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:04:28 Selecting previously unselected package git. 14:04:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:04:28 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:04:29 Selecting previously unselected package libnorm1:amd64. 14:04:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:04:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:04:29 Selecting previously unselected package libpgm-5.2-0:amd64. 14:04:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:04:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:04:29 Selecting previously unselected package libsodium23:amd64. 14:04:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:04:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:04:30 Selecting previously unselected package libzmq5:amd64. 14:04:30 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:04:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:04:30 Selecting previously unselected package libzmq3-dev:amd64. 14:04:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:04:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:04:30 Selecting previously unselected package pkg-config. 14:04:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:04:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:04:30 Selecting previously unselected package zip. 14:04:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:04:30 Unpacking zip (3.0-11build1) ... 14:04:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:04:30 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:04:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:04:30 Setting up liberror-perl (0.17025-1) ... 14:04:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:04:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:04:30 No schema files found: doing nothing. 14:04:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:04:30 Setting up zip (3.0-11build1) ... 14:04:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:04:30 Setting up libsodium23:amd64 (1.0.16-2) ... 14:04:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:04:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:04:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 14:04:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:04:30 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:04:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:04:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:04:38 git set to automatically installed. 14:04:38 git-man set to automatically installed. 14:04:38 libcurl3-gnutls set to automatically installed. 14:04:38 liberror-perl set to automatically installed. 14:04:38 libglib2.0-0 set to automatically installed. 14:04:38 libnghttp2-14 set to automatically installed. 14:04:38 libnorm1 set to automatically installed. 14:04:38 libpgm-5.2-0 set to automatically installed. 14:04:38 libpsl5 set to automatically installed. 14:04:38 librtmp1 set to automatically installed. 14:04:38 libsodium23 set to automatically installed. 14:04:38 libzmq3-dev set to automatically installed. 14:04:38 libzmq5 set to automatically installed. 14:04:38 pkg-config set to automatically installed. 14:04:38 zip set to automatically installed. 14:04:39 snapd is not logged in, snap install commands will use sudo 14:04:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:04:47 snap "core18" has no updates available 14:04:48 snapd is not logged in, snap install commands will use sudo 14:04:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:05:10 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 14:05:10 Pulling go-build-helper 14:05:10 + snapcraftctl pull 14:05:11 'app-service-config' has dependencies that need to be staged: go-build-helper 14:05:11 Skipping pull go-build-helper (already ran) 14:05:11 Building go-build-helper 14:05:11 + snapcraftctl build 14:05:14 Staging go-build-helper 14:05:14 + snapcraftctl stage 14:05:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:05:24 ---> 1834e85466a7 14:05:24 Step 3/21 : WORKDIR /edgex-go 14:05:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:05:24 ---> 1834e85466a7 14:05:24 Step 3/23 : WORKDIR /edgex-go 14:05:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:05:24 ---> 1834e85466a7 14:05:24 Step 3/31 : WORKDIR /edgex-go 14:05:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:05:24 ---> 1834e85466a7 14:05:24 Step 3/22 : WORKDIR /edgex-go 14:05:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:05:24 ---> 1834e85466a7 14:05:24 Step 3/22 : WORKDIR /edgex-go 14:05:24 ---> Running in 0a3b7d988af3 14:05:24 ---> Running in 25743b4fbec9 14:05:24 ---> Running in e29988245e23 14:05:24 ---> Running in b553fb716354 14:05:24 ---> Running in bac59742d752 14:05:24 Removing intermediate container e29988245e23 14:05:24 ---> c41144662c01 14:05:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:24 Removing intermediate container bac59742d752 14:05:24 ---> 2e336dd97e94 14:05:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:24 Removing intermediate container 0a3b7d988af3 14:05:24 ---> 7ee3d1d6185c 14:05:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:24 Removing intermediate container b553fb716354 14:05:24 ---> 7b1f14f47232 14:05:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:24 Removing intermediate container 25743b4fbec9 14:05:24 ---> 227bc7aa2b83 14:05:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:24 ---> Running in e19ecde58214 14:05:24 ---> Running in d9f2fe0efdd0 14:05:24 ---> Running in f1982116c993 14:05:24 ---> Running in bbeb319cb2f4 14:05:24 ---> Running in fe40f0620ac2 14:05:24 Removing intermediate container f1982116c993 14:05:24 ---> bd2e5e2b767b 14:05:24 Step 5/22 : RUN apk add --update --no-cache make git 14:05:24 Removing intermediate container e19ecde58214 14:05:24 ---> ccae96693231 14:05:24 Step 5/31 : RUN apk add --update --no-cache make git 14:05:24 ---> Running in 73decdc2af8f 14:05:24 Removing intermediate container fe40f0620ac2 14:05:24 ---> 0f42701fe253 14:05:24 Step 5/23 : RUN apk add --update --no-cache make git 14:05:24 ---> Running in 923ccb6a90e0 14:05:24 Removing intermediate container d9f2fe0efdd0 14:05:24 ---> 5281f9cfd59b 14:05:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:05:24 ---> Running in d2906139a98e 14:05:24 Removing intermediate container bbeb319cb2f4 14:05:24 ---> e3c4eced13dd 14:05:24 Step 5/21 : RUN apk add --update --no-cache make git 14:05:24 ---> Running in 7c1725544d49 14:05:24 ---> Running in dfc0fd212559 14:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:26 OK: 217 MiB in 51 packages 14:05:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:05:26 OK: 217 MiB in 51 packages 14:05:26 OK: 217 MiB in 51 packages 14:05:26 OK: 217 MiB in 51 packages 14:05:27 Removing intermediate container 73decdc2af8f 14:05:27 ---> d4ec5d539741 14:05:27 Step 6/22 : COPY go.mod . 14:05:28 Removing intermediate container d2906139a98e 14:05:28 ---> 1193a98c4841 14:05:28 Step 6/23 : COPY go.mod . 14:05:28 OK: 217 MiB in 51 packages 14:05:28 Removing intermediate container 923ccb6a90e0 14:05:28 ---> 60dcb6d8738e 14:05:28 Step 6/31 : COPY go.mod . 14:05:28 Removing intermediate container 7c1725544d49 14:05:28 ---> 26529c794afb 14:05:28 Step 6/21 : COPY go.mod . 14:05:28 ---> b207b4c470f1 14:05:28 Step 7/22 : RUN go mod download 14:05:28 ---> Running in 0185e023211d 14:05:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:05:29 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:05:29 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:05:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 14:05:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:05:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:05:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:05:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:05:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:05:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:05:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:05:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 14:05:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:05:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:05:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 14:05:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 14:05:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 14:05:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 14:05:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:05:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 14:05:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 14:05:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:05:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:05:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 14:05:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 14:05:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 14:05:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 14:05:29 Fetched 24.4 MB in 0s (0 B/s) 14:05:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:05:29 Fetched 224 kB in 0s (0 B/s) 14:05:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:05:29 Fetched 157 kB in 0s (0 B/s) 14:05:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:05:29 Fetched 221 kB in 0s (0 B/s) 14:05:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:05:29 Fetched 143 kB in 0s (0 B/s) 14:05:29 Pulling app-service-config 14:05:29 + snapcraftctl pull 14:05:29 Cloning into '/root/parts/app-service-config/src'... 14:05:29 ---> 47d48463881e 14:05:29 Step 7/23 : RUN go mod download 14:05:29 ---> d011c621c753 14:05:29 Step 7/31 : RUN go mod download 14:05:29 ---> Running in c802e45c091f 14:05:29 ---> f5e8fe3653e6 14:05:29 Step 7/21 : RUN go mod download 14:05:29 ---> Running in 127b75b161be 14:05:29 Removing intermediate container dfc0fd212559 14:05:29 ---> 0eb98452d8e3 14:05:29 Step 6/22 : COPY go.mod . 14:05:30 Pulling config-common 14:05:30 + snapcraftctl pull 14:05:30 ---> Running in 29a6540f2998 14:05:31 ---> 8c8de7a8df54 14:05:31 Step 7/22 : RUN go mod download 14:05:31 ---> Running in 97471c0a791b 14:05:33 Removing intermediate container 0185e023211d 14:05:33 ---> 92b49a98ba24 14:05:33 Step 8/22 : COPY . . 14:05:34 Removing intermediate container c802e45c091f 14:05:34 ---> e062412d7243 14:05:34 Step 8/23 : COPY . . 14:05:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:05:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:05:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:05:35 Fetched 0 B in 0s (0 B/s) 14:05:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:05:35 Fetched 0 B in 0s (0 B/s) 14:05:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:05:35 Fetched 0 B in 0s (0 B/s) 14:05:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:05:35 Fetched 0 B in 0s (0 B/s) 14:05:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:05:35 Fetched 0 B in 0s (0 B/s) 14:05:35 Pulling edgex-go 14:05:35 + snapcraftctl pull 14:05:35 Removing intermediate container 29a6540f2998 14:05:35 ---> 542a9223a4c0 14:05:35 Step 8/21 : COPY . . 14:05:35 Removing intermediate container 127b75b161be 14:05:35 ---> 38ceeda33e2f 14:05:35 Step 8/31 : COPY . . 14:05:36 Removing intermediate container 97471c0a791b 14:05:36 ---> d98c26e03b29 14:05:36 Step 8/22 : COPY . . 14:05:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:05:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:05:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:05:57 Fetched 0 B in 0s (0 B/s) 14:05:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:05:57 Fetched 96.5 kB in 0s (0 B/s) 14:05:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:05:57 Fetched 279 kB in 0s (0 B/s) 14:05:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:05:57 Fetched 122 kB in 0s (0 B/s) 14:05:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:05:57 Fetched 77.8 kB in 0s (0 B/s) 14:05:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:05:57 Fetched 8848 B in 0s (0 B/s) 14:05:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:05:57 Fetched 47.8 kB in 0s (0 B/s) 14:05:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:05:57 Fetched 45.6 kB in 0s (0 B/s) 14:05:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:05:57 Fetched 15.0 kB in 0s (0 B/s) 14:05:57 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 14:05:57 Fetched 219 kB in 0s (0 B/s) 14:05:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:05:57 Fetched 154 kB in 0s (0 B/s) 14:05:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:05:57 Fetched 50.6 kB in 0s (0 B/s) 14:05:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:05:57 Fetched 14.8 kB in 0s (0 B/s) 14:05:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:05:57 Fetched 41.8 kB in 0s (0 B/s) 14:05:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:05:57 Fetched 499 kB in 0s (0 B/s) 14:05:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:05:57 Fetched 111 kB in 0s (0 B/s) 14:05:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:05:57 Fetched 240 kB in 0s (0 B/s) 14:05:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:05:57 Fetched 29.3 kB in 0s (0 B/s) 14:05:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:05:57 Fetched 85.5 kB in 0s (0 B/s) 14:05:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:05:57 Fetched 24.5 kB in 0s (0 B/s) 14:05:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:05:57 Fetched 49.2 kB in 0s (0 B/s) 14:05:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:05:57 Fetched 54.2 kB in 0s (0 B/s) 14:05:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:05:57 Fetched 30.8 kB in 0s (0 B/s) 14:05:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:05:57 Fetched 15.8 kB in 0s (0 B/s) 14:05:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:05:57 Fetched 85.9 kB in 0s (0 B/s) 14:05:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:05:57 Fetched 8720 B in 0s (0 B/s) 14:05:57 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 14:05:57 Fetched 137 kB in 0s (0 B/s) 14:05:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:05:57 Fetched 119 kB in 0s (0 B/s) 14:05:57 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 14:05:57 Fetched 110 kB in 0s (0 B/s) 14:05:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:05:57 Fetched 11.1 kB in 0s (0 B/s) 14:05:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:05:57 Fetched 645 kB in 0s (0 B/s) 14:05:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:05:57 Fetched 41.3 kB in 0s (0 B/s) 14:05:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:05:57 Fetched 17.9 kB in 0s (0 B/s) 14:05:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:05:57 Fetched 368 kB in 0s (0 B/s) 14:05:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:05:57 Fetched 187 kB in 0s (0 B/s) 14:05:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:05:57 Fetched 175 kB in 0s (0 B/s) 14:05:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:05:57 Fetched 206 kB in 0s (0 B/s) 14:05:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 14:05:57 Fetched 1301 kB in 0s (0 B/s) 14:05:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:05:57 Fetched 36.2 kB in 0s (0 B/s) 14:05:57 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 14:05:57 Fetched 159 kB in 0s (0 B/s) 14:05:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:05:57 Fetched 107 kB in 0s (0 B/s) 14:05:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:05:57 Fetched 48.7 kB in 0s (0 B/s) 14:05:57 Pulling static-packages 14:05:57 + snapcraftctl pull 14:05:57 Pulling version 14:05:57 + cd /root/project 14:05:57 + [ -f VERSION ] 14:05:57 + PROJECT_VERSION=local-dev 14:05:57 + git rev-parse --short HEAD 14:05:57 + GIT_REVISION=b7f96161 14:05:57 + snapcraftctl set-version local-dev 14:05:59 Skipping build go-build-helper (already ran) 14:05:59 Building app-service-config 14:05:59 + make build 14:05:59 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:06:01 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 14:06:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 14:06:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 14:06:01 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:06:01 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 14:06:01 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 14:06:01 go: downloading github.com/go-kit/kit v0.8.0 14:06:01 go: downloading github.com/BurntSushi/toml v0.3.1 14:06:01 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 14:06:02 go: downloading github.com/google/uuid v1.2.0 14:06:02 go: downloading github.com/gorilla/mux v1.8.0 14:06:02 go: downloading github.com/pelletier/go-toml v1.2.0 14:06:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:06:02 go: downloading github.com/x448/float16 v0.8.4 14:06:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 14:06:02 go: downloading github.com/go-playground/validator/v10 v10.4.1 14:06:02 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 14:06:02 go: downloading github.com/pebbe/zmq4 v1.2.7 14:06:02 go: downloading github.com/hashicorp/consul/api v1.8.1 14:06:02 go: downloading github.com/leodido/go-urn v1.2.0 14:06:02 go: downloading github.com/hashicorp/serf v0.9.5 14:06:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:06:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:06:02 go: downloading github.com/go-playground/universal-translator v0.17.0 14:06:02 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 14:06:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:06:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:06:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:06:03 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:06:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 14:06:03 go: downloading github.com/mitchellh/copystructure v1.0.0 14:06:03 go: downloading github.com/fatih/color v1.9.0 14:06:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:06:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:06:03 go: downloading github.com/go-playground/locales v0.13.0 14:06:03 go: downloading github.com/mattn/go-colorable v0.1.6 14:06:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:06:03 go: downloading github.com/gorilla/websocket v1.4.2 14:06:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:06:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:06:03 ---> d2932f1e6b62 14:06:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:06:03 ---> 356393f06e70 14:06:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:06:03 ---> 6d77722d197d 14:06:03 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:06:03 ---> e4429aa84ec1 14:06:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:06:03 ---> Running in ff69cb67d104 14:06:03 ---> 43c0abff7e82 14:06:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:06:03 ---> Running in 86588040a428 14:06:03 ---> Running in f4979e9baf68 14:06:03 ---> Running in 052a209943f7 14:06:03 ---> Running in 5b4afd9888e4 14:06:03 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:06:03 go: downloading github.com/mattn/go-isatty v0.0.12 14:06:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:06:03 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:06:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:06:15 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 14:06:15 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 14:06:15 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 14:06:15 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 14:06:16 Building config-common 14:06:16 + snapcraftctl build 14:06:19 Building edgex-go 14:06:19 + cd /root/parts/edgex-go/src 14:06:19 + make build 14:06:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:06:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 14:06:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 14:06:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:06:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 14:06:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 14:06:20 go: downloading github.com/pelletier/go-toml v1.9.0 14:06:20 go: downloading github.com/imdario/mergo v0.3.12 14:06:20 go: downloading github.com/go-playground/validator/v10 v10.5.0 14:06:20 go: downloading github.com/pkg/errors v0.8.1 14:06:20 go: downloading golang.org/x/text v0.3.2 14:06:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:06:27 go: downloading gopkg.in/yaml.v2 v2.4.0 14:06:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:06:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:06:36 go: downloading github.com/stretchr/testify v1.7.0 14:06:36 go: downloading github.com/davecgh/go-spew v1.1.1 14:06:36 go: downloading github.com/pmezard/go-difflib v1.0.0 14:06:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:06:38 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:06:38 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:06:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 14:06:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:06:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:06:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:06:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:06:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:06:45 go: downloading github.com/lib/pq v1.9.0 14:06:47 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:06:47 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:06:47 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:06:47 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:06:47 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:06:47 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:06:47 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:06:47 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:06:47 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:06:47 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:06:47 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:06:47 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:06:47 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:06:47 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:06:47 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:06:47 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:06:47 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:06:47 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 14:06:47 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:06:47 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:06:47 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 14:06:47 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:06:47 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:06:47 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:06:47 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:06:47 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:06:51 Building static-packages 14:06:51 + snapcraftctl build 14:06:54 Building version 14:06:54 + snapcraftctl build 14:06:57 Skipping stage go-build-helper (already ran) 14:06:57 Staging app-service-config 14:06:57 + snapcraftctl stage 14:06:58 Staging config-common 14:06:58 + snapcraftctl stage 14:06:58 Staging edgex-go 14:06:58 + snapcraftctl stage 14:07:00 Staging static-packages 14:07:00 + snapcraftctl stage 14:07:01 Staging version 14:07:01 + snapcraftctl stage 14:07:02 Priming go-build-helper 14:07:02 + snapcraftctl prime 14:07:03 Priming app-service-config 14:07:03 + snapcraftctl prime 14:07:05 Priming config-common 14:07:05 + snapcraftctl prime 14:07:06 Priming edgex-go 14:07:06 + snapcraftctl prime 14:07:07 Priming static-packages 14:07:07 + snapcraftctl prime 14:07:10 Priming version 14:07:10 + snapcraftctl prime 14:07:11 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:07:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:08:03 Removing intermediate container 052a209943f7 14:08:03 ---> 7dc3f5c66e91 14:08:03 14:08:03 Step 10/31 : FROM alpine:3.12 14:08:03 3.12: Pulling from library/alpine 14:08:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:08:05 Status: Downloaded newer image for alpine:3.12 14:08:05 ---> 9852663dfa18 14:08:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:08:05 ---> Running in c14e45ee9618 14:08:06 Removing intermediate container c14e45ee9618 14:08:06 ---> a9846a678f01 14:08:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:08:07 ---> Running in c6dcd1b7a489 14:08:09 Removing intermediate container f4979e9baf68 14:08:09 ---> 46f69bf8b960 14:08:09 14:08:09 Step 10/21 : FROM alpine:3.12 14:08:09 ---> 9852663dfa18 14:08:09 Step 11/21 : RUN apk add --update --no-cache curl 14:08:09 ---> Running in bb5c396aadf1 14:08:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:11 (1/2) Installing dumb-init (1.2.2-r1) 14:08:11 (2/2) Installing su-exec (0.2-r1) 14:08:11 Executing busybox-1.31.1-r20.trigger 14:08:11 OK: 5 MiB in 16 packages 14:08:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:12 (1/4) Installing ca-certificates (20191127-r4) 14:08:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:08:12 (3/4) Installing libcurl (7.76.1-r0) 14:08:12 (4/4) Installing curl (7.76.1-r0) 14:08:12 Executing busybox-1.31.1-r20.trigger 14:08:12 Executing ca-certificates-20191127-r4.trigger 14:08:13 OK: 7 MiB in 18 packages 14:08:13 Removing intermediate container c6dcd1b7a489 14:08:13 ---> 22b615f07f48 14:08:13 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:08:13 ---> Running in a3142034d54b 14:08:14 Removing intermediate container a3142034d54b 14:08:14 ---> 6094c3a295ef 14:08:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:08:15 ---> Running in 25bb8856f02c 14:08:15 Removing intermediate container bb5c396aadf1 14:08:15 ---> 3d59212f3e40 14:08:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:08:16 Removing intermediate container 25bb8856f02c 14:08:16 ---> eebdc73c926a 14:08:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:08:16 ---> Running in 6f64bf397f1c 14:08:16 ---> Running in f5cd86a5204b 14:08:17 Removing intermediate container 6f64bf397f1c 14:08:17 ---> 004bdc7a2e70 14:08:17 Step 13/21 : WORKDIR /edgex 14:08:17 ---> Running in 658bb23dd477 14:08:19 Removing intermediate container 658bb23dd477 14:08:19 ---> 9cfab4af6e45 14:08:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:08:21 Removing intermediate container f5cd86a5204b 14:08:21 ---> 03ce31f2c82b 14:08:21 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:08:21 ---> 936478d23f3a 14:08:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:08:21 ---> Running in fe296c343fa7 14:08:21 Removing intermediate container ff69cb67d104 14:08:21 ---> 9b073f774de5 14:08:21 14:08:21 Step 10/22 : FROM alpine:3.12 14:08:21 ---> 9852663dfa18 14:08:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:08:22 Removing intermediate container 5b4afd9888e4 14:08:22 ---> f6999e96611b 14:08:22 14:08:22 Step 10/22 : FROM alpine:3.12 14:08:22 ---> 9852663dfa18 14:08:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:08:22 ---> Running in e59300a5f49f 14:08:23 Removing intermediate container fe296c343fa7 14:08:23 ---> 596b980acec7 14:08:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:08:23 ---> Running in 4d5746246e93 14:08:23 ---> ed4d64ad8c34 14:08:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:08:24 ---> 97aeff75d159 14:08:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:25 ---> Running in b3c5a9095a9a 14:08:25 ---> bf71880ec126 14:08:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:08:25 (1/1) Installing dumb-init (1.2.2-r1) 14:08:25 Executing busybox-1.31.1-r20.trigger 14:08:25 OK: 5 MiB in 15 packages 14:08:25 (1/2) Installing ca-certificates (20191127-r4) 14:08:25 (2/2) Installing dumb-init (1.2.2-r1) 14:08:25 Executing busybox-1.31.1-r20.trigger 14:08:25 Executing ca-certificates-20191127-r4.trigger 14:08:25 ---> Running in 0d9ad38b7047 14:08:26 OK: 6 MiB in 16 packages 14:08:27 Removing intermediate container 0d9ad38b7047 14:08:27 ---> 76fe41ce33cc 14:08:27 Step 18/21 : CMD ["--init=true"] 14:08:27 ---> Running in bf084c03bf1a 14:08:27 Removing intermediate container 86588040a428 14:08:27 ---> 062a2c1cf634 14:08:27 14:08:27 Step 10/23 : FROM alpine:3.12 14:08:27 ---> 9852663dfa18 14:08:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:08:28 ---> Using cache 14:08:28 ---> e9603932bf27 14:08:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:08:28 Removing intermediate container e59300a5f49f 14:08:28 ---> e9603932bf27 14:08:28 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:08:28 ---> Running in ff721f578e0d 14:08:28 ---> Running in 3588a41e5182 14:08:28 Removing intermediate container bf084c03bf1a 14:08:28 ---> c451fb696d80 14:08:28 Step 19/21 : LABEL arch=arm64 14:08:29 Removing intermediate container 4d5746246e93 14:08:29 ---> fd5ab9f5bd1b 14:08:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:08:29 ---> Running in cb11303077f6 14:08:29 Removing intermediate container ff721f578e0d 14:08:29 ---> 857d0cbe4fd3 14:08:29 Step 13/23 : ENV APP_PORT=48081 14:08:29 ---> Running in d13889df7c71 14:08:29 Removing intermediate container 3588a41e5182 14:08:29 ---> 31badff679d6 14:08:29 Step 13/22 : ENV APP_PORT=48085 14:08:29 ---> Running in 00644f508f93 14:08:29 Removing intermediate container b3c5a9095a9a 14:08:29 ---> f9e46f330416 14:08:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:29 ---> Running in 3110fe5ff3df 14:08:29 Removing intermediate container cb11303077f6 14:08:29 ---> ee620f2a4a0e 14:08:29 Step 20/21 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:08:30 Removing intermediate container d13889df7c71 14:08:30 ---> ade0c51dfea9 14:08:30 Step 13/22 : ENV APP_PORT=48060 14:08:30 ---> Running in 70b9d6e726f7 14:08:30 Removing intermediate container 00644f508f93 14:08:30 ---> abff29f470fd 14:08:30 Step 14/23 : EXPOSE $APP_PORT 14:08:30 Removing intermediate container 3110fe5ff3df 14:08:30 ---> 409eb56f8c9c 14:08:30 Step 14/22 : EXPOSE $APP_PORT 14:08:30 ---> Running in 8b1746b8ff53 14:08:30 ---> Running in c2a2d99abc69 14:08:30 ---> Running in ddc608c716bf 14:08:30 ---> 80c241e1c509 14:08:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:08:31 Removing intermediate container 70b9d6e726f7 14:08:31 ---> 1917e4508fa1 14:08:31 Step 21/21 : LABEL version=0.0.0 14:08:31 Removing intermediate container 8b1746b8ff53 14:08:31 ---> 190051fa4951 14:08:31 Step 14/22 : EXPOSE $APP_PORT 14:08:31 ---> Running in b7a0d365a360 14:08:31 Removing intermediate container c2a2d99abc69 14:08:31 ---> afb04ab55dfd 14:08:31 Step 15/23 : WORKDIR / 14:08:31 ---> Running in d8227759d7b1 14:08:31 ---> Running in 9ac386f724c4 14:08:31 Removing intermediate container ddc608c716bf 14:08:31 ---> b6839f713db6 14:08:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:31 Removing intermediate container b7a0d365a360 14:08:31 ---> a472fe110b74 14:08:31 14:08:32 Removing intermediate container d8227759d7b1 14:08:32 ---> 1999c23dc281 14:08:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:32 Removing intermediate container 9ac386f724c4 14:08:32 ---> 0d7af21bba93 14:08:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:32 Successfully built a472fe110b74 14:08:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:08:32  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 14:08:33 ---> adb9278ee056 14:08:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:08:33 ---> b435dcb5f2e6 14:08:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:08:33 ---> 4da7736c30cf 14:08:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:08:33 ---> 94add80d3814 14:08:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:08:34 ---> e24b7e383a40 14:08:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:08:36 ---> 00bd03f645d0 14:08:36 ---> 21c4b1eb1c4c 14:08:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:08:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:08:36 ---> 22aa1ec230ab 14:08:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:08:36 ---> bca925c1d48d 14:08:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:08:36 ---> 83408ba22e5e 14:08:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:08:37 ---> 38eecd6d8e78 14:08:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:08:37 ---> Running in 3aa60cc66a24 14:08:37 ---> Running in f9310db5389b 14:08:37 ---> d2bbb9eafdfa 14:08:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:08:37 ---> 9f92d483a3ab 14:08:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:08:37 ---> Running in e7914e1f127d 14:08:38 ---> Running in 11c3c29ec82e 14:08:38 Removing intermediate container 3aa60cc66a24 14:08:38 ---> 89176a0673a5 14:08:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:08:38 Removing intermediate container f9310db5389b 14:08:38 ---> 2a8f0a0c7b2c 14:08:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:08:38 Removing intermediate container e7914e1f127d 14:08:38 ---> 1005fc483a7f 14:08:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:08:39 ---> Running in f6d6d7ce3ed8 14:08:39 ---> Running in ea13cb003e4e 14:08:39 ---> Running in 314f2e220c34 14:08:39 Removing intermediate container 11c3c29ec82e 14:08:39 ---> 34fe27a8e1a9 14:08:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:08:39 Removing intermediate container f6d6d7ce3ed8 14:08:39 ---> c91b17854794 14:08:39 Step 20/22 : LABEL arch=arm64 14:08:39 Removing intermediate container ea13cb003e4e 14:08:39 ---> 10906a465986 14:08:39 Step 20/22 : LABEL arch=arm64 14:08:40 ---> Running in 4d66fe8c0495 14:08:40 ---> Running in 80d331681a49 14:08:40 Removing intermediate container 314f2e220c34 14:08:40 ---> b8931256154d 14:08:40 Step 21/23 : LABEL arch=arm64 14:08:40 ---> Running in 74f8669d74be 14:08:40 ---> 22e92fb58c86 14:08:40 Step 26/31 : RUN chmod +x /entrypoint.sh 14:08:40 Removing intermediate container 4d66fe8c0495 14:08:40 ---> 446e4264557b 14:08:40 Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:08:40 Removing intermediate container 80d331681a49 14:08:40 ---> a81752cbff2c 14:08:40 Step 21/22 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:08:40 ---> Running in f8123d0f5de9 14:08:40 ---> Running in 25f80dd36eb8 14:08:41 ---> Running in 27dd66168842 14:08:41 Removing intermediate container 74f8669d74be 14:08:41 ---> 472c09916771 14:08:41 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:08:41 ---> Running in 9956dfda2e05 14:08:41 Removing intermediate container f8123d0f5de9 14:08:41 ---> 6f7d395c3488 14:08:41 Step 22/22 : LABEL version=0.0.0 14:08:41 Removing intermediate container 27dd66168842 14:08:41 ---> 7c3f9c98233f 14:08:41 Step 22/22 : LABEL version=0.0.0 14:08:41 ---> Running in cad592bb4911 14:08:41 ---> Running in 8a14df9ef3fe 14:08:42 Removing intermediate container 9956dfda2e05 14:08:42 ---> 83a3e329719d 14:08:42 Step 23/23 : LABEL version=0.0.0 14:08:42 ---> Running in f433fb7352f3 14:08:42 Removing intermediate container cad592bb4911 14:08:42 ---> 38ffb04858e2 14:08:42 14:08:42 Removing intermediate container 8a14df9ef3fe 14:08:42 ---> 055348ee059d 14:08:42 14:08:43 Successfully built 38ffb04858e2 14:08:43 Removing intermediate container f433fb7352f3 14:08:43 ---> feb65978beec 14:08:43 14:08:43 Successfully tagged docker-support-notifications-go-arm64:latest 14:08:43  Building docker-support-notifications-go ... done Building docker-core-command-go 14:08:43 Successfully built 055348ee059d 14:08:43 Successfully tagged docker-support-scheduler-go-arm64:latest 14:08:43  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:08:44 Successfully built feb65978beec 14:08:44 Successfully tagged docker-core-metadata-go-arm64:latest 14:08:44  Building docker-core-metadata-go ... done Removing intermediate container 25f80dd36eb8 14:08:44 ---> 7379c70f5111 14:08:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:08:44 Building docker-security-secretstore-setup-go 14:08:44 ---> Running in 706f18c2b9ec 14:08:45 Removing intermediate container 706f18c2b9ec 14:08:45 ---> 83fac49f8905 14:08:45 Step 28/31 : CMD ["gate"] 14:08:45 ---> Running in d69e6099fcaf 14:08:46 Removing intermediate container d69e6099fcaf 14:08:46 ---> e0b31bd583f9 14:08:46 Step 29/31 : LABEL arch=arm64 14:08:46 ---> Running in 454f7c532397 14:08:46 Removing intermediate container 454f7c532397 14:08:46 ---> fadb325fd963 14:08:46 Step 30/31 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:08:47 ---> Running in 5d2700096362 14:08:47 Removing intermediate container 5d2700096362 14:08:47 ---> 488200a8808c 14:08:47 Step 31/31 : LABEL version=0.0.0 14:08:48 ---> Running in 6739b1293d8e 14:08:49 Removing intermediate container 6739b1293d8e 14:08:49 ---> 602b8391c349 14:08:49 14:08:49 Successfully built 602b8391c349 14:08:49 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:09:21  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:09:21 ---> 1834e85466a7 14:09:21 Step 3/23 : WORKDIR /edgex-go 14:09:21 ---> Using cache 14:09:21 ---> 227bc7aa2b83 14:09:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:21 ---> Using cache 14:09:21 ---> 0f42701fe253 14:09:21 Step 5/23 : RUN apk add --update --no-cache make bash git 14:09:24 ---> Running in 77cb3e63231a 14:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:09:27 OK: 217 MiB in 51 packages 14:09:29 Removing intermediate container 77cb3e63231a 14:09:29 ---> 104f81e2eebf 14:09:29 Step 6/23 : COPY go.mod . 14:09:30 ---> ee0a677240d7 14:09:30 Step 7/23 : RUN go mod download 14:09:30 ---> Running in fc571c938f36 14:09:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:09:33 ---> 1834e85466a7 14:09:33 Step 3/23 : WORKDIR /edgex-go 14:09:33 ---> Using cache 14:09:33 ---> 227bc7aa2b83 14:09:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:33 ---> Using cache 14:09:33 ---> 0f42701fe253 14:09:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:09:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:09:33 ---> 1834e85466a7 14:09:33 Step 3/24 : WORKDIR /edgex-go 14:09:33 ---> Using cache 14:09:33 ---> 227bc7aa2b83 14:09:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:33 ---> Using cache 14:09:33 ---> 0f42701fe253 14:09:33 Step 5/24 : RUN apk add --update --no-cache make git 14:09:33 ---> Using cache 14:09:33 ---> 1193a98c4841 14:09:33 Step 6/24 : COPY go.mod . 14:09:33 ---> Using cache 14:09:33 ---> 47d48463881e 14:09:33 Step 7/24 : RUN go mod download 14:09:33 ---> Using cache 14:09:33 ---> e062412d7243 14:09:33 Step 8/24 : COPY . . 14:09:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:09:33 ---> 1834e85466a7 14:09:33 Step 3/23 : WORKDIR /edgex-go 14:09:33 ---> Using cache 14:09:33 ---> 227bc7aa2b83 14:09:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:33 ---> Using cache 14:09:33 ---> 0f42701fe253 14:09:33 Step 5/23 : RUN apk add --update --no-cache make git 14:09:33 ---> Using cache 14:09:33 ---> 1193a98c4841 14:09:33 Step 6/23 : COPY go.mod . 14:09:33 ---> Using cache 14:09:33 ---> 47d48463881e 14:09:33 Step 7/23 : RUN go mod download 14:09:33 ---> Using cache 14:09:33 ---> e062412d7243 14:09:33 Step 8/23 : COPY . . 14:09:33 ---> Running in b2d205eba98c 14:09:33 ---> Using cache 14:09:33 ---> 356393f06e70 14:09:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:09:34 ---> Using cache 14:09:34 ---> 356393f06e70 14:09:34 Step 9/23 : RUN make cmd/core-command/core-command 14:09:34 ---> Running in c50822ae3567 14:09:34 ---> Running in 752525ce1c0d 14:09:34 Removing intermediate container fc571c938f36 14:09:34 ---> cdc365c29070 14:09:34 Step 8/23 : COPY . . 14:09:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:09:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:09:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:09:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:09:37 OK: 217 MiB in 51 packages 14:09:39 Removing intermediate container b2d205eba98c 14:09:39 ---> 06976ba09cdf 14:09:39 Step 6/23 : COPY go.mod . 14:09:41 ---> 7fe6a249c6a8 14:09:41 Step 7/23 : RUN go mod download 14:09:42 ---> Running in 0145eb91a8a3 14:09:47 Removing intermediate container 0145eb91a8a3 14:09:47 ---> 9a570d121da3 14:09:47 Step 8/23 : COPY . . 14:10:02 ---> a35282f8b0e8 14:10:02 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:10:02 ---> Running in a1860ddb537e 14:10:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:10:13 ---> 3be1c735dc0b 14:10:13 Step 9/23 : RUN make cmd/core-data/core-data 14:10:13 ---> Running in a0b338328759 14:10:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:10:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:11:06 Removing intermediate container c50822ae3567 14:11:06 ---> 1f7743733d39 14:11:06 14:11:06 Step 10/24 : FROM alpine:3.12 14:11:06 ---> 9852663dfa18 14:11:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:11:07 ---> Running in eff2be36be80 14:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:11:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:11:09 (1/6) Installing ca-certificates (20191127-r4) 14:11:09 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:11:10 (3/6) Installing libcurl (7.76.1-r0) 14:11:10 (4/6) Installing curl (7.76.1-r0) 14:11:10 (5/6) Installing dumb-init (1.2.2-r1) 14:11:10 (6/6) Installing su-exec (0.2-r1) 14:11:10 Executing busybox-1.31.1-r20.trigger 14:11:10 Executing ca-certificates-20191127-r4.trigger 14:11:10 OK: 7 MiB in 20 packages 14:11:13 Removing intermediate container eff2be36be80 14:11:13 ---> 88c419f3f202 14:11:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:11:13 Removing intermediate container 752525ce1c0d 14:11:13 ---> 3a86607f82c9 14:11:13 14:11:13 Step 10/23 : FROM alpine:3.12 14:11:13 ---> 9852663dfa18 14:11:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:11:13 ---> Using cache 14:11:13 ---> e9603932bf27 14:11:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:11:13 ---> Using cache 14:11:13 ---> 31badff679d6 14:11:13 Step 13/23 : ENV APP_PORT=48082 14:11:13 ---> Running in 444f8c932525 14:11:14 ---> Running in d6a72420a0d6 14:11:14 Removing intermediate container 444f8c932525 14:11:14 ---> a7197c075c4c 14:11:14 Step 13/24 : WORKDIR / 14:11:14 Removing intermediate container d6a72420a0d6 14:11:14 ---> 0ef4a184da3b 14:11:14 Step 14/23 : EXPOSE $APP_PORT 14:11:15 ---> Running in 5cc609614ac0 14:11:15 ---> Running in 2dd4f2f4c6e8 14:11:16 Removing intermediate container 2dd4f2f4c6e8 14:11:16 ---> f49b5bc21dbf 14:11: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 14:11:16 Removing intermediate container 5cc609614ac0 14:11:16 ---> dd7973238ac8 14:11:16 Step 15/23 : WORKDIR / 14:11:16 ---> Running in d5581ee1db8e 14:11:17 Removing intermediate container d5581ee1db8e 14:11:17 ---> fd9405e94033 14:11:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:11:17 ---> ab746bf81f8b 14:11: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 14:11:18 ---> d874f5e50d78 14:11:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:11:18 ---> 990d6b0f67e2 14:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:11:19 ---> 21a421182736 14:11:19 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:11:20 ---> 16319be5aa24 14:11:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:11:21 ---> ff6bddf26203 14:11:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:11:21 ---> cb1d08547dbf 14:11:21 Step 19/23 : ENTRYPOINT ["/core-command"] 14:11:22 ---> Running in 81e848643823 14:11:23 Removing intermediate container 81e848643823 14:11:23 ---> e47a212e132e 14:11:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:11:23 ---> Running in 0c28b3007096 14:11:24 ---> cc34115fd444 14:11:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:11:24 Removing intermediate container 0c28b3007096 14:11:24 ---> 83f238c38142 14:11:24 Step 21/23 : LABEL arch=arm64 14:11:25 ---> Running in 4837ea060975 14:11:25 ---> baf40b7e0f2d 14:11:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 14:11:25 ---> Running in 37ed92cf94d0 14:11:25 Removing intermediate container 4837ea060975 14:11:25 ---> 51f9031cef77 14:11:25 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:11:25 ---> Running in 0773683c274c 14:11:26 Removing intermediate container 0773683c274c 14:11:26 ---> 4569ac949319 14:11:26 Step 23/23 : LABEL version=0.0.0 14:11:27 ---> Running in dd264d273ec4 14:11:27 Removing intermediate container dd264d273ec4 14:11:27 ---> 321879cbf10b 14:11:27 14:11:28 Successfully built 321879cbf10b 14:11:28 Successfully tagged docker-core-command-go-arm64:latest 14:11:28  Building docker-core-command-go ... done Removing intermediate container 37ed92cf94d0 14:11:28 ---> c1800d63f9f8 14:11:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:11:29 ---> Running in aa382b5fb63f 14:11:30 Removing intermediate container aa382b5fb63f 14:11:30 ---> cf2bead51c78 14:11:30 Step 22/24 : LABEL arch=arm64 14:11:30 ---> Running in 8a9110cd904a 14:11:31 Removing intermediate container 8a9110cd904a 14:11:31 ---> e962b058e96f 14:11:31 Step 23/24 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:11:31 ---> Running in 18382b6d9a4e 14:11:32 Removing intermediate container 18382b6d9a4e 14:11:32 ---> 9adca0aeec79 14:11:32 Step 24/24 : LABEL version=0.0.0 14:11:32 ---> Running in fd88903cfc8d 14:11:33 Removing intermediate container fd88903cfc8d 14:11:33 ---> 073ab6d71ce0 14:11:33 14:11:34 Successfully built 073ab6d71ce0 14:11:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:11:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container a1860ddb537e 14:11:35 ---> 95d7853c4956 14:11:35 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:11:35 ---> Running in 3a762640515d 14:11:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:11:40 Removing intermediate container 3a762640515d 14:11:40 ---> b7808a19d905 14:11:40 14:11:40 Step 11/23 : FROM docker:20.10.0 14:11:40 20.10.0: Pulling from library/docker 14:11:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:11:50 Status: Downloaded newer image for docker:20.10.0 14:11:50 ---> eeaf43b92773 14:11:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:11:50 ---> Running in aaa81e4dae3c 14:11:51 Removing intermediate container aaa81e4dae3c 14:11:51 ---> d641900a3bd2 14:11:51 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 14:11:51 ---> Running in 5d77a792fccf 14:11:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:11:53 Removing intermediate container a0b338328759 14:11:53 ---> fa69f15a9fbe 14:11:53 14:11:53 Step 10/23 : FROM alpine:3.12 14:11:53 ---> 9852663dfa18 14:11:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:11:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:11:53 ---> Running in 398955ea85b3 14:11:53 (1/39) Installing readline (8.0.4-r0) 14:11:53 (2/39) Installing bash (5.0.17-r0) 14:11:53 Executing bash-5.0.17-r0.post-install 14:11:53 (3/39) Installing nghttp2-libs (1.41.0-r0) 14:11:53 (4/39) Installing libcurl (7.76.1-r0) 14:11:53 (5/39) Installing curl (7.76.1-r0) 14:11:53 (6/39) Installing dumb-init (1.2.2-r1) 14:11:53 (7/39) Installing libbz2 (1.0.8-r1) 14:11:53 (8/39) Installing expat (2.2.9-r1) 14:11:53 Removing intermediate container 398955ea85b3 14:11:53 ---> ec6519da2a38 14:11:53 Step 12/23 : ENV APP_PORT=48080(9/39) Installing libffi (3.3-r2) 14:11:53 14:11:53 (10/39) Installing gdbm (1.13-r1) 14:11:53 (11/39) Installing xz-libs (5.2.5-r0) 14:11:53 (12/39) Installing sqlite-libs (3.32.1-r0) 14:11:53 (13/39) Installing python3 (3.8.8-r0) 14:11:54 ---> Running in 6127320379ff 14:11:55 Removing intermediate container 6127320379ff 14:11:55 ---> df8031ead9c0 14:11:55 Step 13/23 : EXPOSE $APP_PORT 14:11:55 ---> Running in be7decfa6e4b 14:11:55 (14/39) Installing py3-appdirs (1.4.4-r1) 14:11:55 (15/39) Installing py3-ordered-set (4.0.1-r0) 14:11:55 (16/39) Installing py3-parsing (2.4.7-r0) 14:11:55 (17/39) Installing py3-six (1.15.0-r0) 14:11:55 (18/39) Installing py3-packaging (20.4-r0) 14:11:55 (19/39) Installing py3-setuptools (47.0.0-r0) 14:11:56 (20/39) Installing py3-chardet (3.0.4-r4) 14:11:56 (21/39) Installing py3-idna (2.9-r0) 14:11:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 14:11:56 (23/39) Installing py3-urllib3 (1.25.9-r0) 14:11:56 (24/39) Installing py3-requests (2.23.0-r0) 14:11:56 (25/39) Installing py3-msgpack (1.0.0-r0) 14:11:56 Removing intermediate container be7decfa6e4b 14:11:56 ---> 6140d6be7f8b 14:11:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:11:56 (26/39) Installing py3-lockfile (0.12.2-r3) 14:11:56 (27/39) Installing py3-cachecontrol (0.12.6-r0) 14:11:56 (28/39) Installing py3-colorama (0.4.3-r0) 14:11:56 (29/39) Installing py3-distlib (0.3.0-r0) 14:11:56 (30/39) Installing py3-distro (1.5.0-r1) 14:11:56 (31/39) Installing py3-webencodings (0.5.1-r3) 14:11:56 (32/39) Installing py3-html5lib (1.0.1-r4) 14:11:56 (33/39) Installing py3-pytoml (0.1.21-r0) 14:11:56 (34/39) Installing py3-pep517 (0.8.2-r0) 14:11:56 (35/39) Installing py3-progress (1.5-r0) 14:11:56 (36/39) Installing py3-toml (0.10.1-r0) 14:11:56 (37/39) Installing py3-retrying (1.3.3-r0) 14:11:56 (38/39) Installing py3-contextlib2 (0.6.0-r0) 14:11:56 (39/39) Installing py3-pip (20.1.1-r0) 14:11:56 ---> Running in e2af07687a5e 14:11:56 Executing busybox-1.31.1-r19.trigger 14:11:56 OK: 72 MiB in 59 packages 14:11:58 Removing intermediate container e2af07687a5e 14:11:58 ---> c07f245a092f 14:11:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:11:58 ---> Running in 60a945e175e9 14:12:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:12:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:12:02 (1/6) Installing dumb-init (1.2.2-r1) 14:12:02 (2/6) Installing libgcc (9.3.0-r2) 14:12:02 (3/6) Installing libsodium (1.0.18-r0) 14:12:02 (4/6) Installing libstdc++ (9.3.0-r2) 14:12:02 Collecting docker-compose==1.23.2 14:12:02 (5/6) Installing libzmq (4.3.3-r0) 14:12:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:12:02 (6/6) Installing zeromq (4.3.3-r0) 14:12:02 Executing busybox-1.31.1-r20.trigger 14:12:02 OK: 8 MiB in 20 packages 14:12:03 Collecting websocket-client<1.0,>=0.32.0 14:12:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:12:03 Removing intermediate container 60a945e175e9 14:12:03 ---> 6c51c620a55a 14:12:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:12:04 Collecting cached-property<2,>=1.2.0 14:12:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:12:04 ---> cab41723747f 14:12:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:12:04 Collecting docopt<0.7,>=0.6.1 14:12:04 Downloading docopt-0.6.2.tar.gz (25 kB) 14:12:06 ---> 48910564fe07 14:12:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:12:07 ---> 4cb8c4ad7508 14:12:07 Step 19/23 : ENTRYPOINT ["/core-data"] 14:12:07 ---> Running in 411a66dbff5d 14:12:07 Removing intermediate container 411a66dbff5d 14:12:07 ---> dae8c313005e 14:12:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:12:07 ---> Running in 100cea0f3727 14:12:08 Removing intermediate container 100cea0f3727 14:12:08 ---> 6f4a1f35a3ac 14:12:08 Step 21/23 : LABEL arch=arm64 14:12:08 ---> Running in 5031cc905b0b 14:12:09 Removing intermediate container 5031cc905b0b 14:12:09 ---> f52e9ba80758 14:12:09 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:12:09 ---> Running in ead157ac5f25 14:12:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:12:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:12:09 Removing intermediate container ead157ac5f25 14:12:09 ---> f3e323a209aa 14:12:09 Step 23/23 : LABEL version=0.0.0 14:12:09 ---> Running in 63f6b61ab234 14:12:09 Collecting dockerpty<0.5,>=0.4.1 14:12:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:12:10 Removing intermediate container 63f6b61ab234 14:12:10 ---> 06d6eae89762 14:12:10 14:12:10 Successfully built 06d6eae89762 14:12:10 Successfully tagged docker-core-data-go-arm64:latest 14:12:13  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 14:12:13 Downloading PyYAML-3.13.tar.gz (270 kB) 14:12:17 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:12:18 Collecting docker<4.0,>=3.6.0 14:12:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:12:19 Collecting jsonschema<3,>=2.5.1 14:12:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:12:20 Collecting texttable<0.10,>=0.9.0 14:12:20 Downloading texttable-0.9.1.tar.gz (11 kB) 14:12:22 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:12:22 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 14:12:22 Collecting urllib3<1.25,>=1.21.1 14:12:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:12:23 Collecting idna<2.8,>=2.5 14:12:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:12:23 Collecting docker-pycreds>=0.4.0 14:12:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:12:24 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:12:24 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:12:24 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:12:24 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:12:25 Installing collected packages: websocket-client, cached-property, docopt, urllib3, idna, requests, dockerpty, PyYAML, docker-pycreds, docker, jsonschema, texttable, docker-compose 14:12:25 Running setup.py install for docopt: started 14:12:28 Running setup.py install for docopt: finished with status 'done' 14:12:28 Attempting uninstall: urllib3 14:12:28 Found existing installation: urllib3 1.25.9 14:12:28 Uninstalling urllib3-1.25.9: 14:12:28 Successfully uninstalled urllib3-1.25.9 14:12:28 Attempting uninstall: idna 14:12:28 Found existing installation: idna 2.9 14:12:28 Uninstalling idna-2.9: 14:12:28 Successfully uninstalled idna-2.9 14:12:29 Attempting uninstall: requests 14:12:29 Found existing installation: requests 2.23.0 14:12:29 Uninstalling requests-2.23.0: 14:12:29 Successfully uninstalled requests-2.23.0 14:12:29 Running setup.py install for dockerpty: started 14:12:31 Running setup.py install for dockerpty: finished with status 'done' 14:12:31 Running setup.py install for PyYAML: started 14:12:34 Running setup.py install for PyYAML: finished with status 'done' 14:12:35 Running setup.py install for texttable: started 14:12:37 Running setup.py install for texttable: finished with status 'done' 14:12:39 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 14:12:47 Removing intermediate container 5d77a792fccf 14:12:47 ---> 42ce93c22893 14:12:47 Step 14/23 : ENV APP_PORT=48090 14:12:47 ---> Running in d2d76669ccf1 14:12:47 Removing intermediate container d2d76669ccf1 14:12:47 ---> 226b2bda7bb0 14:12:47 Step 15/23 : EXPOSE $APP_PORT 14:12:48 ---> Running in 6bcded2964fd 14:12:48 Removing intermediate container 6bcded2964fd 14:12:48 ---> 84e4c1f46214 14:12:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:12:49 ---> 96009cc29f66 14:12:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:12:50 ---> 422b9db7320d 14:12:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:12:51 ---> 78f86a2d2ee7 14:12:51 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:12:51 ---> Running in 2173645c1e7d 14:12:51 Removing intermediate container 2173645c1e7d 14:12:51 ---> e857ce4f7ab4 14:12:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:12:51 ---> Running in 904bc404d36f 14:12:52 Removing intermediate container 904bc404d36f 14:12:52 ---> 543b58193f64 14:12:52 Step 21/23 : LABEL arch=arm64 14:12:52 ---> Running in e92d288135db 14:12:52 Removing intermediate container e92d288135db 14:12:52 ---> dee16172c2b5 14:12:52 Step 22/23 : LABEL git_sha=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 14:12:53 ---> Running in 0a45e904f5ab 14:12:53 Removing intermediate container 0a45e904f5ab 14:12:53 ---> 352ad4c8e8dc 14:12:53 Step 23/23 : LABEL version=0.0.0 14:12:53 ---> Running in 5360f1ec2850 14:12:53 Removing intermediate container 5360f1ec2850 14:12:53 ---> 88223c644670 14:12:53 14:12:54 Successfully built 88223c644670 14:12:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:12:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:12:54 $ docker stop --time=1 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 14:12:56 $ docker rm -f 0ca4c7bbdd70bcf041ae7be887a934638e3b4213948e2a9bc00a06cbfaf3fae6 [Pipeline] // withDockerContainer [Pipeline] sh 14:12:57 + docker images 14:12:57 + grep docker 14:12:57 docker-sys-mgmt-agent-go-arm64 latest 88223c644670 4 seconds ago 299MB 14:12:57 docker-core-data-go-arm64 latest 06d6eae89762 48 seconds ago 21.6MB 14:12:57 docker-security-secretstore-setup-go-arm64 latest 073ab6d71ce0 About a minute ago 24.9MB 14:12:57 docker-core-command-go-arm64 latest 321879cbf10b About a minute ago 16.5MB 14:12:57 docker-security-bootstrapper-go-arm64 latest 602b8391c349 4 minutes ago 18.1MB 14:12:57 docker-core-metadata-go-arm64 latest feb65978beec 4 minutes ago 18.1MB 14:12:57 docker-support-notifications-go-arm64 latest 38ffb04858e2 4 minutes ago 17.1MB 14:12:57 docker-support-scheduler-go-arm64 latest 055348ee059d 4 minutes ago 16.6MB 14:12:57 docker-security-proxy-setup-go-arm64 latest a472fe110b74 4 minutes ago 24.6MB 14:12:57 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 14:12:57 ---> job-cost.sh 14:12:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Fe9n 14:13:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:15:13 lf-activate-venv(): INFO: Adding /tmp/venv-Fe9n/bin to PATH 14:15:13 INFO: No Stack... 14:15:13 INFO: Retrieving Pricing Info for: lf-standard-4 14:15:13 INFO: Archiving Costs [Pipeline] sh 14:15:13 + + cut -d, -f6 14:15:13 cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock 14:15:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] 14:15:14 Resource [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] did not exist. Created. 14:15:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:15:14 + echo total: 0.20999999344348907 [Pipeline] stash 14:15:14 Stashed 1 file(s) [Pipeline] } 14:15:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 14:15:16 provisioning config files... 14:15:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2430619043849211774tmp [Pipeline] { [Pipeline] sh 14:15:16 + set +x 14:15:16 + curl -s https://codecov.io/bash 14:15:16 + bash -s -- 14:15:16 14:15:16 _____ _ 14:15:16 / ____| | | 14:15:16 | | ___ __| | ___ ___ _____ __ 14:15:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:15:16 | |___| (_) | (_| | __/ (_| (_) \ V / 14:15:16 \_____\___/ \__,_|\___|\___\___/ \_/ 14:15:16 Bash-1.0.1 14:15:16 14:15:16 14:15:16 ==> git version 2.24.3 found 14:15:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 14:15:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:15:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:15:16 ==> Jenkins CI detected. 14:15:16 project root: . 14:15:16 --> token set from env 14:15:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:15:17 ==> Running gcov in . (disable via -X gcov) 14:15:17 ==> Python coveragepy not found 14:15:17 ==> Searching for coverage reports in: 14:15:17 + . 14:15:17 -> Found 1 reports 14:15:17 ==> Detecting git/mercurial file structure 14:15:17 ==> Reading reports 14:15:17 + ./coverage.out bytes=687366 14:15:17 ==> Appending adjustments 14:15:17 https://docs.codecov.io/docs/fixing-reports 14:15:20 + Found adjustments 14:15:20 ==> Gzipping contents 14:15:20 100K /tmp/codecov.SGCkBf.gz 14:15:20 ==> Uploading reports 14:15:20 url: https://codecov.io 14:15:20 query: branch=PR-3372&commit=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= 14:15:20 -> Pinging Codecov 14:15:20 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3372&commit=b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= 14:15:21 -> Uploading to 14:15:21 https://storage.googleapis.com/codecov/v4/raw/2021-04-17/00271124DB129430A58F1EEE437C3FCB/b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1/75482f8a-4354-4fbd-9166-eba41df7108e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T141520Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0406cedce3cad8dce9863c3724b91cbb1d4992c67518570d00d3754ff763d02e 14:15:21 % Total % Received % Xferd Average Speed Time Time Time Current 14:15:21 Dload Upload Total Spent Left Speed 14:15:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98708 0 0 100 98708 0 239k --:--:-- --:--:-- --:--:-- 239k 14:15:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b7f96161fd9b15a255ef4a6ed20b3cccead0c6c1 [Pipeline] } 14:15:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:15:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:15:23 ---> package-listing.sh 14:15:23 ++ facter osfamily 14:15:23 ++ tr '[:upper:]' '[:lower:]' 14:15:23 + OS_FAMILY=redhat 14:15:23 + workspace=/w/workspace/edgex-go/2 14:15:23 + START_PACKAGES=/tmp/packages_start.txt 14:15:23 + END_PACKAGES=/tmp/packages_end.txt 14:15:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:15:23 + PACKAGES=/tmp/packages_start.txt 14:15:23 + '[' /w/workspace/edgex-go/2 ']' 14:15:23 + PACKAGES=/tmp/packages_end.txt 14:15:23 + case "${OS_FAMILY}" in 14:15:23 + rpm -qa 14:15:23 + sort 14:15:28 + '[' -f /tmp/packages_start.txt ']' 14:15:28 + '[' -f /tmp/packages_end.txt ']' 14:15:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:15:28 + '[' /w/workspace/edgex-go/2 ']' 14:15:28 + mkdir -p /w/workspace/edgex-go/2/archives/ 14:15:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 14:15:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:15:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:15:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:29 14:15:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:15:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:29 alpine: Pulling from edgex-lftools-log-publisher 14:15:29 df20fa9351a1: Pulling fs layer 14:15:29 36b3adc4ff6f: Pulling fs layer 14:15:29 8ad3a11d3b57: Pulling fs layer 14:15:29 46f8f816bc3b: Pulling fs layer 14:15:29 93b61091891f: Pulling fs layer 14:15:29 93b9cdb0e59b: Pulling fs layer 14:15:29 5e14af77c1be: Pulling fs layer 14:15:29 01666e4c0597: Pulling fs layer 14:15:29 aa168da1d23b: Pulling fs layer 14:15:29 01666e4c0597: Waiting 14:15:29 93b9cdb0e59b: Waiting 14:15:29 5e14af77c1be: Waiting 14:15:29 aa168da1d23b: Waiting 14:15:29 46f8f816bc3b: Waiting 14:15:29 93b61091891f: Waiting 14:15:29 36b3adc4ff6f: Verifying Checksum 14:15:29 36b3adc4ff6f: Download complete 14:15:29 46f8f816bc3b: Download complete 14:15:29 df20fa9351a1: Download complete 14:15:29 93b9cdb0e59b: Verifying Checksum 14:15:29 93b9cdb0e59b: Download complete 14:15:29 8ad3a11d3b57: Verifying Checksum 14:15:29 8ad3a11d3b57: Download complete 14:15:29 93b61091891f: Verifying Checksum 14:15:29 93b61091891f: Download complete 14:15:29 5e14af77c1be: Verifying Checksum 14:15:29 5e14af77c1be: Download complete 14:15:29 01666e4c0597: Verifying Checksum 14:15:29 01666e4c0597: Download complete 14:15:30 df20fa9351a1: Pull complete 14:15:30 36b3adc4ff6f: Pull complete 14:15:31 aa168da1d23b: Download complete 14:15:34 8ad3a11d3b57: Pull complete 14:15:34 46f8f816bc3b: Pull complete 14:15:36 93b61091891f: Pull complete 14:15:36 93b9cdb0e59b: Pull complete 14:15:36 5e14af77c1be: Pull complete 14:15:36 01666e4c0597: Pull complete 14:15:46 aa168da1d23b: Pull complete 14:15:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:15:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:15:47 prd-centos7-docker-4c-2g-558 does not seem to be running inside a container 14:15:47 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 14:15:49 $ docker top 0e7feef1cd51990440c5ab093770fdb4754e73b2cdf21133c8a6a3e21555f641 -eo pid,comm [Pipeline] { [Pipeline] sh 14:15:50 + touch /tmp/pre-build-complete [Pipeline] sh 14:15:50 + mkdir -p /var/log/sa [Pipeline] sh 14:15:50 + ls /var/log/sa-host 14:15:50 + sadf -c /var/log/sa-host/sa17 14:15:50 file_magic: OK 14:15:50 HZ: Using current value: 100 14:15:50 file_header: OK 14:15:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:15:50 Statistics: 14:15:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:15:50 File successfully converted to sysstat format version 12.2.1 14:15:50 + sadf -c /var/log/sa-host/sa23 14:15:50 file_magic: OK 14:15:50 HZ: Using current value: 100 14:15:50 file_header: OK 14:15:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:15:50 Statistics: 14:15:50 Hnuu...uuuununununu... 14:15:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:15:51 provisioning config files... 14:15:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3718061881689616282tmp [Pipeline] { [Pipeline] echo 14:15:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:15:51 ---> create-netrc.sh [Pipeline] } 14:15:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:15:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:15:51 ---> python-tools-install.sh [Pipeline] echo 14:15:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:15:52 ---> sudo-logs.sh 14:15:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:15:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:15:52 ---> job-cost.sh 14:15:52 lf-activate-venv: SKIPPING 14:15:52 DEBUG: total: 0.20999999344348907 14:15:52 INFO: Retrieving Stack Cost... 14:15:53 INFO: Retrieving Pricing Info for: v1-standard-2 14:15:54 INFO: Archiving Costs [Pipeline] echo 14:15:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:15:54 ---> logs-deploy.sh 14:15:54 lf-activate-venv: SKIPPING 14:15:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/2 14:15:54 INFO: archiving workspace using pattern(s): 14:15:55 Archives upload complete. 14:15:55 INFO: archiving logs to Nexus