Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1b48b7d4a8689bfc227836ea5570b06a06206db1+cb9c2e341f41af7151c441ed572f1003f1e13be3 (4e41090f3d40d4aa53eed597351c814b03469f41) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33485 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/61 [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/61 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # 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 cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:01:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:01:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:01:38 ========================================================= 23:01:38 EdgeX Global Pipelines Version Info 23:01:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2efd505dd01d0296155b996f9ea2f2fd659ef945 # timeout=10 23:01:39 ------------------- 23:01:39 stable info: 23:01:39 ------------------- 23:01:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:01:39 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:01:39 Message: update stable to v1.0.186 23:01:40 ------------------- 23:01:40 experimental info: 23:01:40 ------------------- 23:01:40 Commited By: **** collab-it+edgex@linuxfoundation.org 23:01:40 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 23:01:40 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:01:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:01:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1b48b7d4a8689bfc227836ea5570b06a06206db1 [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1b48b7d [Pipeline] echo 23:01:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:01:43 provisioning config files... 23:01:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6256941303014900112tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:01:44 ---> docker-login.sh 23:01:44 nexus3.edgexfoundry.org:10001 23:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:44 Configure a credential helper to remove this warning. See 23:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:44 23:01:44 Login Succeeded 23:01:44 nexus3.edgexfoundry.org:10002 23:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:44 Configure a credential helper to remove this warning. See 23:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:44 23:01:44 Login Succeeded 23:01:44 nexus3.edgexfoundry.org:10003 23:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:44 Configure a credential helper to remove this warning. See 23:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:44 23:01:44 Login Succeeded 23:01:44 nexus3.edgexfoundry.org:10004 23:01:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:44 Configure a credential helper to remove this warning. See 23:01:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:44 23:01:44 Login Succeeded 23:01:44 docker.io 23:01:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:45 Configure a credential helper to remove this warning. See 23:01:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:45 23:01:45 Login Succeeded 23:01:45 ---> docker-login.sh ends [Pipeline] } 23:01:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:45 ++ 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 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/core-command/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo core-command,cmd/core-command/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/core-data/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo core-data,cmd/core-data/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/core-metadata/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo core-metadata,cmd/core-metadata/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/security-bootstrapper/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/security-proxy-setup/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/support-notifications/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo support-notifications,cmd/support-notifications/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/support-scheduler/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:01:45 + for file in '`ls cmd/**/Dockerfile`' 23:01:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:01:45 ++ cut -d/ -f2 23:01:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:01:45 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 23:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:46 23:01:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:01:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:47 latest: Pulling from edgex-devops/git-semver 23:01:47 31603596830f: Pulling fs layer 23:01:47 2a8b12db71e7: Pulling fs layer 23:01:47 6ca5941a6612: Pulling fs layer 23:01:47 ecc8261a40a4: Pulling fs layer 23:01:47 ecc8261a40a4: Waiting 23:01:47 2a8b12db71e7: Verifying Checksum 23:01:47 2a8b12db71e7: Download complete 23:01:47 31603596830f: Verifying Checksum 23:01:47 31603596830f: Download complete 23:01:47 ecc8261a40a4: Verifying Checksum 23:01:47 ecc8261a40a4: Download complete 23:01:47 6ca5941a6612: Verifying Checksum 23:01:47 6ca5941a6612: Download complete 23:01:47 31603596830f: Pull complete 23:01:47 2a8b12db71e7: Pull complete 23:01:48 6ca5941a6612: Pull complete 23:01:48 ecc8261a40a4: Pull complete 23:01:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:01:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:01:49 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:01:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:01:51 $ docker top 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:51 [ssh-agent] Looking for ssh-agent implementation... 23:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:52 $ docker exec 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent 23:01:52 SSH_AUTH_SOCK=/tmp/ssh-DWNnx1TZjznc/agent.13 23:01:52 SSH_AGENT_PID=19 23:01:52 Running ssh-add (command line suppressed) 23:01:52 Identity added: /w/workspace/edgex-go/61@tmp/private_key_8979538751765592728.key (/w/workspace/edgex-go/61@tmp/private_key_8979538751765592728.key) 23:01:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:52 + git tag --points-at HEAD [Pipeline] } 23:01:52 $ docker exec --env ******** --env ******** 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent -k 23:01:52 unset SSH_AUTH_SOCK; 23:01:52 unset SSH_AGENT_PID; 23:01:52 echo Agent pid 19 killed; 23:01:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:01:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:53 [ssh-agent] Looking for ssh-agent implementation... 23:01:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:53 $ docker exec 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent 23:01:53 SSH_AUTH_SOCK=/tmp/ssh-mGXsFzzNJCHu/agent.48 23:01:53 SSH_AGENT_PID=53 23:01:53 Running ssh-add (command line suppressed) 23:01:53 Identity added: /w/workspace/edgex-go/61@tmp/private_key_548509630606692118.key (/w/workspace/edgex-go/61@tmp/private_key_548509630606692118.key) 23:01:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:53 + git semver init 23:01:53 # -> Open(): unable to determine branch for HEAD 23:01:53 # $GIT_DIR = /w/workspace/edgex-go/61/.git 23:01:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/61 23:01:53 # $SEMVER_REMOTE_NAME = origin 23:01:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:01:53 # $SEMVER_USER_NAME = edgex-jenkins 23:01:53 # $SEMVER_BRANCH = PR-3234 23:01:53 # $SEMVER_TEMP = /tmp/semver-765383003 23:01:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:02:15 # '/tmp/semver-765383003' -> '/w/workspace/edgex-go/61/.semver' 23:02:15 # -> Force: false 23:02:15 # $SEMVER_DIR = /w/workspace/edgex-go/61/.semver [Pipeline] } 23:02:15 $ docker exec --env ******** --env ******** 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a ssh-agent -k 23:02:16 unset SSH_AUTH_SOCK; 23:02:16 unset SSH_AGENT_PID; 23:02:16 echo Agent pid 53 killed; 23:02:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:16 + git semver [Pipeline] } 23:02:16 $ docker stop --time=1 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a 23:02:18 $ docker rm -f 27b6854cc060aaddc9036e55c20d120dd4b407fe627c0a7ba2318ea519b4641a [Pipeline] // withDockerContainer [Pipeline] sh 23:02:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:02:19 Stashed 1 file(s) [Pipeline] echo 23:02:19 [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 23:02:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:02:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:02:21 + sudo service docker restart 23:02:21 + true 23:02:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:02:21 ========================================================= 23:02:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:02:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:02:22 + 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 . 23:02:26 Sending build context to Docker daemon 329.3MB 23:02:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:02:26 Step 2/6 : FROM ${BASE} 23:02:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:02:26 188c0c94c7c5: Pulling fs layer 23:02:26 0ef7d3d256c8: Pulling fs layer 23:02:26 de9db76c5a1d: Pulling fs layer 23:02:26 bca2f99d35d6: Pulling fs layer 23:02:26 93359f2a8cfa: Pulling fs layer 23:02:26 7c6f9722023f: Pulling fs layer 23:02:26 a35cf1a2eb13: Pulling fs layer 23:02:26 bca2f99d35d6: Waiting 23:02:26 93359f2a8cfa: Waiting 23:02:26 7c6f9722023f: Waiting 23:02:26 a35cf1a2eb13: Waiting 23:02:26 de9db76c5a1d: Verifying Checksum 23:02:26 de9db76c5a1d: Download complete 23:02:26 0ef7d3d256c8: Verifying Checksum 23:02:26 0ef7d3d256c8: Download complete 23:02:26 93359f2a8cfa: Verifying Checksum 23:02:26 93359f2a8cfa: Download complete 23:02:26 188c0c94c7c5: Download complete 23:02:26 7c6f9722023f: Download complete 23:02:26 188c0c94c7c5: Pull complete 23:02:26 0ef7d3d256c8: Pull complete 23:02:27 de9db76c5a1d: Pull complete 23:02:28 a35cf1a2eb13: Verifying Checksum 23:02:28 a35cf1a2eb13: Download complete 23:02:28 bca2f99d35d6: Verifying Checksum 23:02:28 bca2f99d35d6: Download complete 23:02:33 bca2f99d35d6: Pull complete 23:02:33 93359f2a8cfa: Pull complete 23:02:33 7c6f9722023f: Pull complete 23:02:35 Still waiting to schedule task 23:02:35 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 23:02:40 a35cf1a2eb13: Pull complete 23:02:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:02:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:02:40 ---> a62c8e92a672 23:02:40 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:02:40 ---> Running in 03318c097760 23:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:42 (1/12) Installing libmagic (5.38-r0) 23:02:42 (2/12) Installing file (5.38-r0) 23:02:42 (3/12) Installing libc-dev (0.7.2-r3) 23:02:42 (4/12) Installing g++ (9.3.0-r2) 23:02:45 (5/12) Installing fortify-headers (1.1-r0) 23:02:45 (6/12) Installing patch (2.7.6-r6) 23:02:45 (7/12) Installing build-base (0.5-r2) 23:02:45 (8/12) Installing libsodium (1.0.18-r0) 23:02:45 (9/12) Installing pkgconf (1.7.2-r0) 23:02:46 (10/12) Installing libsodium-dev (1.0.18-r0) 23:02:46 (11/12) Installing libzmq (4.3.3-r0) 23:02:46 (12/12) Installing zeromq-dev (4.3.3-r0) 23:02:46 Executing busybox-1.31.1-r19.trigger 23:02:46 OK: 233 MiB in 51 packages 23:02:50 Removing intermediate container 03318c097760 23:02:50 ---> 0e4644feca79 23:02:50 Step 4/6 : WORKDIR /edgex-go 23:02:50 ---> Running in 245a541f0a41 23:02:50 Removing intermediate container 245a541f0a41 23:02:50 ---> 410496af7f5d 23:02:50 Step 5/6 : COPY go.mod . 23:02:50 ---> 4b7d254e9b48 23:02:50 Step 6/6 : RUN go mod download 23:02:50 ---> Running in c1750c4fdb41 23:03:12 Removing intermediate container c1750c4fdb41 23:03:12 ---> 2b50953249fc 23:03:12 Successfully built 2b50953249fc 23:03:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:03:12 + docker inspect -f . ci-base-image-x86_64 23:03:12 . [Pipeline] withDockerContainer 23:03:13 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:03:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:13 $ docker top eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:03:14 + go version 23:03:14 go version go1.15.5 linux/amd64 [Pipeline] } 23:03:14 $ docker stop --time=1 eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 23:03:15 $ docker rm -f eb647b049ffda318e2097bcbe597976323d5ad8726e2b952bb7cb0d8eedc71c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:03:16 + docker inspect -f . ci-base-image-x86_64 23:03:16 . [Pipeline] withDockerContainer 23:03:16 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:03:16 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:03:17 $ docker top aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda -eo pid,comm [Pipeline] { [Pipeline] echo 23:03:17 ========================================================= 23:03:17 [edgeXBuildGoParallel] Running Tests and Build... 23:03:17 ========================================================= [Pipeline] sh 23:03:18 + make test 23:03:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:03:26 ? github.com/edgexfoundry/edgex-go [no test files] 23:03:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:03:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:03:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:03:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:03:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:03:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:03:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:03:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:03:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:03:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.079s coverage: 19.8% of statements 23:03:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 71.3% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:04:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 23:04:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.074s coverage: 100.0% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.136s coverage: 97.5% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:04:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:04:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 92.8% of statements 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:04:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.084s coverage: 79.5% of statements 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 23:04:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 23:04:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 23:04:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 23:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.251s coverage: 81.5% of statements 23:04:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:04:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.6% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.6% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 69.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.111s coverage: 38.4% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.057s coverage: 11.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.134s coverage: 87.1% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 95.6% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:04:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 23:04:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:04:33 GO111MODULE=on go vet ./... 23:04:59 gofmt -l . 23:04:59 [ "`gofmt -l .`" = "" ] 23:05:00 ./bin/test-go-mod-tidy.sh 23:05:00 ./bin/test-attribution-txt.sh [Pipeline] sh 23:05:01 + ls -al . 23:05:01 total 808 23:05:01 drwxrwxr-x 10 1001 1001 4096 Apr 9 23:05 . 23:05:01 drwxr-xr-x 4 root root 30 Apr 9 23:03 .. 23:05:01 -rw-rw-r-- 1 1001 1001 11 Apr 9 23:01 .dockerignore 23:05:01 drwxrwxr-x 8 1001 1001 179 Apr 9 23:01 .git 23:05:01 drwxrwxr-x 3 1001 1001 125 Apr 9 23:01 .github 23:05:01 -rw-rw-r-- 1 1001 1001 818 Apr 9 23:01 .gitignore 23:05:01 drwx------ 3 1001 1001 60 Apr 9 23:02 .semver 23:05:01 -rw-rw-r-- 1 1001 1001 166 Apr 9 23:01 .sonarcloud.properties 23:05:01 -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:01 Attribution.txt 23:05:01 -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:01 CONTRIBUTING.md 23:05:01 -rw-rw-r-- 1 1001 1001 931 Apr 9 23:01 Dockerfile.build 23:05:01 -rw-rw-r-- 1 1001 1001 863 Apr 9 23:01 Jenkinsfile 23:05:01 -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:01 LICENSE 23:05:01 -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:01 Makefile 23:05:01 -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:01 README.md 23:05:01 -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:01 SECURITY.md 23:05:01 -rw-rw-r-- 1 1001 1001 5 Apr 9 23:02 VERSION 23:05:01 -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:01 ZMQWindows.md 23:05:01 drwxrwxr-x 2 1001 1001 117 Apr 9 23:01 bin 23:05:01 drwxrwxr-x 14 1001 1001 4096 Apr 9 23:01 cmd 23:05:01 -rw-r--r-- 1 root root 697383 Apr 9 23:04 coverage.out 23:05:01 -rw-r--r-- 1 root root 1057 Apr 9 23:05 go.mod 23:05:01 -rw-r--r-- 1 root root 22480 Apr 9 23:05 go.sum 23:05:01 drwxrwxr-x 8 1001 1001 127 Apr 9 23:01 internal 23:05:01 drwxrwxr-x 4 1001 1001 26 Apr 9 23:01 openapi 23:05:01 drwxrwxr-x 4 1001 1001 71 Apr 9 23:01 snap 23:05:01 -rw-rw-r-- 1 1001 1001 168 Apr 9 23:01 version.go [Pipeline] sh 23:05:02 + '[' -e coverage.out ] 23:05:02 + chown 1001:1001 coverage.out [Pipeline] stash 23:05:02 Stashed 1 file(s) [Pipeline] sh 23:05:02 + make build 23:05:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:05:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:05:14 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 23:05:15 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 23:05:17 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 23:05:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:05:18 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 23:05:20 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 23:05:21 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 23:05:22 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 23:05:23 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 23:05:25 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 23:05:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33491 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] } 23:05:27 $ docker stop --time=1 aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda 23:05:28 $ docker rm -f aa056a6288173d32ba45f0b97a82d7974d710bb2371608280b8096fe351addda [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] ws 23:05:29 Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] checkout [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:32 23:05:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:32 latest: Pulling from edgex-devops/edgex-compose 23:05:32 cbdbe7a5bc2a: Pulling fs layer 23:05:32 ca9280d653b3: Pulling fs layer 23:05:32 7e9c9ca2126c: Pulling fs layer 23:05:33 cbdbe7a5bc2a: Verifying Checksum 23:05:33 cbdbe7a5bc2a: Download complete 23:05:33 ca9280d653b3: Verifying Checksum 23:05:33 ca9280d653b3: Download complete 23:05:33 cbdbe7a5bc2a: Pull complete 23:05:34 using credential edgex-jenkins-ssh 23:05:34 Cloning the remote Git repository 23:05:34 7e9c9ca2126c: Download complete 23:05:35 ca9280d653b3: Pull complete 23:05:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:05:34 > git init /w/workspace/edgex-go/61 # timeout=10 23:05:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:05:34 > git --version # timeout=10 23:05:34 > git --version # 'git version 2.17.1' 23:05:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:41 7e9c9ca2126c: Pull complete 23:05:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:05:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:05:41 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:05:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:43 $ docker top 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:44 + docker-compose build --help 23:05:44 + grep parallel 23:05:45 --parallel Build images in parallel. [Pipeline] } 23:05:45 $ docker stop --time=1 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 23:05:46 $ docker rm -f 20a416e5d30e296db70d37f75ad43c28f6f0f778393c85b96fb2902265448e73 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:47 . [Pipeline] withDockerContainer 23:05:47 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:05:47 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:48 $ docker top d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:48 + docker-compose -f ./docker-compose-build.yml build --parallel 23:05:49 Building docker-core-command-go ... 23:05:49 Building docker-core-data-go ... 23:05:49 Building docker-core-metadata-go ... 23:05:49 Building docker-security-bootstrapper-go ... 23:05:49 Building docker-security-proxy-setup-go ... 23:05:49 Building docker-security-secretstore-setup-go ... 23:05:49 Building docker-support-notifications-go ... 23:05:49 Building docker-support-scheduler-go ... 23:05:49 Building docker-sys-mgmt-agent-go ... 23:05:49 Building docker-core-metadata-go 23:05:49 Building docker-sys-mgmt-agent-go 23:05:49 Building docker-support-scheduler-go 23:05:49 Building docker-security-proxy-setup-go 23:05:49 Building docker-security-bootstrapper-go 23:05:51 Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 23:05:51 Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 23:05:51 Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) 23:05:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:05:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:05:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:05:50 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:05:51 > git config core.sparsecheckout # timeout=10 23:05:51 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 23:05:51 > git remote # timeout=10 23:05:51 > git config --get remote.origin.url # timeout=10 23:05:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:51 > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 23:05:51 > git rev-parse HEAD^{commit} # timeout=10 23:05:51 > git config core.sparsecheckout # timeout=10 23:05:51 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 23:05:56 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:05:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:58 + sudo service docker+ restart 23:05:58 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:06:00 provisioning config files... 23:06:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/61@tmp/config6326851100977153571tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:01 ---> docker-login.sh 23:06:01 nexus3.edgexfoundry.org:10001 23:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:02 Configure a credential helper to remove this warning. See 23:06:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:02 23:06:02 Login Succeeded 23:06:02 nexus3.edgexfoundry.org:10002 23:06:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:03 Configure a credential helper to remove this warning. See 23:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:03 23:06:03 Login Succeeded 23:06:03 nexus3.edgexfoundry.org:10003 23:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:03 Configure a credential helper to remove this warning. See 23:06:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:03 23:06:03 Login Succeeded 23:06:03 nexus3.edgexfoundry.org:10004 23:06:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:04 Configure a credential helper to remove this warning. See 23:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:04 23:06:04 Login Succeeded 23:06:04 docker.io 23:06:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:04 Configure a credential helper to remove this warning. See 23:06:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:04 23:06:04 Login Succeeded 23:06:04 ---> docker-login.sh ends [Pipeline] } 23:06:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:06:05 ========================================================= 23:06:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:06:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:05 + 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 . 23:06:08 Sending build context to Docker daemon 167.2MB 23:06:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:06:08 Step 2/6 : FROM ${BASE} 23:06:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:06:08 5f621e34cdf4: Pulling fs layer 23:06:08 a4357932f1b6: Pulling fs layer 23:06:08 18c013af1878: Pulling fs layer 23:06:08 00ac8860ef70: Pulling fs layer 23:06:08 63d7cb157983: Pulling fs layer 23:06:08 b116817d02f9: Pulling fs layer 23:06:08 745a02a5169b: Pulling fs layer 23:06:08 00ac8860ef70: Waiting 23:06:08 63d7cb157983: Waiting 23:06:08 b116817d02f9: Waiting 23:06:08 745a02a5169b: Waiting 23:06:08 18c013af1878: Download complete 23:06:08 a4357932f1b6: Verifying Checksum 23:06:08 a4357932f1b6: Download complete 23:06:08 63d7cb157983: Verifying Checksum 23:06:08 63d7cb157983: Download complete 23:06:08 b116817d02f9: Verifying Checksum 23:06:08 b116817d02f9: Download complete 23:06:08 5f621e34cdf4: Verifying Checksum 23:06:08 5f621e34cdf4: Download complete 23:06:09 5f621e34cdf4: Pull complete 23:06:10 a4357932f1b6: Pull complete 23:06:10 18c013af1878: Pull complete 23:06:11 745a02a5169b: Verifying Checksum 23:06:11 745a02a5169b: Download complete 23:06:12 00ac8860ef70: Verifying Checksum 23:06:12 00ac8860ef70: Download complete 23:06:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:06:21 ---> 2b50953249fc 23:06:21 Step 3/26 : WORKDIR /edgex-go 23:06:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:06:21 ---> 2b50953249fc 23:06:21 Step 3/31 : WORKDIR /edgex-go 23:06:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:06:21 ---> 2b50953249fc 23:06:21 Step 3/21 : WORKDIR /edgex-go 23:06:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:21 ---> 2b50953249fc 23:06:21 Step 3/22 : WORKDIR /edgex-go 23:06:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:06:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:06:21 ---> 2b50953249fc 23:06:21 Step 3/23 : WORKDIR /edgex-go 23:06:22 00ac8860ef70: Pull complete 23:06:22 ---> Running in 5b9303ed9a48 23:06:22 ---> Running in cae571f6309d 23:06:22 ---> Running in 1d7c2a1cc2c1 23:06:22 ---> Running in 845295bb3448 23:06:22 ---> Running in ac78f658107a 23:06:23 63d7cb157983: Pull complete 23:06:23 Removing intermediate container 5b9303ed9a48 23:06:23 ---> 030762545b97 23:06:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:23 Removing intermediate container 845295bb3448 23:06:23 ---> d56b86165744 23:06:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:23 Removing intermediate container cae571f6309d 23:06:23 ---> f3fb9a99bceb 23:06:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:23 Removing intermediate container ac78f658107a 23:06:23 ---> 2c7a9298f41a 23:06:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:23 Removing intermediate container 1d7c2a1cc2c1 23:06:23 ---> 954bb07c7450 23:06:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:23 ---> Running in e36fd817ff5f 23:06:23 ---> Running in e405df752ac6 23:06:23 ---> Running in 973612de6ba7 23:06:23 ---> Running in 213fa12f7aa2 23:06:23 ---> Running in 086e9abf84b2 23:06:23 b116817d02f9: Pull complete 23:06:25 Removing intermediate container 973612de6ba7 23:06:25 ---> cb3536c55119 23:06:25 Step 5/21 : RUN apk add --update --no-cache make git 23:06:25 Removing intermediate container 086e9abf84b2 23:06:25 ---> 8fd68c13f283 23:06:25 Step 5/31 : RUN apk add --update --no-cache make git 23:06:25 ---> Running in 4925117896b6 23:06:25 Removing intermediate container e36fd817ff5f 23:06:25 ---> 3cba1b83cc6b 23:06:25 Step 5/23 : RUN apk add --update --no-cache make git 23:06:25 ---> Running in 206e7ddb274e 23:06:25 ---> Running in 5057ce871ccf 23:06:25 Removing intermediate container 213fa12f7aa2 23:06:25 ---> c4d9a3578ed0 23:06:25 Step 5/26 : RUN apk add --update --no-cache make bash git 23:06:25 Removing intermediate container e405df752ac6 23:06:25 ---> 8d42573da87e 23:06:25 Step 5/22 : RUN apk add --update --no-cache make git 23:06:26 ---> Running in ba373a059959 23:06:26 ---> Running in 4b83393636af 23:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:27 745a02a5169b: Pull complete 23:06:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:06:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:06:27 ---> b7e6874047d6 23:06:27 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 23:06:27 OK: 233 MiB in 51 packages 23:06:27 OK: 233 MiB in 51 packages 23:06:27 OK: 233 MiB in 51 packages 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:28 OK: 233 MiB in 51 packages 23:06:28 Removing intermediate container 4925117896b6 23:06:28 ---> 18368a2cf7e5 23:06:28 Step 6/21 : COPY go.mod . 23:06:28 Removing intermediate container 206e7ddb274e 23:06:28 ---> 5e41e4160679 23:06:28 Step 6/31 : COPY go.mod . 23:06:28 Removing intermediate container 5057ce871ccf 23:06:28 ---> 95715b1324f7 23:06:28 Step 6/23 : COPY go.mod . 23:06:28 OK: 233 MiB in 51 packages 23:06:28 ---> bd6fcafce703 23:06:28 Step 7/21 : RUN go mod download 23:06:29 ---> Running in 380a9d291b86 23:06:29 ---> e97c4a56497d 23:06:29 Step 7/31 : RUN go mod download 23:06:29 Removing intermediate container 4b83393636af 23:06:29 ---> ef5327f26e0e 23:06:29 Step 6/22 : COPY go.mod . 23:06:29 ---> 0697a9ffd7d4 23:06:29 Step 7/23 : RUN go mod download 23:06:29 ---> Running in 170878e92ddb 23:06:29 ---> Running in 1f6a4893d1f0 23:06:29 ---> c037f629282d 23:06:29 Step 7/22 : RUN go mod download 23:06:29 ---> Running in 800721c1d7cb 23:06:29 Removing intermediate container ba373a059959 23:06:29 ---> e9107f43f9be 23:06:29 Step 6/26 : COPY go.mod . 23:06:30 ---> 1fb87803ba7c 23:06:30 Step 7/26 : RUN go mod download 23:06:30 ---> Running in 8abfaa21961a 23:06:31 ---> Running in dd8d73cb967c 23:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:32 Removing intermediate container 800721c1d7cb 23:06:32 ---> 68c66c6165fa 23:06:32 Step 8/22 : COPY . . 23:06:32 Removing intermediate container 380a9d291b86 23:06:32 ---> 912e3a20c97f 23:06:32 Step 8/21 : COPY . . 23:06:32 Removing intermediate container 170878e92ddb 23:06:32 ---> 2b11cd03eb59 23:06:32 Step 8/31 : COPY . . 23:06:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:32 Removing intermediate container 1f6a4893d1f0 23:06:32 ---> ed5048b050ab 23:06:32 Step 8/23 : COPY . . 23:06:33 (1/12) Installing libmagic (5.38-r0) 23:06:33 (2/12) Installing file (5.38-r0) 23:06:33 (3/12) Installing libc-dev (0.7.2-r3) 23:06:33 (4/12) Installing g++ (9.3.0-r2) 23:06:37 Removing intermediate container 8abfaa21961a 23:06:37 ---> 018579578553 23:06:37 Step 8/26 : COPY . . 23:06:37 (5/12) Installing fortify-headers (1.1-r0) 23:06:37 (6/12) Installing patch (2.7.6-r6) 23:06:37 (7/12) Installing build-base (0.5-r2) 23:06:37 (8/12) Installing libsodium (1.0.18-r0) 23:06:37 (9/12) Installing pkgconf (1.7.2-r0) 23:06:37 (10/12) Installing libsodium-dev (1.0.18-r0) 23:06:37 (11/12) Installing libzmq (4.3.3-r0) 23:06:37 (12/12) Installing zeromq-dev (4.3.3-r0) 23:06:37 Executing busybox-1.31.1-r19.trigger 23:06:37 OK: 217 MiB in 51 packages 23:06:41 Removing intermediate container dd8d73cb967c 23:06:41 ---> e17f97e359a3 23:06:41 Step 4/6 : WORKDIR /edgex-go 23:06:41 ---> Running in 8d72b0b573bf 23:06:42 Removing intermediate container 8d72b0b573bf 23:06:42 ---> 79c33823c74f 23:06:42 Step 5/6 : COPY go.mod . 23:06:43 ---> 0ef198c176e9 23:06:43 Step 6/6 : RUN go mod download 23:06:43 ---> Running in ef22d4a0ca57 23:07:10 Removing intermediate container ef22d4a0ca57 23:07:10 ---> 5986ac995ad2 23:07:10 Successfully built 5986ac995ad2 23:07:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:10 + docker inspect -f . ci-base-image-arm64 23:07:10 . [Pipeline] withDockerContainer 23:07:10 prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container 23:07:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:12 $ docker top ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:13 + go version 23:07:13 go version go1.15.5 linux/arm64 [Pipeline] } 23:07:13 $ docker stop --time=1 ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 23:07:15 $ docker rm -f ba63c683a3283302664a6239a57fe63ff23c63d5706210d86602385144bad546 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:16 ---> 6dea7b05e9c8 23:07:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:07:16 ---> 60036280ee4e 23:07:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:07:16 ---> ee4f9780d454 23:07:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:07:16 ---> afc22555b10e 23:07:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:07:16 ---> 4781ecbd01e3 23:07:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:07:16 ---> Running in 01bbb57542af 23:07:16 ---> Running in a59fe47e305b 23:07:16 ---> Running in 9c43040e63f4 23:07:16 ---> Running in 8b800cfe0c7c 23:07:16 ---> Running in cc5f097e2c5a 23:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:07:16 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 23:07:16 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 23:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:07:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:07:16 + docker inspect -f . ci-base-image-arm64 23:07:16 . [Pipeline] withDockerContainer 23:07:16 prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container 23:07:16 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:17 $ docker top 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed -eo pid,comm [Pipeline] { [Pipeline] echo 23:07:18 ========================================================= 23:07:18 [edgeXBuildGoParallel] Running Tests and Build... 23:07:18 ========================================================= [Pipeline] sh 23:07:19 + make test 23:07:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:07:41 ? github.com/edgexfoundry/edgex-go [no test files] 23:07:42 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 23:07:52 Removing intermediate container 9c43040e63f4 23:07:52 ---> c35a310b396c 23:07:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:07:52 Removing intermediate container 8b800cfe0c7c 23:07:52 Removing intermediate container cc5f097e2c5a 23:07:52 ---> 8616b1bcd4ea 23:07:52 ---> b16fbc345a21 23:07:52 23:07:52 Step 10/31 : FROM alpine:3.12 23:07:52 23:07:52 Step 10/22 : FROM alpine:3.12 23:07:52 3.12: Pulling from library/alpine 23:07:52 3.12: Pulling from library/alpine 23:07:53 Removing intermediate container 01bbb57542af 23:07:53 ---> 216174b13be7 23:07:53 23:07:53 Step 10/21 : FROM alpine:3.12 23:07:53 3.12: Pulling from library/alpine 23:07:54 ---> Running in 3da067f94fe5 23:07:54 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:07:54 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:07:54 Status: Downloaded newer image for alpine:3.12 23:07:54 Status: Image is up to date for alpine:3.12 23:07:54 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:07:54 Status: Image is up to date for alpine:3.12 23:07:54 ---> 7230e588e954 23:07:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:07:54 ---> 7230e588e954 23:07:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:07:54 ---> 7230e588e954 23:07:54 Step 11/21 : RUN apk add --update --no-cache curl 23:07:55 ---> Running in f0a67b2d6700 23:07:55 ---> Running in 1c6d3c71c10c 23:07:55 ---> Running in 73aea7f194d7 23:07:55 Removing intermediate container a59fe47e305b 23:07:55 ---> a7c2735ce90e 23:07:55 23:07:55 Step 10/23 : FROM alpine:3.12 23:07:55 ---> 7230e588e954 23:07:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:07:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:07:56 Removing intermediate container 73aea7f194d7 23:07:56 ---> 42f33dc66b6d 23:07:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:07:56 ---> Running in 791b71a8d9b8 23:07:56 ---> Running in bea03d55348d 23:07:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:57 (1/1) Installing dumb-init (1.2.2-r1) 23:07:57 Executing busybox-1.31.1-r20.trigger 23:07:57 OK: 6 MiB in 15 packages 23:07:57 (1/4) Installing ca-certificates (20191127-r4) 23:07:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:07:57 (3/4) Installing libcurl (7.69.1-r3) 23:07:57 (4/4) Installing curl (7.69.1-r3) 23:07:57 Executing busybox-1.31.1-r20.trigger 23:07:57 Executing ca-certificates-20191127-r4.trigger 23:07:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:57 OK: 7 MiB in 18 packages 23:07:57 (1/1) Installing dumb-init (1.2.2-r1) 23:07:57 Executing busybox-1.31.1-r20.trigger 23:07:57 OK: 6 MiB in 15 packages 23:07:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:57 (1/2) Installing dumb-init (1.2.2-r1) 23:07:57 (2/2) Installing su-exec (0.2-r1) 23:07:57 Executing busybox-1.31.1-r20.trigger 23:07:57 OK: 6 MiB in 16 packages 23:07:58 Removing intermediate container 3da067f94fe5 23:07:58 ---> 9c9050d4c6d7 23:07:58 23:07:58 Step 11/26 : FROM docker:20.10.0 23:07:58 20.10.0: Pulling from library/docker 23:07:59 Removing intermediate container f0a67b2d6700 23:07:59 ---> 43b834a07f76 23:07:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:07:59 Removing intermediate container 791b71a8d9b8 23:07:59 ---> ed85059473a2 23:07:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:07:59 ---> Running in 38082100de27 23:07:59 ---> Running in c883a9976bd7 23:07:59 Removing intermediate container 1c6d3c71c10c 23:07:59 ---> 7c553c8b8c4e 23:07:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:59 Removing intermediate container bea03d55348d 23:07:59 ---> 3caf24f352ba 23:07:59 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:08:01 ---> Running in aff016011f06 23:08:01 ---> Running in 5000b602fc63 23:08:01 Removing intermediate container 38082100de27 23:08:01 ---> bc7fb46b2080 23:08:01 Step 13/22 : ENV APP_PORT=48085 23:08:01 Removing intermediate container c883a9976bd7 23:08:01 ---> a308e1cb446e 23:08:01 Step 13/23 : ENV APP_PORT=48081 23:08:01 ---> Running in 1fd97b982e42 23:08:01 ---> Running in 9a0b46a9158f 23:08:01 Removing intermediate container 5000b602fc63 23:08:01 ---> 890ee446ea30 23:08:01 Step 13/21 : WORKDIR /edgex 23:08:01 Removing intermediate container aff016011f06 23:08:01 ---> f6a6e12b5073 23:08:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:08:01 Removing intermediate container 1fd97b982e42 23:08:01 ---> 27edcc8997a7 23:08:01 Step 14/22 : EXPOSE $APP_PORT 23:08:01 ---> Running in 403f628cf1cf 23:08:01 ---> Running in 68e820af1f8a 23:08:01 Removing intermediate container 9a0b46a9158f 23:08:01 ---> 7811dcb8d0d7 23:08:01 Step 14/23 : EXPOSE $APP_PORT 23:08:01 ---> Running in 8c154acf63a1 23:08:02 ---> Running in 8cce0db751c1 23:08:02 Removing intermediate container 403f628cf1cf 23:08:02 ---> 1ab91e912c8a 23:08:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:08:02 Removing intermediate container 68e820af1f8a 23:08:02 ---> 2fffec77a024 23:08:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:08:02 ---> Running in abb4af0d3156 23:08:02 Removing intermediate container 8c154acf63a1 23:08:02 ---> c5238bcf74c2 23:08:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:02 Removing intermediate container 8cce0db751c1 23:08:02 ---> 7b301de4ad88 23:08:02 Step 15/23 : WORKDIR / 23:08:02 ---> Running in f9c7fa96c7cc 23:08:03 ---> 4e201e137203 23:08:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:08:03 ---> 88d0e38dcf7b 23:08:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:08:03 Removing intermediate container f9c7fa96c7cc 23:08:03 ---> 96a56df74a35 23:08:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:03 ---> 13ecafe62f78 23:08:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:08:03 ---> b2699add1c97 23:08:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:08:04 ---> 6545917c3560 23:08:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:08:05 ---> 350f21c7e19c 23:08:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:08:05 Removing intermediate container abb4af0d3156 23:08:05 ---> 92281ec34680 23:08:05 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:08:05 ---> 352d4bb14a5f 23:08:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:08:05 ---> 464c34c88f55 23:08:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:08:05 ---> Running in 6ba36e4e03ed 23:08:05 ---> Running in 49664f29e519 23:08:05 ---> Running in cd1bd2c582d9 23:08:05 Removing intermediate container cd1bd2c582d9 23:08:05 ---> 9a4e9f738a07 23:08:05 Step 18/21 : CMD ["--init=true"] 23:08:05 Removing intermediate container 6ba36e4e03ed 23:08:05 ---> 20e2ccbdd52d 23:08:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:08:05 ---> 0afcf8b95b01 23:08:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:08:05 Removing intermediate container 49664f29e519 23:08:05 ---> 8eff4e9f0dea 23:08:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:05 ---> Running in 2e16f1fbe064 23:08:06 ---> Running in e1a4f5133a8e 23:08:06 ---> Running in f459e69b0c5d 23:08:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:08:06 Removing intermediate container 2e16f1fbe064 23:08:06 ---> 82c7c3e089bb 23:08:06 Step 19/21 : LABEL arch=x86_64 23:08:06 ---> 21e07e069c22 23:08:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:08:06 Status: Downloaded newer image for docker:20.10.0 23:08:06 ---> aefe523efa57 23:08:06 Step 12/26 : RUN apk add --no-cache bash 23:08:06 ---> Running in 6d65a5ec797a 23:08:06 ---> Running in 803407d43e61 23:08:06 ---> Running in c9029a95db99 23:08:06 Removing intermediate container e1a4f5133a8e 23:08:06 ---> 4f8c7b6d839c 23:08:06 Step 20/22 : LABEL arch=x86_64 23:08:06 Removing intermediate container f459e69b0c5d 23:08:06 ---> cf2c8754c52f 23:08:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:06 ---> Running in 781f2c7c0c65 23:08:06 ---> Running in c862e7828cfe 23:08:06 Removing intermediate container 6d65a5ec797a 23:08:06 ---> cb7bcd029547 23:08:06 Step 20/21 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:08:07 Removing intermediate container 781f2c7c0c65 23:08:07 ---> 9bed81ab0c93 23:08:07 Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:08:07 Removing intermediate container c862e7828cfe 23:08:07 ---> 1dcaaf79499b 23:08:07 Step 21/23 : LABEL arch=x86_64 23:08:07 ---> Running in ca5894c62481 23:08:07 ---> Running in 80d1e79e69e5 23:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:07 ---> Running in fb4e9dbd68cf 23:08:08 (1/2) Installing readline (8.0.4-r0) 23:08:08 (2/2) Installing bash (5.0.17-r0) 23:08:08 Executing bash-5.0.17-r0.post-install 23:08:08 Executing busybox-1.31.1-r19.trigger 23:08:08 OK: 12 MiB in 22 packages 23:08:08 Removing intermediate container 80d1e79e69e5 23:08:08 ---> 4419b4c64d8c 23:08:08 Step 21/21 : LABEL version=0.0.0 23:08:08 Removing intermediate container ca5894c62481 23:08:08 ---> f304373685c1 23:08:08 Step 22/22 : LABEL version=0.0.0 23:08:08 Removing intermediate container fb4e9dbd68cf 23:08:08 ---> d05aa8a346f2 23:08:08 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:08:08 ---> Running in b6893536ea08 23:08:08 ---> Running in 77d5982c4576 23:08:08 ---> Running in a16fbaf6efab 23:08:09 Removing intermediate container 77d5982c4576 23:08:09 ---> 9e7468739dc9 23:08:09 23:08:09 Removing intermediate container b6893536ea08 23:08:09 ---> 2faf5ee16383 23:08:09 23:08:09 Removing intermediate container a16fbaf6efab 23:08:09 ---> 146d8c7fe2e5 23:08:09 Step 23/23 : LABEL version=0.0.0 23:08:09 Removing intermediate container c9029a95db99 23:08:09 ---> 95ce1fe3a3fa 23:08:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:08:09 Successfully built 2faf5ee16383 23:08:09 Successfully built 9e7468739dc9 23:08:09 ---> Running in 1fbd65ff7862 23:08:09 Successfully tagged docker-security-proxy-setup-go:latest 23:08:09 Building docker-core-command-go 23:08:09  Building docker-security-proxy-setup-go ... done  ---> Running in a1ea632f3495 23:08:09 Successfully tagged docker-support-scheduler-go:latest 23:08:09 Building docker-core-data-go 23:08:09  Building docker-support-scheduler-go ... done Removing intermediate container 803407d43e61 23:08:09 ---> c28ad514c997 23:08:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:09 Removing intermediate container 1fbd65ff7862 23:08:09 ---> 4860e2cbf81a 23:08:09 23:08:09 Removing intermediate container a1ea632f3495 23:08:09 ---> 39c07318f696 23:08:09 Step 14/26 : ENV APP_PORT=48090 23:08:09 Successfully built 4860e2cbf81a 23:08:09 ---> Running in f18123c1033f 23:08:09 Successfully tagged docker-core-metadata-go:latest 23:08:09 ---> e71d7dbe32e1 23:08:09 Building docker-security-secretstore-setup-go 23:08:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:08:09  Building docker-core-metadata-go ... done Removing intermediate container f18123c1033f 23:08:09 ---> 0e355931b66a 23:08:09 Step 15/26 : EXPOSE $APP_PORT 23:08:09 ---> Running in 991abfcdbb92 23:08:10 Removing intermediate container 991abfcdbb92 23:08:10 ---> 1fd8a00d509c 23:08:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:08:14 ---> eb3b087b46c0 23:08:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:08:17 ---> fc3a0210c848 23:08:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:08:19 ---> a533317694fd 23:08:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:08:19 ---> 8f31c77b84b2 23:08:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:08:19 ---> 07e138b705a3 23:08:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:08:19 ---> cde943b3e172 23:08:19 Step 19/26 : RUN apk --no-cache add py3-pip 23:08:19 ---> Running in 809824f532a1 23:08:19 ---> 101d3bed2b62 23:08:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:08:20 ---> Running in 8db39c15856a 23:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:21 (1/33) Installing libbz2 (1.0.8-r1) 23:08:21 (2/33) Installing expat (2.2.9-r1) 23:08:22 (3/33) Installing libffi (3.3-r2) 23:08:22 (4/33) Installing gdbm (1.13-r1) 23:08:22 (5/33) Installing xz-libs (5.2.5-r0) 23:08:22 (6/33) Installing sqlite-libs (3.32.1-r0) 23:08:22 (7/33) Installing python3 (3.8.8-r0) 23:08:27 Removing intermediate container 8db39c15856a 23:08:27 ---> 7ae3183a3a19 23:08:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:08:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:08:30 (8/33) Installing py3-appdirs (1.4.4-r1) 23:08:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:08:30 (10/33) Installing py3-parsing (2.4.7-r0) 23:08:30 (11/33) Installing py3-six (1.15.0-r0) 23:08:30 (12/33) Installing py3-packaging (20.4-r0) 23:08:31 (13/33) Installing py3-setuptools (47.0.0-r0) 23:08:31 (14/33) Installing py3-chardet (3.0.4-r4) 23:08:32 (15/33) Installing py3-idna (2.9-r0) 23:08:32 ---> 90652be38654 23:08:32 Step 26/31 : RUN chmod +x /entrypoint.sh 23:08:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:08:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:08:32 (18/33) Installing py3-requests (2.23.0-r0) 23:08:32 (19/33) Installing py3-msgpack (1.0.0-r0) 23:08:32 (20/33) Installing py3-lockfile (0.12.2-r3) 23:08:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:08:33 ---> 2b50953249fc 23:08:33 Step 3/23 : WORKDIR /edgex-go 23:08:33 ---> Using cache 23:08:33 ---> 954bb07c7450 23:08:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:33 ---> Using cache 23:08:33 ---> 8fd68c13f283 23:08:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:08:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:08:34 (22/33) Installing py3-colorama (0.4.3-r0) 23:08:34 (23/33) Installing py3-distlib (0.3.0-r0) 23:08:34 (24/33) Installing py3-distro (1.5.0-r1) 23:08:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 2b50953249fc 23:08:34 Step 3/24 : WORKDIR /edgex-go 23:08:34 ---> Using cache 23:08:34 ---> 954bb07c7450 23:08:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:34 ---> Using cache 23:08:34 ---> 8fd68c13f283 23:08:34 Step 5/24 : RUN apk add --update --no-cache make git 23:08:34 ---> Using cache 23:08:34 ---> 5e41e4160679 23:08:34 Step 6/24 : COPY go.mod . 23:08:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:08:34 ---> 2b50953249fc 23:08:34 Step 3/23 : WORKDIR /edgex-go 23:08:34 ---> Using cache 23:08:34 ---> 954bb07c7450 23:08:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:34 ---> Using cache 23:08:34 ---> 8fd68c13f283 23:08:34 Step 5/23 : RUN apk add --update --no-cache make git 23:08:34 ---> Using cache 23:08:34 ---> 5e41e4160679 23:08:34 Step 6/23 : COPY go.mod . 23:08:34 ---> Using cache 23:08:34 ---> e97c4a56497d 23:08:34 Step 7/23 : RUN go mod download 23:08:34 ---> Using cache 23:08:34 ---> e97c4a56497d 23:08:34 Step 7/24 : RUN go mod download 23:08:34 ---> Using cache 23:08:34 ---> 2b11cd03eb59 23:08:34 Step 8/24 : COPY . . 23:08:34 ---> Using cache 23:08:34 ---> 2b11cd03eb59 23:08:34 Step 8/23 : COPY . . 23:08:34 ---> Using cache 23:08:34 ---> 4781ecbd01e3 23:08:34 Step 9/23 : RUN make cmd/core-command/core-command 23:08:34 ---> Using cache 23:08:34 ---> 4781ecbd01e3 23:08:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:08:35 (25/33) Installing py3-webencodings (0.5.1-r3) 23:08:36 (26/33) Installing py3-html5lib (1.0.1-r4) 23:08:36 ---> Running in b2611e733186 23:08:36 ---> Running in d3e044b233d9 23:08:36 (27/33) Installing py3-pytoml (0.1.21-r0) 23:08:36 (28/33) Installing py3-pep517 (0.8.2-r0) 23:08:36 (29/33) Installing py3-progress (1.5-r0) 23:08:36 (30/33) Installing py3-toml (0.10.1-r0) 23:08:36 (31/33) Installing py3-retrying (1.3.3-r0) 23:08:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:08:36 (33/33) Installing py3-pip (20.1.1-r0) 23:08:36 ---> Running in 87ff967e7293 23:08:36 ---> Running in 11f77bf6762e 23:08:36 Executing busybox-1.31.1-r19.trigger 23:08:36 OK: 71 MiB in 55 packages 23:08:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:08:38 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 23:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:38 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 23:08:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:39 OK: 233 MiB in 51 packages 23:08:39 Removing intermediate container d3e044b233d9 23:08:39 ---> 9f09c316ceb0 23:08:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:08:42 ---> Running in d1016a2ddb97 23:08:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:08:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:08:44 Removing intermediate container b2611e733186 23:08:44 ---> 25cc1577aa9b 23:08:44 Step 6/23 : COPY go.mod . 23:08:44 Removing intermediate container d1016a2ddb97 23:08:44 ---> 43c1370eaa7c 23:08:44 Step 28/31 : CMD ["gate"] 23:08:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:08:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:08:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:08:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:08:46 ---> Running in 26ffe4b5b651 23:08:47 ---> 920fb2ed54aa 23:08:47 Step 7/23 : RUN go mod download 23:08:48 ---> Running in 414edd7daaaa 23:08:48 Removing intermediate container 26ffe4b5b651 23:08:48 ---> 98afa565b528 23:08:48 Step 29/31 : LABEL arch=x86_64 23:08:50 ---> Running in e5edcd81672a 23:08:50 Removing intermediate container e5edcd81672a 23:08:50 ---> a34c6ba30ff2 23:08:50 Step 30/31 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:08:50 Removing intermediate container 809824f532a1 23:08:50 ---> 2fd6689b9262 23:08:50 Step 20/26 : RUN pip install docker-compose==1.23.2 23:08:50 ---> Running in f55f2fe43969 23:08:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:08:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:08:50 ---> Running in d00e82cc10bb 23:08:51 Removing intermediate container f55f2fe43969 23:08:51 ---> 29806e473d3c 23:08:51 Step 31/31 : LABEL version=0.0.0 23:08:51 ---> Running in 9ef1f1332134 23:08:52 Removing intermediate container 9ef1f1332134 23:08:52 ---> 73f827450d64 23:08:52 23:08:52 Successfully built 73f827450d64 23:08:52 Successfully tagged docker-security-bootstrapper-go:latest 23:08:52  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 23:08:52 Removing intermediate container 414edd7daaaa 23:08:52 ---> 6db4e7c9cc43 23:08:52 Step 8/23 : COPY . . 23:08:56 Collecting docker-compose==1.23.2 23:08:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:08:58 Collecting PyYAML<4,>=3.10 23:08:58 Downloading PyYAML-3.13.tar.gz (270 kB) 23:08:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:08:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:08:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 45.9% of statements 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.155s coverage: 19.8% of statements 23:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.234s coverage: 100.0% of statements 23:09:04 Collecting docker<4.0,>=3.6.0 23:09:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:09:04 Collecting websocket-client<1.0,>=0.32.0 23:09:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:09:05 Collecting cached-property<2,>=1.2.0 23:09:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:09:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:09:05 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 23:09:05 Collecting texttable<0.10,>=0.9.0 23:09:05 Downloading texttable-0.9.1.tar.gz (11 kB) 23:09:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:09:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:09:09 Collecting jsonschema<3,>=2.5.1 23:09:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:09:10 Collecting dockerpty<0.5,>=0.4.1 23:09:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.613s coverage: 27.1% of statements 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.168s coverage: 100.0% of statements 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.153s coverage: 100.0% of statements 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.317s coverage: 71.3% of statements 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:09:13 Collecting docopt<0.7,>=0.6.1 23:09:13 Downloading docopt-0.6.2.tar.gz (25 kB) 23:09:13 Collecting docker-pycreds>=0.4.0 23:09:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:09:14 Collecting idna<2.8,>=2.5 23:09:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:09:14 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) 23:09:14 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) 23:09:14 Collecting urllib3<1.25,>=1.21.1 23:09:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.527s coverage: 82.9% of statements 23:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:09:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements 23:09:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:09:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:09:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:09:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:09:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:09:15 Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, texttable, jsonschema, dockerpty, docopt, docker-compose 23:09:15 Running setup.py install for PyYAML: started 23:09:17 Running setup.py install for PyYAML: finished with status 'done' 23:09:17 Attempting uninstall: idna 23:09:17 Found existing installation: idna 2.9 23:09:17 Uninstalling idna-2.9: 23:09:18 Successfully uninstalled idna-2.9 23:09:18 Attempting uninstall: urllib3 23:09:18 Found existing installation: urllib3 1.25.9 23:09:18 Uninstalling urllib3-1.25.9: 23:09:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:09:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:09:19 ---> 2b50953249fc 23:09:19 Step 3/22 : WORKDIR /edgex-go 23:09:19 ---> Using cache 23:09:19 ---> 954bb07c7450 23:09:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:19 ---> Using cache 23:09:19 ---> 8fd68c13f283 23:09:19 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:09:20 Successfully uninstalled urllib3-1.25.9 23:09:20 ---> Running in ac7560fe7ef4 23:09:20 Attempting uninstall: requests 23:09:20 Found existing installation: requests 2.23.0 23:09:20 Uninstalling requests-2.23.0: 23:09:20 Successfully uninstalled requests-2.23.0 23:09:21 Removing intermediate container 11f77bf6762e 23:09:21 ---> 31b670f6e88c 23:09:21 23:09:21 Step 10/23 : FROM alpine:3.12 23:09:21 ---> 7230e588e954 23:09:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:09:22 ---> Using cache 23:09:22 ---> ed85059473a2 23:09:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:09:22 ---> Using cache 23:09:22 ---> a308e1cb446e 23:09:22 Step 13/23 : ENV APP_PORT=48082 23:09:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:23 ---> Running in 48196d6ee937 23:09:23 ---> 7799cd9c2ee2 23:09:23 Step 9/23 : RUN make cmd/core-data/core-data 23:09:23 Removing intermediate container 87ff967e7293 23:09:23 ---> 5506ca940d88 23:09:23 23:09:23 Step 10/24 : FROM alpine:3.12 23:09:23 ---> 7230e588e954 23:09:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:09:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:23 Running setup.py install for texttable: started 23:09:23 ---> Running in f8d8666188e2 23:09:23 ---> Running in ab0bf5ae2663 23:09:24 Removing intermediate container 48196d6ee937 23:09:24 ---> 0865ff093f73 23:09:24 Step 14/23 : EXPOSE $APP_PORT 23:09:24 OK: 233 MiB in 51 packages 23:09:24 ---> Running in 4bad700f2fd3 23:09:24 Running setup.py install for texttable: finished with status 'done' 23:09:24 Removing intermediate container 4bad700f2fd3 23:09:24 ---> b77aa49581ab 23:09:24 Step 15/23 : WORKDIR / 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.145s coverage: 28.6% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.388s coverage: 100.0% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.153s coverage: 100.0% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.430s coverage: 86.7% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:09:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.235s coverage: 78.3% of statements 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:09:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:09:25 Running setup.py install for dockerpty: started 23:09:25 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 23:09:25 ---> Running in 612bf6cda228 23:09:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:25 Removing intermediate container ac7560fe7ef4 23:09:25 ---> ba939baa48c2 23:09:25 Step 6/22 : COPY go.mod . 23:09:25 Removing intermediate container 612bf6cda228 23:09:25 ---> 40167e9e2660 23:09:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:25 (1/6) Installing ca-certificates (20191127-r4) 23:09:25 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:09:25 (3/6) Installing libcurl (7.69.1-r3) 23:09:25 (4/6) Installing curl (7.69.1-r3) 23:09:25 (5/6) Installing dumb-init (1.2.2-r1) 23:09:25 (6/6) Installing su-exec (0.2-r1) 23:09:25 Executing busybox-1.31.1-r20.trigger 23:09:26 Running setup.py install for dockerpty: finished with status 'done' 23:09:26 Running setup.py install for docopt: started 23:09:26 Executing ca-certificates-20191127-r4.trigger 23:09:26 OK: 7 MiB in 20 packages 23:09:26 ---> b1d02db34799 23:09:26 Step 7/22 : RUN go mod download 23:09:26 Running setup.py install for docopt: finished with status 'done' 23:09:27 ---> Running in acafaa2cc815 23:09:27 ---> 2b21f88fe4f6 23:09:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:09:27 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 23:09:30 Removing intermediate container ab0bf5ae2663 23:09:30 ---> e6ebaaaaad27 23:09:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:09:30 ---> 6da8ed54d0ab 23:09:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:09:30 ---> Running in c571e8488ce4 23:09:32 ---> 23b87d88d3f4 23:09:32 Step 19/23 : ENTRYPOINT ["/core-command"] 23:09:32 Removing intermediate container c571e8488ce4 23:09:32 ---> 3092ca3e9ca3 23:09:32 Step 13/24 : WORKDIR / 23:09:32 ---> Running in c26868c23b57 23:09:32 Removing intermediate container acafaa2cc815 23:09:32 ---> b4d61d682315 23:09:32 Step 8/22 : COPY . . 23:09:32 ---> Running in 80b2758fc191 23:09:32 Removing intermediate container d00e82cc10bb 23:09:32 ---> 1968206a0d9a 23:09:32 Step 21/26 : RUN apk --no-cache add curl 23:09:32 Removing intermediate container c26868c23b57 23:09:32 ---> 15b015b3a73a 23:09:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:32 ---> Running in a6749bd81c19 23:09:32 ---> Running in 36afa6a82a40 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.180s coverage: 92.8% of statements 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 1.0% of statements 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:09:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.154s coverage: 79.5% of statements 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.132s coverage: 94.1% of statements 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.159s coverage: 96.3% of statements 23:09:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.189s coverage: 87.5% of statements 23:09:34 Removing intermediate container 80b2758fc191 23:09:34 ---> 5c9853933c8e 23:09:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:09:39 (2/3) Installing libcurl (7.69.1-r3) 23:09:39 (3/3) Installing curl (7.69.1-r3) 23:09:39 Executing busybox-1.31.1-r19.trigger 23:09:40 OK: 72 MiB in 58 packages 23:09:40 ---> ad800c38d21f 23:09:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:09:40 Removing intermediate container 36afa6a82a40 23:09:40 ---> acec1f49a4cb 23:09:40 Step 21/23 : LABEL arch=x86_64 23:09:42 ---> Running in 366bc232bcf4 23:09:45 ---> d50453ea1708 23:09:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:09:46 Removing intermediate container 366bc232bcf4 23:09:46 ---> adc997bf06f5 23:09:46 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:09:47 ---> Running in 4f962cde9e1f 23:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements 23:09:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements 23:09:49 ---> f3d9ddf4bb19 23:09:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:09:49 Removing intermediate container a6749bd81c19 23:09:49 ---> bda8a0258f60 23:09:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:09:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.559s coverage: 81.5% of statements 23:09:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 23:09:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.104s coverage: 87.1% of statements 23:09:51 ---> Running in cb718282424f 23:09:52 Removing intermediate container 4f962cde9e1f 23:09:52 ---> 5f24facc8996 23:09:52 Step 23/23 : LABEL version=0.0.0 23:09:53 ---> ce4ac684e7d7 23:09:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:09:54 ---> Running in e4bc2a7c93dd 23:09:55 Removing intermediate container cb718282424f 23:09:55 ---> 931547080c65 23:09:55 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:56 ---> dfef4ea54cb5 23:09:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:09:56 Removing intermediate container e4bc2a7c93dd 23:09:56 ---> 05004478fdab 23:09:56 23:09:56 ---> Running in ee5726da838d 23:09:56 ---> 55a2e1944a57 23:09:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:09:56 Successfully built 05004478fdab 23:09:56 Removing intermediate container ee5726da838d 23:09:56 ---> 483db5c37ca9 23:09:56 Step 24/26 : LABEL arch=x86_64 23:09:56 Successfully tagged docker-core-command-go:latest 23:09:56  Building docker-core-command-go ... done  ---> 97db09d25768 23:09:56 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 23:09:56 ---> Running in 9ad77bab3984 23:09:57 ---> Running in 68c24519725f 23:09:57 ---> Running in f1c15fa63628 23:09:58 Removing intermediate container 68c24519725f 23:09:58 ---> 747d48f28cfa 23:09:58 Step 25/26 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:09:58 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 23:09:59 ---> Running in 22afb9519c06 23:09:59 Removing intermediate container f8d8666188e2 23:09:59 ---> 2a13cfa5637e 23:09:59 23:09:59 Step 10/23 : FROM alpine:3.12 23:09:59 ---> 7230e588e954 23:09:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:09:59 ---> Running in 991bdce2ec8f 23:09:59 Removing intermediate container 22afb9519c06 23:09:59 ---> 069935994e8e 23:09:59 Step 26/26 : LABEL version=0.0.0 23:09:59 ---> Running in 25a045656b2c 23:09:59 Removing intermediate container 991bdce2ec8f 23:09:59 ---> e38e8530e93c 23:09:59 Step 12/23 : ENV APP_PORT=48080 23:09:59 ---> Running in a73dc23326bc 23:09:59 Removing intermediate container 25a045656b2c 23:09:59 ---> 34c6bf0f6c95 23:09:59 23:10:00 Successfully built 34c6bf0f6c95 23:10:00 Successfully tagged docker-sys-mgmt-agent-go:latest 23:10:01  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a73dc23326bc 23:10:01 ---> 9f117fb2ea97 23:10:01 Step 13/23 : EXPOSE $APP_PORT 23:10:01 ---> Running in 805eeeaac114 23:10:01 Removing intermediate container f1c15fa63628 23:10:01 ---> 7db0c6c75880 23:10:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:10:01 ---> Running in 83b09ecb1fcf 23:10:01 Removing intermediate container 805eeeaac114 23:10:01 ---> 5cb795ce7d4d 23:10:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:01 ---> Running in e563890d2b04 23:10:01 Removing intermediate container 83b09ecb1fcf 23:10:01 ---> 94ffd0cf424e 23:10:01 Step 22/24 : LABEL arch=x86_64 23:10:02 ---> Running in 02eaacd0f894 23:10:02 Removing intermediate container 02eaacd0f894 23:10:02 ---> 07b5dc78f328 23:10:02 Step 23/24 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:10:02 ---> Running in 4a4a4bd6a234 23:10:02 Removing intermediate container 4a4a4bd6a234 23:10:02 ---> aee34654e141 23:10:02 Step 24/24 : LABEL version=0.0.0 23:10:02 ---> Running in a8f3f530d379 23:10:03 Removing intermediate container a8f3f530d379 23:10:03 ---> 997c59069bb2 23:10:03 23:10:03 Successfully built 997c59069bb2 23:10:04 Successfully tagged docker-security-secretstore-setup-go:latest 23:10:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container e563890d2b04 23:10:04 ---> a56ca705cb7f 23:10:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.179s coverage: 92.9% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.196s coverage: 84.6% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.6% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.535s coverage: 64.4% of statements 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:10:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 23:10:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 23:10:04 ---> Running in 437e22274244 23:10:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:06 (1/6) Installing dumb-init (1.2.2-r1) 23:10:06 (2/6) Installing libgcc (9.3.0-r2) 23:10:06 (3/6) Installing libsodium (1.0.18-r0) 23:10:06 (4/6) Installing libstdc++ (9.3.0-r2) 23:10:06 (5/6) Installing libzmq (4.3.3-r0) 23:10:06 (6/6) Installing zeromq (4.3.3-r0) 23:10:07 Executing busybox-1.31.1-r20.trigger 23:10:07 OK: 8 MiB in 20 packages 23:10:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.956s coverage: 69.0% of statements 23:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:10:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:10:08 Removing intermediate container 437e22274244 23:10:08 ---> 1431eccc0165 23:10:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:10:09 ---> bf0a41a98a35 23:10:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.422s coverage: 38.4% of statements 23:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 23:10:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.097s coverage: 84.8% of statements 23:10:10 ---> 4dc05555fdd4 23:10:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:10:10 ---> f8f22adf52d3 23:10:10 Step 19/23 : ENTRYPOINT ["/core-data"] 23:10:10 ---> Running in 612e88b95f39 23:10:10 Removing intermediate container 612e88b95f39 23:10:10 ---> 31dac3ee5b76 23:10:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:10 ---> Running in 56947bc62069 23:10:10 Removing intermediate container 56947bc62069 23:10:10 ---> 1426f6d4b618 23:10:10 Step 21/23 : LABEL arch=x86_64 23:10:10 ---> Running in 36d502f31786 23:10:11 Removing intermediate container 36d502f31786 23:10:11 ---> aa8c00092cc8 23:10:11 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:10:13 ---> Running in df01a6a2c03c 23:10:14 Removing intermediate container 9ad77bab3984 23:10:14 ---> 1c55d420b0db 23:10:14 23:10:14 Step 10/22 : FROM alpine:3.12 23:10:14 ---> 7230e588e954 23:10:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:10:14 Removing intermediate container df01a6a2c03c 23:10:14 ---> 6bade2300735 23:10:14 Step 23/23 : LABEL version=0.0.0 23:10:14 ---> Running in e3e253dd5725 23:10:14 ---> Running in c41ebcc74ae7 23:10:14 Removing intermediate container c41ebcc74ae7 23:10:14 ---> 9a16d5aaf78b 23:10:14 23:10:14 Successfully built 9a16d5aaf78b 23:10:14 Successfully tagged docker-core-data-go:latest 23:10:14  Building docker-core-data-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:14 (1/2) Installing ca-certificates (20191127-r4) 23:10:14 (2/2) Installing dumb-init (1.2.2-r1) 23:10:14 Executing busybox-1.31.1-r20.trigger 23:10:14 Executing ca-certificates-20191127-r4.trigger 23:10:14 OK: 6 MiB in 16 packages 23:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.490s coverage: 47.0% of statements 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:10:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.109s coverage: 11.0% of statements 23:10:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:10:16 Removing intermediate container e3e253dd5725 23:10:16 ---> e29beffb0bd9 23:10:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:10:16 ---> Running in 3ff8ea69af37 23:10:16 Removing intermediate container 3ff8ea69af37 23:10:16 ---> 2bbc45043905 23:10:16 Step 13/22 : ENV APP_PORT=48060 23:10:16 ---> Running in c0d91c058a75 23:10:16 Removing intermediate container c0d91c058a75 23:10:16 ---> 1b9c530cea09 23:10:16 Step 14/22 : EXPOSE $APP_PORT 23:10:16 ---> Running in d91c56302c73 23:10:16 Removing intermediate container d91c56302c73 23:10:16 ---> 992f1c4c9158 23:10:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.417s coverage: 87.1% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:10:17 ---> 086e61060664 23:10:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:10:17 ---> c8159962d119 23:10:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:10:18 ---> 43cd70910f3d 23:10:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:10:18 ---> Running in bdd77f4851d7 23:10:18 Removing intermediate container bdd77f4851d7 23:10:18 ---> 8e85611a3bb7 23:10:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:18 ---> Running in e926c0cbca71 23:10:18 Removing intermediate container e926c0cbca71 23:10:18 ---> f797f2d3464e 23:10:18 Step 20/22 : LABEL arch=x86_64 23:10:18 ---> Running in 6524983debbb 23:10:18 Removing intermediate container 6524983debbb 23:10:18 ---> d4fd743ffb65 23:10:18 Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:10:18 ---> Running in bd22e8283d62 23:10:18 Removing intermediate container bd22e8283d62 23:10:18 ---> 040004b172e6 23:10:18 Step 22/22 : LABEL version=0.0.0 23:10:18 ---> Running in 20cc6e0d7b39 23:10:19 Removing intermediate container 20cc6e0d7b39 23:10:19 ---> 448af2df454b 23:10:19 23:10:19 Successfully built 448af2df454b 23:10:19 Successfully tagged docker-support-notifications-go:latest 23:10:19  Building docker-support-notifications-go ... done  [Pipeline] } 23:10:19 $ docker stop --time=1 d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 23:10:21 $ docker rm -f d5d852b9d9017efab12c24fab676ec79f28c2bcfc1ce0fff4de063f3da412fe0 [Pipeline] // withDockerContainer [Pipeline] sh 23:10:21 + docker images 23:10:21 + grep docker 23:10:22 docker-support-notifications-go latest 448af2df454b 4 seconds ago 17.9MB 23:10:22 docker-core-data-go latest 9a16d5aaf78b 8 seconds ago 22.7MB 23:10:22 docker-security-secretstore-setup-go latest 997c59069bb2 19 seconds ago 25.7MB 23:10:22 docker-sys-mgmt-agent-go latest 34c6bf0f6c95 23 seconds ago 314MB 23:10:22 docker-core-command-go latest 05004478fdab 27 seconds ago 17.3MB 23:10:22 docker-security-bootstrapper-go latest 73f827450d64 About a minute ago 19MB 23:10:22 docker-core-metadata-go latest 4860e2cbf81a 2 minutes ago 19MB 23:10:22 docker-support-scheduler-go latest 9e7468739dc9 2 minutes ago 17.4MB 23:10:22 docker-security-proxy-setup-go latest 2faf5ee16383 2 minutes ago 25.4MB 23:10:22 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 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.375s coverage: 29.1% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.245s coverage: 100.0% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.375s coverage: 95.6% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.084s coverage: 87.9% of statements 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:10:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 23:10:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 32.1% of statements 23:10:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 23:10:26 GO111MODULE=on go vet ./... 23:10:37 Still waiting to schedule task 23:10:37 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:11:30 Running on prd-ubuntu18.04-docker-8c-8g-33495 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 23:11:30 Running in /w/workspace/edgex-go/61 [Pipeline] { [Pipeline] checkout 23:11:32 using credential edgex-jenkins-ssh 23:11:32 Cloning the remote Git repository 23:11:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:11:32 > git init /w/workspace/edgex-go/61 # timeout=10 23:11:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:11:32 > git --version # timeout=10 23:11:32 > git --version # 'git version 2.17.1' 23:11:32 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:47 Merging remotes/origin/master commit cb9c2e341f41af7151c441ed572f1003f1e13be3 into PR head commit 1b48b7d4a8689bfc227836ea5570b06a06206db1 23:11:47 Merge succeeded, producing 1b48b7d4a8689bfc227836ea5570b06a06206db1 23:11:47 Checking out Revision 1b48b7d4a8689bfc227836ea5570b06a06206db1 (PR-3234) 23:11:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:11:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:11:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:11:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:47 > git config core.sparsecheckout # timeout=10 23:11:47 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 23:11:47 > git remote # timeout=10 23:11:47 > git config --get remote.origin.url # timeout=10 23:11:47 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:47 > git merge cb9c2e341f41af7151c441ed572f1003f1e13be3 # timeout=10 23:11:47 > git rev-parse HEAD^{commit} # timeout=10 23:11:47 > git config core.sparsecheckout # timeout=10 23:11:47 > git checkout -f 1b48b7d4a8689bfc227836ea5570b06a06206db1 # timeout=10 23:11:48 gofmt -l . 23:11:48 [ "`gofmt -l .`" = "" ] 23:11:48 ./bin/test-go-mod-tidy.sh 23:11:48 ./bin/test-attribution-txt.sh [Pipeline] sh 23:11:50 + ls -al . 23:11:50 total 836 23:11:50 drwxrwxr-x 9 1001 1001 4096 Apr 9 23:11 . 23:11:50 drwxr-xr-x 4 root root 4096 Apr 9 23:07 .. 23:11:50 -rw-rw-r-- 1 1001 1001 11 Apr 9 23:05 .dockerignore 23:11:50 drwxrwxr-x 8 1001 1001 4096 Apr 9 23:05 .git 23:11:50 drwxrwxr-x 3 1001 1001 4096 Apr 9 23:05 .github 23:11:50 -rw-rw-r-- 1 1001 1001 818 Apr 9 23:05 .gitignore 23:11:50 -rw-rw-r-- 1 1001 1001 166 Apr 9 23:05 .sonarcloud.properties 23:11:50 -rw-rw-r-- 1 1001 1001 8607 Apr 9 23:05 Attribution.txt 23:11:50 -rw-rw-r-- 1 1001 1001 3804 Apr 9 23:05 CONTRIBUTING.md 23:11:50 -rw-rw-r-- 1 1001 1001 931 Apr 9 23:05 Dockerfile.build 23:11:50 -rw-rw-r-- 1 1001 1001 863 Apr 9 23:05 Jenkinsfile 23:11:50 -rw-rw-r-- 1 1001 1001 10775 Apr 9 23:05 LICENSE 23:11:50 -rw-rw-r-- 1 1001 1001 5774 Apr 9 23:05 Makefile 23:11:50 -rw-rw-r-- 1 1001 1001 6548 Apr 9 23:05 README.md 23:11:50 -rw-rw-r-- 1 1001 1001 6755 Apr 9 23:05 SECURITY.md 23:11:50 -rw-rw-r-- 1 1001 1001 5 Apr 9 23:02 VERSION 23:11:50 -rw-rw-r-- 1 1001 1001 4131 Apr 9 23:05 ZMQWindows.md 23:11:50 drwxrwxr-x 2 1001 1001 4096 Apr 9 23:05 bin 23:11:50 drwxrwxr-x 14 1001 1001 4096 Apr 9 23:05 cmd 23:11:50 -rw-r--r-- 1 root root 697383 Apr 9 23:10 coverage.out 23:11:50 -rw-r--r-- 1 root root 1057 Apr 9 23:11 go.mod 23:11:50 -rw-r--r-- 1 root root 22480 Apr 9 23:11 go.sum 23:11:50 drwxrwxr-x 8 1001 1001 4096 Apr 9 23:05 internal 23:11:50 drwxrwxr-x 4 1001 1001 4096 Apr 9 23:05 openapi 23:11:50 drwxrwxr-x 4 1001 1001 4096 Apr 9 23:05 snap 23:11:50 -rw-rw-r-- 1 1001 1001 168 Apr 9 23:05 version.go [Pipeline] sh 23:11:50 + '[' -e coverage.out ] 23:11:50 + chown 1001:1001 coverage.out [Pipeline] stash 23:11:50 Warning: overwriting stash ‘coverage-report’ 23:11:51 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:11:52 Stashed 1 file(s) [Pipeline] sh 23:11:52 + echo snap-build.sh 23:11:52 snap-build.sh 23:11:52 + SNAP_BASE_DIR=. 23:11:52 + '[' '!' -z /w/workspace/edgex-go/61 ']' 23:11:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/61 23:11:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/61]' 23:11:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/61] 23:11:52 + cd /w/workspace/edgex-go/61 23:11:52 + sudo apt-get remove -qy --purge lxd lxd-client 23:11:52 Reading package lists... 23:11:52 Building dependency tree... 23:11:52 Reading state information... 23:11:52 The following packages were automatically installed and are no longer required: 23:11:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:11:52 uidmap xdelta3 23:11:52 Use 'sudo apt autoremove' to remove them. 23:11:52 + make build 23:11:52 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 23:11:52 The following packages will be REMOVED: 23:11:52 lxd* lxd-client* 23:11:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:11:53 After this operation, 31.7 MB disk space will be freed. 23:11:54 (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.) 23:11:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:11:55 Removing lxd dnsmasq configuration 23:11:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:11:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:11:55 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:11:56 (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.) 23:11:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:11:57 Processing triggers for systemd (237-3ubuntu10.42) ... 23:11:57 Processing triggers for ureadahead (0.100.0-21) ... 23:11:58 + sudo snap remove --purge lxd 23:11:58 snap "lxd" is not installed 23:11:58 + sudo groupadd --force --system lxd 23:11:58 ++ whoami 23:11:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:11:59 + newgrp - lxd 23:11:59 + sudo snap install lxd 23:12:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:12:05 2021-04-09T23:12:04Z INFO Waiting for automatic snapd restart... 23:12:20 lxd 4.12 from Canonical* installed 23:12:20 + sudo lxd init --auto 23:12:27 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 23:12:28 + sudo snap install --classic snapcraft 23:12:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:12:34 snapcraft 4.6 from Canonical* installed 23:12:34 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 23:12:34 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 23:12:34 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:34 Dload Upload Total Spent Left Speed 23:12:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 23:12:34 100 3325k 100 3325k 0 0 6663k 0 --:--:-- --:--:-- --:--:-- 6663k 23:12:34 ./yq_linux_amd64 23:12:34 + sudo snapcraft prime --use-lxd 23:12:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:12:36 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: 23:12:36 - README.md 23:12:36 23:12:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:12:36 Launching a container. 23:12: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 23:12:40 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 23:12:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:12:48 Waiting for container to be ready 23:12:48 To start your first instance, try: lxc launch ubuntu:18.04 23:12:48 23:12:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:12:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:12:51 Waiting for network to be ready... 23:12:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:12:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:12:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 23:12:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:12:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:12:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:12:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:12:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:12:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:12:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:12:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:12:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 23:12:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 23:12:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 23:12:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 23:12:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 23:12:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 23:12:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 23:12:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:12:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 23:12:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 23:12:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 23:12:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 23:12:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 23:12:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 23:12:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 23:12:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 23:12:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:12:57 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 23:12:57 Fetched 24.2 MB in 5s (4532 kB/s) 23:12:58 Reading package lists... 23:12:58 Reading package lists... 23:12:59 Building dependency tree... 23:12:59 Reading state information... 23:12:59 The following additional packages will be installed: 23:12:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:12:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:12:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:12:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:12:59 Suggested packages: 23:12:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:12:59 Recommended packages: 23:12:59 gnupg libsasl2-modules 23:12:59 The following NEW packages will be installed: 23:12:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:12:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:12:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:12:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:12:59 The following packages will be upgraded: 23:12:59 gpg gpg-agent gpgconf libudev1 23:12:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 23:12:59 Need to get 3530 kB of archives. 23:12:59 After this operation, 13.3 MB of additional disk space will be used. 23:12:59 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] 23:12:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 23:12:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 23:12:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 23:12:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 23:12:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 23:13:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:13:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:13:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 23:13:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 23:13:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 23:13:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:13:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:13:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:13:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:13:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:13:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:13:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:13:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:13:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:13:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:13:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 23:13:00 debconf: delaying package configuration, since apt-utils is not installed 23:13:00 Fetched 3530 kB in 1s (3121 kB/s) 23:13:00 (Reading database ... 12511 files and directories currently installed.) 23:13:00 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 23:13:00 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:13:00 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 23:13:00 Selecting previously unselected package udev. 23:13:00 (Reading database ... 12511 files and directories currently installed.) 23:13:00 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 23:13:00 Unpacking udev (237-3ubuntu10.45) ... 23:13:01 Selecting previously unselected package libfuse2:amd64. 23:13:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:13:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:13:01 Selecting previously unselected package fuse. 23:13:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:13:01 Unpacking fuse (2.9.7-1ubuntu1) ... 23:13:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 23:13:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:13:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 23:13:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:13:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 23:13:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:13:01 Selecting previously unselected package libksba8:amd64. 23:13:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:13:01 Unpacking libksba8:amd64 (1.3.5-2) ... 23:13:01 Selecting previously unselected package libroken18-heimdal:amd64. 23:13:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:13:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:13:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:13:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libwind0-heimdal:amd64. 23:13:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:13:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:13:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:13:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:13:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:13:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:02 Selecting previously unselected package libsasl2-modules-db:amd64. 23:13:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:13:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:13:02 Selecting previously unselected package libsasl2-2:amd64. 23:13:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:13:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:13:02 Selecting previously unselected package libldap-common. 23:13:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 23:13:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:13:02 Selecting previously unselected package libldap-2.4-2:amd64. 23:13:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 23:13:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:13:02 Selecting previously unselected package dirmngr. 23:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:13:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 23:13:03 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 23:13:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:13:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 23:13:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:13:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:13:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:13:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 23:13:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:03 Setting up libksba8:amd64 (1.3.5-2) ... 23:13:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:13:03 Setting up udev (237-3ubuntu10.45) ... 23:13:04 invoke-rc.d: policy-rc.d denied execution of start. 23:13:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Processing triggers for systemd (237-3ubuntu10) ... 23:13:04 Setting up fuse (2.9.7-1ubuntu1) ... 23:13:04 Setting up gpg (2.2.4-1ubuntu1.4) ... 23:13:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:13:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:13:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 23:13:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:13:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:13:04 settings in the [Install] section, and DefaultInstance for template units). 23:13:04 This means they are not meant to be enabled using systemctl. 23:13:04 Possible reasons for having this kind of units are: 23:13:04 1) A unit may be statically enabled by being symlinked from another unit's 23:13:04 .wants/ or .requires/ directory. 23:13:04 2) A unit's purpose may be to act as a helper for some other unit which has 23:13:04 a requirement dependency on it. 23:13:04 3) A unit may be started when needed via activation (socket, path, timer, 23:13:04 D-Bus, udev, scripted systemctl call, ...). 23:13:04 4) In case of template units, the unit is meant to be enabled with some 23:13:04 instance name specified. 23:13:05 Reading package lists... 23:13:05 Building dependency tree... 23:13:05 Reading state information... 23:13:05 The following additional packages will be installed: 23:13:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:13:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:13:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:13:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:13:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:13:05 Suggested packages: 23:13:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:13:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:13:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:13:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:13:05 systemd-container policykit-1 23:13:05 Recommended packages: 23:13:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:13:05 The following NEW packages will be installed: 23:13:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:13:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:13:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:13:05 multiarch-support openssh-client python3 python3-minimal python3.6 23:13:05 python3.6-minimal snapd squashfs-tools sudo 23:13:05 The following packages will be upgraded: 23:13:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:13:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 23:13:05 Need to get 35.2 MB of archives. 23:13:05 After this operation, 141 MB of additional disk space will be used. 23:13:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 23:13:05 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 23:13:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 23:13:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:13:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 23:13:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 23:13:06 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 23:13:06 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 23:13:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 23:13:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 23:13:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:13:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 23:13:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:13:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:13:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:13:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:13:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:13:06 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:13:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:13:06 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:13:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:13:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:13:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 23:13:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:13:06 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:13:06 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:13:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:13:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:13:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:13:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 23:13:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:13:07 debconf: delaying package configuration, since apt-utils is not installed 23:13:07 Fetched 35.2 MB in 2s (16.9 MB/s) 23:13:07 (Reading database ... 12757 files and directories currently installed.) 23:13:07 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 23:13:07 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:13:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 23:13:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:13:08 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 23:13:08 (Reading database ... 12757 files and directories currently installed.) 23:13:08 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 23:13:08 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 23:13:09 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 23:13:09 (Reading database ... 12757 files and directories currently installed.) 23:13:09 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 23:13:09 Unpacking apt (1.6.13) over (1.6.1) ... 23:13:09 Setting up apt (1.6.13) ... 23:13:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:13:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:13:10 (Reading database ... 12764 files and directories currently installed.) 23:13:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:13:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:13:10 Selecting previously unselected package libpython3.6-minimal:amd64. 23:13:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:13:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:13:10 Selecting previously unselected package libexpat1:amd64. 23:13:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:13:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:13:10 Selecting previously unselected package python3.6-minimal. 23:13:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:13:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:13:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 23:13:11 Checking for services that may need to be restarted...done. 23:13:11 Checking for services that may need to be restarted...done. 23:13:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:13:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:13:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:13:11 Selecting previously unselected package python3-minimal. 23:13:11 (Reading database ... 13012 files and directories currently installed.) 23:13:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:13:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:13:12 Selecting previously unselected package mime-support. 23:13:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:13:12 Unpacking mime-support (3.60ubuntu1) ... 23:13:12 Selecting previously unselected package libmpdec2:amd64. 23:13:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:13:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:13:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:13:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:13:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:13:12 Selecting previously unselected package python3.6. 23:13:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:13:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 23:13:12 Selecting previously unselected package libpython3-stdlib:amd64. 23:13:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:13:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:13:12 Setting up python3-minimal (3.6.7-1~18.04) ... 23:13:12 Selecting previously unselected package python3. 23:13:12 (Reading database ... 13442 files and directories currently installed.) 23:13:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:13:12 Unpacking python3 (3.6.7-1~18.04) ... 23:13:12 Selecting previously unselected package multiarch-support. 23:13:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:13:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:13:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:13:13 Selecting previously unselected package liblzo2-2:amd64. 23:13:13 (Reading database ... 13479 files and directories currently installed.) 23:13:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:13:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:13:13 Selecting previously unselected package libbsd0:amd64. 23:13:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:13:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:13:13 Selecting previously unselected package sudo. 23:13:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 23:13:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 23:13:13 Selecting previously unselected package apparmor. 23:13:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:13:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:13:13 Selecting previously unselected package libedit2:amd64. 23:13:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:13:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:13:13 Selecting previously unselected package libkrb5support0:amd64. 23:13:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:13:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:13:13 Selecting previously unselected package libk5crypto3:amd64. 23:13:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:13:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:13:13 Selecting previously unselected package libkeyutils1:amd64. 23:13:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:13:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:13:14 Selecting previously unselected package libkrb5-3:amd64. 23:13:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:13:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:13:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:13:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:13:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [Pipeline] } 23:13:14 $ docker stop --time=1 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed 23:13:14 Selecting previously unselected package libssl1.0.0:amd64. 23:13:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 23:13:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:13:14 Selecting previously unselected package openssh-client. 23:13:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:13:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:13:15 Selecting previously unselected package squashfs-tools. 23:13:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:13:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:13:15 Selecting previously unselected package snapd. 23:13:15 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 23:13:15 Unpacking snapd (2.48.3+18.04) ... 23:13:16 $ docker rm -f 78e6094067029f7d0e8caa0a9a21fc68ef09aea7c654e58a2e5c29564c655fed 23:13:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:13:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:13:17 Setting up mime-support (3.60ubuntu1) ... 23:13:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 23:13:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:13:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:13:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:13:17 Setting up systemd (237-3ubuntu10.45) ... 23:13:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:18 23:13:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:13:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:13:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:13:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:13:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:13:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] isUnix [Pipeline] sh 23:13:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:19 latest: Pulling from edgex-devops/edgex-compose-arm64 23:13:19 29e5d40040c1: Pulling fs layer 23:13:19 1ce36da41761: Pulling fs layer 23:13:19 25b303627fd3: Pulling fs layer 23:13:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:13:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:13:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:13:19 Setting up python3 (3.6.7-1~18.04) ... 23:13:19 running python rtupdate hooks for python3.6... 23:13:19 running python post-rtupdate hooks for python3.6... 23:13:20 29e5d40040c1: Verifying Checksum 23:13:20 29e5d40040c1: Download complete 23:13:20 Setting up apparmor (2.12-4ubuntu5.1) ... 23:13:20 1ce36da41761: Verifying Checksum 23:13:20 1ce36da41761: Download complete 23:13:20 29e5d40040c1: Pull complete 23:13:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:13:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:13:22 1ce36da41761: Pull complete 23:13:22 25b303627fd3: Verifying Checksum 23:13:22 25b303627fd3: Download complete 23:13:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:13:22 Setting up snapd (2.48.3+18.04) ... 23:13:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:13:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:13:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:13:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:13:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:13:24 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:13:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:13:24 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:13:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:13:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:13:24 /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' 23:13:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:13:25 Processing triggers for systemd (237-3ubuntu10.45) ... 23:13:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:13:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:13:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:13:27 Reading package lists... 23:13:27 Reading package lists... 23:13:28 Building dependency tree... 23:13:28 Reading state information... 23:13:28 Calculating upgrade... 23:13:28 The following packages will be upgraded: 23:13:28 advancecomp base-files bash binutils binutils-common 23:13:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:13:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:13:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 23:13:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 23:13:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 23:13:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 23:13:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 23:13:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 23:13:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 23:13:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 23:13:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 23:13:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 23:13:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 23:13:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:13:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:13:28 Need to get 63.8 MB of archives. 23:13:28 After this operation, 5208 kB of additional disk space will be used. 23:13:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 23:13:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:13:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:13:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:13:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:13:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:13:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:13:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:13:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:13:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:13:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:13:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:13:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:13:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:13:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:13:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:13:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:13:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:13:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:13:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:13:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:13:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:13:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:13:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:13:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:13:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:13:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:13:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:13:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:13:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:13:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:13:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:13:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:13:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:13:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:13:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 23:13:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:13:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:13:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:13:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 23:13:28 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 23:13:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:13:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:13:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:13:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 23:13:28 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:13:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:13:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 23:13:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 23:13:28 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 23:13:28 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 23:13:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:13:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:13:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:13:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:13:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:13:29 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:13:29 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:13:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:13:29 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:13:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:13:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:13:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:13:29 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:13:29 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:13:29 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:13:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:13:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:13:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:13:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:13:29 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:13:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:13:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:13:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:13:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:13:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:13:29 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:13:29 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:13:29 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 23:13:29 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 23:13:29 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:13:29 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:13:29 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:13:29 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 23:13:29 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:13:29 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:13:29 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 23:13:29 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:13:29 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:13:29 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 23:13:29 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:13:29 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:13:29 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:13:29 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:13:29 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:13:29 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:13:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:13:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:13:29 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:13:29 debconf: delaying package configuration, since apt-utils is not installed 23:13:29 Fetched 63.8 MB in 2s (41.0 MB/s) 23:13:30 (Reading database ... 13912 files and directories currently installed.) 23:13:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:13:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:13:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:13:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:13:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 23:13:31 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 23:13:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 25b303627fd3: Pull complete 23:13:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:13:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:13:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container 23:13:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:13:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:13:33 (Reading database ... 13911 files and directories currently installed.) 23:13:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:13:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:13:33 (Reading database ... 13911 files and directories currently installed.) 23:13:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:13:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:13:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:13:33 (Reading database ... 13911 files and directories currently installed.) 23:13:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:13:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:13:34 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:13:34 (Reading database ... 13911 files and directories currently installed.) 23:13:34 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:13:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:13:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:13:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:13:34 Setting up base-files (10.1ubuntu2.10) ... 23:13:34 Installing new version of config file /etc/issue ... 23:13:34 Installing new version of config file /etc/issue.net ... 23:13:34 Installing new version of config file /etc/lsb-release ... 23:13:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:13:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:13:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:13:35 Removing obsolete conffile /etc/default/motd-news ... 23:13:35 (Reading database ... 13912 files and directories currently installed.) 23:13:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:13:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:13:35 Setting up bash (4.4.18-2ubuntu1.2) ... 23:13:35 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 23:13:35 (Reading database ... 13912 files and directories currently installed.) 23:13:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:13:36 $ docker top 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a -eo pid,comm 23:13:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:13:36 (Reading database ... 13912 files and directories currently installed.) 23:13:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:13:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:13:36 Setting up tar (1.29b-2ubuntu0.2) ... 23:13:36 (Reading database ... 13912 files and directories currently installed.) 23:13:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:13:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh 23:13:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:13:36 (Reading database ... 13912 files and directories currently installed.) 23:13:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:13:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:13:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:13:36 (Reading database ... 13912 files and directories currently installed.) 23:13:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:13:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:13:36 + docker-compose build --help 23:13:36 + grep parallel 23:13:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:13:37 (Reading database ... 13912 files and directories currently installed.) 23:13:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:13:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:13:37 Setting up grep (3.1-2build1) ... 23:13:37 (Reading database ... 13912 files and directories currently installed.) 23:13:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:13:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:13:37 Setting up login (1:4.5-1ubuntu2) ... 23:13:37 (Reading database ... 13912 files and directories currently installed.) 23:13:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:13:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:13:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:13:37 (Reading database ... 13912 files and directories currently installed.) 23:13:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:13:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:13:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:13:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:13:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:13:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:13:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:13:39 (Reading database ... 13912 files and directories currently installed.) 23:13:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:13:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:13:40 --parallel Build images in parallel. 23:13:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:13:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:13:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:13:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:13:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:13:40 (Reading database ... 13912 files and directories currently installed.) 23:13:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:13:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } 23:13:40 $ docker stop --time=1 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a 23:13:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:13:40 (Reading database ... 13912 files and directories currently installed.) 23:13:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:13:41 (Reading database ... 13912 files and directories currently installed.) 23:13:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:13:41 (Reading database ... 13912 files and directories currently installed.) 23:13:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:13:41 (Reading database ... 13912 files and directories currently installed.) 23:13:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:13:41 (Reading database ... 13912 files and directories currently installed.) 23:13:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:13:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:13:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:13:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:13:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:13:42 (Reading database ... 13912 files and directories currently installed.) 23:13:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:13:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:13:42 $ docker rm -f 1940fd1152d9e7b09a59eb70a81b408f764942e732ede042822d4ac7a798b38a 23:13:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:13:42 (Reading database ... 13912 files and directories currently installed.) 23:13:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 23:13:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:13:42 (Reading database ... 13912 files and directories currently installed.) 23:13:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:13:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:43 . [Pipeline] withDockerContainer 23:13:43 (Reading database ... 13912 files and directories currently installed.) 23:13:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:43 prd-ubuntu18.04-docker-arm64-4c-16g-33491 does not seem to be running inside a container 23:13:43 $ 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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:13:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:13:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:13:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:13:44 (Reading database ... 13912 files and directories currently installed.) 23:13:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:13:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:13:45 $ docker top 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e -eo pid,comm 23:13:45 Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh 23:13:45 (Reading database ... 13912 files and directories currently installed.) 23:13:45 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:13:45 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:13:45 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:13:45 (Reading database ... 13914 files and directories currently installed.) 23:13:45 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:13:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:13:45 Setting up debconf (1.5.66ubuntu1) ... 23:13:46 + docker-compose -f ./docker-compose-build.yml build --parallel 23:13:46 (Reading database ... 13914 files and directories currently installed.) 23:13:46 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 23:13:46 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:13:46 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 23:13:46 (Reading database ... 13914 files and directories currently installed.) 23:13:46 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 23:13:46 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:13:46 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 23:13:46 (Reading database ... 13914 files and directories currently installed.) 23:13:46 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:13:46 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:13:46 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:13:47 (Reading database ... 13914 files and directories currently installed.) 23:13:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:13:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:13:47 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:13:47 (Reading database ... 13914 files and directories currently installed.) 23:13:47 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:13:47 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:13:47 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:13:47 (Reading database ... 13914 files and directories currently installed.) 23:13:47 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:13:47 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:13:47 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 23:13:47 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:13:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:13:48 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:13:48 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:13:48 (Reading database ... 13914 files and directories currently installed.) 23:13:48 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:13:48 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:13:48 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:13:48 (Reading database ... 13914 files and directories currently installed.) 23:13:48 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:13:48 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:13:48 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:13:48 (Reading database ... 13914 files and directories currently installed.) 23:13:48 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:13:48 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:13:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:13:48 (Reading database ... 13914 files and directories currently installed.) 23:13:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 23:13:49 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 23:13:49 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 23:13:49 (Reading database ... 13914 files and directories currently installed.) 23:13:49 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:13:49 Building docker-core-command-go ... 23:13:49 Building docker-core-data-go ... 23:13:49 Building docker-core-metadata-go ... 23:13:49 Building docker-security-bootstrapper-go ... 23:13:49 Building docker-security-proxy-setup-go ... 23:13:49 Building docker-security-secretstore-setup-go ... 23:13:49 Building docker-support-notifications-go ... 23:13:49 Building docker-support-scheduler-go ... 23:13:49 Building docker-sys-mgmt-agent-go ... 23:13:49 Building docker-support-scheduler-go 23:13:49 Building docker-core-metadata-go 23:13:49 Building docker-security-bootstrapper-go 23:13:49 Building docker-core-command-go 23:13:49 Building docker-support-notifications-go 23:13:49 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:13:49 Setting up passwd (1:4.5-1ubuntu2) ... 23:13:49 (Reading database ... 13914 files and directories currently installed.) 23:13:49 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 23:13:49 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:13:49 Setting up gpgv (2.2.4-1ubuntu1.4) ... 23:13:49 (Reading database ... 13914 files and directories currently installed.) 23:13:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:13:50 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:13:50 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:13:50 (Reading database ... 13914 files and directories currently installed.) 23:13:50 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:13:50 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:13:50 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:13:50 (Reading database ... 13914 files and directories currently installed.) 23:13:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:13:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:13:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:13:50 (Reading database ... 13914 files and directories currently installed.) 23:13:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:13:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:13:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:13:51 (Reading database ... 13914 files and directories currently installed.) 23:13:51 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:13:51 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:13:51 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:13:51 (Reading database ... 13914 files and directories currently installed.) 23:13:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 23:13:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 23:13:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 23:13:51 (Reading database ... 13915 files and directories currently installed.) 23:13:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:13:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:13:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:13:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:13:52 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:13:52 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:13:52 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 23:13:52 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 23:13:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:13:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:13:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:13:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:13:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:13:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:13:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:13:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:13:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:13:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:13:53 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:13:53 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:13:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:13:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:13:53 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 23:13:53 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 23:13:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:13:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:13:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:13:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:13:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:13:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:13:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:13:55 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:13:55 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:13:55 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:13:55 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:13:55 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:13:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:57 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:58 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:58 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:58 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:13:59 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:13:59 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:14:00 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:14:00 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:14:00 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:14:00 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:14:00 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:14:00 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:14:00 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:14:00 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:14:00 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:14:00 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:14:00 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:14:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:14:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:14:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:14:00 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:14:01 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:14:01 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:01 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:14:01 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:01 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:01 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:01 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:14:01 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:14:01 Setting up tzdata (2021a-0ubuntu0.18.04) ... 23:14:01 23:14:01 Current default time zone: 'Etc/UTC' 23:14:01 Local time is now: Fri Apr 9 23:14:01 UTC 2021. 23:14:01 Universal Time is now: Fri Apr 9 23:14:01 UTC 2021. 23:14:01 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:14:01 23:14:01 Setting up systemd-sysv (237-3ubuntu10.45) ... 23:14:02 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:02 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 23:14:02 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:14:02 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:14:02 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:14:02 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:14:02 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:14:02 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:14:02 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:14:02 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:02 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:14:02 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:02 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 23:14:02 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:02 Setting up patch (2.7.6-2ubuntu1.1) ... 23:14:02 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:14:02 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:14:02 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 23:14:02 Installing new version of config file /etc/ssl/openssl.cnf ... 23:14:02 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:14:02 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:14:02 Setting up ca-certificates (20210119~18.04.1) ... 23:14:04 Updating certificates in /etc/ssl/certs... 23:14:04 23 added, 27 removed; done. 23:14:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:14:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:14:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:14:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:14:04 Setting up pkgbinarymangler (138.18.04.1) ... 23:14:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 23:14:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up perl (5.26.1-6ubuntu0.5) ... 23:14:05 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 23:14:05 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:14:05 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:14:05 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 23:14:05 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:14:05 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:14:05 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:14:05 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:14:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:14:05 Processing triggers for systemd (237-3ubuntu10.45) ... 23:14:05 Processing triggers for mime-support (3.60ubuntu1) ... 23:14:05 Processing triggers for ca-certificates (20210119~18.04.1) ... 23:14:05 Updating certificates in /etc/ssl/certs... 23:14:06 0 added, 0 removed; done. 23:14:06 Running hooks in /etc/ca-certificates/update.d... 23:14:06 done. 23:14:06 Reading package lists... 23:14:06 Building dependency tree... 23:14:06 Reading state information... 23:14:07 The following NEW packages will be installed: 23:14:07 apt-transport-https 23:14:07 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:14:07 Need to get 1692 B of archives. 23:14:07 After this operation, 154 kB of additional disk space will be used. 23:14:07 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 23:14:07 debconf: delaying package configuration, since apt-utils is not installed 23:14:07 Fetched 1692 B in 0s (8431 B/s) 23:14:07 Selecting previously unselected package apt-transport-https. 23:14:07 (Reading database ... 13920 files and directories currently installed.) 23:14:07 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 23:14:07 Unpacking apt-transport-https (1.6.13) ... 23:14:07 Setting up apt-transport-https (1.6.13) ... 23:14:07 Waiting for network to be ready... 23:14:14 2021-04-09T23:14:11Z INFO Waiting for automatic snapd restart... 23:14:14 snapd 2.49.2 from Canonical* installed 23:14:15 "snapd" switched to the "latest/stable" channel 23:14:15 23:14:18 core18 20210309 from Canonical* installed 23:14:18 "core18" switched to the "latest/stable" channel 23:14:18 23:14:23 snapcraft 4.6 from Canonical* installed 23:14:23 "snapcraft" switched to the "latest/stable" channel 23:14:23 23:14:27 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: 23:14:27 - README.md 23:14:27 23:14:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:14:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:14:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:14:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:14:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:14:36 Reading package lists... 23:14:36 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 23:14:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:14:43 Reading package lists... 23:14:43 Building dependency tree... 23:14:43 Reading state information... 23:14:43 Suggested packages: 23:14:43 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:14:43 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:14:43 Recommended packages: 23:14:43 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:14:43 The following NEW packages will be installed: 23:14:43 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:14:43 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:14:43 pkg-config zip 23:14:43 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:14:43 Need to get 7663 kB of archives. 23:14:43 After this operation, 43.8 MB of additional disk space will be used. 23:14:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 23:14:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 23:14:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 23:14:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 23:14:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:14:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:14:44 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:14:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:14:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:14:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:14:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:14:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:14:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:14:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:14:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:14:47 debconf: delaying package configuration, since apt-utils is not installed 23:14:47 Fetched 7663 kB in 4s (1888 kB/s) 23:14:47 Selecting previously unselected package libglib2.0-0:amd64. 23:14:47 (Reading database ... 13924 files and directories currently installed.) 23:14:47 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 23:14:47 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:14:47 Selecting previously unselected package libpsl5:amd64. 23:14:47 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:14:47 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:14:47 Selecting previously unselected package libnghttp2-14:amd64. 23:14:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:14:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:14:47 Selecting previously unselected package librtmp1:amd64. 23:14:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:14:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:14:47 Selecting previously unselected package libcurl3-gnutls:amd64. 23:14:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 23:14:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 23:14:48 Selecting previously unselected package liberror-perl. 23:14:48 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:14:48 Unpacking liberror-perl (0.17025-1) ... 23:14:48 Selecting previously unselected package git-man. 23:14:48 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 23:14:48 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 23:14:48 Selecting previously unselected package git. 23:14:48 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 23:14:48 Unpacking git (1:2.17.1-1ubuntu0.8) ... 23:14:49 Selecting previously unselected package libnorm1:amd64. 23:14:49 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:14:49 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:14:49 Selecting previously unselected package libpgm-5.2-0:amd64. 23:14:49 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:14:49 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:14:49 Selecting previously unselected package libsodium23:amd64. 23:14:49 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:14:49 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:14:49 Selecting previously unselected package libzmq5:amd64. 23:14:49 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:14:49 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:14:49 Selecting previously unselected package libzmq3-dev:amd64. 23:14:49 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:14:49 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:14:49 Selecting previously unselected package pkg-config. 23:14:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:14:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:14:49 Selecting previously unselected package zip. 23:14:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:14:49 Unpacking zip (3.0-11build1) ... 23:14:49 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:14:49 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 23:14:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:14:49 Setting up liberror-perl (0.17025-1) ... 23:14:50 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:14:50 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:14:50 No schema files found: doing nothing. 23:14:50 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:14:50 Setting up zip (3.0-11build1) ... 23:14:50 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:14:50 Setting up libsodium23:amd64 (1.0.16-2) ... 23:14:50 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:14:50 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:14:50 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 23:14:50 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:14:50 Setting up git (1:2.17.1-1ubuntu0.8) ... 23:14:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:14:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:14:57 git set to automatically installed. 23:14:57 git-man set to automatically installed. 23:14:57 libcurl3-gnutls set to automatically installed. 23:14:57 liberror-perl set to automatically installed. 23:14:57 libglib2.0-0 set to automatically installed. 23:14:57 libnghttp2-14 set to automatically installed. 23:14:57 libnorm1 set to automatically installed. 23:14:57 libpgm-5.2-0 set to automatically installed. 23:14:57 libpsl5 set to automatically installed. 23:14:57 librtmp1 set to automatically installed. 23:14:57 libsodium23 set to automatically installed. 23:14:57 libzmq3-dev set to automatically installed. 23:14:57 libzmq5 set to automatically installed. 23:14:57 pkg-config set to automatically installed. 23:14:57 zip set to automatically installed. 23:14:59 snapd is not logged in, snap install commands will use sudo 23:15:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:15:06 snap "core18" has no updates available 23:15:07 snapd is not logged in, snap install commands will use sudo 23:15:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:15:11 ---> 5986ac995ad2 23:15:11 Step 3/23 : WORKDIR /edgex-go 23:15:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:15:11 ---> 5986ac995ad2 23:15:11 Step 3/22 : WORKDIR /edgex-go 23:15:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:15:11 ---> 5986ac995ad2 23:15:11 Step 3/22 : WORKDIR /edgex-go 23:15:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:15:11 ---> 5986ac995ad2 23:15:11 Step 3/31 : WORKDIR /edgex-go 23:15:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:15:11 ---> 5986ac995ad2 23:15:11 Step 3/23 : WORKDIR /edgex-go 23:15:11 ---> Running in 4640e96e3360 23:15:11 ---> Running in 818a667954b7 23:15:11 ---> Running in ba448bf8df5b 23:15:11 ---> Running in 3e7ae8a128c0 23:15:11 ---> Running in c5abb65804f2 23:15:11 Removing intermediate container 818a667954b7 23:15:11 ---> e5b7349967d6 23:15:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:11 Removing intermediate container 4640e96e3360 23:15:11 ---> 5b8d01b6fd25 23:15:11 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:11 Removing intermediate container c5abb65804f2 23:15:11 ---> 500ee42042a9 23:15:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:11 Removing intermediate container ba448bf8df5b 23:15:11 ---> d2e4ea2b304a 23:15:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 3e7ae8a128c0 23:15:11 ---> 66a225696b0a 23:15:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:11 23:15:11 ---> Running in f7e725e65f20 23:15:11 ---> Running in 2b53111fd95e 23:15:11 ---> Running in 0c5bf5fa7439 23:15:11 ---> Running in 8ec0d3cb4ca8 23:15:11 ---> Running in 5251d53f2fe5 23:15:11 Removing intermediate container 2b53111fd95e 23:15:11 ---> 4a0528bb8ecc 23:15:11 Step 5/23 : RUN apk add --update --no-cache make git 23:15:11 ---> Running in f5b8b0e02237 23:15:11 Removing intermediate container 0c5bf5fa7439 23:15:11 ---> 5c645b027df9 23:15:11 Step 5/31 : RUN apk add --update --no-cache make git 23:15:11 Removing intermediate container f7e725e65f20 23:15:11 ---> e2e60c6da0fc 23:15:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:15:11 ---> Running in b204e3bd698b 23:15:11 ---> Running in c25e74c07f06 23:15:11 Removing intermediate container 5251d53f2fe5 23:15:11 ---> 30e06d274b11 23:15:11 Step 5/23 : RUN apk add --update --no-cache make git 23:15:11 Removing intermediate container 8ec0d3cb4ca8 23:15:11 ---> e7396d33f0a4 23:15:11 Step 5/22 : RUN apk add --update --no-cache make git 23:15:12 ---> Running in 4b0f195789a9 23:15:12 ---> Running in b6650869e566 23:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:14 OK: 217 MiB in 51 packages 23:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:15 OK: 217 MiB in 51 packages 23:15:15 OK: 217 MiB in 51 packages 23:15:15 OK: 217 MiB in 51 packages 23:15:15 OK: 217 MiB in 51 packages 23:15:16 Removing intermediate container f5b8b0e02237 23:15:16 ---> d1d3580f31e0 23:15:16 Step 6/23 : COPY go.mod . 23:15:17 ---> 06af87e5ee7f 23:15:17 Step 7/23 : RUN go mod download 23:15:17 Removing intermediate container c25e74c07f06 23:15:17 ---> 6f1b9e6b900c 23:15:17 Step 6/22 : COPY go.mod . 23:15:17 ---> Running in ed8a9cda318c 23:15:17 Removing intermediate container 4b0f195789a9 23:15:17 ---> 602752109495 23:15:17 Step 6/23 : COPY go.mod . 23:15:17 Removing intermediate container b6650869e566 23:15:17 ---> 4c4082950c2f 23:15:17 Step 6/22 : COPY go.mod . 23:15:17 Removing intermediate container b204e3bd698b 23:15:17 ---> a4f34411596a 23:15:18 Step 6/31 : COPY go.mod . 23:15:18 ---> 02f19372a54b 23:15:18 Step 7/22 : RUN go mod download 23:15:18 ---> Running in b9b8a587465e 23:15:19 ---> 368d7b97aa99 23:15:19 Step 7/23 : RUN go mod download 23:15:19 ---> Running in 1a52a345af32 23:15:19 ---> 5925e84b8c30 23:15:19 Step 7/31 : RUN go mod download ---> e12422c9e9c3 23:15:19 23:15:19 Step 7/22 : RUN go mod download 23:15:19 ---> Running in 8c39a47408c7 23:15:19 ---> Running in fadfaa340213 23:15:22 Removing intermediate container ed8a9cda318c 23:15:22 ---> ee98b79ea998 23:15:22 Step 8/23 : COPY . . 23:15:24 Removing intermediate container b9b8a587465e 23:15:24 ---> 96651380c759 23:15:24 Step 8/22 : COPY . . 23:15:24 Removing intermediate container 1a52a345af32 23:15:24 ---> d19a7d266478 23:15:24 Step 8/23 : COPY . . 23:15:24 Removing intermediate container 8c39a47408c7 23:15:24 ---> 6ff10f10e085 23:15:24 Step 8/22 : COPY . . 23:15:24 Removing intermediate container fadfaa340213 23:15:24 ---> b431157e41c5 23:15:24 Step 8/31 : COPY . . 23:15:29 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 23:15:29 Pulling go-build-helper 23:15:29 + snapcraftctl pull 23:15:29 'app-service-config' has dependencies that need to be staged: go-build-helper 23:15:29 Skipping pull go-build-helper (already ran) 23:15:29 Building go-build-helper 23:15:29 + snapcraftctl build 23:15:31 Staging go-build-helper 23:15:31 + snapcraftctl stage 23:15:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:15:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:15:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 23:15:44 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:15:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:15:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:15:44 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:15:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:15:44 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:15:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:15:44 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:15:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 23:15:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 23:15:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 23:15:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 23:15:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 23:15:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 23:15:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 23:15:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:15:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1979 kB] 23:15:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 23:15:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 23:15:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 23:15:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 23:15:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 23:15:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1727 kB] 23:15:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [366 kB] 23:15:44 Fetched 24.2 MB in 0s (0 B/s) 23:15:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:15:44 Fetched 224 kB in 0s (0 B/s) 23:15:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:15:44 Fetched 157 kB in 0s (0 B/s) 23:15:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:15:44 Fetched 221 kB in 0s (0 B/s) 23:15:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:15:44 Fetched 143 kB in 0s (0 B/s) 23:15:44 Pulling app-service-config 23:15:44 + snapcraftctl pull 23:15:44 Cloning into '/root/parts/app-service-config/src'... 23:15:45 Pulling config-common 23:15:45 + snapcraftctl pull 23:15:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:15:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:15:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:15:50 Fetched 0 B in 0s (0 B/s) 23:15:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:15:50 Fetched 0 B in 0s (0 B/s) 23:15:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:15:50 Fetched 0 B in 0s (0 B/s) 23:15:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:15:50 Fetched 0 B in 0s (0 B/s) 23:15:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:15:50 Fetched 0 B in 0s (0 B/s) 23:15:50 Pulling edgex-go 23:15:50 + snapcraftctl pull 23:15:51 ---> 743f3803fb22 23:15:51 Step 9/23 : RUN make cmd/core-command/core-command 23:15:51 ---> 5e5c8e43d2fe 23:15:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler ---> Running in 4a2912987350 23:15:51 23:15:51 ---> dc44b7bfb919 23:15:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:15:51 ---> 2488a2a0ac13 23:15:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:15:51 ---> da6827b42d7f 23:15:51 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:15:51 ---> Running in d2bac0b74bca 23:15:51 ---> Running in 058b5b0213c7 23:15:51 ---> Running in 8ebf9cef6066 23:15:51 ---> Running in 244e7bf9adbd 23:15:51 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 23:15:51 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 23:15:51 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 23:15:52 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 23:15: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 23:16:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:16:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:16:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:16:12 Fetched 0 B in 0s (0 B/s) 23:16:12 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:16:12 Fetched 96.5 kB in 0s (0 B/s) 23:16:12 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:16:12 Fetched 279 kB in 0s (0 B/s) 23:16:12 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:16:12 Fetched 122 kB in 0s (0 B/s) 23:16:12 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:16:12 Fetched 77.8 kB in 0s (0 B/s) 23:16:12 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:16:12 Fetched 8848 B in 0s (0 B/s) 23:16:12 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:16:12 Fetched 47.8 kB in 0s (0 B/s) 23:16:12 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:16:12 Fetched 45.6 kB in 0s (0 B/s) 23:16:12 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 23:16:12 Fetched 15.0 kB in 0s (0 B/s) 23:16:12 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 23:16:12 Fetched 219 kB in 0s (0 B/s) 23:16:12 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 23:16:12 Fetched 154 kB in 0s (0 B/s) 23:16:12 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:16:12 Fetched 50.6 kB in 0s (0 B/s) 23:16:12 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:16:12 Fetched 14.8 kB in 0s (0 B/s) 23:16:12 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:16:12 Fetched 41.8 kB in 0s (0 B/s) 23:16:12 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:16:12 Fetched 499 kB in 0s (0 B/s) 23:16:12 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:16:12 Fetched 111 kB in 0s (0 B/s) 23:16:12 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:16:12 Fetched 240 kB in 0s (0 B/s) 23:16:12 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:16:12 Fetched 29.3 kB in 0s (0 B/s) 23:16:12 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:16:12 Fetched 85.5 kB in 0s (0 B/s) 23:16:12 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:16:12 Fetched 24.5 kB in 0s (0 B/s) 23:16:12 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 23:16:12 Fetched 49.2 kB in 0s (0 B/s) 23:16:12 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:16:12 Fetched 54.2 kB in 0s (0 B/s) 23:16:12 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:16:12 Fetched 30.8 kB in 0s (0 B/s) 23:16:12 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 23:16:12 Fetched 15.8 kB in 0s (0 B/s) 23:16:12 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:16:12 Fetched 85.9 kB in 0s (0 B/s) 23:16:12 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:16:12 Fetched 8720 B in 0s (0 B/s) 23:16:12 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:16:12 Fetched 137 kB in 0s (0 B/s) 23:16:12 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:16:12 Fetched 119 kB in 0s (0 B/s) 23:16:12 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:16:12 Fetched 109 kB in 0s (0 B/s) 23:16:12 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:16:12 Fetched 11.1 kB in 0s (0 B/s) 23:16:12 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:16:12 Fetched 645 kB in 0s (0 B/s) 23:16:12 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:16:12 Fetched 41.3 kB in 0s (0 B/s) 23:16:12 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:16:12 Fetched 17.9 kB in 0s (0 B/s) 23:16:12 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:16:12 Fetched 368 kB in 0s (0 B/s) 23:16:12 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 23:16:12 Fetched 187 kB in 0s (0 B/s) 23:16:12 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:16:12 Fetched 175 kB in 0s (0 B/s) 23:16:12 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:16:12 Fetched 206 kB in 0s (0 B/s) 23:16:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 23:16:12 Fetched 1301 kB in 0s (0 B/s) 23:16:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:16:12 Fetched 36.2 kB in 0s (0 B/s) 23:16:12 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 23:16:12 Fetched 159 kB in 0s (0 B/s) 23:16:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:16:12 Fetched 107 kB in 0s (0 B/s) 23:16:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:16:12 Fetched 48.7 kB in 0s (0 B/s) 23:16:12 Pulling static-packages 23:16:12 + snapcraftctl pull 23:16:12 Pulling version 23:16:12 + cd /root/project 23:16:12 + [ -f VERSION ] 23:16:12 + PROJECT_VERSION=local-dev 23:16:12 + git rev-parse --short HEAD 23:16:12 + GIT_REVISION=1b48b7d4 23:16:12 + snapcraftctl set-version local-dev 23:16:12 Skipping build go-build-helper (already ran) 23:16:13 Building app-service-config 23:16:13 + make build 23:16:13 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 23:16:15 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 23:16:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 23:16:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 23:16:15 go: downloading github.com/google/uuid v1.2.0 23:16:15 go: downloading github.com/go-playground/validator/v10 v10.4.1 23:16:15 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 23:16:15 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 23:16:15 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 23:16:15 go: downloading github.com/go-kit/kit v0.8.0 23:16:15 go: downloading github.com/leodido/go-urn v1.2.0 23:16:15 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 23:16:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:16:15 go: downloading github.com/gorilla/mux v1.8.0 23:16:15 go: downloading github.com/go-playground/universal-translator v0.17.0 23:16:15 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:16:15 go: downloading github.com/hashicorp/consul/api v1.8.1 23:16:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 23:16:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 23:16:16 go: downloading github.com/go-playground/locales v0.13.0 23:16:16 go: downloading github.com/hashicorp/go-hclog v0.12.0 23:16:16 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 23:16:16 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:16:16 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 23:16:16 go: downloading github.com/x448/float16 v0.8.4 23:16:16 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 23:16:16 go: downloading github.com/gorilla/websocket v1.4.2 23:16:16 go: downloading github.com/pebbe/zmq4 v1.2.7 23:16:16 go: downloading github.com/mitchellh/copystructure v1.0.0 23:16:16 go: downloading github.com/pelletier/go-toml v1.2.0 23:16:16 go: downloading github.com/mattn/go-isatty v0.0.12 23:16:16 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:16:16 go: downloading github.com/fatih/color v1.9.0 23:16:16 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:16:16 go: downloading github.com/mattn/go-colorable v0.1.6 23:16:16 go: downloading github.com/BurntSushi/toml v0.3.1 23:16:16 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:16:16 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 23:16:16 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:16:16 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:16:16 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:16:16 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:16:16 go: downloading github.com/hashicorp/serf v0.9.5 23:16:16 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:16:16 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:16:16 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:16:26 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 23:16:26 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 23:16:26 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 23:16:26 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 23:16:27 Building config-common 23:16:27 + snapcraftctl build 23:16:30 Building edgex-go 23:16:30 + cd /root/parts/edgex-go/src 23:16:30 + make build 23:16:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:16:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.30 23:16:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:16:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 23:16:31 go: downloading github.com/imdario/mergo v0.3.12 23:16:31 go: downloading github.com/pkg/errors v0.8.1 23:16:35 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 23:16:35 go: downloading gopkg.in/yaml.v2 v2.4.0 23:16:40 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 23:16:41 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 23:16:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:16:43 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 23:16:44 go: downloading github.com/stretchr/testify v1.7.0 23:16:44 go: downloading github.com/davecgh/go-spew v1.1.1 23:16:44 go: downloading github.com/pmezard/go-difflib v1.0.0 23:16:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:16:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:16:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:16:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:16:47 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 23:16:48 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 23:16:50 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 23:16:51 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 23:16:51 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:16:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:16:53 go: downloading github.com/lib/pq v1.10.0 23:16:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 23:16:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 23:16:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 23:16:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 23:16:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 23:16:54 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 23:16:54 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 23:16:54 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 23:16:54 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 23:16:54 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 23:16:54 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 23:16:54 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 23:16:54 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 23:16:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 23:16:54 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 23:16:54 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 23:16:54 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 23:16:54 + 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 23:16:54 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 23:16:54 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 23:16:54 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 23:16:54 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 23:16:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 23:16:54 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 23:16:54 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 23:16:54 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 23:16:58 Building static-packages 23:16:58 + snapcraftctl build 23:17:00 Building version 23:17:00 + snapcraftctl build 23:17:02 Skipping stage go-build-helper (already ran) 23:17:02 Staging app-service-config 23:17:02 + snapcraftctl stage 23:17:03 Staging config-common 23:17:03 + snapcraftctl stage 23:17:05 Staging edgex-go 23:17:05 + snapcraftctl stage 23:17:06 Staging static-packages 23:17:06 + snapcraftctl stage 23:17:07 Staging version 23:17:07 + snapcraftctl stage 23:17:08 Priming go-build-helper 23:17:08 + snapcraftctl prime 23:17:09 Priming app-service-config 23:17:09 + snapcraftctl prime 23:17:10 Priming config-common 23:17:10 + snapcraftctl prime 23:17:11 Priming edgex-go 23:17:11 + snapcraftctl prime 23:17:13 Priming static-packages 23:17:13 + snapcraftctl prime 23:17:15 Priming version 23:17:15 + snapcraftctl prime 23:17:16 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] } 23:17:44 Removing intermediate container 058b5b0213c7 23:17:44 ---> 309ed334a167 23:17:44 23:17:44 Step 10/31 : FROM alpine:3.12 23:17:44 3.12: Pulling from library/alpine 23:17:44 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 23:17:44 Status: Downloaded newer image for alpine:3.12 23:17:44 ---> d75e27dfc0a0 23:17:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:17:44 ---> Running in d19ec1377d07 23:17:45 Removing intermediate container d19ec1377d07 23:17:45 ---> e16e7a034a41 23:17:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:17:45 ---> Running in 17a9d0c84abd 23:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:48 (1/2) Installing dumb-init (1.2.2-r1) 23:17:48 (2/2) Installing su-exec (0.2-r1) 23:17:48 Executing busybox-1.31.1-r20.trigger 23:17:48 OK: 5 MiB in 16 packages 23:17:49 Removing intermediate container 4a2912987350 23:17:49 ---> d339d846119a 23:17:49 23:17:49 Step 10/23 : FROM alpine:3.12 23:17:49 ---> d75e27dfc0a0 23:17:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:17:49 ---> Running in e661e7f9543b 23:17:51 Removing intermediate container 17a9d0c84abd 23:17:51 ---> 6063c19fccd4 23:17:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:17:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:52 (1/1) Installing dumb-init (1.2.2-r1) 23:17:52 Executing busybox-1.31.1-r20.trigger 23:17:52 ---> Running in 2a6c2ca448ed 23:17:52 OK: 5 MiB in 15 packages 23:17:54 Removing intermediate container 2a6c2ca448ed 23:17:54 ---> 5316809154b6 23:17:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:17:54 Removing intermediate container 244e7bf9adbd 23:17:54 ---> 292690d6c84c 23:17:54 23:17:54 Step 10/22 : FROM alpine:3.12 23:17:54 ---> d75e27dfc0a0 23:17:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:17:54 ---> Running in 02a4be8d8fbf 23:17:55 Removing intermediate container d2bac0b74bca 23:17:55 ---> c91545bbc2b0 23:17:55 23:17:55 Step 10/22 : FROM alpine:3.12 23:17:55 ---> d75e27dfc0a0 23:17:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:17:55 ---> Using cache 23:17:55 ---> 39bb204cac37 23:17:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:17:55 ---> Running in 666f46a9ef89 23:17:55 Removing intermediate container e661e7f9543b 23:17:55 ---> 39bb204cac37 23:17:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:17:55 ---> Running in 2c64885402d9 23:17:55 ---> Running in 3a5e979d161e 23:17:55 Removing intermediate container 02a4be8d8fbf 23:17:55 ---> eb21c8080e79 23:17:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:17:56 ---> Running in 8f5f6562ff5d 23:17:56 Removing intermediate container 2c64885402d9 23:17:56 ---> 3fda202e98a7 23:17:56 Step 13/22 : ENV APP_PORT=48085 23:17:56 Removing intermediate container 3a5e979d161e 23:17:56 ---> 5dc2b5c1334a 23:17:56 Step 13/23 : ENV APP_PORT=48082 23:17:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:56 ---> Running in 640a22233616 23:17:56 ---> Running in dbbeda27a810 23:17:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:57 (1/2) Installing ca-certificates (20191127-r4) 23:17:57 (2/2) Installing dumb-init (1.2.2-r1) 23:17:57 Executing busybox-1.31.1-r20.trigger 23:17:57 Executing ca-certificates-20191127-r4.trigger 23:17:58 OK: 6 MiB in 16 packages 23:17:58 Removing intermediate container 640a22233616 23:17:58 ---> e212fde053fa 23:17:58 Step 14/22 : EXPOSE $APP_PORT 23:17:58 Removing intermediate container dbbeda27a810 23:17:58 ---> b3ce054095e4 23:17:58 Step 14/23 : EXPOSE $APP_PORT 23:17:59 ---> Running in 892d7a272c96 23:17:59 ---> Running in a43cba110490 23:17:59 Removing intermediate container 8ebf9cef6066 23:17:59 ---> 105f20f870ce 23:17:59 23:17:59 Step 10/23 : FROM alpine:3.12 23:17:59 ---> d75e27dfc0a0 23:17:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:17:59 ---> Using cache 23:17:59 ---> 39bb204cac37 23:17:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:17:59 ---> Using cache 23:17:59 ---> 5dc2b5c1334a 23:17:59 Step 13/23 : ENV APP_PORT=48081 23:17:59 Removing intermediate container 892d7a272c96 23:17:59 ---> 18128042203f 23:17:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:00 ---> Running in 253dc2253f68 23:18:00 Removing intermediate container 8f5f6562ff5d 23:18:00 ---> d30253f75e02 23:18:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:18:00 Removing intermediate container a43cba110490 23:18:00 ---> c0338ffdc4de 23:18:00 Step 15/23 : WORKDIR / 23:18:00 ---> Running in a715f382950d 23:18:00 Removing intermediate container 666f46a9ef89 23:18:00 ---> 35cf615464cd 23:18:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:18:00 ---> Running in 009fdf6161bc 23:18:01 ---> Running in ef51f61f9db2 23:18:01 ---> df75e37572a7 23:18:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:18:01 Removing intermediate container 253dc2253f68 23:18:01 ---> 59c469773f83 23:18:01 Step 14/23 : EXPOSE $APP_PORT 23:18:01 Removing intermediate container a715f382950d 23:18:01 ---> 1b6818cd8d60 23:18:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:18:01 ---> Running in 4e5c1f9dbfa1 23:18:01 Removing intermediate container ef51f61f9db2 23:18:01 ---> 6c7da59f1e95 23:18:01 Step 13/22 : ENV APP_PORT=48060 23:18:01 Removing intermediate container 009fdf6161bc 23:18:01 ---> 9cc67b0a23ce 23:18:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:02 ---> Running in 66c281d44738 23:18:02 Removing intermediate container 4e5c1f9dbfa1 23:18:02 ---> fcce0977cd5c 23:18:02 Step 15/23 : WORKDIR / 23:18:02 ---> c9f6e0e42095 23:18:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:18:02 ---> Running in 29461d70f7aa 23:18:02 ---> Running in b020f219bdb1 23:18:02 Removing intermediate container 66c281d44738 23:18:02 ---> ccfc06f414cd 23:18:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:18:02 ---> 7b9dfa9f2f11 23:18:02 Step 14/22 : EXPOSE $APP_PORT 23:18:02 ---> b1ca57afe8e5 23:18:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:18:03 ---> Running in ebba98a21943 23:18:03 Removing intermediate container 29461d70f7aa 23:18:03 ---> 0c26df56b77d 23:18:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:03 Removing intermediate container ebba98a21943 23:18:03 ---> 53f1bdf72a56 23:18:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:04 ---> 22d118d2ce7a 23:18:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:18:04 ---> Running in 20c05c53ae23 23:18:04 ---> 7f296e0e92cd 23:18:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:18:04 ---> 86ecc02ed7ce 23:18:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:18:04 ---> f566e4902b37 23:18:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:18:05 Removing intermediate container 20c05c53ae23 23:18:05 ---> 83f25d958ea0 23:18:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:05 ---> Running in ffabd3ecfa90 23:18:06 Removing intermediate container ffabd3ecfa90 23:18:06 ---> 461b0614d306 23:18:06 Step 20/22 : LABEL arch=arm64 23:18:06 Removing intermediate container b020f219bdb1 23:18:06 ---> 288fb744170d 23:18:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:07 ---> Running in badd66f49437 23:18:07 ---> db571eb6a0d1 23:18:07 Step 19/23 : ENTRYPOINT ["/core-command"] 23:18:07 ---> f9708090dc58 23:18:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:18:07 ---> 4121650ecc99 23:18:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:18:07 ---> Running in 56dee1402087 23:18:07 Removing intermediate container badd66f49437 23:18:07 ---> 6ece7ce5b779 23:18:07 Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:18:07 Removing intermediate container 56dee1402087 23:18:07 ---> 88c060612d2e 23:18:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:07 ---> 0fac1828f478 23:18:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:18:08 ---> Running in 7aea44b5e80b 23:18:08 ---> Running in 34944edfae51 23:18:08 ---> aaf57d48cba7 23:18:08 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:18:08 ---> 2712da8ca702 23:18:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:18:08 ---> Running in 1b7f28098504 23:18:08 ---> Running in c1b7825dc065 23:18:09 Removing intermediate container 34944edfae51 23:18:09 ---> c2846f196aee 23:18:09 Step 21/23 : LABEL arch=arm64 23:18:09 Removing intermediate container 7aea44b5e80b 23:18:09 ---> 9a617be23566 23:18:09 Step 22/22 : LABEL version=0.0.0 23:18:09 ---> Running in 711d1e42eace 23:18:09 ---> Running in aeecd0df40dd 23:18:09 ---> 6e56a784e713 23:18:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:18:09 Removing intermediate container 1b7f28098504 23:18:09 ---> 6ddc7003fbf7 23:18:09 Removing intermediate container c1b7825dc065 23:18:09 ---> df679c6f6111 23:18:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:10 ---> Running in ec67a9dd852c 23:18:10 ---> Running in 1104f114be11 23:18:10 Removing intermediate container aeecd0df40dd 23:18:10 Removing intermediate container 711d1e42eace 23:18:10 ---> d95cd9bb3154 23:18:10 23:18:10 ---> 17632b9739dd 23:18:10 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:18:10 ---> Running in ed659ee6d100 23:18:10 ---> a4a51dda7eec 23:18:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:18:10 Successfully built d95cd9bb3154 23:18:10 Removing intermediate container 1104f114be11 23:18:10 ---> d36377630c37 23:18:10 Step 21/23 : LABEL arch=arm64 23:18:10 Successfully tagged docker-support-scheduler-go-arm64:latest 23:18:10  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 23:18:10 Removing intermediate container ec67a9dd852c 23:18:10 ---> 6e3eeaf99a6b 23:18:10 Step 20/22 : LABEL arch=arm64 23:18:11 ---> Running in 78d5ad6fb0ed 23:18:11 ---> Running in b2418d333d82 23:18:11 Removing intermediate container ed659ee6d100 23:18:11 ---> 570edfaf9502 23:18:11 Step 23/23 : LABEL version=0.0.0 23:18:11 ---> Running in 09e34ca2bce5 23:18:11 ---> c379a202a667 23:18:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:18:11 Removing intermediate container 78d5ad6fb0ed 23:18:11 ---> 3cd0b30efab0 23:18:11 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:18:12 Removing intermediate container b2418d333d82 23:18:12 ---> a75adcb55070 23:18:12 Step 21/22 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:18:12 ---> Running in 73cebcaa8ce1 23:18:12 ---> Running in c1401a3b994e 23:18:12 Removing intermediate container 09e34ca2bce5 23:18:12 ---> 6d25177a654b 23:18:12 23:18:13 Successfully built 6d25177a654b 23:18:13 ---> 87de937e7d3c 23:18:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:18:13 Successfully tagged docker-core-command-go-arm64:latest 23:18:13  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 23:18:14 Removing intermediate container 73cebcaa8ce1 23:18:14 ---> 1bc2cad5b5fc 23:18:14 Step 23/23 : LABEL version=0.0.0 23:18:14 Removing intermediate container c1401a3b994e 23:18:14 ---> 852cecf6ef00 23:18:14 Step 22/22 : LABEL version=0.0.0 23:18:14 ---> Running in ae7e783195cb 23:18:14 ---> Running in 92621f7f2a18 23:18:14 ---> Running in 431ae772b901 23:18:15 Removing intermediate container ae7e783195cb 23:18:15 ---> a7214313f413 23:18:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:18:16 Removing intermediate container 92621f7f2a18 23:18:16 Removing intermediate container 431ae772b901 23:18:16 ---> 46ffdea559b1 23:18:16 23:18:16 ---> 9874610a831f 23:18:16 23:18:16 Successfully built 46ffdea559b1 23:18:16 Successfully built 9874610a831f 23:18:17 Successfully tagged docker-core-metadata-go-arm64:latest 23:18:17  Building docker-core-metadata-go ... done Building docker-core-data-go 23:18:17 Successfully tagged docker-support-notifications-go-arm64:latest 23:18:17 Building docker-sys-mgmt-agent-go 23:18:17  Building docker-support-notifications-go ... done  ---> c45b103ccd79 23:18:17 Step 26/31 : RUN chmod +x /entrypoint.sh 23:18:18 ---> Running in dd8b8ee95f2c 23:18:20 Removing intermediate container dd8b8ee95f2c 23:18:20 ---> 94aaa29eb77d 23:18:20 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:18:21 ---> Running in adde26264720 23:18:22 Removing intermediate container adde26264720 23:18:22 ---> e148e13f7734 23:18:22 Step 28/31 : CMD ["gate"] 23:18:23 ---> Running in 32250a0da1dd 23:18:23 Removing intermediate container 32250a0da1dd 23:18:23 ---> 90ae9534bf9b 23:18:23 Step 29/31 : LABEL arch=arm64 23:18:24 ---> Running in f6368674ea86 23:18:25 Removing intermediate container f6368674ea86 23:18:25 ---> e5dc5e0b3b85 23:18:25 Step 30/31 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:18:26 ---> Running in 04c185fca2b6 23:18:27 Removing intermediate container 04c185fca2b6 23:18:27 ---> 9613085236ba 23:18:27 Step 31/31 : LABEL version=0.0.0 23:18:28 ---> Running in 0efb44b445df 23:18:29 Removing intermediate container 0efb44b445df 23:18:29 ---> d25ad5c7a974 23:18:29 23:18:29 Successfully built d25ad5c7a974 23:18:29 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:19:01  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:19:01 ---> 5986ac995ad2 23:19:01 Step 3/21 : WORKDIR /edgex-go 23:19:01 ---> Using cache 23:19:01 ---> d2e4ea2b304a 23:19:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:01 ---> Using cache 23:19:01 ---> e7396d33f0a4 23:19:01 Step 5/21 : RUN apk add --update --no-cache make git 23:19:01 ---> Using cache 23:19:01 ---> 4c4082950c2f 23:19:01 Step 6/21 : COPY go.mod . 23:19:01 ---> Using cache 23:19:01 ---> e12422c9e9c3 23:19:01 Step 7/21 : RUN go mod download 23:19:01 ---> Using cache 23:19:01 ---> 6ff10f10e085 23:19:01 Step 8/21 : COPY . . 23:19:01 ---> Using cache 23:19:01 ---> 5e5c8e43d2fe 23:19:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:19:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:19:07 ---> 5986ac995ad2 23:19:07 Step 3/24 : WORKDIR /edgex-go 23:19:07 ---> Using cache 23:19:07 ---> d2e4ea2b304a 23:19:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:07 ---> Using cache 23:19:07 ---> e7396d33f0a4 23:19:07 Step 5/24 : RUN apk add --update --no-cache make git 23:19:07 ---> Using cache 23:19:07 ---> 4c4082950c2f 23:19:07 Step 6/24 : COPY go.mod . 23:19:07 ---> Using cache 23:19:07 ---> e12422c9e9c3 23:19:07 Step 7/24 : RUN go mod download 23:19:07 ---> Using cache 23:19:07 ---> 6ff10f10e085 23:19:07 Step 8/24 : COPY . . 23:19:07 ---> Using cache 23:19:07 ---> 5e5c8e43d2fe 23:19:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:19:07 ---> Running in 6b6a7bf0575e 23:19:07 ---> Running in 649908812e35 23:19:09 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 23:19:09 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 23:19:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:19:09 ---> 5986ac995ad2 23:19:09 Step 3/26 : WORKDIR /edgex-go 23:19:09 ---> Using cache 23:19:09 ---> d2e4ea2b304a 23:19:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:09 ---> Using cache 23:19:09 ---> e7396d33f0a4 23:19:09 Step 5/26 : RUN apk add --update --no-cache make bash git 23:19:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:19:09 ---> 5986ac995ad2 23:19:09 Step 3/23 : WORKDIR /edgex-go 23:19:09 ---> Using cache 23:19:09 ---> d2e4ea2b304a 23:19:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:09 ---> Using cache 23:19:09 ---> e7396d33f0a4 23:19:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:19:09 ---> Running in b364cbf02b71 23:19:09 ---> Running in 707b3d161839 23:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:13 OK: 217 MiB in 51 packages 23:19:13 OK: 217 MiB in 51 packages 23:19:15 Removing intermediate container 707b3d161839 23:19:15 ---> ca82371a3ca8 23:19:15 Step 6/23 : COPY go.mod . 23:19:15 Removing intermediate container b364cbf02b71 23:19:15 ---> f3cafa4103fa 23:19:15 Step 6/26 : COPY go.mod . 23:19:16 ---> 533b21116fa4 23:19:16 Step 7/23 : RUN go mod download 23:19:17 ---> Running in 978fb6f80c7b 23:19:17 ---> ab3fcab8583d 23:19:17 Step 7/26 : RUN go mod download 23:19:17 ---> Running in d24b06bf4227 23:19:22 Removing intermediate container 978fb6f80c7b 23:19:22 ---> 4bc378597dc4 23:19:22 Step 8/23 : COPY . . 23:19:22 Removing intermediate container d24b06bf4227 23:19:22 ---> 0faa191ef2a3 23:19:22 Step 8/26 : COPY . . 23:19:55 ---> a7f43b51abf7 23:19:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:19:55 ---> 41098e7bfe28 23:19:55 Step 9/23 : RUN make cmd/core-data/core-data 23:19:55 ---> Running in 955e611f911d 23:19:55 ---> Running in 3733e3cc905b 23:19:56 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 23:19:56 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 23:20:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:20:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:20:19 Removing intermediate container 649908812e35 23:20:19 ---> 095fd621db7f 23:20:19 23:20:19 Step 10/24 : FROM alpine:3.12 23:20:19 ---> d75e27dfc0a0 23:20:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:20:19 ---> Running in 20e513206668 23:20:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:20:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:20:22 (1/6) Installing ca-certificates (20191127-r4) 23:20:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:20:22 (3/6) Installing libcurl (7.69.1-r3) 23:20:22 (4/6) Installing curl (7.69.1-r3) 23:20:22 (5/6) Installing dumb-init (1.2.2-r1) 23:20:22 (6/6) Installing su-exec (0.2-r1) 23:20:22 Executing busybox-1.31.1-r20.trigger 23:20:22 Executing ca-certificates-20191127-r4.trigger 23:20:22 Removing intermediate container 6b6a7bf0575e 23:20:22 ---> 7b916a6775ad 23:20:22 23:20:22 Step 10/21 : FROM alpine:3.12 23:20:22 ---> d75e27dfc0a0 23:20:22 Step 11/21 : RUN apk add --update --no-cache curl 23:20:22 OK: 7 MiB in 20 packages 23:20:23 ---> Running in 8b3ea3b47c58 23:20:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:20:25 Removing intermediate container 20e513206668 23:20:25 ---> e47afee5e360 23:20:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:20:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:20:25 ---> Running in 905c9d5790b7 23:20:26 (1/4) Installing ca-certificates (20191127-r4) 23:20:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:20:26 (3/4) Installing libcurl (7.69.1-r3) 23:20:26 (4/4) Installing curl (7.69.1-r3) 23:20:26 Executing busybox-1.31.1-r20.trigger 23:20:26 Executing ca-certificates-20191127-r4.trigger 23:20:26 Removing intermediate container 905c9d5790b7 23:20:26 ---> 8ce4e91de154 23:20:26 Step 13/24 : WORKDIR / 23:20:26 OK: 7 MiB in 18 packages 23:20:26 ---> Running in 9d529f5dc774 23:20:27 Removing intermediate container 9d529f5dc774 23:20:27 ---> fd601e0813b9 23:20:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:20:29 ---> a3b850778caa 23:20:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:20:29 Removing intermediate container 8b3ea3b47c58 23:20:29 ---> ac37431c5a3f 23:20:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:20:29 ---> Running in c9c5cae501bc 23:20:30 ---> b2c9cc1c2d98 23:20:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:20:30 Removing intermediate container c9c5cae501bc 23:20:30 ---> 9df685f8680e 23:20:30 Step 13/21 : WORKDIR /edgex 23:20:30 ---> Running in 690f9de2629a 23:20:31 ---> 969247b51e78 23:20:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:20:31 Removing intermediate container 690f9de2629a 23:20:31 ---> 2ea98283c40a 23:20:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:20:33 ---> 9fe2f61bfdd0 23:20:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:20:33 ---> fd83abe1a4b2 23:20:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:20:36 ---> 8613397cd1f0 23:20:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:20:36 ---> 4bb5ab03140c 23:20:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:20:37 ---> cb6a61420aaf 23:20:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 23:20:37 ---> ed58df752f8a 23:20:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:20:37 ---> Running in 96fd8d5c6b2b 23:20:37 ---> Running in 8904024d628b 23:20:38 Removing intermediate container 8904024d628b 23:20:38 ---> 9f3532c4e743 23:20:38 Step 18/21 : CMD ["--init=true"] 23:20:38 ---> Running in 4228dfddc7d7 23:20:39 Removing intermediate container 4228dfddc7d7 23:20:39 ---> f8355ba19d43 23:20:39 Step 19/21 : LABEL arch=arm64 23:20:39 ---> Running in 09a4dbdc3dda 23:20:40 Removing intermediate container 09a4dbdc3dda 23:20:40 ---> 6d28cc517de3 23:20:40 Step 20/21 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:20:40 ---> Running in d047f6c4e435 23:20:41 Removing intermediate container 96fd8d5c6b2b 23:20:41 ---> 63c313013d05 23:20:41 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:20:41 ---> Running in 79712584cb60 23:20:41 Removing intermediate container d047f6c4e435 23:20:41 ---> cb33156d0807 23:20:41 Step 21/21 : LABEL version=0.0.0 23:20:42 ---> Running in df5b07d3047a 23:20:42 Removing intermediate container 79712584cb60 23:20:42 ---> b99bf83959f4 23:20:42 Step 22/24 : LABEL arch=arm64 23:20:42 ---> Running in 1a7c7a602b4e 23:20:42 Removing intermediate container df5b07d3047a 23:20:42 ---> 6cc96ddf9d63 23:20:42 23:20:43 Removing intermediate container 1a7c7a602b4e 23:20:43 Successfully built 6cc96ddf9d63 23:20:43 ---> 451b02f8608c 23:20:43 Step 23/24 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:20:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:20:43  Building docker-security-proxy-setup-go ... done  ---> Running in 90d892bac88b 23:20:44 Removing intermediate container 90d892bac88b 23:20:44 ---> 94e6635edfe3 23:20:44 Step 24/24 : LABEL version=0.0.0 23:20:44 ---> Running in f48ac9d0d6ab 23:20:45 Removing intermediate container f48ac9d0d6ab 23:20:45 ---> 482353de8800 23:20:45 23:20:45 Successfully built 482353de8800 23:20:45 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:21:08  Building docker-security-secretstore-setup-go ... done Removing intermediate container 955e611f911d 23:21:08 ---> e71f6b656c7e 23:21:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:21:08 ---> Running in b11ba3172ae4 23:21:08 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 23:21:09 Removing intermediate container b11ba3172ae4 23:21:09 ---> a5194a6d7bde 23:21:09 23:21:09 Step 11/26 : FROM docker:20.10.0 23:21:09 20.10.0: Pulling from library/docker 23:21:18 Removing intermediate container 3733e3cc905b 23:21:18 ---> 0adcee0e3960 23:21:18 23:21:18 Step 10/23 : FROM alpine:3.12 23:21:18 ---> d75e27dfc0a0 23:21:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:21:18 ---> Running in f33d484f8301 23:21:18 Removing intermediate container f33d484f8301 23:21:18 ---> a278187c5762 23:21:18 Step 12/23 : ENV APP_PORT=48080 23:21:18 ---> Running in 84a8db6b8743 23:21:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:21:18 Status: Downloaded newer image for docker:20.10.0 23:21:18 ---> eeaf43b92773 23:21:18 Step 12/26 : RUN apk add --no-cache bash 23:21:18 ---> Running in 99d497685311 23:21:19 Removing intermediate container 84a8db6b8743 23:21:19 ---> 7c424967d88b 23:21:19 Step 13/23 : EXPOSE $APP_PORT 23:21:19 ---> Running in be071eb2061f 23:21:19 Removing intermediate container be071eb2061f 23:21:19 ---> 22a36ffefcfa 23:21:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:21:19 ---> Running in 49cdafc4bd99 23:21:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:20 (1/2) Installing readline (8.0.4-r0) 23:21:20 (2/2) Installing bash (5.0.17-r0) 23:21:20 Executing bash-5.0.17-r0.post-install 23:21:20 Executing busybox-1.31.1-r19.trigger 23:21:21 OK: 12 MiB in 22 packages 23:21:22 Removing intermediate container 49cdafc4bd99 23:21:22 ---> c6b3a1cb24a8 23:21:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:21:22 Removing intermediate container 99d497685311 23:21:22 ---> 10bfb4a18f29 23:21:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:21:22 ---> Running in 6a5b0cc90eb4 23:21:22 ---> Running in 4b27c1e5d8e6 23:21:23 Removing intermediate container 6a5b0cc90eb4 23:21:23 ---> c8c72a599ef1 23:21:23 Step 14/26 : ENV APP_PORT=48090 23:21:23 ---> Running in 94427de8ece6 23:21:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:23 Removing intermediate container 94427de8ece6 23:21:23 ---> 0b15f2b8b741 23:21:23 Step 15/26 : EXPOSE $APP_PORT 23:21:23 ---> Running in 34b14aecfd6e 23:21:24 Removing intermediate container 34b14aecfd6e 23:21:24 ---> 18e53297cfcd 23:21:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:21:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:25 (1/6) Installing dumb-init (1.2.2-r1) 23:21:25 (2/6) Installing libgcc (9.3.0-r2) 23:21:25 ---> 98375698628b 23:21:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:21:25 (3/6) Installing libsodium (1.0.18-r0) 23:21:25 (4/6) Installing libstdc++ (9.3.0-r2) 23:21:26 (5/6) Installing libzmq (4.3.3-r0) 23:21:26 (6/6) Installing zeromq (4.3.3-r0) 23:21:26 ---> 64f3da98d579 23:21:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:21:26 Executing busybox-1.31.1-r20.trigger 23:21:26 OK: 8 MiB in 20 packages 23:21:27 ---> ba01fd0b656b 23:21:27 Step 19/26 : RUN apk --no-cache add py3-pip 23:21:27 ---> Running in f43b07dab2c8 23:21:27 Removing intermediate container 4b27c1e5d8e6 23:21:27 ---> 875d3a3dd258 23:21:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:21:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:28 ---> 439c1756d00c 23:21:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:21:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:29 (1/33) Installing libbz2 (1.0.8-r1) 23:21:29 (2/33) Installing expat (2.2.9-r1) 23:21:29 (3/33) Installing libffi (3.3-r2) 23:21:29 (4/33) Installing gdbm (1.13-r1) 23:21:29 (5/33) Installing xz-libs (5.2.5-r0) 23:21:29 (6/33) Installing sqlite-libs (3.32.1-r0) 23:21:29 (7/33) Installing python3 (3.8.8-r0) 23:21:30 ---> 1e13e521ba4b 23:21:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:21:31 (8/33) Installing py3-appdirs (1.4.4-r1) 23:21:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:21:31 (10/33) Installing py3-parsing (2.4.7-r0) 23:21:31 (11/33) Installing py3-six (1.15.0-r0) 23:21:31 (12/33) Installing py3-packaging (20.4-r0) 23:21:31 (13/33) Installing py3-setuptools (47.0.0-r0) 23:21:31 (14/33) Installing py3-chardet (3.0.4-r4) 23:21:31 (15/33) Installing py3-idna (2.9-r0) 23:21:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:21:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:21:32 (18/33) Installing py3-requests (2.23.0-r0) 23:21:32 ---> dc18be38e271 23:21:32 Step 19/23 : ENTRYPOINT ["/core-data"] 23:21:32 (19/33) Installing py3-msgpack (1.0.0-r0) 23:21:32 (20/33) Installing py3-lockfile (0.12.2-r3) 23:21:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:21:32 (22/33) Installing py3-colorama (0.4.3-r0) 23:21:32 (23/33) Installing py3-distlib (0.3.0-r0) 23:21:32 (24/33) Installing py3-distro (1.5.0-r1) 23:21:32 (25/33) Installing py3-webencodings (0.5.1-r3) 23:21:32 (26/33) Installing py3-html5lib (1.0.1-r4) 23:21:32 (27/33) Installing py3-pytoml (0.1.21-r0) 23:21:32 (28/33) Installing py3-pep517 (0.8.2-r0) 23:21:32 ---> Running in 8f5e9828700f 23:21:32 (29/33) Installing py3-progress (1.5-r0) 23:21:32 (30/33) Installing py3-toml (0.10.1-r0) 23:21:32 (31/33) Installing py3-retrying (1.3.3-r0) 23:21:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:21:32 (33/33) Installing py3-pip (20.1.1-r0) 23:21:32 Executing busybox-1.31.1-r19.trigger 23:21:32 OK: 71 MiB in 55 packages 23:21:33 Removing intermediate container 8f5e9828700f 23:21:33 ---> 354607506aae 23:21:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:33 ---> Running in 892f7cca145f 23:21:33 Removing intermediate container 892f7cca145f 23:21:33 ---> 3776ffda78c8 23:21:33 Step 21/23 : LABEL arch=arm64 23:21:33 ---> Running in f30dcea12a55 23:21:34 Removing intermediate container f30dcea12a55 23:21:34 ---> 84a3d368d1a2 23:21:34 Step 22/23 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:21:34 ---> Running in 3b3e826b8096 23:21:35 Removing intermediate container 3b3e826b8096 23:21:35 ---> f38f2d9f55de 23:21:35 Step 23/23 : LABEL version=0.0.0 23:21:35 ---> Running in da9dc5dc71cf 23:21:36 Removing intermediate container da9dc5dc71cf 23:21:36 ---> 7b1abe8626f9 23:21:36 23:21:36 Successfully built 7b1abe8626f9 23:21:37 Successfully tagged docker-core-data-go-arm64:latest 23:21:38  Building docker-core-data-go ... done Removing intermediate container f43b07dab2c8 23:21:38 ---> f3e62b48134b 23:21:38 Step 20/26 : RUN pip install docker-compose==1.23.2 23:21:38 ---> Running in 18de45fb4954 23:21:43 Collecting docker-compose==1.23.2 23:21:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:21:43 Collecting jsonschema<3,>=2.5.1 23:21:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:21:44 Collecting dockerpty<0.5,>=0.4.1 23:21:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:21:46 Collecting docopt<0.7,>=0.6.1 23:21:46 Downloading docopt-0.6.2.tar.gz (25 kB) 23:21:48 Collecting texttable<0.10,>=0.9.0 23:21:48 Downloading texttable-0.9.1.tar.gz (11 kB) 23:21:50 Collecting docker<4.0,>=3.6.0 23:21:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:21:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:21:50 Collecting websocket-client<1.0,>=0.32.0 23:21:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:21:51 Collecting cached-property<2,>=1.2.0 23:21:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:21:52 Collecting PyYAML<4,>=3.10 23:21:52 Downloading PyYAML-3.13.tar.gz (270 kB) 23:21:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:21:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:21:56 Collecting docker-pycreds>=0.4.0 23:21:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:21:56 Collecting urllib3<1.25,>=1.21.1 23:21:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:21:56 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) 23:21:56 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) 23:21:56 Collecting idna<2.8,>=2.5 23:21:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:21:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:21:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:21:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:21:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:21:57 Installing collected packages: jsonschema, dockerpty, docopt, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, PyYAML, docker-compose 23:21:58 Running setup.py install for dockerpty: started 23:22:00 Running setup.py install for dockerpty: finished with status 'done' 23:22:00 Running setup.py install for docopt: started 23:22:01 Running setup.py install for docopt: finished with status 'done' 23:22:01 Running setup.py install for texttable: started 23:22:03 Running setup.py install for texttable: finished with status 'done' 23:22:03 Attempting uninstall: urllib3 23:22:03 Found existing installation: urllib3 1.25.9 23:22:03 Uninstalling urllib3-1.25.9: 23:22:03 Successfully uninstalled urllib3-1.25.9 23:22:04 Attempting uninstall: idna 23:22:04 Found existing installation: idna 2.9 23:22:04 Uninstalling idna-2.9: 23:22:04 Successfully uninstalled idna-2.9 23:22:05 Attempting uninstall: requests 23:22:05 Found existing installation: requests 2.23.0 23:22:05 Uninstalling requests-2.23.0: 23:22:05 Successfully uninstalled requests-2.23.0 23:22:06 Running setup.py install for PyYAML: started 23:22:08 Running setup.py install for PyYAML: finished with status 'done' 23:22:09 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 23:22:13 Removing intermediate container 18de45fb4954 23:22:13 ---> 5656e39d6293 23:22:13 Step 21/26 : RUN apk --no-cache add curl 23:22:13 ---> Running in d856a1465962 23:22:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:22:15 (2/3) Installing libcurl (7.69.1-r3) 23:22:15 (3/3) Installing curl (7.69.1-r3) 23:22:15 Executing busybox-1.31.1-r19.trigger 23:22:15 OK: 72 MiB in 58 packages 23:22:16 Removing intermediate container d856a1465962 23:22:16 ---> 60f4b569ba3a 23:22:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:22:16 ---> Running in ea7d3ed19777 23:22:17 Removing intermediate container ea7d3ed19777 23:22:17 ---> 071367e54fd9 23:22:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:22:17 ---> Running in bc7b5acb7f3b 23:22:17 Removing intermediate container bc7b5acb7f3b 23:22:17 ---> f3f524df7fa2 23:22:17 Step 24/26 : LABEL arch=arm64 23:22:17 ---> Running in 5c91cdf66e60 23:22:18 Removing intermediate container 5c91cdf66e60 23:22:18 ---> 613015417f44 23:22:18 Step 25/26 : LABEL git_sha=1b48b7d4a8689bfc227836ea5570b06a06206db1 23:22:18 ---> Running in 05ecddb27499 23:22:19 Removing intermediate container 05ecddb27499 23:22:19 ---> 7305eba7ffd7 23:22:19 Step 26/26 : LABEL version=0.0.0 23:22:19 ---> Running in b04b109b92f2 23:22:19 Removing intermediate container b04b109b92f2 23:22:19 ---> beddac3aaf03 23:22:19 23:22:19 Successfully built beddac3aaf03 23:22:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:22:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:22:20 $ docker stop --time=1 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e 23:22:22 $ docker rm -f 949fccf0dcfc52c37a766a13897be30605f846822f8aa1cefcd2f86a3af0646e [Pipeline] // withDockerContainer [Pipeline] sh 23:22:23 + docker images 23:22:23 + grep docker 23:22:23 docker-sys-mgmt-agent-go-arm64 latest beddac3aaf03 4 seconds ago 301MB 23:22:23 docker-core-data-go-arm64 latest 7b1abe8626f9 48 seconds ago 21.4MB 23:22:23 docker-security-secretstore-setup-go-arm64 latest 482353de8800 About a minute ago 24.4MB 23:22:23 docker-security-proxy-setup-go-arm64 latest 6cc96ddf9d63 About a minute ago 24.1MB 23:22:23 docker-security-bootstrapper-go-arm64 latest d25ad5c7a974 3 minutes ago 17.9MB 23:22:23 docker-support-notifications-go-arm64 latest 9874610a831f 4 minutes ago 16.9MB 23:22:23 docker-core-metadata-go-arm64 latest 46ffdea559b1 4 minutes ago 17.9MB 23:22:23 docker-core-command-go-arm64 latest 6d25177a654b 4 minutes ago 16.3MB 23:22:23 docker-support-scheduler-go-arm64 latest d95cd9bb3154 4 minutes ago 16.4MB 23:22:23 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 23:22:24 ---> job-cost.sh 23:22:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-HPWQ 23:23:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:24:40 lf-activate-venv(): INFO: Adding /tmp/venv-HPWQ/bin to PATH 23:24:40 INFO: No Stack... 23:24:40 INFO: Retrieving Pricing Info for: lf-standard-4 23:24:40 INFO: Archiving Costs [Pipeline] sh 23:24:40 + cat /w/workspace/edgex-go/61/archives/cost.csv 23:24:40 + cut -d, -f6 [Pipeline] lock 23:24:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] 23:24:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] did not exist. Created. 23:24:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:24:41 + echo total: 0.20999999344348907 [Pipeline] stash 23:24:41 Stashed 1 file(s) [Pipeline] } 23:24:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-61-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 23:24:43 provisioning config files... 23:24:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/61@tmp/config4399966071252092941tmp [Pipeline] { [Pipeline] sh 23:24:43 + set +x 23:24:43 + curl -s https://codecov.io/bash 23:24:43 + bash -s -- 23:24:44 23:24:44 _____ _ 23:24:44 / ____| | | 23:24:44 | | ___ __| | ___ ___ _____ __ 23:24:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:24:44 | |___| (_) | (_| | __/ (_| (_) \ V / 23:24:44 \_____\___/ \__,_|\___|\___\___/ \_/ 23:24:44 Bash-20210309-2b87ace 23:24:44 23:24:44 23:24:44 ==> git version 2.24.3 found 23:24:44 ==> 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 23:24:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:24:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:24:44 ==> Jenkins CI detected. 23:24:44 project root: . 23:24:44 --> token set from env 23:24:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:24:44 ==> Running gcov in . (disable via -X gcov) 23:24:44 ==> Python coveragepy not found 23:24:44 ==> Searching for coverage reports in: 23:24:44 + . 23:24:44 -> Found 1 reports 23:24:44 ==> Detecting git/mercurial file structure 23:24:44 ==> Reading reports 23:24:44 + ./coverage.out bytes=697383 23:24:44 ==> Appending adjustments 23:24:44 https://docs.codecov.io/docs/fixing-reports 23:24:48 + Found adjustments 23:24:48 ==> Gzipping contents 23:24:48 100K /tmp/codecov.4UZkRL.gz 23:24:48 ==> Uploading reports 23:24:48 url: https://codecov.io 23:24:48 query: branch=PR-3234&commit=1b48b7d4a8689bfc227836ea5570b06a06206db1&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F61%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 23:24:48 -> Pinging Codecov 23:24:48 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=1b48b7d4a8689bfc227836ea5570b06a06206db1&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F61%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 23:24:48 -> Uploading to 23:24:48 https://storage.googleapis.com/codecov/v4/raw/2021-04-09/00271124DB129430A58F1EEE437C3FCB/1b48b7d4a8689bfc227836ea5570b06a06206db1/e6b53475-83cf-4c63-a911-0c7f33789081.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210409%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210409T232448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ba0391a38e181370726a998e1a427c5935bae6319e14c977a057659b77b075b 23:24:48 % Total % Received % Xferd Average Speed Time Time Time Current 23:24:48 Dload Upload Total Spent Left Speed 23:24:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99531 0 0 100 99531 0 187k --:--:-- --:--:-- --:--:-- 187k 23:24:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1b48b7d4a8689bfc227836ea5570b06a06206db1 [Pipeline] } 23:24:48 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 23:24:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:24:51 ---> package-listing.sh 23:24:51 ++ facter osfamily 23:24:51 ++ tr '[:upper:]' '[:lower:]' 23:24:51 + OS_FAMILY=redhat 23:24:51 + workspace=/w/workspace/edgex-go/61 23:24:51 + START_PACKAGES=/tmp/packages_start.txt 23:24:51 + END_PACKAGES=/tmp/packages_end.txt 23:24:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:24:51 + PACKAGES=/tmp/packages_start.txt 23:24:51 + '[' /w/workspace/edgex-go/61 ']' 23:24:51 + PACKAGES=/tmp/packages_end.txt 23:24:51 + case "${OS_FAMILY}" in 23:24:51 + rpm -qa 23:24:51 + sort 23:24:57 + '[' -f /tmp/packages_start.txt ']' 23:24:57 + '[' -f /tmp/packages_end.txt ']' 23:24:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:24:57 + '[' /w/workspace/edgex-go/61 ']' 23:24:57 + mkdir -p /w/workspace/edgex-go/61/archives/ 23:24:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/61/archives/ [Pipeline] echo 23:24:57 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/61/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:24:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:24:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:24:57 23:24:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:24:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:24:58 alpine: Pulling from edgex-lftools-log-publisher 23:24:58 df20fa9351a1: Pulling fs layer 23:24:58 36b3adc4ff6f: Pulling fs layer 23:24:58 8ad3a11d3b57: Pulling fs layer 23:24:58 46f8f816bc3b: Pulling fs layer 23:24:58 93b61091891f: Pulling fs layer 23:24:58 93b9cdb0e59b: Pulling fs layer 23:24:58 5e14af77c1be: Pulling fs layer 23:24:58 01666e4c0597: Pulling fs layer 23:24:58 aa168da1d23b: Pulling fs layer 23:24:58 46f8f816bc3b: Waiting 23:24:58 93b61091891f: Waiting 23:24:58 01666e4c0597: Waiting 23:24:58 aa168da1d23b: Waiting 23:24:58 93b9cdb0e59b: Waiting 23:24:58 5e14af77c1be: Waiting 23:24:58 36b3adc4ff6f: Verifying Checksum 23:24:58 36b3adc4ff6f: Download complete 23:24:58 46f8f816bc3b: Verifying Checksum 23:24:58 46f8f816bc3b: Download complete 23:24:58 df20fa9351a1: Verifying Checksum 23:24:58 df20fa9351a1: Download complete 23:24:58 93b9cdb0e59b: Verifying Checksum 23:24:58 93b9cdb0e59b: Download complete 23:24:58 5e14af77c1be: Verifying Checksum 23:24:58 5e14af77c1be: Download complete 23:24:58 93b61091891f: Verifying Checksum 23:24:58 93b61091891f: Download complete 23:24:58 01666e4c0597: Download complete 23:24:58 8ad3a11d3b57: Download complete 23:24:58 df20fa9351a1: Pull complete 23:24:59 36b3adc4ff6f: Pull complete 23:24:59 8ad3a11d3b57: Pull complete 23:24:59 46f8f816bc3b: Pull complete 23:25:00 aa168da1d23b: Verifying Checksum 23:25:00 aa168da1d23b: Download complete 23:25:01 93b61091891f: Pull complete 23:25:01 93b9cdb0e59b: Pull complete 23:25:02 5e14af77c1be: Pull complete 23:25:02 01666e4c0597: Pull complete 23:25:10 aa168da1d23b: Pull complete 23:25:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:25:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:25:10 prd-centos7-docker-4c-2g-33485 does not seem to be running inside a container 23:25:10 $ 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/61/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/61 -v /w/workspace/edgex-go/61:/w/workspace/edgex-go/61:rw,z -v /w/workspace/edgex-go/61@tmp:/w/workspace/edgex-go/61@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:25:20 $ docker top 2c100722e34bc777094ae8e95058ed7d9b50c8c8b89b7249735c3d5b8561607f -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:21 + touch /tmp/pre-build-complete [Pipeline] sh 23:25:21 + mkdir -p /var/log/sa [Pipeline] sh 23:25:21 + ls /var/log/sa-host 23:25:21 + sadf -c /var/log/sa-host/sa09 23:25:21 file_magic: OK 23:25:21 HZ: Using current value: 100 23:25:21 file_header: OK 23:25:21 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 23:25:21 Statistics: 23:25:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:25:21 File successfully converted to sysstat format version 12.2.1 23:25:21 + sadf -c /var/log/sa-host/sa23 23:25:21 file_magic: OK 23:25:21 HZ: Using current value: 100 23:25:21 file_header: OK 23:25:21 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 23:25:21 Statistics: 23:25:21 Hnuu...uuuununununu... 23:25:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:25:21 provisioning config files... 23:25:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/61@tmp/config1927664652207926481tmp [Pipeline] { [Pipeline] echo 23:25:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:25:22 ---> create-netrc.sh [Pipeline] } 23:25:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:25:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:25:22 ---> python-tools-install.sh [Pipeline] echo 23:25:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:25:23 ---> sudo-logs.sh 23:25:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:25:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:25:23 ---> job-cost.sh 23:25:23 lf-activate-venv: SKIPPING 23:25:23 DEBUG: total: 0.20999999344348907 23:25:23 INFO: Retrieving Stack Cost... 23:25:24 INFO: Retrieving Pricing Info for: v1-standard-2 23:25:25 INFO: Archiving Costs [Pipeline] echo 23:25:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:25 ---> logs-deploy.sh 23:25:25 lf-activate-venv: SKIPPING 23:25:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/61 23:25:25 INFO: archiving workspace using pattern(s): 23:25:26 Archives upload complete. 23:25:26 INFO: archiving logs to Nexus