Pull request #3328 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at abd01a6d142b6f684e0380bd2bdcda548b905f03 rather than e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Obtained Jenkinsfile from abd01a6d142b6f684e0380bd2bdcda548b905f03 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33330 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/28 [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/28 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) > 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/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # 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 abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 Commit message: "feat(security): Secure Kong Admin API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:05:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:05:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:05:55 ========================================================= 17:05:55 EdgeX Global Pipelines Version Info 17:05:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 11f5c55f442fede4c20b23a65322837f80019be6 # timeout=10 17:05:57 ------------------- 17:05:57 stable info: 17:05:57 ------------------- 17:05:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:05:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:05:57 Message: update stable to v1.0.186 17:05:58 ------------------- 17:05:58 experimental info: 17:05:58 ------------------- 17:05:58 Commited By: **** collab-it+edgex@linuxfoundation.org 17:05:58 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 17:05:58 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:05:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:05:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:05:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:05:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:05:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:06:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3328 [Pipeline] echo 17:06:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3328 [Pipeline] echo 17:06:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3328 [Pipeline] echo 17:06:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [Pipeline] echo 17:06:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e606567 [Pipeline] echo 17:06:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:06:01 provisioning config files... 17:06:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config8506231284001495435tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:02 ---> docker-login.sh 17:06:02 nexus3.edgexfoundry.org:10001 17:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:02 Configure a credential helper to remove this warning. See 17:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:02 17:06:02 Login Succeeded 17:06:02 nexus3.edgexfoundry.org:10002 17:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:02 Configure a credential helper to remove this warning. See 17:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:02 17:06:02 Login Succeeded 17:06:02 nexus3.edgexfoundry.org:10003 17:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:03 Configure a credential helper to remove this warning. See 17:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:03 17:06:03 Login Succeeded 17:06:03 nexus3.edgexfoundry.org:10004 17:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:03 Configure a credential helper to remove this warning. See 17:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:03 17:06:03 Login Succeeded 17:06:03 docker.io 17:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:04 Configure a credential helper to remove this warning. See 17:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:04 17:06:04 Login Succeeded 17:06:04 ---> docker-login.sh ends [Pipeline] } 17:06:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:06:05 ++ 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 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/core-command/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo core-command,cmd/core-command/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/core-data/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo core-data,cmd/core-data/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/core-metadata/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo core-metadata,cmd/core-metadata/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/security-bootstrapper/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/security-proxy-setup/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/support-notifications/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo support-notifications,cmd/support-notifications/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/support-scheduler/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:06:05 + for file in '`ls cmd/**/Dockerfile`' 17:06:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:06:05 ++ cut -d/ -f2 17:06:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:06:05 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 17:06:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:06 17:06:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:06:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:06 latest: Pulling from edgex-devops/git-semver 17:06:06 31603596830f: Pulling fs layer 17:06:06 2a8b12db71e7: Pulling fs layer 17:06:06 6ca5941a6612: Pulling fs layer 17:06:06 ecc8261a40a4: Pulling fs layer 17:06:06 ecc8261a40a4: Waiting 17:06:06 2a8b12db71e7: Verifying Checksum 17:06:06 2a8b12db71e7: Download complete 17:06:06 31603596830f: Verifying Checksum 17:06:06 31603596830f: Download complete 17:06:06 ecc8261a40a4: Verifying Checksum 17:06:06 ecc8261a40a4: Download complete 17:06:06 6ca5941a6612: Verifying Checksum 17:06:06 6ca5941a6612: Download complete 17:06:07 31603596830f: Pull complete 17:06:07 2a8b12db71e7: Pull complete 17:06:08 6ca5941a6612: Pull complete 17:06:08 ecc8261a40a4: Pull complete 17:06:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:06:08 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:06:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@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:10004/edgex-devops/git-semver:latest cat 17:06:11 $ docker top 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:06:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:11 [ssh-agent] Looking for ssh-agent implementation... 17:06:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:11 $ docker exec 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent 17:06:11 SSH_AUTH_SOCK=/tmp/ssh-SkgBIIBqfWvB/agent.11 17:06:11 SSH_AGENT_PID=17 17:06:11 Running ssh-add (command line suppressed) 17:06:12 Identity added: /w/workspace/edgex-go/28@tmp/private_key_2882765328787693883.key (/w/workspace/edgex-go/28@tmp/private_key_2882765328787693883.key) 17:06:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:12 + git tag --points-at HEAD [Pipeline] } 17:06:12 $ docker exec --env ******** --env ******** 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent -k 17:06:12 unset SSH_AUTH_SOCK; 17:06:12 unset SSH_AGENT_PID; 17:06:12 echo Agent pid 17 killed; 17:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:06:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:12 [ssh-agent] Looking for ssh-agent implementation... 17:06:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:12 $ docker exec 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent 17:06:13 SSH_AUTH_SOCK=/tmp/ssh-76JsbgPl4pdg/agent.47 17:06:13 SSH_AGENT_PID=53 17:06:13 Running ssh-add (command line suppressed) 17:06:13 Identity added: /w/workspace/edgex-go/28@tmp/private_key_1110152517659910768.key (/w/workspace/edgex-go/28@tmp/private_key_1110152517659910768.key) 17:06:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:13 + git semver init 17:06:13 # -> Open(): unable to determine branch for HEAD 17:06:13 # $GIT_DIR = /w/workspace/edgex-go/28/.git 17:06:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/28 17:06:13 # $SEMVER_REMOTE_NAME = origin 17:06:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:06:13 # $SEMVER_USER_NAME = edgex-jenkins 17:06:13 # $SEMVER_BRANCH = PR-3328 17:06:13 # $SEMVER_TEMP = /tmp/semver-076649272 17:06:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:06:31 # '/tmp/semver-076649272' -> '/w/workspace/edgex-go/28/.semver' 17:06:31 # -> Force: false 17:06:31 # $SEMVER_DIR = /w/workspace/edgex-go/28/.semver [Pipeline] } 17:06:31 $ docker exec --env ******** --env ******** 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c ssh-agent -k 17:06:32 unset SSH_AUTH_SOCK; 17:06:32 unset SSH_AGENT_PID; 17:06:32 echo Agent pid 53 killed; 17:06:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:06:32 + git semver [Pipeline] } 17:06:32 $ docker stop --time=1 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c 17:06:34 $ docker rm -f 547014cbb7c46ec2e68b4f093faa333598069756128df3006935e0efd0b9d33c [Pipeline] // withDockerContainer [Pipeline] sh 17:06:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:06:35 Stashed 1 file(s) [Pipeline] echo 17:06:35 [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 17:06:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:06:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:06:37 + sudo service docker restart 17:06:37 + true 17:06:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:06:38 ========================================================= 17:06:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:06:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:06:38 + 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 . 17:06:41 Sending build context to Docker daemon 329.4MB 17:06:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:06:41 Step 2/6 : FROM ${BASE} 17:06:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:06:41 188c0c94c7c5: Pulling fs layer 17:06:41 0ef7d3d256c8: Pulling fs layer 17:06:41 de9db76c5a1d: Pulling fs layer 17:06:41 bca2f99d35d6: Pulling fs layer 17:06:41 93359f2a8cfa: Pulling fs layer 17:06:41 7c6f9722023f: Pulling fs layer 17:06:41 a35cf1a2eb13: Pulling fs layer 17:06:41 7c6f9722023f: Waiting 17:06:41 a35cf1a2eb13: Waiting 17:06:41 bca2f99d35d6: Waiting 17:06:41 93359f2a8cfa: Waiting 17:06:41 de9db76c5a1d: Verifying Checksum 17:06:41 de9db76c5a1d: Download complete 17:06:41 0ef7d3d256c8: Verifying Checksum 17:06:41 0ef7d3d256c8: Download complete 17:06:41 93359f2a8cfa: Download complete 17:06:42 7c6f9722023f: Verifying Checksum 17:06:42 7c6f9722023f: Download complete 17:06:42 188c0c94c7c5: Verifying Checksum 17:06:42 188c0c94c7c5: Download complete 17:06:42 188c0c94c7c5: Pull complete 17:06:42 0ef7d3d256c8: Pull complete 17:06:42 de9db76c5a1d: Pull complete 17:06:44 a35cf1a2eb13: Verifying Checksum 17:06:44 bca2f99d35d6: Download complete 17:06:50 bca2f99d35d6: Pull complete 17:06:50 93359f2a8cfa: Pull complete 17:06:50 7c6f9722023f: Pull complete 17:06:51 Still waiting to schedule task 17:06:51 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:06:55 a35cf1a2eb13: Pull complete 17:06:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:06:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:06:55 ---> a62c8e92a672 17:06:55 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 17:06:55 ---> Running in faa426b0327e 17:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:56 (1/12) Installing libmagic (5.38-r0) 17:06:56 (2/12) Installing file (5.38-r0) 17:06:57 (3/12) Installing libc-dev (0.7.2-r3) 17:06:57 (4/12) Installing g++ (9.3.0-r2) 17:07:02 (5/12) Installing fortify-headers (1.1-r0) 17:07:02 (6/12) Installing patch (2.7.6-r6) 17:07:02 (7/12) Installing build-base (0.5-r2) 17:07:02 (8/12) Installing libsodium (1.0.18-r0) 17:07:02 (9/12) Installing pkgconf (1.7.2-r0) 17:07:02 (10/12) Installing libsodium-dev (1.0.18-r0) 17:07:03 (11/12) Installing libzmq (4.3.3-r0) 17:07:03 (12/12) Installing zeromq-dev (4.3.3-r0) 17:07:03 Executing busybox-1.31.1-r19.trigger 17:07:03 OK: 233 MiB in 51 packages 17:07:07 Removing intermediate container faa426b0327e 17:07:07 ---> 396c2dcc5955 17:07:07 Step 4/6 : WORKDIR /edgex-go 17:07:07 ---> Running in 6e76969379b7 17:07:07 Removing intermediate container 6e76969379b7 17:07:07 ---> 358a1cac4ae2 17:07:07 Step 5/6 : COPY go.mod . 17:07:07 ---> 827df673bc00 17:07:07 Step 6/6 : RUN go mod download 17:07:07 ---> Running in d306893ff6ca 17:07:29 Removing intermediate container d306893ff6ca 17:07:29 ---> e0dfd0af348d 17:07:29 Successfully built e0dfd0af348d 17:07:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:07:30 + docker inspect -f . ci-base-image-x86_64 17:07:30 . [Pipeline] withDockerContainer 17:07:30 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:07:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:07:31 $ docker top b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:31 + go version 17:07:31 go version go1.15.5 linux/amd64 [Pipeline] } 17:07:31 $ docker stop --time=1 b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 17:07:34 $ docker rm -f b59596f17694e24c0200b098e46a0061dab5ba227192dd5788b5a32e6aed65d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:07:34 + docker inspect -f . ci-base-image-x86_64 17:07:34 . [Pipeline] withDockerContainer 17:07:35 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:07:35 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:07:36 $ docker top 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e -eo pid,comm [Pipeline] { [Pipeline] echo 17:07:36 ========================================================= 17:07:36 [edgeXBuildGoParallel] Running Tests and Build... 17:07:36 ========================================================= [Pipeline] sh 17:07:36 + make test 17:07:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:07:44 ? github.com/edgexfoundry/edgex-go [no test files] 17:08:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:08:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:08:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:08:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:08:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:08:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:08:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:08:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:08:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:08:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:08:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:08:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:08:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:08:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:08:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:08:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.058s coverage: 19.8% of statements 17:08:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.285s coverage: 100.0% of statements 17:08:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:08:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:08:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:08:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:08:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 17:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:08:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:08:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements 17:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:08:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements 17:08:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.126s coverage: 86.7% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:08:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:08:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:08:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.115s coverage: 79.5% of statements 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements 17:08:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 17:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 17:08:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 17:08:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.231s coverage: 81.5% of statements 17:08:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:08:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.047s coverage: 87.1% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.113s coverage: 92.9% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.3% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.0% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 85.4% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.2% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.241s coverage: 64.4% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.390s coverage: 62.9% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 41.5% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.063s coverage: 11.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.781s coverage: 29.1% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.141s coverage: 95.6% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:08:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 17:08:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:08:52 GO111MODULE=on go vet ./... 17:09:19 gofmt -l . 17:09:19 [ "`gofmt -l .`" = "" ] 17:09:20 ./bin/test-go-mod-tidy.sh 17:09:20 ./bin/test-attribution-txt.sh [Pipeline] sh 17:09:22 + ls -al . 17:09:22 total 812 17:09:22 drwxrwxr-x 10 1001 1001 4096 Apr 8 17:09 . 17:09:22 drwxr-xr-x 4 root root 30 Apr 8 17:07 .. 17:09:22 -rw-rw-r-- 1 1001 1001 11 Apr 8 17:05 .dockerignore 17:09:22 drwxrwxr-x 8 1001 1001 179 Apr 8 17:05 .git 17:09:22 drwxrwxr-x 3 1001 1001 125 Apr 8 17:05 .github 17:09:22 -rw-rw-r-- 1 1001 1001 818 Apr 8 17:05 .gitignore 17:09:22 drwx------ 3 1001 1001 60 Apr 8 17:06 .semver 17:09:22 -rw-rw-r-- 1 1001 1001 166 Apr 8 17:05 .sonarcloud.properties 17:09:22 -rw-rw-r-- 1 1001 1001 8607 Apr 8 17:05 Attribution.txt 17:09:22 -rw-rw-r-- 1 1001 1001 3804 Apr 8 17:05 CONTRIBUTING.md 17:09:22 -rw-rw-r-- 1 1001 1001 931 Apr 8 17:05 Dockerfile.build 17:09:22 -rw-rw-r-- 1 1001 1001 863 Apr 8 17:05 Jenkinsfile 17:09:22 -rw-rw-r-- 1 1001 1001 10775 Apr 8 17:05 LICENSE 17:09:22 -rw-rw-r-- 1 1001 1001 5774 Apr 8 17:05 Makefile 17:09:22 -rw-rw-r-- 1 1001 1001 6548 Apr 8 17:05 README.md 17:09:22 -rw-rw-r-- 1 1001 1001 6755 Apr 8 17:05 SECURITY.md 17:09:22 -rw-rw-r-- 1 1001 1001 5 Apr 8 17:06 VERSION 17:09:22 -rw-rw-r-- 1 1001 1001 4131 Apr 8 17:05 ZMQWindows.md 17:09:22 drwxrwxr-x 2 1001 1001 117 Apr 8 17:05 bin 17:09:22 drwxrwxr-x 14 1001 1001 4096 Apr 8 17:05 cmd 17:09:22 -rw-r--r-- 1 root root 703019 Apr 8 17:08 coverage.out 17:09:22 -rw-r--r-- 1 root root 1056 Apr 8 17:09 go.mod 17:09:22 -rw-r--r-- 1 root root 22360 Apr 8 17:09 go.sum 17:09:22 drwxrwxr-x 8 1001 1001 127 Apr 8 17:05 internal 17:09:22 drwxrwxr-x 4 1001 1001 26 Apr 8 17:05 openapi 17:09:22 drwxrwxr-x 4 1001 1001 71 Apr 8 17:05 snap 17:09:22 -rw-rw-r-- 1 1001 1001 168 Apr 8 17:05 version.go [Pipeline] sh 17:09:22 + '[' -e coverage.out ] 17:09:22 + chown 1001:1001 coverage.out [Pipeline] stash 17:09:22 Stashed 1 file(s) [Pipeline] sh 17:09:23 + make build 17:09:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:09:28 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 17:09:36 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 17:09:37 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 17:09:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:09:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:09:41 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 17:09:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:09:43 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 17:09:45 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 17:09:46 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 17:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 17:09:49 $ docker stop --time=1 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e 17:09:51 $ docker rm -f 3ec1f533b91f7535ff74ac5ccdad1a875fc1319c12d6bbac530d91d24a52ed9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:09:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:09:55 17:09:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:09:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:09:55 latest: Pulling from edgex-devops/edgex-compose 17:09:55 cbdbe7a5bc2a: Pulling fs layer 17:09:55 ca9280d653b3: Pulling fs layer 17:09:55 7e9c9ca2126c: Pulling fs layer 17:09:56 cbdbe7a5bc2a: Verifying Checksum 17:09:56 cbdbe7a5bc2a: Download complete 17:09:56 ca9280d653b3: Verifying Checksum 17:09:56 ca9280d653b3: Download complete 17:09:56 cbdbe7a5bc2a: Pull complete 17:09:57 7e9c9ca2126c: Download complete 17:09:57 ca9280d653b3: Pull complete 17:10:04 7e9c9ca2126c: Pull complete 17:10:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:10:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:10:04 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:10:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:10:06 $ docker top 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:06 + docker-compose build --help 17:10:06 + grep parallel 17:10:07 --parallel Build images in parallel. [Pipeline] } 17:10:07 $ docker stop --time=1 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 17:10:08 $ docker rm -f 3bc6fef4cd5d7f3dd57be7419ab0978fa4af06bd41f3ee09345a7fd34896efb6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:09 . [Pipeline] withDockerContainer 17:10:09 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:10:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:10:10 $ docker top c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:10 + docker-compose -f ./docker-compose-build.yml build --parallel 17:10:11 Building docker-core-command-go ... 17:10:11 Building docker-core-data-go ... 17:10:11 Building docker-core-metadata-go ... 17:10:11 Building docker-security-bootstrapper-go ... 17:10:11 Building docker-security-proxy-setup-go ... 17:10:11 Building docker-security-secretstore-setup-go ... 17:10:11 Building docker-support-notifications-go ... 17:10:11 Building docker-support-scheduler-go ... 17:10:11 Building docker-sys-mgmt-agent-go ... 17:10:11 Building docker-security-proxy-setup-go 17:10:11 Building docker-security-secretstore-setup-go 17:10:11 Building docker-support-scheduler-go 17:10:11 Building docker-core-metadata-go 17:10:11 Building docker-core-command-go 17:10:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33331 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws 17:10:40 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 17:10:44 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:10:44 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:10:44 ---> e0dfd0af348d 17:10:44 Step 3/25 : WORKDIR /edgex-go 17:10:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:10:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:10:44 ---> e0dfd0af348d 17:10:44 Step 3/23 : WORKDIR /edgex-go 17:10:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:10:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:10:44 ---> e0dfd0af348d 17:10:44 Step 3/22 : WORKDIR /edgex-go 17:10:44 using credential edgex-jenkins-ssh 17:10:45 Cloning the remote Git repository 17:10:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:10:45 > git init /w/workspace/edgex-go/28 # timeout=10 17:10:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:10:45 > git --version # timeout=10 17:10:45 > git --version # 'git version 2.17.1' 17:10:45 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:10:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:10:45 ---> e0dfd0af348d 17:10:45 Step 3/23 : WORKDIR /edgex-go 17:10:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:10:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:10:45 ---> e0dfd0af348d 17:10:45 Step 3/21 : WORKDIR /edgex-go 17:10:46 ---> Running in 1e0b26473ce6 17:10:46 ---> Running in 31545dc4ef40 17:10:46 ---> Running in c8d94f1a989d 17:10:46 ---> Running in aaed6b5bb1dd 17:10:46 ---> Running in 656be45618f9 17:10:46 Removing intermediate container c8d94f1a989d 17:10:46 ---> 9cc55cae4ae1 17:10:46 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:46 Removing intermediate container 31545dc4ef40 17:10:46 ---> 5e2f93d68254 17:10:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:46 Removing intermediate container 656be45618f9 17:10:46 Removing intermediate container 1e0b26473ce6 17:10:46 ---> 425143605e25 17:10:46 ---> b2279142d64f 17:10:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:46 17:10:46 Removing intermediate container aaed6b5bb1dd 17:10:46 ---> 4312307e7cb5 17:10:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:46 ---> Running in 6c410a1d438d 17:10:46 ---> Running in bdc71a2487da 17:10:46 ---> Running in 99c7eccbd5f2 17:10:46 ---> Running in 84f871065978 17:10:46 ---> Running in 9ecf616298a5 17:10:48 Removing intermediate container bdc71a2487da 17:10:48 ---> 5b6f0ffc8129 17:10:48 Step 5/23 : RUN apk add --update --no-cache make git 17:10:48 ---> Running in f8e27cdb4be6 17:10:49 Removing intermediate container 6c410a1d438d 17:10:49 ---> ea301904d607 17:10:49 Step 5/25 : RUN apk add --update --no-cache make git 17:10:49 ---> Running in 262df45700e1 17:10:49 Removing intermediate container 99c7eccbd5f2 17:10:49 ---> afc03bb689e9 17:10:49 Step 5/21 : RUN apk add --update --no-cache make git 17:10:49 Removing intermediate container 84f871065978 17:10:49 ---> f90c21a32c2e 17:10:49 Step 5/22 : RUN apk add --update --no-cache make git 17:10:49 ---> Running in 765f89c460e9 17:10:50 Removing intermediate container 9ecf616298a5 17:10:50 ---> 5e07276a8fb8 17:10:50 Step 5/23 : RUN apk add --update --no-cache make git 17:10:50 ---> Running in 54cf648a37d6 17:10:50 ---> Running in fcfd9923d6a9 17:10:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:51 OK: 233 MiB in 51 packages 17:10:51 OK: 233 MiB in 51 packages 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:51 Removing intermediate container f8e27cdb4be6 17:10:51 ---> 73a79ccf9779 17:10:51 Step 6/23 : COPY go.mod . 17:10:52 OK: 233 MiB in 51 packages 17:10:52 OK: 233 MiB in 51 packages 17:10:52 Removing intermediate container 262df45700e1 17:10:52 ---> 7ad0fdb6385a 17:10:52 Step 6/25 : COPY go.mod . 17:10:52 OK: 233 MiB in 51 packages 17:10:52 ---> 347819b8bc5e 17:10:52 Step 7/23 : RUN go mod download 17:10:52 ---> Running in b6ef31dc3f81 17:10:52 ---> daa77c878505 17:10:52 Step 7/25 : RUN go mod download 17:10:52 ---> Running in e51de5985568 17:10:53 Removing intermediate container 54cf648a37d6 17:10:53 ---> 7b48cde1d16d 17:10:53 Step 6/22 : COPY go.mod . 17:10:53 Removing intermediate container 765f89c460e9 17:10:53 ---> 5856da33add0 17:10:53 Step 6/21 : COPY go.mod . 17:10:53 ---> 56fcb8c4ba0e 17:10:53 Step 7/22 : RUN go mod download 17:10:53 Removing intermediate container fcfd9923d6a9 17:10:53 ---> 7034539d0ce6 17:10:53 Step 6/23 : COPY go.mod . 17:10:53 ---> Running in ec56b2c01426 17:10:54 ---> 7734b4f1b243 17:10:54 Step 7/21 : RUN go mod download 17:10:54 ---> Running in a556615c2717 17:10:54 ---> 18117ac96606 17:10:54 Step 7/23 : RUN go mod download 17:10:54 ---> Running in a715f124988a 17:10:55 Removing intermediate container e51de5985568 17:10:55 ---> 8f9dbc0a0366 17:10:55 Step 8/25 : COPY . . 17:10:55 Removing intermediate container b6ef31dc3f81 17:10:55 ---> a3499f0cb96b 17:10:55 Step 8/23 : COPY . . 17:10:55 Removing intermediate container ec56b2c01426 17:10:55 ---> 47aafc253a8a 17:10:55 Step 8/22 : COPY . . 17:11:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:11:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:11:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:11:01 Removing intermediate container a715f124988a 17:11:01 ---> 34cc6e6dbe76 17:11:01 Step 8/23 : COPY . . 17:11:01 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:11:02 Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:11:02 Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) 17:11:02 Removing intermediate container a556615c2717 17:11:02 ---> 974d2e2ef01c 17:11:02 Step 8/21 : COPY . . 17:11:01 > git config core.sparsecheckout # timeout=10 17:11:01 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 17:11:01 > git remote # timeout=10 17:11:01 > git config --get remote.origin.url # timeout=10 17:11:01 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:01 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 17:11:02 > git rev-parse HEAD^{commit} # timeout=10 17:11:02 > git config core.sparsecheckout # timeout=10 17:11:02 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 17:11:06 Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:11:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:11:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:11:08 + sudo service docker restart 17:11:08 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:11:10 provisioning config files... 17:11:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/28@tmp/config5402478430845348564tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:11:11 ---> docker-login.sh 17:11:11 nexus3.edgexfoundry.org:10001 17:11:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:12 Configure a credential helper to remove this warning. See 17:11:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:12 17:11:12 Login Succeeded 17:11:12 nexus3.edgexfoundry.org:10002 17:11:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:13 Configure a credential helper to remove this warning. See 17:11:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:13 17:11:13 Login Succeeded 17:11:13 nexus3.edgexfoundry.org:10003 17:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:13 Configure a credential helper to remove this warning. See 17:11:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:13 17:11:13 Login Succeeded 17:11:13 nexus3.edgexfoundry.org:10004 17:11:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:14 Configure a credential helper to remove this warning. See 17:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:14 17:11:14 Login Succeeded 17:11:14 docker.io 17:11:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:11:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:11:14 Configure a credential helper to remove this warning. See 17:11:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:11:14 17:11:14 Login Succeeded 17:11:14 ---> docker-login.sh ends [Pipeline] } 17:11:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:11:15 ========================================================= 17:11:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:11:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:11:15 + 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 . 17:11:18 Sending build context to Docker daemon 167.3MB 17:11:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:11:18 Step 2/6 : FROM ${BASE} 17:11:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:11:18 5f621e34cdf4: Pulling fs layer 17:11:18 a4357932f1b6: Pulling fs layer 17:11:18 18c013af1878: Pulling fs layer 17:11:18 00ac8860ef70: Pulling fs layer 17:11:18 63d7cb157983: Pulling fs layer 17:11:18 b116817d02f9: Pulling fs layer 17:11:18 745a02a5169b: Pulling fs layer 17:11:18 00ac8860ef70: Waiting 17:11:18 63d7cb157983: Waiting 17:11:18 b116817d02f9: Waiting 17:11:18 745a02a5169b: Waiting 17:11:18 18c013af1878: Download complete 17:11:18 a4357932f1b6: Verifying Checksum 17:11:18 a4357932f1b6: Download complete 17:11:18 63d7cb157983: Download complete 17:11:18 b116817d02f9: Verifying Checksum 17:11:18 b116817d02f9: Download complete 17:11:18 5f621e34cdf4: Verifying Checksum 17:11:18 5f621e34cdf4: Download complete 17:11:19 5f621e34cdf4: Pull complete 17:11:19 a4357932f1b6: Pull complete 17:11:20 18c013af1878: Pull complete 17:11:20 745a02a5169b: Verifying Checksum 17:11:20 745a02a5169b: Download complete 17:11:22 00ac8860ef70: Verifying Checksum 17:11:22 00ac8860ef70: Download complete 17:11:32 00ac8860ef70: Pull complete 17:11:32 63d7cb157983: Pull complete 17:11:32 b116817d02f9: Pull complete 17:11:37 745a02a5169b: Pull complete 17:11:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:11:37 ---> b7e6874047d6 17:11:37 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 17:11:40 ---> Running in 44884b16e751 17:11:41 ---> 11828fbd4da9 17:11:41 ---> 93c5a47b2ab0 17:11:41 Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-metadata/core-metadata ---> 7eeee3dbbe12 17:11:41 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:11:41 17:11:41 17:11:41 ---> Running in f87d2a8fadb5 17:11:41 ---> Running in 8afc4878b3a6 17:11:41 ---> Running in ed4d7dc50867 17:11:41 ---> 420f171c0ce1 17:11:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:11:41 ---> 72cb39a07250 17:11:41 Step 9/23 : RUN make cmd/core-command/core-command 17:11:41 ---> Running in 378487d5e1a7 17:11:41 ---> Running in 73efc8bb6ee5 17:11:41 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 17:11:41 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 17:11:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:11:41 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 17:11:41 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 17:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:11:42 (1/12) Installing libmagic (5.38-r0) 17:11:42 (2/12) Installing file (5.38-r0) 17:11:42 (3/12) Installing libc-dev (0.7.2-r3) 17:11:43 (4/12) Installing g++ (9.3.0-r2) 17:11:46 (5/12) Installing fortify-headers (1.1-r0) 17:11:46 (6/12) Installing patch (2.7.6-r6) 17:11:46 (7/12) Installing build-base (0.5-r2) 17:11:46 (8/12) Installing libsodium (1.0.18-r0) 17:11:47 (9/12) Installing pkgconf (1.7.2-r0) 17:11:47 (10/12) Installing libsodium-dev (1.0.18-r0) 17:11:47 (11/12) Installing libzmq (4.3.3-r0) 17:11:47 (12/12) Installing zeromq-dev (4.3.3-r0) 17:11:47 Executing busybox-1.31.1-r19.trigger 17:11:47 OK: 217 MiB in 51 packages 17:11:51 Removing intermediate container 44884b16e751 17:11:51 ---> 8359b768a581 17:11:51 Step 4/6 : WORKDIR /edgex-go 17:11:51 ---> Running in 43391adcaf41 17:11:51 Removing intermediate container 43391adcaf41 17:11:51 ---> e8c5d83ce91f 17:11:51 Step 5/6 : COPY go.mod . 17:11:52 ---> c0c6c7ff56cc 17:11:52 Step 6/6 : RUN go mod download 17:11:52 ---> Running in 9dd66fbbd67f 17:12:13 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 17:12:13 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 17:12:19 Removing intermediate container 9dd66fbbd67f 17:12:19 ---> 71e888203e6b 17:12:19 Successfully built 71e888203e6b 17:12:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:12:19 + docker inspect -f . ci-base-image-arm64 17:12:19 . [Pipeline] withDockerContainer 17:12:20 prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container 17:12:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:12:21 $ docker top 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:22 + go version 17:12:22 go version go1.15.5 linux/arm64 [Pipeline] } 17:12:22 $ docker stop --time=1 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 17:12:23 Removing intermediate container 378487d5e1a7 17:12:23 ---> e0e35bcc409c 17:12:23 17:12:23 Step 10/21 : FROM alpine:3.12 17:12:23 Removing intermediate container ed4d7dc50867 17:12:23 ---> dc95963e5bc0 17:12:23 17:12:23 Step 10/25 : FROM alpine:3.12 17:12:23 3.12: Pulling from library/alpine 17:12:23 3.12: Pulling from library/alpine 17:12:24 Removing intermediate container 73efc8bb6ee5 17:12:24 ---> 75ff2a17a10c 17:12:24 17:12:24 Step 10/23 : FROM alpine:3.12 17:12:24 3.12: Pulling from library/alpine 17:12:24 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:12:24 Removing intermediate container 8afc4878b3a6 17:12:24 ---> 1f625e178cf9 17:12:24 17:12:24 Step 10/22 : FROM alpine:3.12 17:12:24 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:12:24 Status: Downloaded newer image for alpine:3.12 17:12:24 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:12:24 Status: Image is up to date for alpine:3.12 17:12:24 ---> 7230e588e954 17:12:24 Step 11/21 : RUN apk add --update --no-cache curl 17:12:24 Status: Image is up to date for alpine:3.12 17:12:24 ---> 7230e588e954 17:12:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:12:24 ---> 7230e588e954 17:12:24 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:12:24 3.12: Pulling from library/alpine 17:12:24 $ docker rm -f 414112302ca239e6e9d2b5263fb1aca822e0881198a6a9bdabbd55fd6aa396b7 17:12:24 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:12:24 Status: Image is up to date for alpine:3.12 17:12:24 ---> 7230e588e954 17:12:24 Step 11/22 : RUN apk add --update --no-cache dumb-init [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:25 + docker inspect -f . ci-base-image-arm64 17:12:25 . [Pipeline] withDockerContainer 17:12:26 prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container 17:12:26 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:12:26 ---> Running in 55fe88340968 17:12:26 ---> Running in 1040385a909f 17:12:26 ---> Running in 98f7b82f644c 17:12:26 ---> Running in c1a5e79fdc76 17:12:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:27 $ docker top de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d -eo pid,comm [Pipeline] { [Pipeline] echo 17:12:27 ========================================================= 17:12:27 [edgeXBuildGoParallel] Running Tests and Build... 17:12:27 ========================================================= 17:12:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 17:12:28 Removing intermediate container f87d2a8fadb5 17:12:28 ---> 3a7a5dd2a246 17:12:28 17:12:28 Step 10/23 : FROM alpine:3.12 17:12:28 ---> 7230e588e954 17:12:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:28 ---> Running in 107038f7528b 17:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:28 (1/4) Installing ca-certificates (20191127-r4) 17:12:28 (1/1) Installing dumb-init (1.2.2-r1) 17:12:28 Executing busybox-1.31.1-r20.trigger 17:12:28 (1/1) Installing dumb-init (1.2.2-r1) 17:12:28 Executing busybox-1.31.1-r20.trigger 17:12:28 OK: 6 MiB in 15 packages 17:12:28 OK: 6 MiB in 15 packages 17:12:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:12:28 (3/4) Installing libcurl (7.69.1-r3) 17:12:28 (4/4) Installing curl (7.69.1-r3) 17:12:28 Executing busybox-1.31.1-r20.trigger 17:12:28 Executing ca-certificates-20191127-r4.trigger 17:12:28 (1/6) Installing ca-certificates (20191127-r4) 17:12:28 OK: 7 MiB in 18 packages 17:12:28 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:12:28 (3/6) Installing libcurl (7.69.1-r3) 17:12:28 (4/6) Installing curl (7.69.1-r3) 17:12:28 (5/6) Installing dumb-init (1.2.2-r1) 17:12:28 (6/6) Installing su-exec (0.2-r1) 17:12:28 Executing busybox-1.31.1-r20.trigger 17:12:28 Executing ca-certificates-20191127-r4.trigger 17:12:28 + make test 17:12:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:12:28 OK: 7 MiB in 20 packages 17:12:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:29 (1/1) Installing dumb-init (1.2.2-r1) 17:12:29 Executing busybox-1.31.1-r20.trigger 17:12:29 OK: 6 MiB in 15 packages 17:12:30 Removing intermediate container c1a5e79fdc76 17:12:30 ---> 1485aa78c5dc 17:12:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:12:31 Removing intermediate container 1040385a909f 17:12:31 ---> 4626b034fa60 17:12:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:12:31 ---> Running in a14e5f54840e 17:12:31 ---> Running in 987980d239db 17:12:31 Removing intermediate container 98f7b82f644c 17:12:31 ---> 4a908eecfb69 17:12:31 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:12:31 Removing intermediate container 55fe88340968 17:12:31 ---> 5c2b924eca00 17:12:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:12:31 ---> Running in 9a6a1ab54edf 17:12:31 ---> Running in c8e28224a335 17:12:31 Removing intermediate container a14e5f54840e 17:12:31 ---> 25e7d9a75853 17:12:31 Step 13/22 : ENV APP_PORT=48085 17:12:31 Removing intermediate container 987980d239db 17:12:31 ---> 95cd9f29bd80 17:12:31 Step 13/23 : ENV APP_PORT=48082 17:12:31 Removing intermediate container 107038f7528b 17:12:31 ---> 9eb4f00fb894 17:12:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:12:31 ---> Running in d36ec1579490 17:12:31 ---> Running in c47be943a04e 17:12:31 ---> Running in 46ef83c93937 17:12:32 Removing intermediate container 9a6a1ab54edf 17:12:32 ---> de556853c110 17:12:32 Step 13/25 : WORKDIR / 17:12:32 Removing intermediate container c8e28224a335 17:12:32 ---> 443ce670e3c2 17:12:32 Step 13/21 : WORKDIR /edgex 17:12:32 ---> Running in 92e6d750f3cb 17:12:32 ---> Running in 311236d2dc92 17:12:32 Removing intermediate container d36ec1579490 17:12:32 ---> 28425d3e22c6 17:12:32 Step 14/22 : EXPOSE $APP_PORT 17:12:33 Removing intermediate container c47be943a04e 17:12:33 ---> f72f727ade91 17:12:33 Step 14/23 : EXPOSE $APP_PORT 17:12:33 Removing intermediate container 46ef83c93937 17:12:33 ---> 4a00e557c520 17:12:33 Step 13/23 : ENV APP_PORT=48081 17:12:33 ---> Running in 0b5d81fa138a 17:12:33 ---> Running in 8e44f76e7d5d 17:12:33 ---> Running in 83f1a4969771 17:12:33 Removing intermediate container 92e6d750f3cb 17:12:33 ---> 16db57c19b8f 17:12:33 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:12:33 Removing intermediate container 311236d2dc92 17:12:33 ---> c1a0883d3af1 17:12:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:12:33 Removing intermediate container 0b5d81fa138a 17:12:33 ---> fdb4540d2648 17:12:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:12:33 Removing intermediate container 8e44f76e7d5d 17:12:33 ---> 3d036a7e56c5 17:12:33 Step 15/23 : WORKDIR / 17:12:33 Removing intermediate container 83f1a4969771 17:12:33 ---> 45829f7dc445 17:12:33 Step 14/23 : EXPOSE $APP_PORT 17:12:33 ---> Running in 1f4ec4eb712b 17:12:33 ---> adaa6fc0e981 17:12:33 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:12:33 ---> ab53a55d7be3 17:12:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:12:33 ---> Running in 4e2c83af3b25 17:12:33 ---> 664bfaed52de 17:12:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:12:34 Removing intermediate container 1f4ec4eb712b 17:12:34 ---> 9899e689fdf9 17:12:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:12:34 Removing intermediate container 4e2c83af3b25 17:12:34 ---> 0639e17811bb 17:12:34 Step 15/23 : WORKDIR / 17:12:34 ---> 27169c3f8262 17:12:34 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:12:34 ---> Running in 9b0c589085fe 17:12:34 ---> 17974b9fb854 17:12:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:12:34 ---> 63fa84a566d0 17:12:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:12:34 ---> ef2840dd9546 17:12:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:12:35 Removing intermediate container 9b0c589085fe 17:12:35 ---> 1a5d4185d5fa 17:12:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:12:35 ---> 6d7f8b26df40 17:12:35 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:12:35 ---> 60d4b248aab6 17:12:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:12:35 ---> df1bd65cff7e 17:12:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:12:35 ---> d4f789bcefef 17:12:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:12:36 ---> c9b6ddf4fa0f 17:12:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:12:36 ---> Running in 7e635f1cdf3d 17:12:36 ---> Running in d2584239a597 17:12:36 ---> eeb811300bd7 17:12:36 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:12:36 ---> 31fd0a76749f 17:12:36 Step 19/23 : ENTRYPOINT ["/core-command"] 17:12:36 Removing intermediate container 7e635f1cdf3d 17:12:36 ---> be28b3031a54 17:12:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:36 ---> Running in 30e8b32f5f95 17:12:36 Removing intermediate container d2584239a597 17:12:36 ---> f26bfca59c0f 17:12:36 Step 18/21 : CMD ["--init=true"] 17:12:36 ---> 0a34d14a8230 17:12:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:12:36 ---> Running in 13eda519b510 17:12:36 ---> 8d9bde95d566 17:12:36 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:12:36 ---> Running in 68250d798f7a 17:12:36 Removing intermediate container 13eda519b510 17:12:36 ---> c9b23e646849 17:12:36 Step 20/22 : LABEL arch=x86_64 17:12:37 Removing intermediate container 30e8b32f5f95 17:12:37 ---> ce2a1a5e34b5 17:12:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:37 ---> Running in ad66628e8ae7 17:12:37 ---> Running in 0ece2451cf97 17:12:37 Removing intermediate container 68250d798f7a 17:12:37 ---> 4bca197cab61 17:12:37 Step 19/21 : LABEL arch=x86_64 17:12:37 ---> c843f2dc5d3c 17:12:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:12:37 ---> Running in 15d8213a984c 17:12:37 ---> d4697a8121f4 17:12:37 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:12:37 ---> Running in ede63bdd5a37 17:12:37 Removing intermediate container 0ece2451cf97 17:12:37 ---> ab4e26ac2b3b 17:12:37 Step 21/23 : LABEL arch=x86_64 17:12:37 Removing intermediate container ad66628e8ae7 17:12:37 ---> a4f4b6e89daa 17:12:37 Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:12:37 Removing intermediate container 15d8213a984c 17:12:37 ---> f84e8b3da3bf 17:12:37 Step 20/21 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:12:37 ---> Running in e2bf6db40d32 17:12:37 Removing intermediate container ede63bdd5a37 17:12:37 ---> ee4b12521f55 17:12:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:37 ---> Running in 5f015d0e79c7 17:12:37 ---> ffbb85119035 17:12:37 Step 21/25 : 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/ 17:12:38 ---> Running in 5b120526b2ba 17:12:38 ---> Running in 6d42243360bd 17:12:38 ---> Running in 4b9b79ce10af 17:12:38 Removing intermediate container e2bf6db40d32 17:12:38 ---> 851aa29fe97b 17:12:38 Step 22/22 : LABEL version=0.0.0 17:12:38 Removing intermediate container 5f015d0e79c7 17:12:38 ---> b0a6b535edd8 17:12:38 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:12:38 Removing intermediate container 5b120526b2ba 17:12:38 ---> 6dcfa2e9170a 17:12:38 Step 21/21 : LABEL version=0.0.0 17:12:38 Removing intermediate container 6d42243360bd 17:12:38 ---> fb6e78343dc7 17:12:38 Step 21/23 : LABEL arch=x86_64 17:12:38 ---> Running in 2eda61425515 17:12:38 ---> Running in 0f4f267c9421 17:12:38 ---> Running in 5c7805cf2b44 17:12:38 ---> Running in acd14b2c39d2 17:12:39 Removing intermediate container 2eda61425515 17:12:39 ---> bdef704dafe1 17:12:39 17:12:39 Removing intermediate container 0f4f267c9421 17:12:39 ---> b4cbe394da7e 17:12:39 Step 23/23 : LABEL version=0.0.0 17:12:39 Removing intermediate container 5c7805cf2b44 17:12:39 ---> 5de3652c8414 17:12:39 17:12:39 ---> Running in b92422dfba00 17:12:39 Removing intermediate container acd14b2c39d2 17:12:39 ---> 2949864853b4 17:12:39 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:12:39 ---> Running in b7d15a030069 17:12:39 Successfully built bdef704dafe1 17:12:39 Successfully tagged docker-support-scheduler-go:latest 17:12:39  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 17:12:39 Successfully built 5de3652c8414 17:12:39 Successfully tagged docker-security-proxy-setup-go:latest 17:12:39 Building docker-sys-mgmt-agent-go 17:12:39  Building docker-security-proxy-setup-go ... done Removing intermediate container b92422dfba00 17:12:39 ---> fef3d97f4412 17:12:39 17:12:39 Removing intermediate container b7d15a030069 17:12:39 ---> 7d15702979b2 17:12:39 Step 23/23 : LABEL version=0.0.0 17:12:40 Successfully built fef3d97f4412 17:12:40 Successfully tagged docker-core-command-go:latest 17:12:40  Building docker-core-command-go ... done  ---> Running in 6a5c87c760ac 17:12:40 Building docker-support-notifications-go 17:12:40 Removing intermediate container 4b9b79ce10af 17:12:40 ---> 64140b7567f9 17:12:40 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:12:40 ---> Running in 61ab0c4307b2 17:12:40 Removing intermediate container 6a5c87c760ac 17:12:40 ---> 7ac2c4369360 17:12:40 17:12:40 Successfully built 7ac2c4369360 17:12:40 Successfully tagged docker-core-metadata-go:latest 17:12:40  Building docker-core-metadata-go ... done Building docker-core-data-go 17:12:40 Removing intermediate container 61ab0c4307b2 17:12:40 ---> 1a63fd5ffdd0 17:12:40 Step 23/25 : LABEL arch=x86_64 17:12:40 ---> Running in f7cfb21bf79a 17:12:40 Removing intermediate container f7cfb21bf79a 17:12:40 ---> 2f19b5edaa72 17:12:40 Step 24/25 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:12:41 ---> Running in ae970aed319d 17:12:43 Removing intermediate container ae970aed319d 17:12:43 ---> 57dafdbd23b5 17:12:43 Step 25/25 : LABEL version=0.0.0 17:12:47 ---> Running in 81c50bea00d9 17:12:48 Removing intermediate container 81c50bea00d9 17:12:48 ---> 1fd727a6868a 17:12:48 17:12:48 Successfully built 1fd727a6868a 17:12:48 Successfully tagged docker-security-secretstore-setup-go:latest 17:12:50 ? github.com/edgexfoundry/edgex-go [no test files] 17:13:10  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:10 ---> e0dfd0af348d 17:13:10 Step 3/22 : WORKDIR /edgex-go 17:13:10 ---> Using cache 17:13:10 ---> 4312307e7cb5 17:13:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:10 ---> Using cache 17:13:10 ---> 5e07276a8fb8 17:13:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:13:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:13:10 ---> e0dfd0af348d 17:13:10 Step 3/31 : WORKDIR /edgex-go 17:13:10 ---> Using cache 17:13:10 ---> 4312307e7cb5 17:13:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:10 ---> Using cache 17:13:10 ---> 5e07276a8fb8 17:13:10 Step 5/31 : RUN apk add --update --no-cache make git 17:13:10 ---> Using cache 17:13:10 ---> 7034539d0ce6 17:13:10 Step 6/31 : COPY go.mod . 17:13:10 ---> Using cache 17:13:10 ---> 18117ac96606 17:13:10 Step 7/31 : RUN go mod download 17:13:10 ---> Using cache 17:13:10 ---> 34cc6e6dbe76 17:13:10 Step 8/31 : COPY . . 17:13:10 ---> Using cache 17:13:10 ---> 72cb39a07250 17:13:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:13:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:13:10 ---> e0dfd0af348d 17:13:10 Step 3/23 : WORKDIR /edgex-go 17:13:10 ---> Using cache 17:13:10 ---> 4312307e7cb5 17:13:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:10 ---> Using cache 17:13:10 ---> 5e07276a8fb8 17:13:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:13:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:13:10 ---> e0dfd0af348d 17:13:10 Step 3/26 : WORKDIR /edgex-go 17:13:10 ---> Using cache 17:13:10 ---> 4312307e7cb5 17:13:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:10 ---> Using cache 17:13:10 ---> 5e07276a8fb8 17:13:10 Step 5/26 : RUN apk add --update --no-cache make bash git 17:13:10 ---> Running in 982d14e69262 17:13:10 ---> Running in f7653264b79c 17:13:10 ---> Running in 694c72544c1e 17:13:10 ---> Running in 9c698f998827 17:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:11 OK: 233 MiB in 51 packages 17:13:11 OK: 233 MiB in 51 packages 17:13:11 OK: 233 MiB in 51 packages 17:13:13 Removing intermediate container f7653264b79c 17:13:13 ---> fadfd873cff0 17:13:13 Step 6/26 : COPY go.mod . 17:13:13 Removing intermediate container 9c698f998827 17:13:13 ---> 783c60e38b3d 17:13:13 Step 6/23 : COPY go.mod . 17:13:13 Removing intermediate container 982d14e69262 17:13:13 ---> 30f7e3170107 17:13:13 Step 6/22 : COPY go.mod . 17:13:13 ---> a82537704c12 17:13:13 Step 7/26 : RUN go mod download 17:13:13 ---> Running in 45027f2de079 17:13:14 ---> e6571b29225f 17:13:14 Step 7/23 : RUN go mod download 17:13:14 ---> eedc0ba8a23d 17:13:14 Step 7/22 : RUN go mod download 17:13:14 ---> Running in 6f15276d0804 17:13:14 ---> Running in f45be30ecd11 17:13:17 Removing intermediate container 45027f2de079 17:13:17 ---> 2b9e4cc42616 17:13:17 Step 8/26 : COPY . . 17:13:17 Removing intermediate container 6f15276d0804 17:13:17 ---> 6ea3392e79eb 17:13:17 Step 8/23 : COPY . . 17:13:17 Removing intermediate container f45be30ecd11 17:13:17 ---> 63a3ffd79a47 17:13:17 Step 8/22 : COPY . . 17:13:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:13:44 Removing intermediate container 694c72544c1e 17:13:44 ---> f7ccb34ed611 17:13:44 17:13:44 Step 10/31 : FROM alpine:3.12 17:13:44 ---> 7230e588e954 17:13:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:13:44 ---> Running in f8f14ba14570 17:13:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:13:47 Removing intermediate container f8f14ba14570 17:13:47 ---> 4f5f0050a36c 17:13:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:13:48 ---> Running in e99b580ed9dd 17:13:49 ---> a939c2d7221b 17:13:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:13:49 ---> f9edd65eeddf 17:13:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:13:49 ---> b00cc99efe9d 17:13:49 Step 9/23 : RUN make cmd/core-data/core-data 17:13:49 ---> Running in fa3ad09c5d26 17:13:49 ---> Running in e9abcb5df6d3 17:13:50 ---> Running in 1c7ba015be38 17:13:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:50 (1/2) Installing dumb-init (1.2.2-r1) 17:13:50 (2/2) Installing su-exec (0.2-r1) 17:13:50 Executing busybox-1.31.1-r20.trigger 17:13:50 OK: 6 MiB in 16 packages 17:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:13:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:13:50 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 17:13:51 Removing intermediate container e99b580ed9dd 17:13:51 ---> 4e137dad0399 17:13:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:13:51 ---> Running in 71824fc92183 17:13:51 Removing intermediate container 71824fc92183 17:13:51 ---> 4904ecc054f4 17:13:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:13:51 ---> Running in 3c86470b3a10 17:13:51 Removing intermediate container 3c86470b3a10 17:13:51 ---> 9059501e4431 17:13:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:13:51 ---> Running in a6313b49f845 17:13:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:13:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:13:53 Removing intermediate container a6313b49f845 17:13:53 ---> d6bf88295600 17:13:53 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:13:54 ---> Running in 79cf862f76dc 17:13:54 Removing intermediate container 79cf862f76dc 17:13:54 ---> 22431775f575 17:13:54 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:13:55 ---> 416f8a6c8205 17:13:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:13:55 ---> Running in 1376de479fd8 17:13:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:13:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:13:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:13:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:13:57 Removing intermediate container 1376de479fd8 17:13:57 ---> d92177c9663f 17:13:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:13:58 ---> 55a36ce44b3f 17:13:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:14:00 ---> 299f83f5ab9c 17:14:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:14:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:14:00 ---> 4d4cc72475f7 17:14:00 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:14:00 ---> 2d308e6d3e67 17:14:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:14:01 ---> 096e4bc33886 17:14:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:14:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:14:02 ---> Running in c33e7ecb10e7 17:14:03 Removing intermediate container c33e7ecb10e7 17:14:03 ---> 931d29a99934 17:14:03 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:14:03 ---> 756bc266ce2b 17:14:03 Step 26/31 : RUN chmod +x /entrypoint.sh 17:14:04 ---> Running in a912b17a0cd3 17:14:06 Removing intermediate container a912b17a0cd3 17:14:06 ---> 30fdc8cdc845 17:14:06 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:14:06 ---> Running in bdb8b132f07b 17:14:07 Removing intermediate container bdb8b132f07b 17:14:07 ---> c9c56335279d 17:14:07 Step 28/31 : CMD ["gate"] 17:14:07 ---> Running in 82a326b2fdd6 17:14:07 Removing intermediate container 82a326b2fdd6 17:14:07 ---> 5f5416ca72a1 17:14:07 Step 29/31 : LABEL arch=x86_64 17:14:08 ---> Running in 3335dfeaa533 17:14:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:14:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:14:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:14:08 Removing intermediate container 3335dfeaa533 17:14:08 ---> f900b2354925 17:14:08 Step 30/31 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:14:09 ---> Running in 4c3e01f8cab8 17:14:09 Removing intermediate container 4c3e01f8cab8 17:14:09 ---> d3f305b7d7b9 17:14:09 Step 31/31 : LABEL version=0.0.0 17:14:09 ---> Running in 46888ad2c27d 17:14:10 Removing intermediate container 46888ad2c27d 17:14:10 ---> ee5bf7a59f0f 17:14:10 17:14:10 Successfully built ee5bf7a59f0f 17:14:10 Successfully tagged docker-security-bootstrapper-go:latest 17:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 45.9% of statements 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:14:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.173s coverage: 19.8% of statements 17:14:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.240s coverage: 100.0% of statements 17:14:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:14:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.174s coverage: 100.0% of statements 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:14:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.130s coverage: 100.0% of statements 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:14:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:14:23  Building docker-security-bootstrapper-go ... done Removing intermediate container e9abcb5df6d3 17:14:23 ---> 35a9a59eb24f 17:14:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:14:23 ---> Running in d64146b57464 17:14:23 Removing intermediate container fa3ad09c5d26 17:14:23 ---> fe87f909de95 17:14:23 17:14:23 Step 10/22 : FROM alpine:3.12 17:14:23 ---> 7230e588e954 17:14:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:14:23 ---> Running in 4061b1de1c3f 17:14:23 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 17:14:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:23 (1/2) Installing ca-certificates (20191127-r4) 17:14:23 (2/2) Installing dumb-init (1.2.2-r1) 17:14:23 Executing busybox-1.31.1-r20.trigger 17:14:23 Executing ca-certificates-20191127-r4.trigger 17:14:23 OK: 6 MiB in 16 packages 17:14:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:14:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:14:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements 17:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:14:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.162s coverage: 78.9% of statements 17:14:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:14:25 Removing intermediate container 1c7ba015be38 17:14:25 ---> 4c7ae0885d8e 17:14:25 17:14:25 Step 10/23 : FROM alpine:3.12 17:14:25 ---> 7230e588e954 17:14:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:25 Removing intermediate container 4061b1de1c3f 17:14:25 ---> 3c71fc42b74d 17:14:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:14:26 ---> Running in 16a83a189c96 17:14:26 ---> Running in 1121958ef371 17:14:26 Removing intermediate container d64146b57464 17:14:26 ---> c168d36a156b 17:14:26 17:14:26 Step 11/26 : FROM docker:20.10.0 17:14:26 20.10.0: Pulling from library/docker 17:14:26 Removing intermediate container 16a83a189c96 17:14:26 ---> 04fc8f861bb6 17:14:26 Step 12/23 : ENV APP_PORT=48080 17:14:26 Removing intermediate container 1121958ef371 17:14:26 ---> e348f11be207 17:14:26 Step 13/22 : ENV APP_PORT=48060 17:14:27 ---> Running in 707f3c82b398 17:14:27 ---> Running in eb1a6de5b243 17:14:27 Removing intermediate container 707f3c82b398 17:14:27 ---> 204e34df20ad 17:14:27 Step 13/23 : EXPOSE $APP_PORT 17:14:27 ---> Running in 649d5633f7d4 17:14:27 Removing intermediate container eb1a6de5b243 17:14:27 ---> fde29ecfedde 17:14:27 Step 14/22 : EXPOSE $APP_PORT 17:14:27 ---> Running in 37b19e4a07b7 17:14:28 Removing intermediate container 649d5633f7d4 17:14:28 ---> 847331b9c2a6 17:14:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:28 ---> Running in 3d42c023976e 17:14:28 Removing intermediate container 37b19e4a07b7 17:14:28 ---> 8121f9b01bb6 17:14:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:14:28 ---> 5b41c3ae3272 17:14:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:14:29 ---> f491ee326f40 17:14:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:14:29 ---> 3a6514fb48af 17:14:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:14:29 Removing intermediate container 3d42c023976e 17:14:29 ---> ee5bb99fea3f 17:14:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:14:29 ---> Running in b8deb3fecbad 17:14:29 ---> Running in b2301ec637a2 17:14:29 Removing intermediate container b2301ec637a2 17:14:29 ---> 3c678df5e682 17:14:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:30 ---> Running in dc711524b033 17:14:30 Removing intermediate container dc711524b033 17:14:30 ---> 3eb8f4d16728 17:14:30 Step 20/22 : LABEL arch=x86_64 17:14:30 ---> Running in eb93927b0808 17:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:30 Removing intermediate container eb93927b0808 17:14:30 ---> ef43c4915de8 17:14:30 Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:14:30 ---> Running in d4de155d7150 17:14:30 Removing intermediate container d4de155d7150 17:14:30 ---> 7b726062a6df 17:14:30 Step 22/22 : LABEL version=0.0.0 17:14:31 ---> Running in ca14adff2346 17:14:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:31 Removing intermediate container ca14adff2346 17:14:31 ---> 4ee239a89843 17:14:31 17:14:31 Successfully built 4ee239a89843 17:14:31 Successfully tagged docker-support-notifications-go:latest 17:14:32  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 17:14:32 (2/6) Installing libgcc (9.3.0-r2) 17:14:32 (3/6) Installing libsodium (1.0.18-r0) 17:14:32 (4/6) Installing libstdc++ (9.3.0-r2) 17:14:33 (5/6) Installing libzmq (4.3.3-r0) 17:14:33 (6/6) Installing zeromq (4.3.3-r0) 17:14:33 Executing busybox-1.31.1-r20.trigger 17:14:33 OK: 8 MiB in 20 packages 17:14:34 Removing intermediate container b8deb3fecbad 17:14:34 ---> c2c449337a16 17:14:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:14:35 ---> 6b704076bd7d 17:14:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.102s coverage: 28.6% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.360s coverage: 100.0% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.239s coverage: 100.0% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.414s coverage: 97.5% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:14:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.186s coverage: 78.3% of statements 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:14:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:14:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:14:36 Status: Downloaded newer image for docker:20.10.0 17:14:36 ---> aefe523efa57 17:14:36 Step 12/26 : RUN apk add --no-cache bash 17:14:36 ---> Running in 3a3956b81b20 17:14:36 ---> c823ab4d7f2a 17:14:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:14:36 ---> b686a37fb5cb 17:14:36 Step 19/23 : ENTRYPOINT ["/core-data"] 17:14:36 ---> Running in 8e93e154d573 17:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:37 Removing intermediate container 8e93e154d573 17:14:37 ---> 848420be2689 17:14:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:37 ---> Running in fa8228b877b6 17:14:37 (1/2) Installing readline (8.0.4-r0) 17:14:37 (2/2) Installing bash (5.0.17-r0) 17:14:37 Executing bash-5.0.17-r0.post-install 17:14:37 Executing busybox-1.31.1-r19.trigger 17:14:37 OK: 12 MiB in 22 packages 17:14:37 Removing intermediate container fa8228b877b6 17:14:37 ---> 3472a9e28d83 17:14:37 Step 21/23 : LABEL arch=x86_64 17:14:37 ---> Running in 3b204c48b572 17:14:37 Removing intermediate container 3b204c48b572 17:14:37 ---> c3352afa2b04 17:14:37 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:14:37 ---> Running in e006adb36483 17:14:37 Removing intermediate container 3a3956b81b20 17:14:37 ---> 3eb4d41d3911 17:14:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:14:37 Removing intermediate container e006adb36483 17:14:37 ---> 4f70e5582ec2 17:14:37 Step 23/23 : LABEL version=0.0.0 17:14:37 ---> Running in 1829cc1f2e6f 17:14:37 ---> Running in 3e9fc80c856e 17:14:38 Removing intermediate container 1829cc1f2e6f 17:14:38 ---> a55a52a0847e 17:14:38 Step 14/26 : ENV APP_PORT=48090 17:14:38 ---> Running in 8e7f39e63f30 17:14:38 Removing intermediate container 3e9fc80c856e 17:14:38 ---> e3537ae57b5c 17:14:38 17:14:38 Removing intermediate container 8e7f39e63f30 17:14:38 ---> 272ca68af46e 17:14:38 Step 15/26 : EXPOSE $APP_PORT 17:14:38 Successfully built e3537ae57b5c 17:14:38 Successfully tagged docker-core-data-go:latest 17:14:38  Building docker-core-data-go ... done  ---> Running in 0b981cb39fbd 17:14:38 Removing intermediate container 0b981cb39fbd 17:14:38 ---> c621546d76ba 17:14:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:14:39 ---> f82f360ba2c1 17:14:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:14:39 ---> b8b0314beb4f 17:14:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:14:39 ---> 46b0153d640a 17:14:39 Step 19/26 : RUN apk --no-cache add py3-pip 17:14:40 ---> Running in ab162d27f2bb 17:14:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:40 (1/33) Installing libbz2 (1.0.8-r1) 17:14:40 (2/33) Installing expat (2.2.9-r1) 17:14:40 (3/33) Installing libffi (3.3-r2) 17:14:40 (4/33) Installing gdbm (1.13-r1) 17:14:40 (5/33) Installing xz-libs (5.2.5-r0) 17:14:40 (6/33) Installing sqlite-libs (3.32.1-r0) 17:14:40 (7/33) Installing python3 (3.8.8-r0) 17:14:41 (8/33) Installing py3-appdirs (1.4.4-r1) 17:14:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:14:41 (10/33) Installing py3-parsing (2.4.7-r0) 17:14:41 (11/33) Installing py3-six (1.15.0-r0) 17:14:41 (12/33) Installing py3-packaging (20.4-r0) 17:14:41 (13/33) Installing py3-setuptools (47.0.0-r0) 17:14:41 (14/33) Installing py3-chardet (3.0.4-r4) 17:14:41 (15/33) Installing py3-idna (2.9-r0) 17:14:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:14:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:14:41 (18/33) Installing py3-requests (2.23.0-r0) 17:14:41 (19/33) Installing py3-msgpack (1.0.0-r0) 17:14:41 (20/33) Installing py3-lockfile (0.12.2-r3) 17:14:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:14:41 (22/33) Installing py3-colorama (0.4.3-r0) 17:14:41 (23/33) Installing py3-distlib (0.3.0-r0) 17:14:42 (24/33) Installing py3-distro (1.5.0-r1) 17:14:42 (25/33) Installing py3-webencodings (0.5.1-r3) 17:14:42 (26/33) Installing py3-html5lib (1.0.1-r4) 17:14:42 (27/33) Installing py3-pytoml (0.1.21-r0) 17:14:42 (28/33) Installing py3-pep517 (0.8.2-r0) 17:14:42 (29/33) Installing py3-progress (1.5-r0) 17:14:42 (30/33) Installing py3-toml (0.10.1-r0) 17:14:42 (31/33) Installing py3-retrying (1.3.3-r0) 17:14:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:14:42 (33/33) Installing py3-pip (20.1.1-r0) 17:14:42 Executing busybox-1.31.1-r19.trigger 17:14:42 OK: 71 MiB in 55 packages 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 92.8% of statements 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.117s coverage: 58.8% of statements 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.220s coverage: 1.0% of statements 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:14:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 47.1% of statements 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.133s coverage: 79.5% of statements 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements 17:14:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.187s coverage: 96.3% of statements 17:14:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.134s coverage: 87.5% of statements 17:14:52 Removing intermediate container ab162d27f2bb 17:14:52 ---> db663e152b09 17:14:52 Step 20/26 : RUN pip install docker-compose==1.23.2 17:14:52 ---> Running in f51ada437422 17:14:52 Collecting docker-compose==1.23.2 17:14:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:14:52 Collecting texttable<0.10,>=0.9.0 17:14:52 Downloading texttable-0.9.1.tar.gz (11 kB) 17:14:53 Collecting PyYAML<4,>=3.10 17:14:53 Downloading PyYAML-3.13.tar.gz (270 kB) 17:14:54 Collecting websocket-client<1.0,>=0.32.0 17:14:54 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:14:54 Collecting jsonschema<3,>=2.5.1 17:14:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:14:54 Collecting docopt<0.7,>=0.6.1 17:14:54 Downloading docopt-0.6.2.tar.gz (25 kB) 17:14:54 Collecting dockerpty<0.5,>=0.4.1 17:14:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:14:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:14:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:14:55 Collecting docker<4.0,>=3.6.0 17:14:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:14:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:14:55 Collecting cached-property<2,>=1.2.0 17:14:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:14:55 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) 17:14:55 Collecting urllib3<1.25,>=1.21.1 17:14:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:14:55 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) 17:14:55 Collecting idna<2.8,>=2.5 17:14:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:14:56 Collecting docker-pycreds>=0.4.0 17:14:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:14:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:14:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:14:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:14:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:14:56 Installing collected packages: texttable, PyYAML, websocket-client, jsonschema, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, cached-property, docker-compose 17:14:56 Running setup.py install for texttable: started 17:14:56 Running setup.py install for texttable: finished with status 'done' 17:14:56 Running setup.py install for PyYAML: started 17:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements 17:14:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements 17:14:57 Running setup.py install for PyYAML: finished with status 'done' 17:14:57 Running setup.py install for docopt: started 17:14:58 Running setup.py install for docopt: finished with status 'done' 17:14:58 Running setup.py install for dockerpty: started 17:14:58 Running setup.py install for dockerpty: finished with status 'done' 17:14:58 Attempting uninstall: urllib3 17:14:58 Found existing installation: urllib3 1.25.9 17:14:58 Uninstalling urllib3-1.25.9: 17:14:58 Successfully uninstalled urllib3-1.25.9 17:14:58 Attempting uninstall: idna 17:14:58 Found existing installation: idna 2.9 17:14:58 Uninstalling idna-2.9: 17:14:58 Successfully uninstalled idna-2.9 17:14:58 Attempting uninstall: requests 17:14:58 Found existing installation: requests 2.23.0 17:14:58 Uninstalling requests-2.23.0: 17:14:58 Successfully uninstalled requests-2.23.0 17:14:59 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 17:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.564s coverage: 81.5% of statements 17:15:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.095s coverage: 87.1% of statements 17:15:03 Removing intermediate container f51ada437422 17:15:03 ---> ccb3389e7393 17:15:03 Step 21/26 : RUN apk --no-cache add curl 17:15:03 ---> Running in 40e3a88d8b84 17:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:15:04 (2/3) Installing libcurl (7.69.1-r3) 17:15:04 (3/3) Installing curl (7.69.1-r3) 17:15:04 Executing busybox-1.31.1-r19.trigger 17:15:04 OK: 72 MiB in 58 packages 17:15:04 Removing intermediate container 40e3a88d8b84 17:15:04 ---> ecaad56314ec 17:15:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:15:04 ---> Running in 7246d213e950 17:15:04 Removing intermediate container 7246d213e950 17:15:04 ---> 46ac9febd31c 17:15:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:04 ---> Running in a3e467077cb8 17:15:05 Removing intermediate container a3e467077cb8 17:15:05 ---> 4a78f7436f7e 17:15:05 Step 24/26 : LABEL arch=x86_64 17:15:05 ---> Running in f84042602ff8 17:15:06 Removing intermediate container f84042602ff8 17:15:06 ---> 59695afd4627 17:15:06 Step 25/26 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:15:06 ---> Running in f6320c0385bb 17:15:06 Removing intermediate container f6320c0385bb 17:15:06 ---> 0d27991b14bb 17:15:06 Step 26/26 : LABEL version=0.0.0 17:15:06 ---> Running in 684fcdc3d5de 17:15:06 Removing intermediate container 684fcdc3d5de 17:15:06 ---> ddf0c0d19356 17:15:06 17:15:06 Successfully built ddf0c0d19356 17:15:06 Successfully tagged docker-sys-mgmt-agent-go:latest 17:15:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:15:07 $ docker stop --time=1 c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 17:15:08 $ docker rm -f c91a05d3c20d65706b2069a0f70c3d56d5bbba999a7df1d9c02f73504cb5f7c5 [Pipeline] // withDockerContainer [Pipeline] sh 17:15:09 + docker images 17:15:09 + grep docker 17:15:09 docker-sys-mgmt-agent-go latest ddf0c0d19356 3 seconds ago 314MB 17:15:09 docker-core-data-go latest e3537ae57b5c 31 seconds ago 22.7MB 17:15:09 docker-support-notifications-go latest 4ee239a89843 38 seconds ago 17.9MB 17:15:09 docker-security-bootstrapper-go latest ee5bf7a59f0f About a minute ago 19MB 17:15:09 docker-security-secretstore-setup-go latest 1fd727a6868a 2 minutes ago 25.9MB 17:15:09 docker-core-metadata-go latest 7ac2c4369360 2 minutes ago 19MB 17:15:09 docker-core-command-go latest fef3d97f4412 2 minutes ago 17.3MB 17:15:09 docker-support-scheduler-go latest bdef704dafe1 2 minutes ago 17.4MB 17:15:09 docker-security-proxy-setup-go latest 5de3652c8414 2 minutes ago 25.4MB 17:15:09 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.199s coverage: 92.9% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.3% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.117s coverage: 80.0% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.187s coverage: 85.4% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.275s coverage: 91.2% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.590s coverage: 64.4% of statements 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:15:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.134s coverage: 100.0% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 17:15:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 17:15:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.893s coverage: 62.9% of statements 17:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:15:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.532s coverage: 41.5% of statements 17:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements 17:15:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:15:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.156s coverage: 84.8% of statements 17:15:25 Still waiting to schedule task 17:15:25 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.169s coverage: 100.0% of statements 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:15:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.127s coverage: 11.0% of statements 17:15:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:15:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.429s coverage: 87.1% of statements 17:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:15:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.160s coverage: 29.1% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.333s coverage: 95.6% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:15:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:15:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:15:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 17:15:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 32.1% of statements 17:15:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:15:37 GO111MODULE=on go vet ./... 17:16:20 Running on prd-ubuntu18.04-docker-8c-8g-33332 in /w/workspace/edgexfoundry_edgex-go_PR-3328 [Pipeline] { [Pipeline] ws 17:16:20 Running in /w/workspace/edgex-go/28 [Pipeline] { [Pipeline] checkout 17:16:22 using credential edgex-jenkins-ssh 17:16:22 Cloning the remote Git repository 17:16:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:16:22 > git init /w/workspace/edgex-go/28 # timeout=10 17:16:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:16:22 > git --version # timeout=10 17:16:22 > git --version # 'git version 2.17.1' 17:16:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:16:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:16:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:16:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:16:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3328/head:refs/remotes/origin/PR-3328 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:30 Merging remotes/origin/master commit abd01a6d142b6f684e0380bd2bdcda548b905f03 into PR head commit e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:16:30 Merge succeeded, producing e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:16:30 Checking out Revision e6065670e33794bfc0a0c09c8b7c2415aa3329f0 (PR-3328) 17:16:30 > git config core.sparsecheckout # timeout=10 17:16:30 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 17:16:30 > git remote # timeout=10 17:16:30 > git config --get remote.origin.url # timeout=10 17:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:30 > git merge abd01a6d142b6f684e0380bd2bdcda548b905f03 # timeout=10 17:16:30 > git rev-parse HEAD^{commit} # timeout=10 17:16:30 > git config core.sparsecheckout # timeout=10 17:16:30 > git checkout -f e6065670e33794bfc0a0c09c8b7c2415aa3329f0 # timeout=10 17:16:34 Commit message: "feat(security): Secure Kong Admin API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:16:35 + echo snap-build.sh 17:16:35 snap-build.sh 17:16:35 + SNAP_BASE_DIR=. 17:16:35 + '[' '!' -z /w/workspace/edgex-go/28 ']' 17:16:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/28 17:16:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/28]' 17:16:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/28] 17:16:35 + cd /w/workspace/edgex-go/28 17:16:35 + sudo apt-get remove -qy --purge lxd lxd-client 17:16:35 Reading package lists... 17:16:36 Building dependency tree... 17:16:36 Reading state information... 17:16:36 The following packages were automatically installed and are no longer required: 17:16:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:16:36 uidmap xdelta3 17:16:36 Use 'sudo apt autoremove' to remove them. 17:16:36 The following packages will be REMOVED: 17:16:36 lxd* lxd-client* 17:16:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:16:36 After this operation, 31.7 MB disk space will be freed. 17:16:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:16:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:16:38 Removing lxd dnsmasq configuration 17:16:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:16:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:16:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:16:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:16:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:16:42 Processing triggers for systemd (237-3ubuntu10.42) ... 17:16:42 Processing triggers for ureadahead (0.100.0-21) ... 17:16:43 + sudo snap remove --purge lxd 17:16:43 snap "lxd" is not installed 17:16:43 + sudo groupadd --force --system lxd 17:16:43 ++ whoami 17:16:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:16:43 + newgrp - lxd 17:16:43 + sudo snap install lxd 17:16:52 2021-04-08T17:16:49Z INFO Waiting for automatic snapd restart... 17:16:59 gofmt -l . 17:16:59 [ "`gofmt -l .`" = "" ] 17:16:59 ./bin/test-go-mod-tidy.sh 17:16:59 ./bin/test-attribution-txt.sh [Pipeline] sh 17:17:02 + ls -al . 17:17:02 total 840 17:17:02 drwxrwxr-x 9 1001 1001 4096 Apr 8 17:17 . 17:17:02 drwxr-xr-x 4 root root 4096 Apr 8 17:12 .. 17:17:02 -rw-rw-r-- 1 1001 1001 11 Apr 8 17:11 .dockerignore 17:17:02 drwxrwxr-x 8 1001 1001 4096 Apr 8 17:11 .git 17:17:02 drwxrwxr-x 3 1001 1001 4096 Apr 8 17:11 .github 17:17:02 -rw-rw-r-- 1 1001 1001 818 Apr 8 17:11 .gitignore 17:17:02 -rw-rw-r-- 1 1001 1001 166 Apr 8 17:11 .sonarcloud.properties 17:17:02 -rw-rw-r-- 1 1001 1001 8607 Apr 8 17:11 Attribution.txt 17:17:02 -rw-rw-r-- 1 1001 1001 3804 Apr 8 17:11 CONTRIBUTING.md 17:17:02 -rw-rw-r-- 1 1001 1001 931 Apr 8 17:11 Dockerfile.build 17:17:02 -rw-rw-r-- 1 1001 1001 863 Apr 8 17:11 Jenkinsfile 17:17:02 -rw-rw-r-- 1 1001 1001 10775 Apr 8 17:11 LICENSE 17:17:02 -rw-rw-r-- 1 1001 1001 5774 Apr 8 17:11 Makefile 17:17:02 -rw-rw-r-- 1 1001 1001 6548 Apr 8 17:11 README.md 17:17:02 -rw-rw-r-- 1 1001 1001 6755 Apr 8 17:11 SECURITY.md 17:17:02 -rw-rw-r-- 1 1001 1001 5 Apr 8 17:06 VERSION 17:17:02 -rw-rw-r-- 1 1001 1001 4131 Apr 8 17:11 ZMQWindows.md 17:17:02 drwxrwxr-x 2 1001 1001 4096 Apr 8 17:11 bin 17:17:02 drwxrwxr-x 14 1001 1001 4096 Apr 8 17:11 cmd 17:17:02 -rw-r--r-- 1 root root 703019 Apr 8 17:15 coverage.out 17:17:02 -rw-r--r-- 1 root root 1056 Apr 8 17:16 go.mod 17:17:02 -rw-r--r-- 1 root root 22360 Apr 8 17:16 go.sum 17:17:02 drwxrwxr-x 8 1001 1001 4096 Apr 8 17:11 internal 17:17:02 drwxrwxr-x 4 1001 1001 4096 Apr 8 17:11 openapi 17:17:02 drwxrwxr-x 4 1001 1001 4096 Apr 8 17:11 snap 17:17:02 -rw-rw-r-- 1 1001 1001 168 Apr 8 17:11 version.go [Pipeline] sh 17:17:03 + '[' -e coverage.out ] 17:17:03 + chown 1001:1001 coverage.out [Pipeline] stash 17:17:03 Warning: overwriting stash ‘coverage-report’ 17:17:04 Stashed 1 file(s) [Pipeline] sh 17:17:05 + make build 17:17:05 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 17:17:07 lxd 4.12 from Canonical* installed 17:17:07 + sudo lxd init --auto 17:17:17 + sudo snap install --classic snapcraft 17:17:17 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 17:17:22 snapcraft 4.6 from Canonical* installed 17:17:22 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:17:22 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:17:22 % Total % Received % Xferd Average Speed Time Time Time Current 17:17:22 Dload Upload Total Spent Left Speed 17:17:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3135 0 --:--:-- --:--:-- --:--:-- 3135 17:17:22 100 3325k 100 3325k 0 0 9035k 0 --:--:-- --:--:-- --:--:-- 9035k 17:17:22 ./yq_linux_amd64 17:17:22 + sudo snapcraft prime --use-lxd 17:17:24 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:17:24 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:17:24 - README.md 17:17:24 17:17:24 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:17:24 Launching a container. 17:17:37 Waiting for container to be ready 17:17:37 To start your first instance, try: lxc launch ubuntu:18.04 17:17:37 17:17:39 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 17:17:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:17:42 Waiting for network to be ready... 17:17:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:17:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 17:17:42 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:17:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 17:17:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:17:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:17:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 17:17:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 17:17:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 17:17:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 17:17:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:17:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:17:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:17:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:17:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:17:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:17:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:17:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:17:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:17:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 17:17:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 17:17:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:17:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:17:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 17:17:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 17:17:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 17:17:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 17:17:45 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 17:17:47 Fetched 24.2 MB in 5s (4689 kB/s) 17:17:49 Reading package lists... 17:17:49 Reading package lists... 17:17:49 Building dependency tree... 17:17:49 Reading state information... 17:17:49 The following additional packages will be installed: 17:17:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:17:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:17:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:17:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:17:49 Suggested packages: 17:17:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:17:49 Recommended packages: 17:17:49 gnupg libsasl2-modules 17:17:49 The following NEW packages will be installed: 17:17:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:17:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:17:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:17:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:17:49 The following packages will be upgraded: 17:17:49 gpg gpg-agent gpgconf libudev1 17:17:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:17:49 Need to get 3530 kB of archives. 17:17:49 After this operation, 13.3 MB of additional disk space will be used. 17:17:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:17:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 17:17:49 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] 17:17:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:17:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:17:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 17:17:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:17:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:17:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:17:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:17:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:17:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:17:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:17:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:17:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:17:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:17:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:17:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:17:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:17:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:17:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:17:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:17:50 debconf: delaying package configuration, since apt-utils is not installed 17:17:50 Fetched 3530 kB in 1s (3116 kB/s) 17:17:50 (Reading database ... 12511 files and directories currently installed.) 17:17:50 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 17:17:50 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:17:50 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 17:17:50 Selecting previously unselected package udev. 17:17:50 (Reading database ... 12511 files and directories currently installed.) 17:17:50 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 17:17:50 Unpacking udev (237-3ubuntu10.45) ... 17:17:51 Selecting previously unselected package libfuse2:amd64. 17:17:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:17:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:17:51 Selecting previously unselected package fuse. 17:17:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:17:51 Unpacking fuse (2.9.7-1ubuntu1) ... 17:17:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:17:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:17:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:17:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:17:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:17:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:17:51 Selecting previously unselected package libksba8:amd64. 17:17:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:17:51 Unpacking libksba8:amd64 (1.3.5-2) ... 17:17:51 Selecting previously unselected package libroken18-heimdal:amd64. 17:17:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:17:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:17:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:17:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libwind0-heimdal:amd64. 17:17:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:17:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:17:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:17:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:17:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:17:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:53 Selecting previously unselected package libsasl2-modules-db:amd64. 17:17:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:17:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:17:53 Selecting previously unselected package libsasl2-2:amd64. 17:17:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:17:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:17:53 Selecting previously unselected package libldap-common. 17:17:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:17:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:17:53 Selecting previously unselected package libldap-2.4-2:amd64. 17:17:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:17:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:17:53 Selecting previously unselected package dirmngr. 17:17:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:17:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:17:53 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 17:17:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:17:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:17:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:17:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:17:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:17:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:17:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:53 Setting up libksba8:amd64 (1.3.5-2) ... 17:17:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:17:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:17:53 Setting up udev (237-3ubuntu10.45) ... 17:17:54 invoke-rc.d: policy-rc.d denied execution of start. 17:17:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Processing triggers for systemd (237-3ubuntu10) ... 17:17:54 Setting up fuse (2.9.7-1ubuntu1) ... 17:17:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:17:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:17:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:17:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:17:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:17:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:17:55 settings in the [Install] section, and DefaultInstance for template units). 17:17:55 This means they are not meant to be enabled using systemctl. 17:17:55 Possible reasons for having this kind of units are: 17:17:55 1) A unit may be statically enabled by being symlinked from another unit's 17:17:55 .wants/ or .requires/ directory. 17:17:55 2) A unit's purpose may be to act as a helper for some other unit which has 17:17:55 a requirement dependency on it. 17:17:55 3) A unit may be started when needed via activation (socket, path, timer, 17:17:55 D-Bus, udev, scripted systemctl call, ...). 17:17:55 4) In case of template units, the unit is meant to be enabled with some 17:17:55 instance name specified. 17:17:55 Reading package lists... 17:17:55 Building dependency tree... 17:17:55 Reading state information... 17:17:55 The following additional packages will be installed: 17:17:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:17:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:17:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:17:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:17:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:17:55 Suggested packages: 17:17:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:17:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:17:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:17:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:17:55 systemd-container policykit-1 17:17:55 Recommended packages: 17:17:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:17:55 The following NEW packages will be installed: 17:17:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:17:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:17:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:17:55 multiarch-support openssh-client python3 python3-minimal python3.6 17:17:55 python3.6-minimal snapd squashfs-tools sudo 17:17:55 The following packages will be upgraded: 17:17:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:17:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:17:55 Need to get 35.2 MB of archives. 17:17:55 After this operation, 141 MB of additional disk space will be used. 17:17:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 17:17:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:17:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 17:17:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:17:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:17:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:17:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:17:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:17:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:17:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:17:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:17:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:17:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:17:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:17:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:17:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:17:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:17:56 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 17:17:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 17:17:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 17:17:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:17:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:17:57 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:17:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:17:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:17:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:17:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:17:57 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:17:57 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:17:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:17:57 debconf: delaying package configuration, since apt-utils is not installed 17:17:57 Fetched 35.2 MB in 1s (28.5 MB/s) 17:17:57 (Reading database ... 12757 files and directories currently installed.) 17:17:57 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 17:17:57 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:17:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 17:17:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:17:58 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 17:17:58 (Reading database ... 12757 files and directories currently installed.) 17:17:58 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 17:17:58 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 17:17:58 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 17:17:58 (Reading database ... 12757 files and directories currently installed.) 17:17:58 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 17:17:58 Unpacking apt (1.6.13) over (1.6.1) ... 17:17:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:17:59 Setting up apt (1.6.13) ... 17:17:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:17:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:17:59 (Reading database ... 12764 files and directories currently installed.) 17:17:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 17:17:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 17:18:00 Selecting previously unselected package libpython3.6-minimal:amd64. 17:18:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:18:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:18:00 Selecting previously unselected package libexpat1:amd64. 17:18:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:18:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:18:00 Selecting previously unselected package python3.6-minimal. 17:18:00 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:18:00 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:18:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 17:18:00 Checking for services that may need to be restarted...done. 17:18:00 Checking for services that may need to be restarted...done. 17:18:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:18:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:18:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:18:01 Selecting previously unselected package python3-minimal. 17:18:01 (Reading database ... 13012 files and directories currently installed.) 17:18:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:18:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:18:01 Selecting previously unselected package mime-support. 17:18:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:18:01 Unpacking mime-support (3.60ubuntu1) ... 17:18:01 Selecting previously unselected package libmpdec2:amd64. 17:18:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:18:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:18:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:18:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:18:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:18:02 Selecting previously unselected package python3.6. 17:18:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:18:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:18:02 Selecting previously unselected package libpython3-stdlib:amd64. 17:18:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:18:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:18:02 Setting up python3-minimal (3.6.7-1~18.04) ... 17:18:02 Selecting previously unselected package python3. 17:18:02 (Reading database ... 13442 files and directories currently installed.) 17:18:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:18:02 Unpacking python3 (3.6.7-1~18.04) ... 17:18:03 Selecting previously unselected package multiarch-support. 17:18:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:18:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:18:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:18:03 Selecting previously unselected package liblzo2-2:amd64. 17:18:03 (Reading database ... 13479 files and directories currently installed.) 17:18:03 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:18:03 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:18:03 Selecting previously unselected package libbsd0:amd64. 17:18:03 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:18:03 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:18:03 Selecting previously unselected package sudo. 17:18:03 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:18:03 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:18:03 Selecting previously unselected package apparmor. 17:18:03 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:18:03 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:18:03 Selecting previously unselected package libedit2:amd64. 17:18:03 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:18:03 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:18:03 Selecting previously unselected package libkrb5support0:amd64. 17:18:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:18:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:18:03 Selecting previously unselected package libk5crypto3:amd64. 17:18:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:18:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:18:04 Selecting previously unselected package libkeyutils1:amd64. 17:18:04 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:18:04 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:18:04 Selecting previously unselected package libkrb5-3:amd64. 17:18:04 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:18:04 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:18:04 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:18:04 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:18:04 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:18:04 Selecting previously unselected package libssl1.0.0:amd64. 17:18:04 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:18:04 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:18: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 17:18:04 Selecting previously unselected package openssh-client. 17:18:04 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:18:04 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:18:04 Selecting previously unselected package squashfs-tools. 17:18:04 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:18:04 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:18:04 Selecting previously unselected package snapd. 17:18:04 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:18:04 Unpacking snapd (2.48.3+18.04) ... 17:18:07 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:18:07 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:18:07 Setting up mime-support (3.60ubuntu1) ... 17:18:07 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:18:07 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:18:07 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:18:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:18:07 Setting up systemd (237-3ubuntu10.45) ... 17:18:07 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:18:08 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:18:08 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:18:08 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:18:08 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:18:08 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:18:08 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:18:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:18:09 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:18:09 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:18:09 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:18:09 Setting up python3 (3.6.7-1~18.04) ... 17:18:09 running python rtupdate hooks for python3.6... 17:18:09 running python post-rtupdate hooks for python3.6... 17:18:09 Setting up apparmor (2.12-4ubuntu5.1) ... 17:18:11 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:18:11 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:18:11 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:18:11 Setting up snapd (2.48.3+18.04) ... 17:18:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:18:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:18:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:18:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:18:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:18:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:18:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:18:13 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:18:13 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:18:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:18:14 /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' 17:18:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:18:14 Processing triggers for systemd (237-3ubuntu10.45) ... 17:18:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:18:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:18:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:18:15 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 17:18:16 Reading package lists... 17:18:16 Reading package lists... 17:18:17 Building dependency tree... 17:18:17 Reading state information... 17:18:17 Calculating upgrade... 17:18:17 The following packages will be upgraded: 17:18:17 advancecomp base-files bash binutils binutils-common 17:18:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:18:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:18:17 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:18:17 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:18:17 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:18:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:18:17 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:18:17 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:18:17 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:18:17 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:18:17 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:18:17 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:18:17 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:18:17 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:18:17 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:18:17 Need to get 63.8 MB of archives. 17:18:17 After this operation, 5208 kB of additional disk space will be used. 17:18:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 17:18:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:18:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:18:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:18:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:18:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:18:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:18:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:18:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:18:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:18:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:18:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:18:18 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:18:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:18:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:18:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:18:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:18:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:18:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:18:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:18:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:18:18 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:18:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:18:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:18:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:18:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:18:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:18:18 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:18:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:18:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:18:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:18:18 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:18:18 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:18:18 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:18:18 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:18:18 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:18:18 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:18:18 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:18:18 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:18:18 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 17:18:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:18:18 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:18:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:18:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:18:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:18:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:18:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:18:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:18:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:18:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:18:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:18:18 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:18:18 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:18:18 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:18:18 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:18:18 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 17:18:18 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:18:18 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:18:18 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:18:18 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:18:18 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:18:18 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:18:18 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:18:18 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:18:18 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:18:18 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:18:18 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:18:18 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:18:18 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:18:18 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:18:18 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 17:18:18 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:18:18 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:18:18 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:18:18 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:18:18 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:18:18 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:18:18 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:18:18 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:18:18 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 17:18:19 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:18:19 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:18:19 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:18:19 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 17:18:19 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:18:19 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:18:19 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:18:19 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:18:19 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:18:19 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:18:19 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:18:19 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:18:20 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:18:20 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:18:20 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:18:20 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:18:20 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:18:20 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:18:20 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:18:20 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:18:20 debconf: delaying package configuration, since apt-utils is not installed 17:18:20 Fetched 63.8 MB in 3s (19.7 MB/s) 17:18:20 (Reading database ... 13912 files and directories currently installed.) 17:18:20 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:18:21 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:18:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:18:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:18:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 17:18:21 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 17:18:22 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:22 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:22 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:22 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:18:23 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:23 (Reading database ... 13911 files and directories currently installed.) 17:18:23 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:18:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:18:23 (Reading database ... 13911 files and directories currently installed.) 17:18:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:24 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:18:24 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:18:24 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:24 (Reading database ... 13911 files and directories currently installed.) 17:18:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:18:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:18:24 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:18:25 (Reading database ... 13911 files and directories currently installed.) 17:18:25 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:18:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:18:25 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:18:25 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:18:25 Setting up base-files (10.1ubuntu2.10) ... 17:18:25 Installing new version of config file /etc/issue ... 17:18:25 Installing new version of config file /etc/issue.net ... 17:18:25 Installing new version of config file /etc/lsb-release ... 17:18:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:18:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:18:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:18:25 Removing obsolete conffile /etc/default/motd-news ... 17:18:26 (Reading database ... 13912 files and directories currently installed.) 17:18:26 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:18:26 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:18:26 Setting up bash (4.4.18-2ubuntu1.2) ... 17:18:26 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 17:18:26 (Reading database ... 13912 files and directories currently installed.) 17:18:26 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:26 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:18:26 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:18:26 (Reading database ... 13912 files and directories currently installed.) 17:18:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:18:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:18:26 Setting up tar (1.29b-2ubuntu0.2) ... 17:18:26 (Reading database ... 13912 files and directories currently installed.) 17:18:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:18:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:18:27 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:18:27 (Reading database ... 13912 files and directories currently installed.) 17:18:27 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:18:27 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:18:27 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:18:27 (Reading database ... 13912 files and directories currently installed.) 17:18:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:18:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:18:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:18:28 (Reading database ... 13912 files and directories currently installed.) 17:18:28 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:18:28 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:18:28 Setting up grep (3.1-2build1) ... 17:18:28 (Reading database ... 13912 files and directories currently installed.) 17:18:28 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:18:28 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:18:28 Setting up login (1:4.5-1ubuntu2) ... 17:18:28 (Reading database ... 13912 files and directories currently installed.) 17:18:28 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:18:28 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:18:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:18:28 (Reading database ... 13912 files and directories currently installed.) 17:18:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:18:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:18:29 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:18:29 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:18:29 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:18:29 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] } 17:18:29 $ docker stop --time=1 de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d 17:18:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:18:29 (Reading database ... 13912 files and directories currently installed.) 17:18:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:18:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:18:31 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:18:31 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:18:31 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:18:31 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:18:31 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:18:31 (Reading database ... 13912 files and directories currently installed.) 17:18:31 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:18:31 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:18:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:18:31 (Reading database ... 13912 files and directories currently installed.) 17:18:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:18:31 (Reading database ... 13912 files and directories currently installed.) 17:18:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:32 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:32 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:18:32 (Reading database ... 13912 files and directories currently installed.) 17:18:32 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:32 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:18:32 (Reading database ... 13912 files and directories currently installed.) 17:18:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:32 $ docker rm -f de3576a6c0b67c785df99915bfb30e19a72423e4294e1530cade7e1b3bfad01d 17:18:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:18:32 (Reading database ... 13912 files and directories currently installed.) 17:18:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:18:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:18:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:18:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:18:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:18:33 (Reading database ... 13912 files and directories currently installed.) 17:18:33 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:18:33 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:18:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:18:33 (Reading database ... 13912 files and directories currently installed.) 17:18:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:18:33 (Reading database ... 13912 files and directories currently installed.) 17:18:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:18:33 (Reading database ... 13912 files and directories currently installed.) 17:18:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:18:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:18:34 17:18:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:18:34 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] isUnix [Pipeline] sh 17:18:35 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:18:35 (Reading database ... 13912 files and directories currently installed.) 17:18:35 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:18:35 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:18:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:18:35 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:18:35 latest: Pulling from edgex-devops/edgex-compose-arm64 17:18:35 29e5d40040c1: Pulling fs layer 17:18:35 1ce36da41761: Pulling fs layer 17:18:35 25b303627fd3: Pulling fs layer 17:18:35 (Reading database ... 13912 files and directories currently installed.) 17:18:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:18:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:18:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:18:35 (Reading database ... 13914 files and directories currently installed.) 17:18:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:18:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:18:36 Setting up debconf (1.5.66ubuntu1) ... 17:18:36 29e5d40040c1: Verifying Checksum 17:18:36 29e5d40040c1: Download complete 17:18:36 (Reading database ... 13914 files and directories currently installed.) 17:18:36 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:18:36 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:18:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:18:36 (Reading database ... 13914 files and directories currently installed.) 17:18:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:18:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:18:36 1ce36da41761: Verifying Checksum 17:18:36 1ce36da41761: Download complete 17:18:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:18:36 (Reading database ... 13914 files and directories currently installed.) 17:18:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:18:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:18:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:18:36 29e5d40040c1: Pull complete 17:18:37 (Reading database ... 13914 files and directories currently installed.) 17:18:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:18:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:18:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:18:37 (Reading database ... 13914 files and directories currently installed.) 17:18:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:18:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:18:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:18:37 (Reading database ... 13914 files and directories currently installed.) 17:18:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:18:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:18:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 17:18:37 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:18:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:18:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:18:38 1ce36da41761: Pull complete 17:18:38 25b303627fd3: Verifying Checksum 17:18:38 25b303627fd3: Download complete 17:18:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:18:38 (Reading database ... 13914 files and directories currently installed.) 17:18:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:18:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:18:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:18:39 (Reading database ... 13914 files and directories currently installed.) 17:18:39 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:18:39 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:18:39 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:18:39 (Reading database ... 13914 files and directories currently installed.) 17:18:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:18:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:18:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:18:39 (Reading database ... 13914 files and directories currently installed.) 17:18:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:18:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:18:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:18:40 (Reading database ... 13914 files and directories currently installed.) 17:18:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:18:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:18:40 Setting up passwd (1:4.5-1ubuntu2) ... 17:18:40 (Reading database ... 13914 files and directories currently installed.) 17:18:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:18:40 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:18:40 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:18:40 (Reading database ... 13914 files and directories currently installed.) 17:18:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:18:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:18:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:18:40 (Reading database ... 13914 files and directories currently installed.) 17:18:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:18:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:18:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:18:41 (Reading database ... 13914 files and directories currently installed.) 17:18:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:18:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:18:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:18:41 (Reading database ... 13914 files and directories currently installed.) 17:18:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:18:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:18:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:18:42 (Reading database ... 13914 files and directories currently installed.) 17:18:42 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:18:42 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:18:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:18:42 (Reading database ... 13914 files and directories currently installed.) 17:18:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 17:18:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 17:18:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 17:18:42 (Reading database ... 13915 files and directories currently installed.) 17:18:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:18:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:18:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:18:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:18:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 17:18:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 17:18:42 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:18:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:18:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:18:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:18:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:18:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:18:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:18:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:18:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:18:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:18:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:18:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:18:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:18:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:18:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:18:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:18:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:18:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:18:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:18:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:18:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:18:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:18:45 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:18:45 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:18:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:18:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:18:46 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:18:46 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:18:46 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:18:46 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:18:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:48 25b303627fd3: Pull complete 17:18:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:18:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:18:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:18:48 prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container 17:18:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:18:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:50 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:51 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:18:51 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:18:51 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:18:51 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:18:51 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:18:51 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:18:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:18:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:18:51 $ docker top deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 -eo pid,comm 17:18:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:18:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:18:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:18:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:18:52 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:18:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:18:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [Pipeline] { [Pipeline] sh 17:18:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:18:52 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:52 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:18:52 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:18:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:18:52 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:18:52 + docker-compose build --help 17:18:52 + grep parallel 17:18:52 17:18:52 Current default time zone: 'Etc/UTC' 17:18:52 Local time is now: Thu Apr 8 17:18:52 UTC 2021. 17:18:52 Universal Time is now: Thu Apr 8 17:18:52 UTC 2021. 17:18:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:18:52 17:18:52 Setting up systemd-sysv (237-3ubuntu10.45) ... 17:18:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:52 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 17:18:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:18:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:18:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:18:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:18:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:18:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:18:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:18:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:18:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:18:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:53 Setting up patch (2.7.6-2ubuntu1.1) ... 17:18:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:18:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:18:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 17:18:53 Installing new version of config file /etc/ssl/openssl.cnf ... 17:18:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:18:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:18:53 Setting up ca-certificates (20210119~18.04.1) ... 17:18:55 Updating certificates in /etc/ssl/certs... 17:18:56 23 added, 27 removed; done. 17:18:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:18:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:18:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:18:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:18:56 --parallel Build images in parallel. 17:18:56 Setting up pkgbinarymangler (138.18.04.1) ... 17:18:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:18:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up perl (5.26.1-6ubuntu0.5) ... [Pipeline] } 17:18:56 $ docker stop --time=1 deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 17:18:56 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:18:56 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:18:56 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:18:56 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:18:56 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:18:56 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:18:56 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:18:56 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:18:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:18:56 Processing triggers for systemd (237-3ubuntu10.45) ... 17:18:56 Processing triggers for mime-support (3.60ubuntu1) ... 17:18:56 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:18:56 Updating certificates in /etc/ssl/certs... 17:18:57 0 added, 0 removed; done. 17:18:57 Running hooks in /etc/ca-certificates/update.d... 17:18:57 done. 17:18:58 Reading package lists... 17:18:58 Building dependency tree... 17:18:58 Reading state information... 17:18:58 The following NEW packages will be installed: 17:18:58 apt-transport-https 17:18:58 $ docker rm -f deef1a95719d8133af3f4843d31302a21587e2ec27a6cf1cd14656f59e3475d3 17:18:58 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:18:58 Need to get 1692 B of archives. 17:18:58 After this operation, 154 kB of additional disk space will be used. 17:18:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 17:18:58 debconf: delaying package configuration, since apt-utils is not installed [Pipeline] // withDockerContainer 17:18:58 Fetched 1692 B in 0s (6245 B/s) 17:18:58 Selecting previously unselected package apt-transport-https. 17:18:58 (Reading database ... 13920 files and directories currently installed.) 17:18:58 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 17:18:58 Unpacking apt-transport-https (1.6.13) ... 17:18:58 Setting up apt-transport-https (1.6.13) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:59 Waiting for network to be ready... 17:18:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:18:59 . [Pipeline] withDockerContainer 17:18:59 prd-ubuntu18.04-docker-arm64-4c-16g-33331 does not seem to be running inside a container 17:18:59 $ 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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:19:01 $ docker top 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c -eo pid,comm [Pipeline] { [Pipeline] sh 17:19:02 + docker-compose -f ./docker-compose-build.yml build --parallel 17:19:05 2021-04-08T17:19:03Z INFO Waiting for automatic snapd restart... 17:19:06 Building docker-core-command-go ... 17:19:06 Building docker-core-data-go ... 17:19:06 Building docker-core-metadata-go ... 17:19:06 Building docker-security-bootstrapper-go ... 17:19:06 Building docker-security-proxy-setup-go ... 17:19:06 Building docker-security-secretstore-setup-go ... 17:19:06 Building docker-support-notifications-go ... 17:19:06 Building docker-support-scheduler-go ... 17:19:06 Building docker-sys-mgmt-agent-go ... 17:19:06 Building docker-core-data-go 17:19:06 Building docker-security-bootstrapper-go 17:19:06 Building docker-support-scheduler-go 17:19:06 Building docker-support-notifications-go 17:19:06 Building docker-sys-mgmt-agent-go 17:19:07 snapd 2.49.2 from Canonical* installed 17:19:07 "snapd" switched to the "latest/stable" channel 17:19:07 17:19:12 core18 20210309 from Canonical* installed 17:19:12 "core18" switched to the "latest/stable" channel 17:19:12 17:19:18 snapcraft 4.6 from Canonical* installed 17:19:18 "snapcraft" switched to the "latest/stable" channel 17:19:18 17:19:22 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: 17:19:22 - README.md 17:19:22 17:19:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:19:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:19:28 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:19:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:19:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:19:28 Fetched 88.7 kB in 1s (145 kB/s) 17:19:30 Reading package lists... 17:19:30 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 17:19:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:19:36 Reading package lists... 17:19:36 Building dependency tree... 17:19:36 Reading state information... 17:19:36 Suggested packages: 17:19:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:19:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:19:36 Recommended packages: 17:19:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:19:36 The following NEW packages will be installed: 17:19:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:19:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:19:36 pkg-config zip 17:19:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:19:36 Need to get 7663 kB of archives. 17:19:36 After this operation, 43.8 MB of additional disk space will be used. 17:19:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:19:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:19:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:19:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:19:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:19:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:19:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:19:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:19:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:19:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:19:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 17:19:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:19:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:19:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:19:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:19:38 debconf: delaying package configuration, since apt-utils is not installed 17:19:38 Fetched 7663 kB in 1s (6645 kB/s) 17:19:38 Selecting previously unselected package libglib2.0-0:amd64. 17:19:38 (Reading database ... 13924 files and directories currently installed.) 17:19:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:19:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:19:38 Selecting previously unselected package libpsl5:amd64. 17:19:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:19:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:19:38 Selecting previously unselected package libnghttp2-14:amd64. 17:19:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:19:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:19:38 Selecting previously unselected package librtmp1:amd64. 17:19:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:19:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:19:38 Selecting previously unselected package libcurl3-gnutls:amd64. 17:19:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 17:19:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:19:38 Selecting previously unselected package liberror-perl. 17:19:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:19:38 Unpacking liberror-perl (0.17025-1) ... 17:19:38 Selecting previously unselected package git-man. 17:19:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:19:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:19:39 Selecting previously unselected package git. 17:19:39 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:19:39 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:19:40 Selecting previously unselected package libnorm1:amd64. 17:19:40 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:19:40 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:19:40 Selecting previously unselected package libpgm-5.2-0:amd64. 17:19:40 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:19:40 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:19:40 Selecting previously unselected package libsodium23:amd64. 17:19:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:19:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:19:40 Selecting previously unselected package libzmq5:amd64. 17:19:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:19:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:19:40 Selecting previously unselected package libzmq3-dev:amd64. 17:19:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:19:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:19:40 Selecting previously unselected package pkg-config. 17:19:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:19:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:19:40 Selecting previously unselected package zip. 17:19:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:19:40 Unpacking zip (3.0-11build1) ... 17:19:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:19:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:19:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:19:40 Setting up liberror-perl (0.17025-1) ... 17:19:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:19:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:19:40 No schema files found: doing nothing. 17:19:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:19:40 Setting up zip (3.0-11build1) ... 17:19:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:19:40 Setting up libsodium23:amd64 (1.0.16-2) ... 17:19:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:19:41 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:19:41 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 17:19:41 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:19:41 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:19:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:19:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:19:47 git set to automatically installed. 17:19:47 git-man set to automatically installed. 17:19:47 libcurl3-gnutls set to automatically installed. 17:19:47 liberror-perl set to automatically installed. 17:19:47 libglib2.0-0 set to automatically installed. 17:19:47 libnghttp2-14 set to automatically installed. 17:19:47 libnorm1 set to automatically installed. 17:19:47 libpgm-5.2-0 set to automatically installed. 17:19:47 libpsl5 set to automatically installed. 17:19:47 librtmp1 set to automatically installed. 17:19:47 libsodium23 set to automatically installed. 17:19:47 libzmq3-dev set to automatically installed. 17:19:47 libzmq5 set to automatically installed. 17:19:47 pkg-config set to automatically installed. 17:19:47 zip set to automatically installed. 17:19:50 snapd is not logged in, snap install commands will use sudo 17:19:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:11 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:20:11 snapd is not logged in, snap install commands will use sudo 17:20:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:20:18 snap "core18" has no updates available 17:20:18 Pulling go-build-helper 17:20:18 + snapcraftctl pull 17:20:20 'app-service-config' has dependencies that need to be staged: go-build-helper 17:20:20 Skipping pull go-build-helper (already ran) 17:20:20 Building go-build-helper 17:20:20 + snapcraftctl build 17:20:22 Staging go-build-helper 17:20:22 + snapcraftctl stage 17:20:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:20:28 ---> 71e888203e6b 17:20:28 Step 3/22 : WORKDIR /edgex-go 17:20:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:20:28 ---> 71e888203e6b 17:20:28 Step 3/31 : WORKDIR /edgex-go 17:20:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:20:28 ---> 71e888203e6b 17:20:28 Step 3/26 : WORKDIR /edgex-go 17:20:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:20:28 ---> 71e888203e6b 17:20:28 Step 3/22 : WORKDIR /edgex-go 17:20:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:20:28 ---> 71e888203e6b 17:20:28 Step 3/23 : WORKDIR /edgex-go 17:20:28 ---> Running in d568287a1e0d 17:20:28 ---> Running in 2b97fe2bd0ec 17:20:28 ---> Running in 4fb7710410cf 17:20:28 ---> Running in fe015af2e0f3 17:20:28 ---> Running in 8b86e64ac0d6 17:20:28 Removing intermediate container 2b97fe2bd0ec 17:20:28 ---> e56da1dc56c5 17:20:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:28 Removing intermediate container 8b86e64ac0d6 17:20:28 ---> 7146479f32ea 17:20:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:28 ---> Running in c356bf86b394 17:20:28 Removing intermediate container fe015af2e0f3 17:20:28 ---> 5bff2390df7c 17:20:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:28 Removing intermediate container 4fb7710410cf 17:20:28 ---> b5f914f0e3e0 17:20:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:28 Removing intermediate container d568287a1e0d 17:20:28 ---> dcfc61d68ee0 17:20:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:28 ---> Running in 7e793975874d 17:20:28 ---> Running in c43ef75eb1c9 17:20:28 ---> Running in dc50474f5774 17:20:28 ---> Running in 06950f3bad98 17:20:28 Removing intermediate container c356bf86b394 17:20:28 ---> 5c05070d0e6f 17:20:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:20:28 ---> Running in 12a1fe6e01c1 17:20:28 Removing intermediate container 7e793975874d 17:20:28 ---> 0d3f96059a36 17:20:28 Step 5/31 : RUN apk add --update --no-cache make git 17:20:28 Removing intermediate container c43ef75eb1c9 17:20:28 ---> e2b6221d8698 17:20:28 Step 5/22 : RUN apk add --update --no-cache make git 17:20:28 ---> Running in a165f1bef766 17:20:28 ---> Running in 55ce79107171 17:20:28 Removing intermediate container dc50474f5774 17:20:28 ---> e4bec587adc1 17:20:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:20:28 Removing intermediate container 06950f3bad98 17:20:28 ---> 8f49c4efe260 17:20:28 Step 5/26 : RUN apk add --update --no-cache make bash git 17:20:28 ---> Running in 86a86ab5e4b4 17:20:28 ---> Running in 3b3d86c09de2 17:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:30 OK: 217 MiB in 51 packages 17:20:30 OK: 217 MiB in 51 packages 17:20:30 OK: 217 MiB in 51 packages 17:20:31 OK: 217 MiB in 51 packages 17:20:31 OK: 217 MiB in 51 packages 17:20:32 Removing intermediate container 12a1fe6e01c1 17:20:32 ---> 4f38b60beb18 17:20:32 Step 6/22 : COPY go.mod . 17:20:32 Removing intermediate container a165f1bef766 17:20:32 ---> 4c42398cc4c7 17:20:32 Step 6/31 : COPY go.mod . 17:20:32 Removing intermediate container 55ce79107171 17:20:32 ---> 74e95bca62ff 17:20:32 Step 6/22 : COPY go.mod . 17:20:33 Removing intermediate container 3b3d86c09de2 17:20:33 ---> e3a17290b789 17:20:33 Step 6/26 : COPY go.mod . 17:20:33 Removing intermediate container 86a86ab5e4b4 17:20:33 ---> 4fa82e92c9ce 17:20:33 Step 6/23 : COPY go.mod . 17:20:33 ---> 41a51ca4fd96 17:20:33 Step 7/22 : RUN go mod download 17:20:33 ---> Running in ae9326d0699a 17:20:33 ---> 6a85ae552ea6 17:20:33 Step 7/22 : RUN go mod download 17:20:33 ---> 7129adf9fb2e 17:20:33 Step 7/31 : RUN go mod download 17:20:34 ---> Running in cd5fa57f702e 17:20:34 ---> 0545cbe7945d 17:20:34 Step 7/26 : RUN go mod download 17:20:34 ---> Running in 8bd6102101db 17:20:34 ---> 9fafcaca077d 17:20:34 Step 7/23 : RUN go mod download 17:20:34 ---> Running in 7868fcc1fbc0 17:20:34 ---> Running in 1dace17fc4c7 17:20:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:20:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:20:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 17:20:34 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:20:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:20:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:20:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:20:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:20:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:20:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:20:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:20:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 17:20:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:20:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:20:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 17:20:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 17:20:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 17:20:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 17:20:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:20:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 17:20:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 17:20:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:20:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:20:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 17:20:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 17:20:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1726 kB] 17:20:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 17:20:34 Fetched 24.2 MB in 0s (0 B/s) 17:20:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:20:34 Fetched 224 kB in 0s (0 B/s) 17:20:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:20:34 Fetched 157 kB in 0s (0 B/s) 17:20:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:20:34 Fetched 221 kB in 0s (0 B/s) 17:20:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:20:34 Fetched 143 kB in 0s (0 B/s) 17:20:34 Pulling app-service-config 17:20:34 + snapcraftctl pull 17:20:35 Cloning into '/root/parts/app-service-config/src'... 17:20:36 Pulling config-common 17:20:36 + snapcraftctl pull 17:20:38 Removing intermediate container ae9326d0699a 17:20:38 ---> c414b5480ea0 17:20:38 Step 8/22 : COPY . . 17:20:39 Removing intermediate container cd5fa57f702e 17:20:39 ---> 8cc291b56c62 17:20:39 Step 8/22 : COPY . . 17:20:39 Removing intermediate container 8bd6102101db 17:20:39 ---> 26a2736e0476 17:20:39 Step 8/31 : COPY . . 17:20:40 Removing intermediate container 7868fcc1fbc0 17:20:40 ---> 3de3e636e104 17:20:40 Step 8/26 : COPY . . 17:20:40 Removing intermediate container 1dace17fc4c7 17:20:40 ---> 1667ed173855 17:20:40 Step 8/23 : COPY . . 17:20:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:20:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:20:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:20:41 Fetched 0 B in 0s (0 B/s) 17:20:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:20:41 Fetched 0 B in 0s (0 B/s) 17:20:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:20:41 Fetched 0 B in 0s (0 B/s) 17:20:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:20:41 Fetched 0 B in 0s (0 B/s) 17:20:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:20:41 Fetched 0 B in 0s (0 B/s) 17:20:41 Pulling edgex-go 17:20:41 + snapcraftctl pull 17:21:02 ---> ccd9755d6354 17:21:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:21:02 ---> Running in e817e6a48de4 17:21:02 ---> 5a803e51e717 17:21:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:21:02 ---> 3f4ba3a8cb56 17:21:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:21:02 ---> af386636d015 17:21:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:21:02 ---> fd94889bde21 17:21:02 Step 9/23 : RUN make cmd/core-data/core-data 17:21:02 ---> Running in d5aa2f5674c9 17:21:02 ---> Running in 38ff00cfa282 17:21:02 ---> Running in 08a4cf4149ad 17:21:02 ---> Running in a7065b71ec88 17:21:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:21:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:21:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:21:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:21:03 Fetched 0 B in 0s (0 B/s) 17:21:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:21:03 Fetched 96.5 kB in 0s (0 B/s) 17:21:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:21:03 Fetched 279 kB in 0s (0 B/s) 17:21:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:21:03 Fetched 122 kB in 0s (0 B/s) 17:21:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:21:03 Fetched 77.8 kB in 0s (0 B/s) 17:21:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:21:03 Fetched 8848 B in 0s (0 B/s) 17:21:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:21:03 Fetched 47.8 kB in 0s (0 B/s) 17:21:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:21:03 Fetched 45.6 kB in 0s (0 B/s) 17:21:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:21:03 Fetched 15.0 kB in 0s (0 B/s) 17:21:03 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 17:21:03 Fetched 219 kB in 0s (0 B/s) 17:21:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:21:03 Fetched 154 kB in 0s (0 B/s) 17:21:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:21:03 Fetched 50.6 kB in 0s (0 B/s) 17:21:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:21:03 Fetched 14.8 kB in 0s (0 B/s) 17:21:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:21:03 Fetched 41.8 kB in 0s (0 B/s) 17:21:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:21:03 Fetched 499 kB in 0s (0 B/s) 17:21:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:21:03 Fetched 111 kB in 0s (0 B/s) 17:21:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:21:03 Fetched 240 kB in 0s (0 B/s) 17:21:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:21:03 Fetched 29.3 kB in 0s (0 B/s) 17:21:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:21:03 Fetched 85.5 kB in 0s (0 B/s) 17:21:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:21:03 Fetched 24.5 kB in 0s (0 B/s) 17:21:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:21:03 Fetched 49.2 kB in 0s (0 B/s) 17:21:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:21:03 Fetched 54.2 kB in 0s (0 B/s) 17:21:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:21:03 Fetched 30.8 kB in 0s (0 B/s) 17:21:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:21:03 Fetched 15.8 kB in 0s (0 B/s) 17:21:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:21:03 Fetched 85.9 kB in 0s (0 B/s) 17:21:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:21:03 Fetched 8720 B in 0s (0 B/s) 17:21:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:21:03 Fetched 137 kB in 0s (0 B/s) 17:21:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:21:03 Fetched 119 kB in 0s (0 B/s) 17:21:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:21:03 Fetched 109 kB in 0s (0 B/s) 17:21:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:21:03 Fetched 11.1 kB in 0s (0 B/s) 17:21:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:21:03 Fetched 645 kB in 0s (0 B/s) 17:21:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:21:03 Fetched 41.3 kB in 0s (0 B/s) 17:21:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:21:03 Fetched 17.9 kB in 0s (0 B/s) 17:21:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:21:03 Fetched 368 kB in 0s (0 B/s) 17:21:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:21:03 Fetched 187 kB in 0s (0 B/s) 17:21:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:21:03 Fetched 175 kB in 0s (0 B/s) 17:21:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:21:03 Fetched 206 kB in 0s (0 B/s) 17:21:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 17:21:03 Fetched 1301 kB in 0s (0 B/s) 17:21:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:21:03 Fetched 36.2 kB in 0s (0 B/s) 17:21:03 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 17:21:03 Fetched 159 kB in 0s (0 B/s) 17:21:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:21:03 Fetched 107 kB in 0s (0 B/s) 17:21:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:21:03 Fetched 48.7 kB in 0s (0 B/s) 17:21:03 Pulling static-packages 17:21:03 + snapcraftctl pull 17:21: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 17:21:04 Pulling version 17:21:04 + cd /root/project 17:21:04 + [ -f VERSION ] 17:21:04 + PROJECT_VERSION=local-dev 17:21:04 + git rev-parse --short HEAD 17:21:04 + GIT_REVISION=e6065670 17:21:04 + snapcraftctl set-version local-dev 17:21:04 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 17:21: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 17:21:05 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 17:21:05 Skipping build go-build-helper (already ran) 17:21:05 Building app-service-config 17:21:05 + make build 17:21:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.41 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:21:08 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.41 17:21:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 17:21:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.29 17:21:08 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 17:21:08 go: downloading github.com/go-kit/kit v0.8.0 17:21:08 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 17:21:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 17:21:08 go: downloading github.com/go-playground/validator/v10 v10.4.1 17:21:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:21:08 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 17:21:08 go: downloading github.com/google/uuid v1.2.0 17:21:08 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 17:21:08 go: downloading github.com/leodido/go-urn v1.2.0 17:21:08 go: downloading github.com/go-playground/universal-translator v0.17.0 17:21:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:21:08 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:21:08 go: downloading github.com/gorilla/mux v1.8.0 17:21:08 go: downloading github.com/mitchellh/copystructure v1.0.0 17:21:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:21:09 go: downloading github.com/go-playground/locales v0.13.0 17:21:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:21:09 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:21:09 go: downloading github.com/BurntSushi/toml v0.3.1 17:21:09 go: downloading github.com/hashicorp/consul/api v1.8.1 17:21:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:21:09 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:21:09 go: downloading github.com/gorilla/websocket v1.4.2 17:21:09 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:21:09 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:21:09 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:21:09 go: downloading github.com/hashicorp/serf v0.9.5 17:21:09 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:21:09 go: downloading github.com/x448/float16 v0.8.4 17:21:09 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:21:09 go: downloading github.com/pebbe/zmq4 v1.2.7 17:21:09 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:21:09 go: downloading github.com/mattn/go-isatty v0.0.12 17:21:09 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:21:09 go: downloading github.com/fatih/color v1.9.0 17:21:09 go: downloading github.com/pelletier/go-toml v1.2.0 17:21:09 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:21:09 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:21:09 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:21:09 go: downloading github.com/mattn/go-colorable v0.1.6 17:21:09 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:21:22 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:21:22 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:21:22 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:21:22 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:21:22 Building config-common 17:21:22 + snapcraftctl build 17:21:24 Building edgex-go 17:21:24 + cd /root/parts/edgex-go/src 17:21:24 + make build 17:21:24 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 17:21:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 17:21:25 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:21:25 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 17:21:25 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 17:21:25 go: downloading github.com/imdario/mergo v0.3.12 17:21:25 go: downloading github.com/pkg/errors v0.8.1 17:21:25 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 17:21:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:21:29 go: downloading gopkg.in/yaml.v2 v2.4.0 17:21:36 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 17:21:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:21:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:21:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:21:39 go: downloading github.com/stretchr/testify v1.7.0 17:21:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:21:39 go: downloading github.com/davecgh/go-spew v1.1.1 17:21:39 go: downloading github.com/pmezard/go-difflib v1.0.0 17:21:42 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 17:21:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:21:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:21:44 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 17:21:45 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 17:21:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:21:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:21:49 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 17:21:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:21:50 go: downloading github.com/lib/pq v1.9.0 17:21:52 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:21:52 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:21:52 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:21:52 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:21:52 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:21:52 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:21:52 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:21:52 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:21:52 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:21:52 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:21:52 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:21:52 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:21:52 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:21:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:21:52 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:21:52 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:21:52 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:21:52 + 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 17:21:52 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:21:52 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:21:52 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 17:21:52 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:21:52 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:21:52 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:21:52 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:21:52 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:21:56 Building static-packages 17:21:56 + snapcraftctl build 17:21:58 Building version 17:21:58 + snapcraftctl build 17:22:01 Skipping stage go-build-helper (already ran) 17:22:01 Staging app-service-config 17:22:01 + snapcraftctl stage 17:22:02 Staging config-common 17:22:02 + snapcraftctl stage 17:22:03 Staging edgex-go 17:22:03 + snapcraftctl stage 17:22:04 Staging static-packages 17:22:04 + snapcraftctl stage 17:22:05 Staging version 17:22:05 + snapcraftctl stage 17:22:06 Priming go-build-helper 17:22:06 + snapcraftctl prime 17:22:08 Priming app-service-config 17:22:08 + snapcraftctl prime 17:22:09 Priming config-common 17:22:09 + snapcraftctl prime 17:22:10 Priming edgex-go 17:22:10 + snapcraftctl prime 17:22:11 Priming static-packages 17:22:11 + snapcraftctl prime 17:22:14 Priming version 17:22:14 + snapcraftctl prime 17:22:15 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] } 17:23:12 Removing intermediate container a7065b71ec88 17:23:12 ---> d6924cb9afd8 17:23:12 17:23:12 Step 10/31 : FROM alpine:3.12 17:23:12 3.12: Pulling from library/alpine 17:23:12 Removing intermediate container 38ff00cfa282 17:23:12 ---> a66628e9bffe 17:23:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:23:12 ---> Running in 8314414c32cb 17:23:12 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 17:23:12 Status: Downloaded newer image for alpine:3.12 17:23:12 ---> d75e27dfc0a0 17:23:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:23:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:23:12 ---> Running in 3bf6c1e83d77 17:23:12 Removing intermediate container 3bf6c1e83d77 17:23:12 ---> 760642043f24 17:23:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:23:12 ---> Running in 16bcdf6a1c5a 17:23:12 Removing intermediate container e817e6a48de4 17:23:12 ---> 5f6884beb8b2 17:23:12 17:23:12 Step 10/22 : FROM alpine:3.12 17:23:12 ---> d75e27dfc0a0 17:23:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:23:12 Removing intermediate container d5aa2f5674c9 17:23:12 ---> aa5ee9a44682 17:23:12 17:23:12 Step 10/22 : FROM alpine:3.12 17:23:12 ---> d75e27dfc0a0 17:23:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:23:12 ---> Running in e7e4a72a370c 17:23:12 ---> Running in 180ddf59f537 17:23:12 Removing intermediate container 8314414c32cb 17:23:12 ---> 8726582fd0d9 17:23:12 17:23:12 Step 11/26 : FROM docker:20.10.0 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:12 20.10.0: Pulling from library/docker 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:12 (1/2) Installing dumb-init (1.2.2-r1) 17:23:12 (2/2) Installing su-exec (0.2-r1) 17:23:12 Executing busybox-1.31.1-r20.trigger 17:23:12 OK: 5 MiB in 16 packages 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:12 (1/2) Installing ca-certificates (20191127-r4) 17:23:12 (2/2) Installing dumb-init (1.2.2-r1) 17:23:12 Executing busybox-1.31.1-r20.trigger 17:23:12 Executing ca-certificates-20191127-r4.trigger 17:23:12 (1/1) Installing dumb-init (1.2.2-r1) 17:23:12 Executing busybox-1.31.1-r20.trigger 17:23:12 OK: 5 MiB in 15 packages 17:23:12 OK: 6 MiB in 16 packages 17:23:12 Removing intermediate container 16bcdf6a1c5a 17:23:12 ---> 6cfc653e3b6e 17:23:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:23:12 Removing intermediate container 180ddf59f537 17:23:12 ---> 63ba3151b03c 17:23:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:23:12 ---> Running in e9aa37b6405b 17:23:12 ---> Running in a48841c96fc9 17:23:12 Removing intermediate container e7e4a72a370c 17:23:12 ---> 828783d47875 17:23:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:23:12 ---> Running in 35a76e550e21 17:23:12 Removing intermediate container e9aa37b6405b 17:23:12 ---> 0f16d765b2a9 17:23:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:23:13 Removing intermediate container a48841c96fc9 17:23:13 ---> 42602efdfecd 17:23:13 Step 13/22 : ENV APP_PORT=48085 17:23:13 ---> Running in ac306bdaf43e 17:23:13 Removing intermediate container 35a76e550e21 17:23:13 ---> 146d9b3b4b1b 17:23:13 Step 13/22 : ENV APP_PORT=48060 17:23:13 ---> Running in 689488382b94 17:23:13 ---> Running in 2b6154c980ed 17:23:14 Removing intermediate container ac306bdaf43e 17:23:14 ---> 14b77a57813f 17:23:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:23:14 Removing intermediate container 689488382b94 17:23:14 ---> 73f7b5be0b89 17:23:14 Step 14/22 : EXPOSE $APP_PORT 17:23:14 ---> Running in 235813cec8a4 17:23:15 ---> Running in 48f6aa91bd80 17:23:15 Removing intermediate container 2b6154c980ed 17:23:15 ---> bc8151cab97d 17:23:15 Step 14/22 : EXPOSE $APP_PORT 17:23:16 ---> Running in a69c3dff602c 17:23:16 Removing intermediate container 48f6aa91bd80 17:23:16 ---> d40923b55b7d 17:23:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:23:17 Removing intermediate container a69c3dff602c 17:23:17 ---> 325eb2e379fd 17:23:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:23:18 ---> ced5789ab82b 17:23:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:23:19 ---> 10ed077fd9ee 17:23:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:23:20 Removing intermediate container 235813cec8a4 17:23:20 ---> 446e33d06622 17:23:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:23:21 ---> 92cfeeb4801e 17:23:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:23:21 ---> Running in d897fea07680 17:23:22 ---> e7d9f8ce43f8 17:23:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:23:22 Removing intermediate container 08a4cf4149ad 17:23:22 ---> f91f65e91d80 17:23:22 17:23:22 Step 10/23 : FROM alpine:3.12 17:23:22 ---> d75e27dfc0a0 17:23:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:23:22 ---> 8cba53e86ead 17:23:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:23:22 ---> Running in 5ed070fb108a 17:23:22 Removing intermediate container d897fea07680 17:23:22 ---> e3dff0f9ea49 17:23:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:23:23 ---> Running in b30aed4d3a7f 17:23:23 ---> a63996b3943a 17:23:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:23:23 Removing intermediate container 5ed070fb108a 17:23:23 ---> 2a585ab3c721 17:23:23 Step 12/23 : ENV APP_PORT=48080 17:23:23 ---> Running in bcb04f6b6f0f 17:23:23 Removing intermediate container b30aed4d3a7f 17:23:23 ---> c5313dc0d3da 17:23:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:23 ---> Running in f3ebc85bbaf8 17:23:24 ---> Running in 21d8f37fe187 17:23:24 ---> 4b500845a909 17:23:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:23:24 ---> Running in 81226129caa6 17:23:24 Removing intermediate container bcb04f6b6f0f 17:23:24 ---> 683d39fed5fa 17:23:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:24 Removing intermediate container f3ebc85bbaf8 17:23:24 ---> 4ab3f4323c5b 17:23:24 Step 13/23 : EXPOSE $APP_PORT 17:23:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:23:24 ---> Running in 1d218971d6ea 17:23:24 Status: Downloaded newer image for docker:20.10.0 17:23:24 ---> eeaf43b92773 17:23:24 Step 12/26 : RUN apk add --no-cache bash 17:23:24 Removing intermediate container 21d8f37fe187 17:23:24 ---> 493ceb099347 17:23:24 Step 20/22 : LABEL arch=arm64 17:23:24 ---> Running in afe9ac2a042f 17:23:24 ---> Running in a5e4238b943a 17:23:24 ---> Running in c4084c7ee595 17:23:25 Removing intermediate container 1d218971d6ea 17:23:25 ---> bc7e57734d10 17:23:25 Step 20/22 : LABEL arch=arm64 17:23:25 Removing intermediate container afe9ac2a042f 17:23:25 ---> 386b098904cb 17:23:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:25 ---> Running in 5c7181a5dfa2 17:23:25 Removing intermediate container c4084c7ee595 17:23:25 ---> 0c59cdd2be8d 17:23:25 Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:23:26 ---> Running in de7e923856f8 17:23:26 ---> Running in 42c3dd69d54e 17:23:26 Removing intermediate container 5c7181a5dfa2 17:23:26 ---> 6d0e8baa8697 17:23:26 Step 21/22 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:23:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:26 ---> Running in 80b8050e253c 17:23:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:26 Removing intermediate container 42c3dd69d54e 17:23:26 ---> 3f18852863a3 17:23:26 Step 22/22 : LABEL version=0.0.0 17:23:27 ---> Running in 8ac0b1fdecb7 17:23:27 (1/2) Installing readline (8.0.4-r0) 17:23:27 (2/2) Installing bash (5.0.17-r0) 17:23:27 Executing bash-5.0.17-r0.post-install 17:23:27 Executing busybox-1.31.1-r19.trigger 17:23:27 OK: 12 MiB in 22 packages 17:23:27 Removing intermediate container 80b8050e253c 17:23:27 ---> 42c63c2f64b6 17:23:27 Step 22/22 : LABEL version=0.0.0 17:23:28 Removing intermediate container 81226129caa6 17:23:28 ---> a4bc57db13dd 17:23:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:23:28 ---> Running in 8c3680f23d7c 17:23:28 Removing intermediate container 8ac0b1fdecb7 17:23:28 ---> b00c45913e2c 17:23:28 17:23:29 Successfully built b00c45913e2c 17:23:29 Successfully tagged docker-support-scheduler-go-arm64:latest 17:23:29  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 17:23:29 Removing intermediate container 8c3680f23d7c 17:23:29 ---> 1c2ca2ddd316 17:23:29 17:23:29 ---> 7f51fab5ff3b 17:23:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:23:29 Removing intermediate container de7e923856f8 17:23:29 ---> cce3908ad922 17:23:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:23:29 Removing intermediate container a5e4238b943a 17:23:29 ---> 0a5a3d6f8199 17:23:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:23:29 Successfully built 1c2ca2ddd316 17:23:29 Successfully tagged docker-support-notifications-go-arm64:latest 17:23:29  Building docker-support-notifications-go ... done Building docker-core-metadata-go 17:23:29 ---> Running in 8d9402d2755b 17:23:30 ---> Running in 28c4c071ea98 17:23:30 ---> 9633983b54b9 17:23:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:23:31 Removing intermediate container 28c4c071ea98 17:23:31 ---> 6bea1bb0597c 17:23:31 Step 14/26 : ENV APP_PORT=48090 17:23:31 ---> Running in afd1dadfd62d 17:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:32 ---> 964a8672cd62 17:23:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:23:33 (1/6) Installing dumb-init (1.2.2-r1) 17:23:33 (2/6) Installing libgcc (9.3.0-r2) 17:23:33 (3/6) Installing libsodium (1.0.18-r0) 17:23:33 Removing intermediate container afd1dadfd62d 17:23:33 ---> d0864ffe9e7a 17:23:33 Step 15/26 : EXPOSE $APP_PORT 17:23:33 (4/6) Installing libstdc++ (9.3.0-r2) 17:23:33 (5/6) Installing libzmq (4.3.3-r0) 17:23:34 (6/6) Installing zeromq (4.3.3-r0) 17:23:34 Executing busybox-1.31.1-r20.trigger 17:23:34 OK: 8 MiB in 20 packages 17:23:34 ---> Running in f57f494b2305 17:23:35 ---> 89b7a92f179c 17:23:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:23:36 Removing intermediate container f57f494b2305 17:23:36 ---> cb104b54fc1d 17:23:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:23:37 ---> 8883ae123362 17:23:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:23:37 Removing intermediate container 8d9402d2755b 17:23:37 ---> d57fcf0f0a3a 17:23:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:23:38 ---> Running in 145c922aaeeb 17:23:38 ---> 4aef7fb1ca8d 17:23:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:23:39 ---> 44069f7ff8c6 17:23:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:23:39 Removing intermediate container 145c922aaeeb 17:23:39 ---> 5645b4857fc6 17:23:39 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:23:40 ---> 5135df70d0e9 17:23:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:23:41 ---> 509adc587a0b 17:23:41 Step 26/31 : RUN chmod +x /entrypoint.sh 17:23:41 ---> Running in 3a4edc98d6fc 17:23:41 ---> 909aeb8e28cb 17:23:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:23:41 ---> 6b6220f1bf9d 17:23:41 Step 19/26 : RUN apk --no-cache add py3-pip 17:23:42 ---> Running in 7a3ce05924fd 17:23:43 ---> 3ed5064c3dfd 17:23:43 Step 19/23 : ENTRYPOINT ["/core-data"] 17:23:44 ---> Running in 984edb2a76c8 17:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:44 Removing intermediate container 984edb2a76c8 17:23:44 ---> 8835e38534da 17:23:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:45 (1/33) Installing libbz2 (1.0.8-r1) 17:23:45 (2/33) Installing expat (2.2.9-r1) 17:23:45 (3/33) Installing libffi (3.3-r2) 17:23:45 (4/33) Installing gdbm (1.13-r1) 17:23:45 (5/33) Installing xz-libs (5.2.5-r0) 17:23:45 (6/33) Installing sqlite-libs (3.32.1-r0) 17:23:45 (7/33) Installing python3 (3.8.8-r0) 17:23:45 ---> Running in 18060e9921fa 17:23:46 Removing intermediate container 18060e9921fa 17:23:46 ---> 78fbf86edd40 17:23:46 Step 21/23 : LABEL arch=arm64 17:23:46 Removing intermediate container 3a4edc98d6fc 17:23:46 ---> 824e39424e3f 17:23:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:23:47 (8/33) Installing py3-appdirs (1.4.4-r1) 17:23:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:23:47 (10/33) Installing py3-parsing (2.4.7-r0) 17:23:47 (11/33) Installing py3-six (1.15.0-r0) 17:23:47 (12/33) Installing py3-packaging (20.4-r0) 17:23:47 (13/33) Installing py3-setuptools (47.0.0-r0) 17:23:47 (14/33) Installing py3-chardet (3.0.4-r4) 17:23:47 (15/33) Installing py3-idna (2.9-r0) 17:23:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:23:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:23:47 (18/33) Installing py3-requests (2.23.0-r0) 17:23:47 (19/33) Installing py3-msgpack (1.0.0-r0) 17:23:47 (20/33) Installing py3-lockfile (0.12.2-r3) 17:23:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:23:47 (22/33) Installing py3-colorama (0.4.3-r0) 17:23:47 (23/33) Installing py3-distlib (0.3.0-r0) 17:23:47 (24/33) Installing py3-distro (1.5.0-r1) 17:23:47 (25/33) Installing py3-webencodings (0.5.1-r3) 17:23:48 (26/33) Installing py3-html5lib (1.0.1-r4) 17:23:48 (27/33) Installing py3-pytoml (0.1.21-r0) 17:23:48 (28/33) Installing py3-pep517 (0.8.2-r0) 17:23:48 (29/33) Installing py3-progress (1.5-r0) 17:23:48 (30/33) Installing py3-toml (0.10.1-r0) 17:23:48 (31/33) Installing py3-retrying (1.3.3-r0) 17:23:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:23:48 (33/33) Installing py3-pip (20.1.1-r0) 17:23:48 ---> Running in 32edc0ba4b4f 17:23:48 ---> Running in abdfee3f559a 17:23:48 Executing busybox-1.31.1-r19.trigger 17:23:48 OK: 71 MiB in 55 packages 17:23:49 Removing intermediate container abdfee3f559a 17:23:49 ---> 7be692ba42ad 17:23:49 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:23:49 Removing intermediate container 32edc0ba4b4f 17:23:49 ---> 13323bf88650 17:23:49 Step 28/31 : CMD ["gate"] 17:23:49 ---> Running in be2a1facc29a 17:23:51 ---> Running in 4564a6f247ab 17:23:51 Removing intermediate container be2a1facc29a 17:23:51 ---> eb6db954d18c 17:23:51 Step 23/23 : LABEL version=0.0.0 17:23:51 ---> Running in 8aeecdb0b08c 17:23:52 Removing intermediate container 4564a6f247ab 17:23:52 ---> 6e2419ded495 17:23:52 Step 29/31 : LABEL arch=arm64 17:23:53 Removing intermediate container 8aeecdb0b08c 17:23:53 ---> 8cd30eb12a9a 17:23:53 17:23:53 ---> Running in c2e8a6ba1e09 17:23:54 Successfully built 8cd30eb12a9a 17:23:54 Successfully tagged docker-core-data-go-arm64:latest 17:23:54 Building docker-core-command-go 17:23:54  Building docker-core-data-go ... done Removing intermediate container c2e8a6ba1e09 17:23:54 ---> dd0981958240 17:23:54 Step 30/31 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:23:55 ---> Running in 60ae77aa7c5b 17:23:56 Removing intermediate container 60ae77aa7c5b 17:23:56 ---> 35b1f032c9af 17:23:56 Step 31/31 : LABEL version=0.0.0 17:23:58 ---> Running in ce018c085b1e 17:23:58 Removing intermediate container 7a3ce05924fd 17:23:58 ---> 7278e3c41309 17:23:58 Step 20/26 : RUN pip install docker-compose==1.23.2 17:23:59 Removing intermediate container ce018c085b1e 17:23:59 ---> 6db2f0e27eef 17:23:59 17:23:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:23:59 ---> 71e888203e6b 17:23:59 Step 3/21 : WORKDIR /edgex-go 17:23:59 ---> Using cache 17:23:59 ---> dcfc61d68ee0 17:23:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:59 ---> Using cache 17:23:59 ---> e4bec587adc1 17:23:59 Step 5/21 : RUN apk add --update --no-cache make git 17:23:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:23:59 ---> 71e888203e6b 17:23:59 Step 3/23 : WORKDIR /edgex-go 17:23:59 ---> Using cache 17:23:59 ---> dcfc61d68ee0 17:23:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:59 ---> Using cache 17:23:59 ---> e4bec587adc1 17:23:59 Step 5/23 : RUN apk add --update --no-cache make git 17:23:59 Successfully built 6db2f0e27eef 17:23:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:23:59  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 17:23:59 ---> Running in e90b631937bd 17:24:00 ---> Running in b67e657ce5d7 17:24:00 ---> Running in 9c323b7695cd 17:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:03 OK: 217 MiB in 51 packages 17:24:03 OK: 217 MiB in 51 packages 17:24:06 Collecting docker-compose==1.23.2 17:24:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:24:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:24:07 Collecting dockerpty<0.5,>=0.4.1 17:24:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:24:07 Removing intermediate container b67e657ce5d7 17:24:08 Removing intermediate container 9c323b7695cd 17:24:08 ---> cd0012c07509 17:24:08 Step 6/21 : COPY go.mod . 17:24:08 ---> 58100f0c1e9a 17:24:08 Step 6/23 : COPY go.mod . 17:24:10 ---> ed93599e04a8 17:24:10 Step 7/21 : RUN go mod download 17:24:10 ---> cc66f9259045 17:24:10 Step 7/23 : RUN go mod download 17:24:10 ---> Running in 275a9374651e 17:24:10 ---> Running in ee640e21ddb8 17:24:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:24:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:24:11 Collecting docopt<0.7,>=0.6.1 17:24:11 Downloading docopt-0.6.2.tar.gz (25 kB) 17:24:15 Collecting PyYAML<4,>=3.10 17:24:15 Downloading PyYAML-3.13.tar.gz (270 kB) 17:24:15 Removing intermediate container 275a9374651e 17:24:15 ---> 7ad97b698c36 17:24:15 Step 8/21 : COPY . . 17:24:16 Removing intermediate container ee640e21ddb8 17:24:16 ---> 0b5e1a911bec 17:24:16 Step 8/23 : COPY . . 17:24:19 Collecting jsonschema<3,>=2.5.1 17:24:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:24:20 Collecting texttable<0.10,>=0.9.0 17:24:20 Downloading texttable-0.9.1.tar.gz (11 kB) 17:24:22 Collecting cached-property<2,>=1.2.0 17:24:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:24:22 Collecting websocket-client<1.0,>=0.32.0 17:24:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:24:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> 71e888203e6b 17:24:23 Step 3/23 : WORKDIR /edgex-go 17:24:23 ---> Using cache 17:24:23 ---> dcfc61d68ee0 17:24:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:23 ---> Using cache 17:24:23 ---> e4bec587adc1 17:24:23 Step 5/23 : RUN apk add --update --no-cache make git 17:24:23 ---> Using cache 17:24:23 ---> 58100f0c1e9a 17:24:23 Step 6/23 : COPY go.mod . 17:24:23 ---> Using cache 17:24:23 ---> cc66f9259045 17:24:23 Step 7/23 : RUN go mod download 17:24:23 ---> Using cache 17:24:23 ---> 0b5e1a911bec 17:24:23 Step 8/23 : COPY . . 17:24:23 Collecting docker<4.0,>=3.6.0 17:24:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:24:25 Collecting urllib3<1.25,>=1.21.1 17:24:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:24:25 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) 17:24:25 Collecting idna<2.8,>=2.5 17:24:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:24:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:24:25 Collecting docker-pycreds>=0.4.0 17:24:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:24:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:24:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:24:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:24:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:24:27 Installing collected packages: dockerpty, urllib3, idna, requests, docopt, PyYAML, jsonschema, texttable, cached-property, websocket-client, docker-pycreds, docker, docker-compose 17:24:27 Running setup.py install for dockerpty: started 17:24:27 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 17:24:27 ---> 71e888203e6b 17:24:27 Step 3/25 : WORKDIR /edgex-go 17:24:27 ---> Using cache 17:24:27 ---> dcfc61d68ee0 17:24:27 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:27 ---> Using cache 17:24:27 ---> e4bec587adc1 17:24:27 Step 5/25 : RUN apk add --update --no-cache make git 17:24:27 ---> Using cache 17:24:27 ---> 58100f0c1e9a 17:24:27 Step 6/25 : COPY go.mod . 17:24:27 ---> Using cache 17:24:27 ---> cc66f9259045 17:24:27 Step 7/25 : RUN go mod download 17:24:27 ---> Using cache 17:24:27 ---> 0b5e1a911bec 17:24:27 Step 8/25 : COPY . . 17:24:29 Running setup.py install for dockerpty: finished with status 'done' 17:24:29 Attempting uninstall: urllib3 17:24:29 Found existing installation: urllib3 1.25.9 17:24:29 Uninstalling urllib3-1.25.9: 17:24:29 Successfully uninstalled urllib3-1.25.9 17:24:30 Attempting uninstall: idna 17:24:30 Found existing installation: idna 2.9 17:24:30 Uninstalling idna-2.9: 17:24:30 Successfully uninstalled idna-2.9 17:24:31 Attempting uninstall: requests 17:24:31 Found existing installation: requests 2.23.0 17:24:31 Uninstalling requests-2.23.0: 17:24:31 Successfully uninstalled requests-2.23.0 17:24:31 Running setup.py install for docopt: started 17:24:33 Running setup.py install for docopt: finished with status 'done' 17:24:33 Running setup.py install for PyYAML: started 17:24:36 Running setup.py install for PyYAML: finished with status 'done' 17:24:36 Running setup.py install for texttable: started 17:24:39 Running setup.py install for texttable: finished with status 'done' 17:24:49 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 17:24:49 ---> 9d59e1e8ef48 17:24:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:24:49 ---> 9995713012a0 17:24:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:24:49 ---> d95cedd27c99 17:24:49 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:24:49 ---> 209cce2e2df4 17:24:49 Step 9/23 : RUN make cmd/core-command/core-command 17:24:49 ---> Running in e44425ae6b44 17:24:49 ---> Running in 413d388aae22 17:24:50 ---> Running in 5f72a4af7e91 17:24:50 ---> Running in 12d01d9ee213 17:24: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 17:24:52 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 17:24:52 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 17:24: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 17:24:53 Removing intermediate container e90b631937bd 17:24:53 ---> f1a3c40345c7 17:24:53 Step 21/26 : RUN apk --no-cache add curl 17:24:54 ---> Running in 9297d2063e35 17:24:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:24:57 (2/3) Installing libcurl (7.69.1-r3) 17:24:57 (3/3) Installing curl (7.69.1-r3) 17:24:57 Executing busybox-1.31.1-r19.trigger 17:24:57 OK: 72 MiB in 58 packages 17:24:59 Removing intermediate container 9297d2063e35 17:24:59 ---> d0f349c720d4 17:24:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:24:59 ---> Running in 0c1fff6d0c61 17:24:59 Removing intermediate container 0c1fff6d0c61 17:24:59 ---> 577b9d8ca6bc 17:24:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:59 ---> Running in b8da58665fe7 17:25:00 Removing intermediate container b8da58665fe7 17:25:00 ---> c496733bfc66 17:25:00 Step 24/26 : LABEL arch=arm64 17:25:00 ---> Running in a14dc44eb44e 17:25:01 Removing intermediate container a14dc44eb44e 17:25:01 ---> 289917b69140 17:25:01 Step 25/26 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:25:01 ---> Running in 3416b0eff939 17:25:02 Removing intermediate container 3416b0eff939 17:25:02 ---> 7ca3d69aa884 17:25:02 Step 26/26 : LABEL version=0.0.0 17:25:02 ---> Running in f928f7273f6b 17:25:03 Removing intermediate container f928f7273f6b 17:25:03 ---> 990f0a3770ab 17:25:03 17:25:03 Successfully built 990f0a3770ab 17:25:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:26:11  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:26:11 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 17:26:26 Removing intermediate container 5f72a4af7e91 17:26:26 ---> 0f5f34efdfb2 17:26:26 17:26:26 Step 10/25 : FROM alpine:3.12 17:26:26 ---> d75e27dfc0a0 17:26:26 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:26:26 Removing intermediate container e44425ae6b44 17:26:26 ---> adb6a7fdbbf0 17:26:26 17:26:26 Step 10/21 : FROM alpine:3.12 17:26:26 ---> d75e27dfc0a0 17:26:26 Step 11/21 : RUN apk add --update --no-cache curl 17:26:26 ---> Running in 64c3b6cbe1ef 17:26:26 ---> Running in 3aecd4cec5c3 17:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:29 (1/6) Installing ca-certificates (20191127-r4) 17:26:29 (1/4) Installing ca-certificates (20191127-r4) 17:26:29 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:26:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:26:29 (3/4) Installing libcurl (7.69.1-r3) 17:26:29 (3/6) Installing libcurl (7.69.1-r3) 17:26:29 (4/4) Installing curl (7.69.1-r3) 17:26:29 (4/6) Installing curl (7.69.1-r3) 17:26:29 Executing busybox-1.31.1-r20.trigger 17:26:29 (5/6) Installing dumb-init (1.2.2-r1) 17:26:29 (6/6) Installing su-exec (0.2-r1) 17:26:29 Executing ca-certificates-20191127-r4.trigger 17:26:29 Executing busybox-1.31.1-r20.trigger 17:26:29 Executing ca-certificates-20191127-r4.trigger 17:26:29 OK: 7 MiB in 18 packages 17:26:29 OK: 7 MiB in 20 packages 17:26:29 Removing intermediate container 12d01d9ee213 17:26:29 ---> b7eab04bfdfa 17:26:29 17:26:29 Step 10/23 : FROM alpine:3.12 17:26:29 ---> d75e27dfc0a0 17:26:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:26:29 ---> Using cache 17:26:29 ---> 63ba3151b03c 17:26:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:26:29 ---> Using cache 17:26:29 ---> 42602efdfecd 17:26:29 Step 13/23 : ENV APP_PORT=48082 17:26:30 ---> Running in d9e8bb2cba4f 17:26:31 Removing intermediate container d9e8bb2cba4f 17:26:31 ---> a53d7934684e 17:26:31 Step 14/23 : EXPOSE $APP_PORT 17:26:31 ---> Running in c7593ac568ec 17:26:32 Removing intermediate container c7593ac568ec 17:26:32 ---> 5140b35058ec 17:26:32 Step 15/23 : WORKDIR / 17:26:32 Removing intermediate container 64c3b6cbe1ef 17:26:32 ---> 06bb3e111892 17:26:32 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:26:32 Removing intermediate container 3aecd4cec5c3 17:26:32 ---> 6965b764f1c5 17:26:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:26:33 ---> Running in b3c1bcae937d 17:26:33 ---> Running in ef969b012725 17:26:33 ---> Running in 2e35fe9f9744 17:26:33 Removing intermediate container ef969b012725 17:26:33 ---> 2cd2527c9aa2 17:26:33 Step 13/25 : WORKDIR / 17:26:33 Removing intermediate container b3c1bcae937d 17:26:33 ---> 8fd35031b0b6 17:26:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:26:33 Removing intermediate container 2e35fe9f9744 17:26:33 ---> 47a42496a5ab 17:26:33 Step 13/21 : WORKDIR /edgex 17:26:34 ---> Running in a8fce721a763 17:26:34 ---> Running in 2147dadf2477 17:26:34 Removing intermediate container 413d388aae22 17:26:34 ---> 9b9b67293db4 17:26:34 17:26:34 Step 10/23 : FROM alpine:3.12 17:26:34 ---> d75e27dfc0a0 17:26:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:26:34 ---> Using cache 17:26:34 ---> 63ba3151b03c 17:26:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:26:34 ---> Using cache 17:26:34 ---> 42602efdfecd 17:26:34 Step 13/23 : ENV APP_PORT=48081 17:26:34 ---> 9ae9fc56107b 17:26:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:26:34 ---> Running in d49477b70615 17:26:34 Removing intermediate container a8fce721a763 17:26:34 ---> 9e1a6856a622 17:26:34 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:26:35 Removing intermediate container 2147dadf2477 17:26:35 ---> d9dfa60206d4 17:26:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:26:35 Removing intermediate container d49477b70615 17:26:35 ---> 8252885b2020 17:26:35 Step 14/23 : EXPOSE $APP_PORT 17:26:36 ---> Running in 0cfddbc91cf0 17:26:36 ---> dcdfa89ca6b2 17:26:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . ---> 9d2685e67582 17:26:36 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:26:36 17:26:36 ---> c80ef5da3cb1 17:26:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:26:36 Removing intermediate container 0cfddbc91cf0 17:26:36 ---> 585e15d70101 17:26:36 Step 15/23 : WORKDIR / 17:26:36 ---> Running in aa99c399b738 17:26:37 ---> 11fa4a8c8701 17:26:37 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:26:37 ---> 56e236ef820a 17:26:37 Step 19/23 : ENTRYPOINT ["/core-command"] 17:26:37 ---> 6b44d7015036 17:26:37 Removing intermediate container aa99c399b738 17:26:37 ---> 00a453eb51cf 17:26:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:26:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:26:37 ---> Running in c37e108f58f7 17:26:38 ---> 75d68ca88b04 17:26:38 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 17:26:38 Removing intermediate container c37e108f58f7 17:26:38 ---> dbb324df9080 17:26:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:26:38 ---> Running in 829d3a6ef7c0 17:26:38 ---> 511a6bcb9689 17:26:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:26:39 ---> 121eb29eefe9 17:26:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:26:39 ---> 1bb5bfc6b362 17:26:39 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:26:39 Removing intermediate container 829d3a6ef7c0 17:26:39 ---> da38fbcfb869 17:26:39 Step 21/23 : LABEL arch=arm64 17:26:39 ---> Running in 4e9f284f69cf 17:26:40 ---> Running in 7912891474ef 17:26:40 ---> df71d9159e5d 17:26:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:26:40 Removing intermediate container 4e9f284f69cf 17:26:40 ---> 697000a46886 17:26:40 Step 18/21 : CMD ["--init=true"] 17:26:40 Removing intermediate container 7912891474ef 17:26:40 ---> 877c85b1a0fa 17:26:40 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:26:40 ---> Running in 3c7fcc554f9d 17:26:40 ---> Running in 98f46c0d819a 17:26:40 ---> b76930c1a685 17:26:40 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:26:41 ---> b80b68f3d854 17:26:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:26:41 ---> Running in 3d64fa6c565d 17:26:41 Removing intermediate container 3c7fcc554f9d 17:26:41 ---> 3d3e433536c5 17:26:41 Step 23/23 : LABEL version=0.0.0 17:26:41 Removing intermediate container 98f46c0d819a 17:26:41 ---> 6c5fb1e79137 17:26:41 Step 19/21 : LABEL arch=arm64 17:26:42 ---> Running in ea12c46677da 17:26:42 ---> Running in c0ced6edd1ce 17:26:42 Removing intermediate container 3d64fa6c565d 17:26:42 ---> 96b71ad9e85b 17:26:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:26:42 ---> 9adf525f3a9e 17:26:42 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:26:42 ---> Running in e34acce0d699 17:26:42 Removing intermediate container c0ced6edd1ce 17:26:42 ---> c49177392ebe 17:26:42 17:26:42 Removing intermediate container ea12c46677da 17:26:42 ---> bce1c041dad8 17:26:42 Step 20/21 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:26:43 Successfully built c49177392ebe 17:26:43 Removing intermediate container e34acce0d699 17:26:43 ---> 6a03cbe12a79 17:26:43 Step 21/23 : LABEL arch=arm64 17:26:43 Successfully tagged docker-core-command-go-arm64:latest 17:26:43 ---> Running in 1412d979faeb 17:26:43  Building docker-core-command-go ... done  ---> Running in 96cef5d288fb 17:26:43 ---> 6e3c67a9a5c7 17:26:43 Step 21/25 : 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/ 17:26:45 ---> Running in 50127e6f26c5 17:26:45 Removing intermediate container 1412d979faeb 17:26:45 ---> 30e7a9863722 17:26:45 Step 21/21 : LABEL version=0.0.0 17:26:45 Removing intermediate container 96cef5d288fb 17:26:45 ---> b9b59ba588c6 17:26:45 Step 22/23 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:26:45 ---> Running in 810c8a187b8d 17:26:45 ---> Running in bc4a02665cbc 17:26:45 Removing intermediate container bc4a02665cbc 17:26:45 Removing intermediate container 810c8a187b8d 17:26:45 ---> 64a5262cccaf 17:26:45 17:26:45 ---> 12838e3944eb 17:26:45 Step 23/23 : LABEL version=0.0.0 17:26:45 ---> Running in 21456ba95f16 17:26:45 Successfully built 64a5262cccaf 17:26:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:26:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 21456ba95f16 17:26:46 ---> 8e00be47dd1c 17:26:46 17:26:46 Successfully built 8e00be47dd1c 17:26:46 Successfully tagged docker-core-metadata-go-arm64:latest 17:26:46  Building docker-core-metadata-go ... done Removing intermediate container 50127e6f26c5 17:26:46 ---> a37067a3a6c4 17:26:46 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 17:26:46 ---> Running in 277af6a7730e 17:26:47 Removing intermediate container 277af6a7730e 17:26:47 ---> 7c503da6035f 17:26:47 Step 23/25 : LABEL arch=arm64 17:26:47 ---> Running in 9ce2bccdce3b 17:26:47 Removing intermediate container 9ce2bccdce3b 17:26:47 ---> 922deb49a898 17:26:47 Step 24/25 : LABEL git_sha=e6065670e33794bfc0a0c09c8b7c2415aa3329f0 17:26:48 ---> Running in ca0d0c9447ff 17:26:48 Removing intermediate container ca0d0c9447ff 17:26:48 ---> ba5fbd1115bc 17:26:48 Step 25/25 : LABEL version=0.0.0 17:26:48 ---> Running in 51712ff3abe0 17:26:48 Removing intermediate container 51712ff3abe0 17:26:48 ---> 89e23694974d 17:26:48 17:26:49 Successfully built 89e23694974d 17:26:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:26:49  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 17:26:49 $ docker stop --time=1 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c 17:26:51 $ docker rm -f 476ab0793dd33871f5b99887f351386a8483547287ee1af209abc278542d814c [Pipeline] // withDockerContainer [Pipeline] sh 17:26:52 + + dockergrep docker 17:26:52 images 17:26:52 docker-security-secretstore-setup-go-arm64 latest 89e23694974d 4 seconds ago 24.5MB 17:26:52 docker-core-metadata-go-arm64 latest 8e00be47dd1c 7 seconds ago 17.9MB 17:26:52 docker-security-proxy-setup-go-arm64 latest 64a5262cccaf 8 seconds ago 24.1MB 17:26:52 docker-core-command-go-arm64 latest c49177392ebe 10 seconds ago 16.3MB 17:26:52 docker-sys-mgmt-agent-go-arm64 latest 990f0a3770ab About a minute ago 301MB 17:26:52 docker-security-bootstrapper-go-arm64 latest 6db2f0e27eef 2 minutes ago 17.9MB 17:26:52 docker-core-data-go-arm64 latest 8cd30eb12a9a 3 minutes ago 21.4MB 17:26:52 docker-support-notifications-go-arm64 latest 1c2ca2ddd316 3 minutes ago 16.9MB 17:26:52 docker-support-scheduler-go-arm64 latest b00c45913e2c 3 minutes ago 16.4MB 17:26:52 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:26:53 ---> job-cost.sh 17:26:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8tVi 17:27:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:29:09 lf-activate-venv(): INFO: Adding /tmp/venv-8tVi/bin to PATH 17:29:09 INFO: No Stack... 17:29:09 INFO: Retrieving Pricing Info for: lf-standard-4 17:29:09 INFO: Archiving Costs [Pipeline] sh 17:29:09 + cat /w/workspace/edgex-go/28/archives/cost.csv 17:29:09 + cut -d, -f6 [Pipeline] lock 17:29:10 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] 17:29:10 Resource [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] did not exist. Created. 17:29:10 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3328-28-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:29:10 + echo total: 0.20999999344348907 [Pipeline] stash 17:29:10 Stashed 1 file(s) [Pipeline] } 17:29:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3328-28-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 17:29:12 provisioning config files... 17:29:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/28@tmp/config5720367694050313377tmp [Pipeline] { [Pipeline] sh 17:29:13 + set +x 17:29:13 + curl -s https://codecov.io/bash 17:29:13 + bash -s -- 17:29:13 17:29:13 _____ _ 17:29:13 / ____| | | 17:29:13 | | ___ __| | ___ ___ _____ __ 17:29:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:29:13 | |___| (_) | (_| | __/ (_| (_) \ V / 17:29:13 \_____\___/ \__,_|\___|\___\___/ \_/ 17:29:13 Bash-20210309-2b87ace 17:29:13 17:29:13 17:29:13 ==> git version 2.24.3 found 17:29:13 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:29:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:29:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:29:14 ==> Jenkins CI detected. 17:29:14 project root: . 17:29:14 --> token set from env 17:29:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:29:14 ==> Running gcov in . (disable via -X gcov) 17:29:14 ==> Python coveragepy not found 17:29:14 ==> Searching for coverage reports in: 17:29:14 + . 17:29:14 -> Found 1 reports 17:29:14 ==> Detecting git/mercurial file structure 17:29:14 ==> Reading reports 17:29:14 + ./coverage.out bytes=703019 17:29:14 ==> Appending adjustments 17:29:14 https://docs.codecov.io/docs/fixing-reports 17:29:17 + Found adjustments 17:29:17 ==> Gzipping contents 17:29:17 100K /tmp/codecov.gZhKZw.gz 17:29:17 ==> Uploading reports 17:29:17 url: https://codecov.io 17:29:17 query: branch=PR-3328&commit=e6065670e33794bfc0a0c09c8b7c2415aa3329f0&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= 17:29:17 -> Pinging Codecov 17:29:17 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3328&commit=e6065670e33794bfc0a0c09c8b7c2415aa3329f0&build=28&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3328%2F28%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3328&job=&cmd_args= 17:29:18 -> Uploading to 17:29:18 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/00271124DB129430A58F1EEE437C3FCB/e6065670e33794bfc0a0c09c8b7c2415aa3329f0/dbc527c5-7b2b-401d-9e5c-6e49df3005e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T172918Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1de846f97c27fcda34a992f361c8b34251d33f9972cf3df0f29f6308e4e590fa 17:29:18 % Total % Received % Xferd Average Speed Time Time Time Current 17:29:18 Dload Upload Total Spent Left Speed 17:29:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 224k --:--:-- --:--:-- --:--:-- 224k 17:29:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e6065670e33794bfc0a0c09c8b7c2415aa3329f0 [Pipeline] } 17:29:18 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 17:29:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:29:21 ---> package-listing.sh 17:29:21 ++ facter osfamily 17:29:21 ++ tr '[:upper:]' '[:lower:]' 17:29:21 + OS_FAMILY=redhat 17:29:21 + workspace=/w/workspace/edgex-go/28 17:29:21 + START_PACKAGES=/tmp/packages_start.txt 17:29:21 + END_PACKAGES=/tmp/packages_end.txt 17:29:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:29:21 + PACKAGES=/tmp/packages_start.txt 17:29:21 + '[' /w/workspace/edgex-go/28 ']' 17:29:21 + PACKAGES=/tmp/packages_end.txt 17:29:21 + case "${OS_FAMILY}" in 17:29:21 + rpm -qa 17:29:21 + sort 17:29:27 + '[' -f /tmp/packages_start.txt ']' 17:29:27 + '[' -f /tmp/packages_end.txt ']' 17:29:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:29:27 + '[' /w/workspace/edgex-go/28 ']' 17:29:27 + mkdir -p /w/workspace/edgex-go/28/archives/ 17:29:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/28/archives/ [Pipeline] echo 17:29:27 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/28/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:29:27 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:29:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:28 17:29:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:29:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:28 alpine: Pulling from edgex-lftools-log-publisher 17:29:28 df20fa9351a1: Pulling fs layer 17:29:28 36b3adc4ff6f: Pulling fs layer 17:29:28 8ad3a11d3b57: Pulling fs layer 17:29:28 46f8f816bc3b: Pulling fs layer 17:29:28 93b61091891f: Pulling fs layer 17:29:28 93b9cdb0e59b: Pulling fs layer 17:29:28 5e14af77c1be: Pulling fs layer 17:29:28 01666e4c0597: Pulling fs layer 17:29:28 aa168da1d23b: Pulling fs layer 17:29:28 46f8f816bc3b: Waiting 17:29:28 93b9cdb0e59b: Waiting 17:29:28 93b61091891f: Waiting 17:29:28 5e14af77c1be: Waiting 17:29:28 01666e4c0597: Waiting 17:29:28 aa168da1d23b: Waiting 17:29:28 36b3adc4ff6f: Verifying Checksum 17:29:28 36b3adc4ff6f: Download complete 17:29:28 46f8f816bc3b: Download complete 17:29:28 df20fa9351a1: Verifying Checksum 17:29:28 df20fa9351a1: Download complete 17:29:28 93b9cdb0e59b: Verifying Checksum 17:29:28 93b9cdb0e59b: Download complete 17:29:28 5e14af77c1be: Verifying Checksum 17:29:28 5e14af77c1be: Download complete 17:29:28 93b61091891f: Verifying Checksum 17:29:28 93b61091891f: Download complete 17:29:28 01666e4c0597: Verifying Checksum 17:29:28 01666e4c0597: Download complete 17:29:29 8ad3a11d3b57: Verifying Checksum 17:29:29 8ad3a11d3b57: Download complete 17:29:29 df20fa9351a1: Pull complete 17:29:29 36b3adc4ff6f: Pull complete 17:29:30 8ad3a11d3b57: Pull complete 17:29:31 aa168da1d23b: Verifying Checksum 17:29:31 aa168da1d23b: Download complete 17:29:33 46f8f816bc3b: Pull complete 17:29:33 93b61091891f: Pull complete 17:29:33 93b9cdb0e59b: Pull complete 17:29:33 5e14af77c1be: Pull complete 17:29:33 01666e4c0597: Pull complete 17:29:41 aa168da1d23b: Pull complete 17:29:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:29:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:29:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:29:42 prd-centos7-docker-4c-2g-33330 does not seem to be running inside a container 17:29:42 $ 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/28/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/28 -v /w/workspace/edgex-go/28:/w/workspace/edgex-go/28:rw,z -v /w/workspace/edgex-go/28@tmp:/w/workspace/edgex-go/28@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:29:45 $ docker top c5c5498743aa5a2ee73bfc4c80b568f12575813833eea650a89a54d414900e4f -eo pid,comm [Pipeline] { [Pipeline] sh 17:29:46 + touch /tmp/pre-build-complete [Pipeline] sh 17:29:46 + mkdir -p /var/log/sa [Pipeline] sh 17:29:47 + ls /var/log/sa-host 17:29:47 + sadf -c /var/log/sa-host/sa08 17:29:47 file_magic: OK 17:29:47 HZ: Using current value: 100 17:29:47 file_header: OK 17:29:47 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 17:29:47 Statistics: 17:29:47 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... 17:29:47 File successfully converted to sysstat format version 12.2.1 17:29:47 + sadf -c /var/log/sa-host/sa23 17:29:47 file_magic: OK 17:29:47 HZ: Using current value: 100 17:29:47 file_header: OK 17:29:47 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 17:29:47 Statistics: 17:29:47 Hnuu...uuuununununu... 17:29:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:29:47 provisioning config files... 17:29:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/28@tmp/config6436594322793946389tmp [Pipeline] { [Pipeline] echo 17:29:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:29:48 ---> create-netrc.sh [Pipeline] } 17:29:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:29:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:29:48 ---> python-tools-install.sh [Pipeline] echo 17:29:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:29:49 ---> sudo-logs.sh 17:29:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:29:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:29:49 ---> job-cost.sh 17:29:49 lf-activate-venv: SKIPPING 17:29:49 DEBUG: total: 0.20999999344348907 17:29:49 INFO: Retrieving Stack Cost... 17:29:50 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:50 INFO: Archiving Costs [Pipeline] echo 17:29:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:29:51 ---> logs-deploy.sh 17:29:51 lf-activate-venv: SKIPPING 17:29:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3328/28 17:29:51 INFO: archiving workspace using pattern(s): 17:29:53 Archives upload complete. 17:29:53 INFO: archiving logs to Nexus