Pull request #3274 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from 38578564605a9cf0cacd04b8f8f753691b7dc710+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (6f72f638ea1bbd47af9e4b786dc128abeab06472) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30378’ Running on prd-centos7-docker-4c-2g-30380 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) > 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/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 Commit message: "ci: attempt apt-get instead of snap" > git rev-list --no-walk 308530b8371a57ddd4130f4e543694d14e8a6661 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:00:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:00:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:00:58 ========================================================= 23:00:58 EdgeX Global Pipelines Version Info 23:00:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:00:59 ------------------- 23:00:59 stable info: 23:00:59 ------------------- 23:00:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:00:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:00:59 Message: update stable to v1.0.186 23:01:00 ------------------- 23:01:00 experimental info: 23:01:00 ------------------- 23:01:00 Commited By: **** collab-it+edgex@linuxfoundation.org 23:01:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:01:00 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:01:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:01:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3274 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3274 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3274 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 38578564605a9cf0cacd04b8f8f753691b7dc710 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3857856 [Pipeline] echo 23:01:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:01:04 provisioning config files... 23:01:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7946755281955761492tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:01:04 ---> docker-login.sh 23:01:04 nexus3.edgexfoundry.org:10001 23:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:04 Configure a credential helper to remove this warning. See 23:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:04 23:01:04 Login Succeeded 23:01:04 nexus3.edgexfoundry.org:10002 23:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:04 Configure a credential helper to remove this warning. See 23:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:04 23:01:04 Login Succeeded 23:01:04 nexus3.edgexfoundry.org:10003 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 nexus3.edgexfoundry.org:10004 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 docker.io 23:01:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:01:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:01:05 Configure a credential helper to remove this warning. See 23:01:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:01:05 23:01:05 Login Succeeded 23:01:05 ---> docker-login.sh ends [Pipeline] } 23:01:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:06 ++ 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:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/core-command/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo core-command,cmd/core-command/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/core-data/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo core-data,cmd/core-data/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/core-metadata/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo core-metadata,cmd/core-metadata/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/security-bootstrapper/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/security-proxy-setup/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/support-notifications/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo support-notifications,cmd/support-notifications/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/support-scheduler/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:01:06 + for file in '`ls cmd/**/Dockerfile`' 23:01:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:01:06 ++ cut -d/ -f2 23:01:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:01:06 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:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:07 23:01:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:01:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:07 latest: Pulling from edgex-devops/git-semver 23:01:07 31603596830f: Pulling fs layer 23:01:07 2a8b12db71e7: Pulling fs layer 23:01:07 6ca5941a6612: Pulling fs layer 23:01:07 ecc8261a40a4: Pulling fs layer 23:01:07 ecc8261a40a4: Waiting 23:01:07 2a8b12db71e7: Verifying Checksum 23:01:07 31603596830f: Download complete 23:01:07 ecc8261a40a4: Verifying Checksum 23:01:07 ecc8261a40a4: Download complete 23:01:07 6ca5941a6612: Verifying Checksum 23:01:07 6ca5941a6612: Download complete 23:01:08 31603596830f: Pull complete 23:01:08 2a8b12db71e7: Pull complete 23:01:09 6ca5941a6612: Pull complete 23:01:09 ecc8261a40a4: Pull complete 23:01:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:01:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:01:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:01:09 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:01:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:01:11 $ docker top 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:01:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:11 [ssh-agent] Looking for ssh-agent implementation... 23:01:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:11 $ docker exec 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent 23:01:12 SSH_AUTH_SOCK=/tmp/ssh-3AO3gDyV4KZl/agent.11 23:01:12 SSH_AGENT_PID=17 23:01:12 Running ssh-add (command line suppressed) 23:01:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5151670288895885768.key (/w/workspace/edgex-go/3@tmp/private_key_5151670288895885768.key) 23:01:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:12 + git tag --points-at HEAD [Pipeline] } 23:01:12 $ docker exec --env ******** --env ******** 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent -k 23:01:12 unset SSH_AUTH_SOCK; 23:01:12 unset SSH_AGENT_PID; 23:01:12 echo Agent pid 17 killed; 23:01:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:01:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:01:12 [ssh-agent] Looking for ssh-agent implementation... 23:01:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:01:13 $ docker exec 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent 23:01:13 SSH_AUTH_SOCK=/tmp/ssh-6QlebjHnje3A/agent.48 23:01:13 SSH_AGENT_PID=54 23:01:13 Running ssh-add (command line suppressed) 23:01:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7814345069814793758.key (/w/workspace/edgex-go/3@tmp/private_key_7814345069814793758.key) 23:01:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:01:13 + git semver init 23:01:13 # -> Open(): unable to determine branch for HEAD 23:01:13 # $GIT_DIR = /w/workspace/edgex-go/3/.git 23:01:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 23:01:13 # $SEMVER_REMOTE_NAME = origin 23:01:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:01:13 # $SEMVER_USER_NAME = edgex-jenkins 23:01:13 # $SEMVER_BRANCH = PR-3274 23:01:13 # $SEMVER_TEMP = /tmp/semver-589810287 23:01:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:01:35 # '/tmp/semver-589810287' -> '/w/workspace/edgex-go/3/.semver' 23:01:36 # -> Force: false 23:01:36 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 23:01:36 $ docker exec --env ******** --env ******** 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e ssh-agent -k 23:01:36 unset SSH_AUTH_SOCK; 23:01:36 unset SSH_AGENT_PID; 23:01:36 echo Agent pid 54 killed; 23:01:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:01:36 + git semver [Pipeline] } 23:01:36 $ docker stop --time=1 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e 23:01:38 $ docker rm -f 7474702c71393e65a16ace7a5e7d58c4dbf770071075a7f4bfde0a883bfb826e [Pipeline] // withDockerContainer [Pipeline] sh 23:01:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:01:39 Stashed 1 file(s) [Pipeline] echo 23:01:39 [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:01:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:01:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:01:41 + sudo service docker restart 23:01:41 + true 23:01:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:01:41 ========================================================= 23:01:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:01:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:01:42 + 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:01:46 Sending build context to Docker daemon 328.6MB 23:01:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:01:46 Step 2/6 : FROM ${BASE} 23:01:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:01:46 188c0c94c7c5: Pulling fs layer 23:01:46 0ef7d3d256c8: Pulling fs layer 23:01:46 de9db76c5a1d: Pulling fs layer 23:01:46 bca2f99d35d6: Pulling fs layer 23:01:46 93359f2a8cfa: Pulling fs layer 23:01:46 7c6f9722023f: Pulling fs layer 23:01:46 a35cf1a2eb13: Pulling fs layer 23:01:46 93359f2a8cfa: Waiting 23:01:46 7c6f9722023f: Waiting 23:01:46 a35cf1a2eb13: Waiting 23:01:46 bca2f99d35d6: Waiting 23:01:46 de9db76c5a1d: Download complete 23:01:46 0ef7d3d256c8: Verifying Checksum 23:01:46 0ef7d3d256c8: Download complete 23:01:46 93359f2a8cfa: Verifying Checksum 23:01:46 93359f2a8cfa: Download complete 23:01:46 7c6f9722023f: Verifying Checksum 23:01:46 7c6f9722023f: Download complete 23:01:46 188c0c94c7c5: Verifying Checksum 23:01:46 188c0c94c7c5: Download complete 23:01:46 188c0c94c7c5: Pull complete 23:01:46 0ef7d3d256c8: Pull complete 23:01:47 de9db76c5a1d: Pull complete 23:01:48 a35cf1a2eb13: Verifying Checksum 23:01:48 a35cf1a2eb13: Download complete 23:01:48 bca2f99d35d6: Verifying Checksum 23:01:48 bca2f99d35d6: Download complete 23:01:53 bca2f99d35d6: Pull complete 23:01:53 93359f2a8cfa: Pull complete 23:01:53 7c6f9722023f: Pull complete 23:01:54 Still waiting to schedule task 23:01:54 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:01:59 a35cf1a2eb13: Pull complete 23:01:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:01:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:01:59 ---> a62c8e92a672 23:01:59 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:01:59 ---> Running in 80bd98250b73 23:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:00 (1/12) Installing libmagic (5.38-r0) 23:02:00 (2/12) Installing file (5.38-r0) 23:02:00 (3/12) Installing libc-dev (0.7.2-r3) 23:02:00 (4/12) Installing g++ (9.3.0-r2) 23:02:08 (5/12) Installing fortify-headers (1.1-r0) 23:02:08 (6/12) Installing patch (2.7.6-r6) 23:02:08 (7/12) Installing build-base (0.5-r2) 23:02:08 (8/12) Installing libsodium (1.0.18-r0) 23:02:08 (9/12) Installing pkgconf (1.7.2-r0) 23:02:09 (10/12) Installing libsodium-dev (1.0.18-r0) 23:02:09 (11/12) Installing libzmq (4.3.3-r0) 23:02:09 (12/12) Installing zeromq-dev (4.3.3-r0) 23:02:09 Executing busybox-1.31.1-r19.trigger 23:02:09 OK: 233 MiB in 51 packages 23:02:12 Removing intermediate container 80bd98250b73 23:02:12 ---> b48259d2e2d1 23:02:12 Step 4/6 : WORKDIR /edgex-go 23:02:12 ---> Running in 2503a9662cec 23:02:12 Removing intermediate container 2503a9662cec 23:02:12 ---> 011882be6d48 23:02:12 Step 5/6 : COPY go.mod . 23:02:12 ---> 8f913eee3ef5 23:02:12 Step 6/6 : RUN go mod download 23:02:12 ---> Running in ad59fc56b553 23:02:34 Removing intermediate container ad59fc56b553 23:02:34 ---> e44ea5b3c457 23:02:34 Successfully built e44ea5b3c457 23:02:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:02:35 + docker inspect -f . ci-base-image-x86_64 23:02:35 . [Pipeline] withDockerContainer 23:02:35 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:02:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:02:36 $ docker top 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce -eo pid,comm [Pipeline] { [Pipeline] sh 23:02:36 + go version 23:02:36 go version go1.15.5 linux/amd64 [Pipeline] } 23:02:36 $ docker stop --time=1 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce 23:02:37 $ docker rm -f 149d7d1e038ee9be5085ab466c0e00b004bb10f759ad3c17f202005072dc11ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:02:38 + docker inspect -f . ci-base-image-x86_64 23:02:38 . [Pipeline] withDockerContainer 23:02:38 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:02:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:02:39 $ docker top 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 -eo pid,comm [Pipeline] { [Pipeline] echo 23:02:39 ========================================================= 23:02:39 [edgeXBuildGoParallel] Running Tests and Build... 23:02:39 ========================================================= [Pipeline] sh 23:02:39 + make test 23:02:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:02:48 ? github.com/edgexfoundry/edgex-go [no test files] 23:03:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:03:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:03:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:03:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:03:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:03:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:03:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:03:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:03:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:03:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:03:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:03:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:03:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements 23:03:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.089s coverage: 100.0% of statements 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.161s coverage: 82.9% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements 23:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:03:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:03:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.451s coverage: 92.8% of statements 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:03:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 47.1% of statements 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.071s coverage: 79.5% of statements 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 23:03:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 23:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 23:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 23:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.110s coverage: 81.9% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.6% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 62.4% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 69.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 38.4% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.130s coverage: 47.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 87.1% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.723s coverage: 29.1% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 96.5% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 23:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:03:51 GO111MODULE=on go vet ./... 23:04:18 gofmt -l . 23:04:18 [ "`gofmt -l .`" = "" ] 23:04:18 ./bin/test-go-mod-tidy.sh 23:04:18 ./bin/test-attribution-txt.sh [Pipeline] sh 23:04:19 + ls -al . 23:04:19 total 760 23:04:19 drwxrwxr-x 10 1001 1001 4096 Mar 18 23:04 . 23:04:19 drwxr-xr-x 4 root root 28 Mar 18 23:02 .. 23:04:19 -rw-rw-r-- 1 1001 1001 11 Mar 18 23:00 .dockerignore 23:04:19 drwxrwxr-x 8 1001 1001 179 Mar 18 23:00 .git 23:04:19 drwxrwxr-x 3 1001 1001 125 Mar 18 23:00 .github 23:04:19 -rw-rw-r-- 1 1001 1001 818 Mar 18 23:00 .gitignore 23:04:19 drwx------ 3 1001 1001 60 Mar 18 23:01 .semver 23:04:19 -rw-rw-r-- 1 1001 1001 166 Mar 18 23:00 .sonarcloud.properties 23:04:19 -rw-rw-r-- 1 1001 1001 8607 Mar 18 23:00 Attribution.txt 23:04:19 -rw-rw-r-- 1 1001 1001 3804 Mar 18 23:00 CONTRIBUTING.md 23:04:19 -rw-rw-r-- 1 1001 1001 931 Mar 18 23:00 Dockerfile.build 23:04:19 -rw-rw-r-- 1 1001 1001 863 Mar 18 23:00 Jenkinsfile 23:04:19 -rw-rw-r-- 1 1001 1001 10775 Mar 18 23:00 LICENSE 23:04:19 -rw-rw-r-- 1 1001 1001 5774 Mar 18 23:00 Makefile 23:04:19 -rw-rw-r-- 1 1001 1001 6548 Mar 18 23:00 README.md 23:04:19 -rw-rw-r-- 1 1001 1001 6755 Mar 18 23:00 SECURITY.md 23:04:19 -rw-rw-r-- 1 1001 1001 5 Mar 18 23:01 VERSION 23:04:19 -rw-rw-r-- 1 1001 1001 4131 Mar 18 23:00 ZMQWindows.md 23:04:19 drwxrwxr-x 2 1001 1001 117 Mar 18 23:00 bin 23:04:19 drwxrwxr-x 14 1001 1001 4096 Mar 18 23:00 cmd 23:04:19 -rw-r--r-- 1 root root 650607 Mar 18 23:03 coverage.out 23:04:19 -rw-r--r-- 1 root root 1055 Mar 18 23:04 go.mod 23:04:19 -rw-r--r-- 1 root root 21981 Mar 18 23:04 go.sum 23:04:19 drwxrwxr-x 8 1001 1001 127 Mar 18 23:00 internal 23:04:19 drwxrwxr-x 4 1001 1001 26 Mar 18 23:00 openapi 23:04:19 drwxrwxr-x 4 1001 1001 71 Mar 18 23:00 snap 23:04:19 -rw-rw-r-- 1 1001 1001 168 Mar 18 23:00 version.go [Pipeline] sh 23:04:19 + '[' -e coverage.out ] 23:04:19 + chown 1001:1001 coverage.out [Pipeline] stash 23:04:20 Stashed 1 file(s) [Pipeline] sh 23:04:20 + make build 23:04:20 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:04:25 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:04:34 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:04:34 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:04:36 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:04:36 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:04:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:04:39 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:04:40 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:04:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:04: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:04:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 23:04:45 $ docker stop --time=1 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 23:04:47 $ docker rm -f 26a6f855f8a39a4e7d0717dedbb02e3c2e2b7ec35a27f1b70326b34f21c58c82 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:49 23:04:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:04:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:49 latest: Pulling from edgex-devops/edgex-compose 23:04:49 cbdbe7a5bc2a: Pulling fs layer 23:04:49 ca9280d653b3: Pulling fs layer 23:04:49 7e9c9ca2126c: Pulling fs layer 23:04:49 cbdbe7a5bc2a: Download complete 23:04:50 cbdbe7a5bc2a: Pull complete 23:04:50 ca9280d653b3: Verifying Checksum 23:04:50 ca9280d653b3: Download complete 23:04:51 ca9280d653b3: Pull complete 23:04:51 7e9c9ca2126c: Download complete 23:04:57 7e9c9ca2126c: Pull complete 23:04:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:04:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:04:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:04:57 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:04:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:00 $ docker top 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:00 + docker-compose build --help 23:05:00 + grep parallel 23:05:01 --parallel Build images in parallel. [Pipeline] } 23:05:01 $ docker stop --time=1 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe 23:05:02 $ docker rm -f 2cdc25751ab7fec5154900df764f186e193662d4ac4beecbb57039526782fafe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:03 . [Pipeline] withDockerContainer 23:05:03 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:05:03 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:05:04 $ docker top 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 -eo pid,comm [Pipeline] { [Pipeline] sh 23:05:05 + docker-compose -f ./docker-compose-build.yml build --parallel 23:05:06 Building docker-core-command-go ... 23:05:06 Building docker-core-data-go ... 23:05:06 Building docker-core-metadata-go ... 23:05:06 Building docker-security-bootstrapper-go ... 23:05:06 Building docker-security-proxy-setup-go ... 23:05:06 Building docker-security-secretstore-setup-go ... 23:05:06 Building docker-support-notifications-go ... 23:05:06 Building docker-support-scheduler-go ... 23:05:06 Building docker-sys-mgmt-agent-go ... 23:05:06 Building docker-support-notifications-go 23:05:06 Building docker-core-command-go 23:05:06 Building docker-sys-mgmt-agent-go 23:05:06 Building docker-security-proxy-setup-go 23:05:06 Building docker-security-bootstrapper-go 23:05:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> e44ea5b3c457 23:05:38 Step 3/21 : WORKDIR /edgex-go 23:05:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> e44ea5b3c457 23:05:38 Step 3/31 : WORKDIR /edgex-go 23:05:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> e44ea5b3c457 23:05:38 Step 3/22 : WORKDIR /edgex-go 23:05:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> e44ea5b3c457 23:05:38 Step 3/23 : WORKDIR /edgex-go 23:05:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:05:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> e44ea5b3c457 23:05:38 Step 3/26 : WORKDIR /edgex-go 23:05:38 ---> Running in 9b7ea0a4765b 23:05:38 ---> Running in 948356b86b79 23:05:38 ---> Running in 9fa72c320f94 23:05:38 ---> Running in c5f514334ea2 23:05:38 ---> Running in d3988cb26bca 23:05:38 Removing intermediate container c5f514334ea2 23:05:38 ---> 2b61de9213d5 23:05:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 Removing intermediate container 9b7ea0a4765b 23:05:38 ---> 96e1513c85dc 23:05:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 Removing intermediate container 948356b86b79 23:05:38 ---> 90942e608191 23:05:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 Removing intermediate container 9fa72c320f94 23:05:38 ---> 0795402f1f4c 23:05:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 Removing intermediate container d3988cb26bca 23:05:38 ---> 99ebd35643b0 23:05:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 ---> Running in 64ca8642e659 23:05:38 ---> Running in 1e4dd314bd5a 23:05:38 ---> Running in 3a78273558ea 23:05:38 ---> Running in aedd5fee8d5c 23:05:38 ---> Running in d3512f70a135 23:05:40 Removing intermediate container 1e4dd314bd5a 23:05:40 ---> 3636569d8a7c 23:05:40 Step 5/26 : RUN apk add --update --no-cache make bash git 23:05:40 ---> Running in f0b7724904ec 23:05:40 Removing intermediate container 3a78273558ea 23:05:40 ---> bd2278dabed2 23:05:40 Step 5/31 : RUN apk add --update --no-cache make git 23:05:40 Removing intermediate container 64ca8642e659 23:05:40 ---> 2ca3b98ad9d5 23:05:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:05:40 Removing intermediate container d3512f70a135 23:05:40 ---> 73de59b4910b 23:05:40 Step 5/23 : RUN apk add --update --no-cache make git 23:05:40 Removing intermediate container aedd5fee8d5c 23:05:40 ---> 29540ca7d703 23:05:40 Step 5/21 : RUN apk add --update --no-cache make git 23:05:40 ---> Running in 4c4eb5053096 23:05:40 ---> Running in de4cd47cbb52 23:05:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30382 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws 23:05:41 Running in /w/workspace/edgex-go/3 [Pipeline] { 23:05:41 ---> Running in b6672e486b54 23:05:41 ---> Running in 45d3c27c18c0 [Pipeline] checkout 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:42 OK: 233 MiB in 51 packages 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:42 OK: 233 MiB in 51 packages 23:05:43 Removing intermediate container f0b7724904ec 23:05:43 ---> 9ccbb937f104 23:05:43 Step 6/26 : COPY go.mod . 23:05:43 OK: 233 MiB in 51 packages 23:05:43 OK: 233 MiB in 51 packages 23:05:43 OK: 233 MiB in 51 packages 23:05:43 ---> 2337c621e4df 23:05:43 Step 7/26 : RUN go mod download 23:05:43 ---> Running in 65c9ada61355 23:05:43 Removing intermediate container 4c4eb5053096 23:05:43 ---> a30395763ef7 23:05:43 Step 6/31 : COPY go.mod . 23:05:44 Removing intermediate container de4cd47cbb52 23:05:44 ---> 7d9f237f32e3 23:05:44 Step 6/22 : COPY go.mod . 23:05:44 ---> 125414b8f77d 23:05:44 Step 7/31 : RUN go mod download 23:05:44 ---> Running in 21e4acfe8103 23:05:44 Removing intermediate container 45d3c27c18c0 23:05:44 ---> 73f81a47c8c1 23:05:44 Step 6/21 : COPY go.mod . 23:05:44 ---> 98dd0e92de88 23:05:44 Step 7/22 : RUN go mod download 23:05:44 Removing intermediate container b6672e486b54 23:05:44 ---> f2412585bdf6 23:05:44 Step 6/23 : COPY go.mod . 23:05:44 ---> Running in f3c4fbc95142 23:05:44 ---> 945f01df6912 23:05:44 Step 7/21 : RUN go mod download 23:05:44 ---> Running in 524886f2034f 23:05:45 ---> d973fdf087b6 23:05:45 Step 7/23 : RUN go mod download 23:05:45 ---> Running in e3c473ab30b5 23:05:46 Removing intermediate container 65c9ada61355 23:05:46 ---> 4b798055e68c 23:05:46 Step 8/26 : COPY . . 23:05:46 Removing intermediate container 21e4acfe8103 23:05:46 ---> f44e7e3efd09 23:05:46 Step 8/31 : COPY . . 23:05:46 using credential edgex-jenkins-ssh 23:05:46 Cloning the remote Git repository 23:05:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:05:46 > git init /w/workspace/edgex-go/3 # timeout=10 23:05:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:05:46 > git --version # timeout=10 23:05:46 > git --version # 'git version 2.17.1' 23:05:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:49 Removing intermediate container f3c4fbc95142 23:05:49 ---> 1557db85e31a 23:05:49 Step 8/22 : COPY . . 23:05:49 Removing intermediate container 524886f2034f 23:05:49 ---> ea9db396516e 23:05:49 Step 8/21 : COPY . . 23:05:56 Removing intermediate container e3c473ab30b5 23:05:56 ---> ab988122adde 23:05:56 Step 8/23 : COPY . . 23:06:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:06:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:06:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:06:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:06:03 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 23:06:04 Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 23:06:04 Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) 23:06:03 > git config core.sparsecheckout # timeout=10 23:06:03 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 23:06:04 > git remote # timeout=10 23:06:04 > git config --get remote.origin.url # timeout=10 23:06:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:06:04 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 23:06:04 > git rev-parse HEAD^{commit} # timeout=10 23:06:04 > git config core.sparsecheckout # timeout=10 23:06:04 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 23:06:08 Commit message: "ci: attempt apt-get instead of snap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:06:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:06:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:06:10 + true 23:06:10 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:06:13 provisioning config files... 23:06:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2541525286676272822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:06:13 ---> docker-login.sh 23:06:13 nexus3.edgexfoundry.org:10001 23:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:14 Configure a credential helper to remove this warning. See 23:06:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:14 23:06:14 Login Succeeded 23:06:14 nexus3.edgexfoundry.org:10002 23:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:15 Configure a credential helper to remove this warning. See 23:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:15 23:06:15 Login Succeeded 23:06:15 nexus3.edgexfoundry.org:10003 23:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:15 Configure a credential helper to remove this warning. See 23:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:15 23:06:15 Login Succeeded 23:06:15 nexus3.edgexfoundry.org:10004 23:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:16 Configure a credential helper to remove this warning. See 23:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:16 23:06:16 Login Succeeded 23:06:16 docker.io 23:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:06:16 Configure a credential helper to remove this warning. See 23:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:06:16 23:06:16 Login Succeeded 23:06:16 ---> docker-login.sh ends [Pipeline] } 23:06:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:06:17 ========================================================= 23:06:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:06:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:06:17 + 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:20 Sending build context to Docker daemon 166.8MB 23:06:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 23:06:20 Step 2/6 : FROM ${BASE} 23:06:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:06:20 5f621e34cdf4: Pulling fs layer 23:06:20 a4357932f1b6: Pulling fs layer 23:06:20 18c013af1878: Pulling fs layer 23:06:20 00ac8860ef70: Pulling fs layer 23:06:20 63d7cb157983: Pulling fs layer 23:06:20 b116817d02f9: Pulling fs layer 23:06:20 745a02a5169b: Pulling fs layer 23:06:20 00ac8860ef70: Waiting 23:06:20 63d7cb157983: Waiting 23:06:20 b116817d02f9: Waiting 23:06:20 745a02a5169b: Waiting 23:06:20 18c013af1878: Download complete 23:06:20 a4357932f1b6: Verifying Checksum 23:06:20 a4357932f1b6: Download complete 23:06:20 63d7cb157983: Verifying Checksum 23:06:20 63d7cb157983: Download complete 23:06:20 b116817d02f9: Verifying Checksum 23:06:20 b116817d02f9: Download complete 23:06:20 5f621e34cdf4: Download complete 23:06:21 5f621e34cdf4: Pull complete 23:06:21 a4357932f1b6: Pull complete 23:06:22 18c013af1878: Pull complete 23:06:22 745a02a5169b: Verifying Checksum 23:06:22 745a02a5169b: Download complete 23:06:24 00ac8860ef70: Download complete 23:06:34 00ac8860ef70: Pull complete 23:06:34 63d7cb157983: Pull complete 23:06:34 b116817d02f9: Pull complete 23:06:35 ---> 0a0c1cd144ed 23:06:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:06:35 ---> f674e9b9d667 23:06:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:06:35 ---> 5954c0ac7e93 23:06:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:06:35 ---> 745ee9c5b4fb 23:06:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:06:35 ---> Running in 9aa5b8c126ad 23:06:35 ---> Running in f03676e165aa 23:06:35 ---> Running in e3e1b5f60f78 23:06:35 ---> Running in c29761619b7c 23:06:35 ---> 73d3b7a2f64f 23:06:35 Step 9/23 : RUN make cmd/core-command/core-command 23:06:35 ---> Running in fac872163e3f 23:06:35 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:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:06:35 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:06:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:06:35 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:06:39 745a02a5169b: Pull complete 23:06:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:06:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:06:39 ---> b7e6874047d6 23:06:39 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:41 ---> Running in 92f9dcb7f8af 23:06:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:45 (1/12) Installing libmagic (5.38-r0) 23:06:45 (2/12) Installing file (5.38-r0) 23:06:45 (3/12) Installing libc-dev (0.7.2-r3) 23:06:45 (4/12) Installing g++ (9.3.0-r2) 23:06:56 (5/12) Installing fortify-headers (1.1-r0) 23:06:56 (6/12) Installing patch (2.7.6-r6) 23:06:56 (7/12) Installing build-base (0.5-r2) 23:06:56 (8/12) Installing libsodium (1.0.18-r0) 23:06:56 (9/12) Installing pkgconf (1.7.2-r0) 23:06:56 (10/12) Installing libsodium-dev (1.0.18-r0) 23:06:56 (11/12) Installing libzmq (4.3.3-r0) 23:06:56 (12/12) Installing zeromq-dev (4.3.3-r0) 23:06:56 Executing busybox-1.31.1-r19.trigger 23:06:56 OK: 217 MiB in 51 packages 23:07:00 Removing intermediate container 92f9dcb7f8af 23:07:00 ---> 785f77ce2986 23:07:00 Step 4/6 : WORKDIR /edgex-go 23:07:00 ---> Running in 5c222b3a697f 23:07:00 Removing intermediate container 5c222b3a697f 23:07:00 ---> ceb4a2995852 23:07:00 Step 5/6 : COPY go.mod . 23:07:01 ---> 9ccb13141157 23:07:01 Step 6/6 : RUN go mod download 23:07:01 ---> Running in 6e83bebbd1e6 23:07:07 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:10 Removing intermediate container 9aa5b8c126ad 23:07:10 ---> bc1e2bd456a5 23:07:10 23:07:10 Step 10/31 : FROM alpine:3.12 23:07:10 Removing intermediate container e3e1b5f60f78 23:07:10 ---> 9abec1598a5b 23:07:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:07:10 3.12: Pulling from library/alpine 23:07:10 Removing intermediate container fac872163e3f 23:07:10 ---> 720c72557129 23:07:10 23:07:10 Step 10/23 : FROM alpine:3.12 23:07:10 ---> Running in e30826d4bfe1 23:07:10 3.12: Pulling from library/alpine 23:07:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 23:07:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 23:07:11 Status: Image is up to date for alpine:3.12 23:07:11 ---> 88dd2752d2ea 23:07:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:07:11 Status: Downloaded newer image for alpine:3.12 23:07:11 ---> 88dd2752d2ea 23:07:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:07:13 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:14 ---> Running in 54d0f1992d66 23:07:14 ---> Running in 3f7f63fc20d3 23:07:14 Removing intermediate container f03676e165aa 23:07:14 ---> 259b53645b5a 23:07:14 23:07:14 Step 10/22 : FROM alpine:3.12 23:07:14 ---> 88dd2752d2ea 23:07:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:07:14 Removing intermediate container c29761619b7c 23:07:14 ---> 1b1dc1309384 23:07:14 23:07:14 Step 10/21 : FROM alpine:3.12 23:07:14 ---> 88dd2752d2ea 23:07:14 Step 11/21 : RUN apk add --update --no-cache curl 23:07:15 Removing intermediate container 3f7f63fc20d3 23:07:15 ---> 3f11b18ad84f 23:07:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:07:15 ---> Running in c0f26b6382af 23:07:15 ---> Running in 8f841fa1ccab 23:07:15 ---> Running in c8e640618a61 23:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:15 (1/1) Installing dumb-init (1.2.2-r1) 23:07:15 Executing busybox-1.31.1-r19.trigger 23:07:15 OK: 6 MiB in 15 packages 23:07:15 Removing intermediate container e30826d4bfe1 23:07:15 ---> fa0f790c436c 23:07:15 23:07:15 Step 11/26 : FROM docker:20.10.0 23:07:15 20.10.0: Pulling from library/docker 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:16 Removing intermediate container 54d0f1992d66 23:07:16 ---> 6244a20bd1ce 23:07:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:07:16 (1/2) Installing dumb-init (1.2.2-r1) 23:07:16 (2/2) Installing su-exec (0.2-r1) 23:07:16 Executing busybox-1.31.1-r19.trigger 23:07:16 (1/2) Installing ca-certificates (20191127-r4) 23:07:16 OK: 6 MiB in 16 packages 23:07:16 (1/4) Installing ca-certificates (20191127-r4) 23:07:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:07:17 (2/2) Installing dumb-init (1.2.2-r1) 23:07:17 Executing busybox-1.31.1-r19.trigger 23:07:17 (3/4) Installing libcurl (7.69.1-r3) 23:07:17 Executing ca-certificates-20191127-r4.trigger 23:07:17 (4/4) Installing curl (7.69.1-r3) 23:07:17 Executing busybox-1.31.1-r19.trigger 23:07:17 Executing ca-certificates-20191127-r4.trigger 23:07:17 OK: 6 MiB in 16 packages 23:07:17 OK: 7 MiB in 18 packages 23:07:17 ---> Running in 1e7d898a2fdf 23:07:18 Removing intermediate container 1e7d898a2fdf 23:07:18 ---> 23d2019741d5 23:07:18 Step 13/23 : ENV APP_PORT=48082 23:07:19 Removing intermediate container c8e640618a61 23:07:19 ---> e1f1755b742b 23:07:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:07:19 ---> Running in f02a6f17a8a9 23:07:20 ---> Running in bcec979bcfaa 23:07:20 Removing intermediate container 8f841fa1ccab 23:07:20 ---> 53c3ce0862b9 23:07:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:07:20 Removing intermediate container c0f26b6382af 23:07:20 ---> 12e687870ba5 23:07:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:20 Removing intermediate container f02a6f17a8a9 23:07:20 ---> 0eb4403b425b 23:07:20 Step 14/23 : EXPOSE $APP_PORT 23:07:21 ---> Running in d6c5f0e2860a 23:07:21 ---> Running in ee693f0e9f46 23:07:21 ---> Running in 99debd95ecd6 23:07:21 Removing intermediate container bcec979bcfaa 23:07:21 ---> 1bc3be4c4139 23:07:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:07:21 ---> Running in dab01594d9b2 23:07:21 Removing intermediate container d6c5f0e2860a 23:07:21 ---> f424841b29e4 23:07:21 Step 13/22 : ENV APP_PORT=48060 23:07:21 Removing intermediate container ee693f0e9f46 23:07:21 ---> b3aba204ec6d 23:07:21 Step 13/21 : WORKDIR /edgex 23:07:21 Removing intermediate container 99debd95ecd6 23:07:21 ---> 524a4e83f46b 23:07:21 Step 15/23 : WORKDIR / 23:07:21 ---> Running in 132478221ab3 23:07:21 ---> Running in 90f7c901e3b8 23:07:22 ---> Running in b22ccad5ddfb 23:07:22 Removing intermediate container dab01594d9b2 23:07:22 ---> 112d2c344470 23:07:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:07:22 ---> Running in db7c1c516b87 23:07:22 Removing intermediate container 132478221ab3 23:07:22 ---> 29ba87537c9d 23:07:22 Step 14/22 : EXPOSE $APP_PORT 23:07:22 Removing intermediate container 90f7c901e3b8 23:07:22 ---> 51629a516f8e 23:07:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:07:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:07:22 Removing intermediate container b22ccad5ddfb 23:07:22 ---> a9444c27068a 23:07:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:22 Status: Downloaded newer image for docker:20.10.0 23:07:22 ---> aefe523efa57 23:07:22 Step 12/26 : RUN apk add --no-cache bash 23:07:22 ---> Running in d64e92b91062 23:07:22 ---> Running in 23a7197cb050 23:07:22 ---> ecc58f5298f3 23:07:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:07:22 ---> a86f8b1fc9b6 23:07:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:07:23 Removing intermediate container d64e92b91062 23:07:23 ---> 4869709ced37 23:07:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:23 ---> 579ff2efaa16 23:07:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:23 ---> 34bef22e6166 23:07:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:07:23 ---> acb9dd6c9292 23:07:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:07:24 (1/2) Installing readline (8.0.4-r0) 23:07:24 (2/2) Installing bash (5.0.17-r0) 23:07:24 Executing bash-5.0.17-r0.post-install 23:07:24 Executing busybox-1.31.1-r19.trigger 23:07:24 OK: 12 MiB in 22 packages 23:07:24 Removing intermediate container db7c1c516b87 23:07:24 ---> 93fee74f41b5 23:07:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:07:24 ---> Running in 6a7b262f8111 23:07:24 ---> 1006a71f3132 23:07:24 Step 19/23 : ENTRYPOINT ["/core-command"] 23:07:24 ---> 373ae24566b9 23:07:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:07:24 ---> 9e3a822859c3 23:07:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:07:24 ---> Running in 8688820348ee 23:07:25 ---> Running in 663b58d7a0b3 23:07:25 Removing intermediate container 6a7b262f8111 23:07:25 ---> 50fe8ff47410 23:07:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:07:25 Removing intermediate container 23a7197cb050 23:07:25 ---> fe0fe17d5890 23:07:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:07:25 Removing intermediate container 8688820348ee 23:07:25 ---> 3f673a2f99c0 23:07:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:25 ---> e8444d75073f 23:07:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:07:25 ---> Running in a8c6d0e9cb86 23:07:25 Removing intermediate container 663b58d7a0b3 23:07:25 ---> ae4b22b2cf5b 23:07:25 Step 18/21 : CMD ["--init=true"] 23:07:25 ---> Running in 67fb636a8b50 23:07:25 ---> Running in 763f5ef4d116 23:07:25 ---> Running in 2c20437efb24 23:07:25 ---> 1266a92e1f0c 23:07:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:07:25 Removing intermediate container a8c6d0e9cb86 23:07:25 ---> c3a28ec4af08 23:07:25 Step 14/26 : ENV APP_PORT=48090 23:07:25 ---> Running in 76abacd92a84 23:07:26 ---> Running in 46eb0ddbd59f 23:07:26 Removing intermediate container 763f5ef4d116 23:07:26 ---> b977fb5ca6d8 23:07:26 Step 21/23 : LABEL arch=x86_64 23:07:26 Removing intermediate container 67fb636a8b50 23:07:26 ---> 615a84e23cb1 23:07:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:26 Removing intermediate container 2c20437efb24 23:07:26 ---> 49a3ade89a16 23:07:26 Step 19/21 : LABEL arch=x86_64 23:07:26 ---> Running in db1a887f2ab3 23:07:26 ---> Running in fd4f5e2446e1 23:07:26 ---> Running in 536a3f5611a2 23:07:26 Removing intermediate container 46eb0ddbd59f 23:07:26 ---> 7491cb584d5c 23:07:26 Step 15/26 : EXPOSE $APP_PORT 23:07:27 ---> Running in d3917ecdbb2a 23:07:27 Removing intermediate container db1a887f2ab3 23:07:27 ---> 8a1a99384a53 23:07:27 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:07:27 Removing intermediate container fd4f5e2446e1 23:07:27 ---> 28249bcb54d2 23:07:27 Step 20/22 : LABEL arch=x86_64 23:07:27 Removing intermediate container 536a3f5611a2 23:07:27 ---> f1ce0189d1fa 23:07:27 Step 20/21 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:07:27 ---> Running in 9a2a25c4caaa 23:07:27 ---> Running in bb8a172aec2d 23:07:27 ---> Running in 55e75559f7ab 23:07:27 Removing intermediate container d3917ecdbb2a 23:07:27 ---> 4cacc1428ec4 23:07:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:07:28 Removing intermediate container 9a2a25c4caaa 23:07:28 ---> 86e4400629c2 23:07:28 Step 23/23 : LABEL version=0.0.0 23:07:28 Removing intermediate container bb8a172aec2d 23:07:28 ---> 87d0bf582879 23:07:28 Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:07:28 Removing intermediate container 55e75559f7ab 23:07:28 ---> 457f5fa90539 23:07:28 Step 21/21 : LABEL version=0.0.0 23:07:28 ---> Running in 6e71c2935d05 23:07:28 Removing intermediate container 6e83bebbd1e6 23:07:28 ---> cf385e0213d9 23:07:28 Successfully built cf385e0213d9 23:07:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:07:28 ---> Running in cc21a5253600 23:07:28 ---> Running in c8d4eed34daa 23:07:28 Removing intermediate container 76abacd92a84 23:07:28 ---> db6e048fa649 23:07:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:07:28 ---> b906c0be44d2 23:07:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:07:28 Removing intermediate container 6e71c2935d05 23:07:28 ---> 31c03b261265 23:07:28 23:07:28 Removing intermediate container cc21a5253600 23:07:28 ---> 2796e6f58ec0 23:07:28 Step 22/22 : LABEL version=0.0.0 23:07:28 Removing intermediate container c8d4eed34daa 23:07:28 ---> bde3f8cdefd1 23:07:28 23:07:28 + docker inspect -f . ci-base-image-arm64 23:07:28 . [Pipeline] withDockerContainer 23:07:29 prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container 23:07:29 Successfully built 31c03b261265 23:07:29 ---> Running in 5e0da378e24d 23:07:29 Successfully tagged docker-core-command-go:latest 23:07:29  Building docker-core-command-go ... done  ---> a0ea819d7586 23:07:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:07:29 Building docker-security-secretstore-setup-go 23:07:29 ---> 0bcf0a999520 23:07:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:07:29 Successfully built bde3f8cdefd1 23:07:29 Successfully tagged docker-security-proxy-setup-go:latest 23:07:29 Building docker-core-metadata-go 23:07:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:29  Building docker-security-proxy-setup-go ... done Removing intermediate container 5e0da378e24d 23:07:29 ---> 832a850b981a 23:07:29 23:07:29 Successfully built 832a850b981a 23:07:29 Successfully tagged docker-support-notifications-go:latest 23:07:29 Building docker-support-scheduler-go 23:07:29 ---> fb6a8cab4f4d 23:07:29 Step 19/26 : RUN apk --no-cache add py3-pip 23:07:29  Building docker-support-notifications-go ... done  ---> Running in dfe9efbeaccf 23:07:29 ---> b44029d9542a 23:07:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:07:30 ---> 7ea6149313e8 23:07:30 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:07:30 $ docker top aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 -eo pid,comm 23:07:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:07:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 23:07:31 (1/33) Installing libbz2 (1.0.8-r1) 23:07:31 (2/33) Installing expat (2.2.9-r1) 23:07:31 (3/33) Installing libffi (3.3-r2) 23:07:31 (4/33) Installing gdbm (1.13-r1) 23:07:31 (5/33) Installing xz-libs (5.2.5-r0) 23:07:31 (6/33) Installing sqlite-libs (3.32.1-r0) 23:07:31 (7/33) Installing python3 (3.8.8-r0) 23:07:31 + go version 23:07:31 go version go1.15.5 linux/arm64 [Pipeline] } 23:07:31 $ docker stop --time=1 aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 23:07:33 $ docker rm -f aae5bca9236aa06bc9d4e13606db1ff413b49fa7674ea5930b2271373b38ef05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:34 + docker inspect -f . ci-base-image-arm64 23:07:34 . [Pipeline] withDockerContainer 23:07:35 prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container 23:07:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:36 $ docker top 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 -eo pid,comm [Pipeline] { [Pipeline] echo 23:07:36 ========================================================= 23:07:36 [edgeXBuildGoParallel] Running Tests and Build... 23:07:36 ========================================================= [Pipeline] sh 23:07:37 + make test 23:07:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:07:41 ---> 65ac7896db1b 23:07:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:07:41 (8/33) Installing py3-appdirs (1.4.4-r1) 23:07:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:07:42 (10/33) Installing py3-parsing (2.4.7-r0) 23:07:42 (11/33) Installing py3-six (1.15.0-r0) 23:07:42 (12/33) Installing py3-packaging (20.4-r0) 23:07:42 (13/33) Installing py3-setuptools (47.0.0-r0) 23:07:42 (14/33) Installing py3-chardet (3.0.4-r4) 23:07:42 (15/33) Installing py3-idna (2.9-r0) 23:07:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:07:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:07:42 (18/33) Installing py3-requests (2.23.0-r0) 23:07:42 (19/33) Installing py3-msgpack (1.0.0-r0) 23:07:42 (20/33) Installing py3-lockfile (0.12.2-r3) 23:07:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:07:43 (22/33) Installing py3-colorama (0.4.3-r0) 23:07:43 (23/33) Installing py3-distlib (0.3.0-r0) 23:07:43 ---> af7872969683 23:07:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:07:43 (24/33) Installing py3-distro (1.5.0-r1) 23:07:43 (25/33) Installing py3-webencodings (0.5.1-r3) 23:07:43 (26/33) Installing py3-html5lib (1.0.1-r4) 23:07:43 (27/33) Installing py3-pytoml (0.1.21-r0) 23:07:43 (28/33) Installing py3-pep517 (0.8.2-r0) 23:07:43 (29/33) Installing py3-progress (1.5-r0) 23:07:43 (30/33) Installing py3-toml (0.10.1-r0) 23:07:43 (31/33) Installing py3-retrying (1.3.3-r0) 23:07:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:07:43 (33/33) Installing py3-pip (20.1.1-r0) 23:07:47 ---> Running in 18b9db048b4c 23:07:47 Executing busybox-1.31.1-r19.trigger 23:07:47 OK: 71 MiB in 55 packages 23:07:51 Removing intermediate container 18b9db048b4c 23:07:51 ---> ce268ac690f1 23:07:51 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:07:55 ---> 044e1e271755 23:07:55 Step 26/31 : RUN chmod +x /entrypoint.sh 23:07:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:07:56 ---> e44ea5b3c457 23:07:56 Step 3/22 : WORKDIR /edgex-go 23:07:56 ---> Using cache 23:07:56 ---> 99ebd35643b0 23:07:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:56 ---> Using cache 23:07:56 ---> 73de59b4910b 23:07:56 Step 5/22 : RUN apk add --update --no-cache make git 23:07:56 ---> Using cache 23:07:56 ---> f2412585bdf6 23:07:56 Step 6/22 : COPY go.mod . 23:07:56 ---> Using cache 23:07:56 ---> d973fdf087b6 23:07:56 Step 7/22 : RUN go mod download 23:07:56 ---> Using cache 23:07:56 ---> ab988122adde 23:07:56 Step 8/22 : COPY . . 23:07:56 ---> Using cache 23:07:56 ---> 73d3b7a2f64f 23:07:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:07:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:07:57 ---> e44ea5b3c457 23:07:57 Step 3/24 : WORKDIR /edgex-go 23:07:57 ---> Using cache 23:07:57 ---> 99ebd35643b0 23:07:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:57 ---> Using cache 23:07:57 ---> 73de59b4910b 23:07:57 Step 5/24 : RUN apk add --update --no-cache make git 23:07:57 ---> Using cache 23:07:57 ---> f2412585bdf6 23:07:57 Step 6/24 : COPY go.mod . 23:07:57 ---> Using cache 23:07:57 ---> d973fdf087b6 23:07:57 Step 7/24 : RUN go mod download 23:07:57 ---> Using cache 23:07:57 ---> ab988122adde 23:07:57 Step 8/24 : COPY . . 23:07:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:07:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:07:57 ---> e44ea5b3c457 23:07:57 Step 3/23 : WORKDIR /edgex-go 23:07:57 ---> Using cache 23:07:57 ---> 99ebd35643b0 23:07:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:07:57 ---> Using cache 23:07:57 ---> 73de59b4910b 23:07:57 Step 5/23 : RUN apk add --update --no-cache make git 23:07:57 ---> Using cache 23:07:57 ---> f2412585bdf6 23:07:57 Step 6/23 : COPY go.mod . 23:07:57 ---> Using cache 23:07:57 ---> d973fdf087b6 23:07:57 Step 7/23 : RUN go mod download 23:07:57 ---> Using cache 23:07:57 ---> ab988122adde 23:07:57 Step 8/23 : COPY . . 23:07:57 ---> Using cache 23:07:57 ---> 73d3b7a2f64f 23:07:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:07:57 ---> Using cache 23:07:57 ---> 73d3b7a2f64f 23:07:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:07:58 ---> Running in c7d001d98f9f 23:07:59 ---> Running in 287f4b916e09 23:07:59 ---> Running in 5eab06a9bdd5 23:07:59 ---> Running in 2f305ea550bc 23:07:59 ? github.com/edgexfoundry/edgex-go [no test files] 23:08:00 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:00 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:08:00 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:08:02 Removing intermediate container c7d001d98f9f 23:08:02 ---> 449822d7cc59 23:08:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:08:05 ---> Running in b3e713a2ec62 23:08:06 Removing intermediate container b3e713a2ec62 23:08:06 ---> 39eb31be8241 23:08:06 Step 28/31 : CMD ["gate"] 23:08:08 ---> Running in e57eb0567e8f 23:08:10 Removing intermediate container dfe9efbeaccf 23:08:10 ---> c90ee8fa3f19 23:08:10 Step 20/26 : RUN pip install docker-compose==1.23.2 23:08:10 Removing intermediate container e57eb0567e8f 23:08:10 ---> 3afb026c6240 23:08:10 Step 29/31 : LABEL arch=x86_64 23:08:10 ---> Running in 3306fb2a6287 23:08:10 ---> Running in 0ea9a8f384d9 23:08:11 Removing intermediate container 0ea9a8f384d9 23:08:11 ---> 7022b005b81b 23:08:11 Step 30/31 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:08:11 ---> Running in 62b4e83e55da 23:08:12 Removing intermediate container 62b4e83e55da 23:08:12 ---> 64d7e0cad9ae 23:08:12 Step 31/31 : LABEL version=0.0.0 23:08:12 ---> Running in c5391a811a4a 23:08:12 Removing intermediate container c5391a811a4a 23:08:12 ---> fffd9696ebc2 23:08:12 23:08:12 Successfully built fffd9696ebc2 23:08:12 Successfully tagged docker-security-bootstrapper-go:latest 23:08:12 Building docker-core-data-go 23:08:15  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 23:08:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:08:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:08:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:08:17 Collecting websocket-client<1.0,>=0.32.0 23:08:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:08:18 Collecting cached-property<2,>=1.2.0 23:08:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:08:18 Collecting dockerpty<0.5,>=0.4.1 23:08:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:08:20 Collecting texttable<0.10,>=0.9.0 23:08:20 Downloading texttable-0.9.1.tar.gz (11 kB) 23:08:22 Collecting PyYAML<4,>=3.10 23:08:22 Downloading PyYAML-3.13.tar.gz (270 kB) 23:08:25 Collecting docopt<0.7,>=0.6.1 23:08:25 Downloading docopt-0.6.2.tar.gz (25 kB) 23:08:27 Collecting jsonschema<3,>=2.5.1 23:08:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:08:27 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:08:28 Collecting docker<4.0,>=3.6.0 23:08:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:08:28 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:08:28 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:08:28 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 23:08:29 Collecting urllib3<1.25,>=1.21.1 23:08:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:08:30 Collecting idna<2.8,>=2.5 23:08:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:08:30 Collecting docker-pycreds>=0.4.0 23:08:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:08:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:08:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:08:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:08:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:08:30 Installing collected packages: urllib3, idna, requests, websocket-client, cached-property, dockerpty, texttable, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose 23:08:30 Attempting uninstall: urllib3 23:08:30 Found existing installation: urllib3 1.25.9 23:08:30 Uninstalling urllib3-1.25.9: 23:08:31 Successfully uninstalled urllib3-1.25.9 23:08:31 Attempting uninstall: idna 23:08:31 Found existing installation: idna 2.9 23:08:31 Uninstalling idna-2.9: 23:08:31 Successfully uninstalled idna-2.9 23:08:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:08:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:08:31 ---> e44ea5b3c457 23:08:31 Step 3/23 : WORKDIR /edgex-go 23:08:31 ---> Using cache 23:08:31 ---> 99ebd35643b0 23:08:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:31 ---> Using cache 23:08:31 ---> 73de59b4910b 23:08:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:08:32 Attempting uninstall: requests 23:08:32 Found existing installation: requests 2.23.0 23:08:32 Uninstalling requests-2.23.0: 23:08:32 ---> Running in a808a3309da4 23:08:32 Successfully uninstalled requests-2.23.0 23:08:33 Running setup.py install for dockerpty: started 23:08:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:33 Running setup.py install for dockerpty: finished with status 'done' 23:08:33 Running setup.py install for texttable: started 23:08:34 Running setup.py install for texttable: finished with status 'done' 23:08:34 Running setup.py install for PyYAML: started 23:08:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:35 OK: 233 MiB in 51 packages 23:08:36 Running setup.py install for PyYAML: finished with status 'done' 23:08:36 Running setup.py install for docopt: started 23:08:36 Running setup.py install for docopt: finished with status 'done' 23:08:39 Removing intermediate container 287f4b916e09 23:08:39 ---> c1969d0f183c 23:08:39 23:08:39 Step 10/24 : FROM alpine:3.12 23:08:39 ---> 88dd2752d2ea 23:08:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:08:39 Removing intermediate container 5eab06a9bdd5 23:08:39 ---> 9565c1c0538e 23:08:39 23:08:39 Step 10/22 : FROM alpine:3.12 23:08:39 ---> 88dd2752d2ea 23:08:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:08:39 ---> Using cache 23:08:39 ---> 6244a20bd1ce 23:08:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:08:39 ---> Using cache 23:08:39 ---> 23d2019741d5 23:08:39 Step 13/22 : ENV APP_PORT=48085 23:08:40 ---> Running in c5aaa382582b 23:08:40 Removing intermediate container a808a3309da4 23:08:40 ---> e8831854e7e3 23:08:40 Step 6/23 : COPY go.mod . 23:08:40 ---> Running in 97afc4fc430d 23:08:41 Removing intermediate container 2f305ea550bc 23:08:41 ---> 7832bcd6a3f2 23:08:41 23:08:41 Step 10/23 : FROM alpine:3.12 23:08:41 ---> 88dd2752d2ea 23:08:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:08:41 ---> Using cache 23:08:41 ---> 6244a20bd1ce 23:08:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:08:41 ---> Using cache 23:08:41 ---> 23d2019741d5 23:08:41 Step 13/23 : ENV APP_PORT=48081 23:08:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 23:08:41 ---> 9e4521eb3126 23:08:41 Step 7/23 : RUN go mod download 23:08:41 Removing intermediate container 97afc4fc430d 23:08:41 ---> 37f76a687b76 23:08:41 Step 14/22 : EXPOSE $APP_PORT 23:08:41 ---> Running in 6b14d03cdbc9 23:08:41 ---> Running in e2cd80a1fab4 23:08:41 ---> Running in d594fca7b57f 23:08:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:41 Removing intermediate container 6b14d03cdbc9 23:08:41 ---> 384eafe9e0be 23:08:41 Step 14/23 : EXPOSE $APP_PORT 23:08:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:42 ---> Running in a0f31acf11a8 23:08:42 Removing intermediate container d594fca7b57f 23:08:42 ---> 6aea74b629af 23:08:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:42 (1/5) Installing ca-certificates (20191127-r4) 23:08:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:08:42 (3/5) Installing libcurl (7.69.1-r3) 23:08:42 (4/5) Installing curl (7.69.1-r3) 23:08:42 (5/5) Installing dumb-init (1.2.2-r1) 23:08:42 Executing busybox-1.31.1-r19.trigger 23:08:42 Executing ca-certificates-20191127-r4.trigger 23:08:42 OK: 7 MiB in 19 packages 23:08:42 Removing intermediate container a0f31acf11a8 23:08:42 ---> ac44a5851a17 23:08:42 Step 15/23 : WORKDIR / 23:08:44 ---> Running in 2fc0fbb8d2c9 23:08:44 ---> 0167b99f1ac8 23:08:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:08:44 Removing intermediate container 3306fb2a6287 23:08:44 ---> 214dec4b6749 23:08:44 Step 21/26 : RUN apk --no-cache add curl 23:08:45 ---> Running in e064b97c4430 23:08:45 Removing intermediate container 2fc0fbb8d2c9 23:08:45 ---> 758f5e3e1118 23:08:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:08:45 ---> 8b5033ba9ea6 23:08:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:08:45 Removing intermediate container c5aaa382582b 23:08:45 ---> 17cb447f86fa 23:08:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:08:45 Removing intermediate container e2cd80a1fab4 23:08:45 ---> d5463b85aaa6 23:08:45 Step 8/23 : COPY . . 23:08:46 ---> 59167c81e883 23:08:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:08:46 ---> Running in 8074333b721b 23:08:46 ---> d75ec7428255 23:08:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:08:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:08:46 (2/3) Installing libcurl (7.69.1-r3) 23:08:46 (3/3) Installing curl (7.69.1-r3) 23:08:46 Executing busybox-1.31.1-r19.trigger 23:08:46 OK: 72 MiB in 58 packages 23:08:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:08:47 ---> Running in 69257a7cad03 23:08:47 Removing intermediate container 8074333b721b 23:08:47 ---> 553713793cf3 23:08:47 Step 13/24 : WORKDIR / 23:08:47 ---> f07f29227479 23:08:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:08:47 ---> Running in 13370706ce9e 23:08:48 Removing intermediate container 69257a7cad03 23:08:48 ---> 50fb81667b6a 23:08:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:51 ---> Running in a4adccfa68d3 23:08:54 Removing intermediate container e064b97c4430 23:08:54 ---> 08a358c19a2c 23:08:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:08:54 ---> 98cce505b94c 23:08:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:08:54 Removing intermediate container 13370706ce9e 23:08:54 ---> c0f279645708 23:08:54 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:08:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:08:55 ---> Running in 4a18569ae6b2 23:08:55 Removing intermediate container a4adccfa68d3 23:08:55 ---> 142707f82d9a 23:08:55 Step 20/22 : LABEL arch=x86_64 23:08:56 ---> Running in e8a23c4ded87 23:08:57 ---> 866ad32506cf 23:08:57 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:08:57 ---> Running in 8965fe04b753 23:08:57 Removing intermediate container 4a18569ae6b2 23:08:57 ---> ecec4a2ce99e 23:08:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:57 Removing intermediate container e8a23c4ded87 23:08:57 ---> 88aad07b5c55 23:08:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:58 Removing intermediate container 8965fe04b753 23:08:58 ---> 0d2b7db7a621 23:08:58 Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:08:58 ---> Running in 1d8d6a0c1af1 23:09:00 ---> db690496880f 23:09:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:09:00 ---> Running in 02b3296955dc 23:09:01 Removing intermediate container 1d8d6a0c1af1 23:09:01 ---> 94b833352fca 23:09:01 Step 24/26 : LABEL arch=x86_64 23:09:01 ---> Running in 3689e9ff4efb 23:09:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:09:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:09:03 ---> Running in 76d8340394ed 23:09:03 ---> 25e76db94240 23:09:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:09:03 Removing intermediate container 02b3296955dc 23:09:03 ---> b41fcf9bc3cb 23:09:03 Step 21/23 : LABEL arch=x86_64 23:09:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:09:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:09:05 Removing intermediate container 3689e9ff4efb 23:09:05 ---> 633cc3d045d8 23:09:05 Step 22/22 : LABEL version=0.0.0 23:09:05 ---> Running in a316c1e62ac8 23:09:05 ---> Running in 8dda0805df21 23:09:05 Removing intermediate container 76d8340394ed 23:09:05 ---> 9e6bc837614f 23:09:05 Step 25/26 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:09:05 ---> c4973d1d51b7 23:09:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:09:06 ---> 69c5659178f8 23:09:06 Step 9/23 : RUN make cmd/core-data/core-data 23:09:06 ---> Running in 61b8c0788a4a 23:09:06 ---> Running in 646e6785d8fb 23:09:06 Removing intermediate container a316c1e62ac8 23:09:06 ---> c23a0eb8d464 23:09:06 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:09:06 ---> ad3a431f1a8a 23:09:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:09:06 Removing intermediate container 8dda0805df21 23:09:06 ---> 9f6d0f1de94c 23:09:06 23:09:06 ---> Running in e2d1bb22c98e 23:09:07 Successfully built 9f6d0f1de94c 23:09:07 Successfully tagged docker-support-scheduler-go:latest 23:09:07 Removing intermediate container 61b8c0788a4a 23:09:07  Building docker-support-scheduler-go ... done  ---> 95d33fedff91 23:09:07 Step 26/26 : LABEL version=0.0.0 23:09:07 ---> a44d98dc6b77 23:09:07 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:07 Removing intermediate container e2d1bb22c98e 23:09:07 ---> 6ed934f8c9bb 23:09:07 Step 23/23 : LABEL version=0.0.0 23:09:07 ---> Running in e31c4d001013 23:09:07 ---> Running in ad9b011370f9 23:09:07 ---> Running in 0f99ee9f1321 23:09:07 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:07 Removing intermediate container e31c4d001013 23:09:07 ---> db307da2dffe 23:09:07 23:09:08 Removing intermediate container 0f99ee9f1321 23:09:08 ---> 6775ddfc082a 23:09:08 23:09:08 Successfully built db307da2dffe 23:09:08 Successfully tagged docker-sys-mgmt-agent-go:latest 23:09:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:09:08  Building docker-sys-mgmt-agent-go ... done Successfully built 6775ddfc082a 23:09:08 Successfully tagged docker-core-metadata-go:latest 23:09:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:09:08  Building docker-core-metadata-go ... done Removing intermediate container ad9b011370f9 23:09:08 ---> 35870487377b 23:09:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:09:09 ---> Running in ec56a472a8e9 23:09:09 Removing intermediate container ec56a472a8e9 23:09:09 ---> ad29bd2d78c3 23:09:09 Step 22/24 : LABEL arch=x86_64 23:09:09 ---> Running in 1ce034768659 23:09:09 Removing intermediate container 1ce034768659 23:09:09 ---> 8b032b6936f8 23:09:09 Step 23/24 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:09:09 ---> Running in 4444a33cd6ad 23:09:10 Removing intermediate container 4444a33cd6ad 23:09:10 ---> 9d456dff6f52 23:09:10 Step 24/24 : LABEL version=0.0.0 23:09:10 ---> Running in aae0291e978d 23:09:10 Removing intermediate container aae0291e978d 23:09:10 ---> 3a254353b11d 23:09:10 23:09:11 Successfully built 3a254353b11d 23:09:11 Successfully tagged docker-security-secretstore-setup-go:latest 23:09:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:09:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:09:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.367s coverage: 45.9% of statements 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 23:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.138s coverage: 19.8% of statements 23:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 23:09:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 646e6785d8fb 23:09:23 ---> 1af1a9da6b3a 23:09:23 23:09:23 Step 10/23 : FROM alpine:3.12 23:09:23 ---> 88dd2752d2ea 23:09:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:09:23 ---> Running in d118d7faa849 23:09:23 Removing intermediate container d118d7faa849 23:09:23 ---> 66fb216947e5 23:09:23 Step 12/23 : ENV APP_PORT=48080 23:09:23 ---> Running in f95003adf660 23:09:23 Removing intermediate container f95003adf660 23:09:23 ---> 84f7f70ad6ca 23:09:23 Step 13/23 : EXPOSE $APP_PORT 23:09:23 ---> Running in 95d9220fdefd 23:09:23 Removing intermediate container 95d9220fdefd 23:09:23 ---> c8ac59179f4c 23:09:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:23 ---> Running in d108bdbde582 23:09:24 Removing intermediate container d108bdbde582 23:09:24 ---> 887918ea8cb8 23:09:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:09:24 ---> Running in 4c505a20f411 23:09:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:26 (1/6) Installing dumb-init (1.2.2-r1) 23:09:26 (2/6) Installing libgcc (9.3.0-r2) 23:09:27 (3/6) Installing libsodium (1.0.18-r0) 23:09:27 (4/6) Installing libstdc++ (9.3.0-r2) 23:09:27 (5/6) Installing libzmq (4.3.3-r0) 23:09:27 (6/6) Installing zeromq (4.3.3-r0) 23:09:27 Executing busybox-1.31.1-r19.trigger 23:09:27 OK: 8 MiB in 20 packages 23:09:28 Removing intermediate container 4c505a20f411 23:09:28 ---> e2e97a9d68ed 23:09:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:09:28 ---> 47074c63812d 23:09:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:09:29 ---> 641367efb293 23:09:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:09:29 ---> df3ca1086f3d 23:09:29 Step 19/23 : ENTRYPOINT ["/core-data"] 23:09:29 ---> Running in 93ed8fb875cf 23:09:29 Removing intermediate container 93ed8fb875cf 23:09:29 ---> e303b766c8da 23:09:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09:29 ---> Running in bdb315473284 23:09:29 Removing intermediate container bdb315473284 23:09:29 ---> a7973ab5bb6c 23:09:29 Step 21/23 : LABEL arch=x86_64 23:09:29 ---> Running in 9562f41780d9 23:09:30 Removing intermediate container 9562f41780d9 23:09:30 ---> 20c2ccd23a12 23:09:30 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:09:30 ---> Running in a67aed27c858 23:09:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.1% of statements 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:09:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:09:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:09:30 Removing intermediate container a67aed27c858 23:09:30 ---> cf58e5a01b40 23:09:30 Step 23/23 : LABEL version=0.0.0 23:09:30 ---> Running in f78e9691d5ed 23:09:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:09:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:09:30 Removing intermediate container f78e9691d5ed 23:09:30 ---> 38300ac84466 23:09:30 23:09:30 Successfully built 38300ac84466 23:09:30 Successfully tagged docker-core-data-go:latest 23:09:31  Building docker-core-data-go ... done  [Pipeline] } 23:09:31 $ docker stop --time=1 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 23:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.9% of statements 23:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:09:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements 23:09:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:09:33 $ docker rm -f 36c7ae32458dbab7026e27523c371d7ed8de41c5f012a814ab7b11b58b434ee7 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:33 + docker images 23:09:33 + grep docker 23:09:33 docker-core-data-go latest 38300ac84466 3 seconds ago 22.6MB 23:09:33 docker-security-secretstore-setup-go latest 3a254353b11d 23 seconds ago 24.9MB 23:09:33 docker-core-metadata-go latest 6775ddfc082a 26 seconds ago 19MB 23:09:33 docker-sys-mgmt-agent-go latest db307da2dffe 26 seconds ago 313MB 23:09:33 docker-support-scheduler-go latest 9f6d0f1de94c 27 seconds ago 17.3MB 23:09:33 docker-security-bootstrapper-go latest fffd9696ebc2 About a minute ago 18.8MB 23:09:33 docker-support-notifications-go latest 832a850b981a 2 minutes ago 17.8MB 23:09:33 docker-security-proxy-setup-go latest bde3f8cdefd1 2 minutes ago 24.7MB 23:09:33 docker-core-command-go latest 31c03b261265 2 minutes ago 17.2MB 23:09:33 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:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.117s coverage: 28.6% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.401s coverage: 86.7% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.449s coverage: 97.5% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:09:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.124s coverage: 78.3% of statements 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:09:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:09:49 Still waiting to schedule task 23:09:49 ‘prd-ubuntu18.04-docker-8c-8g-30385’ is offline 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.185s coverage: 92.8% of statements 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:09:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.092s coverage: 79.5% of statements 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 23:09:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.104s coverage: 94.4% of statements 23:10:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements 23:10:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.275s coverage: 81.9% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.6% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.257s coverage: 91.6% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.516s coverage: 62.4% of statements 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:10:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements 23:10:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 23:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 23:10:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 23:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.958s coverage: 69.0% of statements 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 23:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 38.4% of statements 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.154s coverage: 89.5% of statements 23:10:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 23:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements 23:10:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.457s coverage: 47.0% of statements 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:10:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:10:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 23:10:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.473s coverage: 87.1% of statements 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 23:10:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.101s coverage: 29.1% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.177s coverage: 99.0% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.237s coverage: 96.5% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.081s coverage: 0.0% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:10:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 23:10:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 23:10:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 23:10:40 GO111MODULE=on go vet ./... 23:11:48 Running on prd-ubuntu18.04-docker-8c-8g-30386 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws 23:11:48 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 23:11:50 using credential edgex-jenkins-ssh 23:11:51 Cloning the remote Git repository 23:11:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:11:51 > git init /w/workspace/edgex-go/3 # timeout=10 23:11:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:11:51 > git --version # timeout=10 23:11:51 > git --version # 'git version 2.17.1' 23:11:51 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:58 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 38578564605a9cf0cacd04b8f8f753691b7dc710 23:11:58 Merge succeeded, producing 38578564605a9cf0cacd04b8f8f753691b7dc710 23:11:58 Checking out Revision 38578564605a9cf0cacd04b8f8f753691b7dc710 (PR-3274) 23:11:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:11:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:11:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:11:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:11:57 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:11:58 > git config core.sparsecheckout # timeout=10 23:11:58 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 23:11:58 > git remote # timeout=10 23:11:58 > git config --get remote.origin.url # timeout=10 23:11:58 using GIT_SSH to set credentials SSH Credentials for GitHub 23:11:58 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 23:11:58 > git rev-parse HEAD^{commit} # timeout=10 23:11:58 > git config core.sparsecheckout # timeout=10 23:11:58 > git checkout -f 38578564605a9cf0cacd04b8f8f753691b7dc710 # timeout=10 23:12:02 gofmt -l . 23:12:02 [ "`gofmt -l .`" = "" ] 23:12:02 ./bin/test-go-mod-tidy.sh 23:12:02 ./bin/test-attribution-txt.sh [Pipeline] sh 23:12:02 Commit message: "ci: attempt apt-get instead of snap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:12:02 + ls -al . 23:12:02 total 788 23:12:02 drwxrwxr-x 9 1001 1001 4096 Mar 18 23:12 . 23:12:02 drwxr-xr-x 4 root root 4096 Mar 18 23:07 .. 23:12:02 -rw-rw-r-- 1 1001 1001 11 Mar 18 23:06 .dockerignore 23:12:02 drwxrwxr-x 8 1001 1001 4096 Mar 18 23:06 .git 23:12:02 drwxrwxr-x 3 1001 1001 4096 Mar 18 23:06 .github 23:12:02 -rw-rw-r-- 1 1001 1001 818 Mar 18 23:06 .gitignore 23:12:02 -rw-rw-r-- 1 1001 1001 166 Mar 18 23:06 .sonarcloud.properties 23:12:02 -rw-rw-r-- 1 1001 1001 8607 Mar 18 23:06 Attribution.txt 23:12:02 -rw-rw-r-- 1 1001 1001 3804 Mar 18 23:06 CONTRIBUTING.md 23:12:02 -rw-rw-r-- 1 1001 1001 931 Mar 18 23:06 Dockerfile.build 23:12:02 -rw-rw-r-- 1 1001 1001 863 Mar 18 23:06 Jenkinsfile 23:12:02 -rw-rw-r-- 1 1001 1001 10775 Mar 18 23:06 LICENSE 23:12:02 -rw-rw-r-- 1 1001 1001 5774 Mar 18 23:06 Makefile 23:12:02 -rw-rw-r-- 1 1001 1001 6548 Mar 18 23:06 README.md 23:12:02 -rw-rw-r-- 1 1001 1001 6755 Mar 18 23:06 SECURITY.md 23:12:02 -rw-rw-r-- 1 1001 1001 5 Mar 18 23:01 VERSION 23:12:02 -rw-rw-r-- 1 1001 1001 4131 Mar 18 23:06 ZMQWindows.md 23:12:02 drwxrwxr-x 2 1001 1001 4096 Mar 18 23:06 bin 23:12:02 drwxrwxr-x 14 1001 1001 4096 Mar 18 23:06 cmd 23:12:02 -rw-r--r-- 1 root root 650607 Mar 18 23:10 coverage.out 23:12:02 -rw-r--r-- 1 root root 1055 Mar 18 23:11 go.mod 23:12:02 -rw-r--r-- 1 root root 21981 Mar 18 23:12 go.sum 23:12:02 drwxrwxr-x 8 1001 1001 4096 Mar 18 23:06 internal 23:12:02 drwxrwxr-x 4 1001 1001 4096 Mar 18 23:06 openapi 23:12:02 drwxrwxr-x 4 1001 1001 4096 Mar 18 23:06 snap 23:12:02 -rw-rw-r-- 1 1001 1001 168 Mar 18 23:06 version.go [Pipeline] sh 23:12:03 + echo snap-build.sh 23:12:03 snap-build.sh 23:12:03 + SNAP_BASE_DIR=. 23:12:03 + '[' '!' -z /w/workspace/edgex-go/3 ']' 23:12:03 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 23:12:03 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 23:12:03 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 23:12:03 + cd /w/workspace/edgex-go/3 23:12:03 + sudo apt-get remove -qy --purge lxd lxd-client 23:12:03 Reading package lists... 23:12:03 Building dependency tree... 23:12:03 Reading state information... 23:12:03 The following packages were automatically installed and are no longer required: 23:12:03 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:12:03 uidmap xdelta3 23:12:03 Use 'sudo apt autoremove' to remove them. 23:12:03 + '[' -e coverage.out ] 23:12:03 + chown 1001:1001 coverage.out [Pipeline] stash 23:12:03 The following packages will be REMOVED: 23:12:03 lxd* lxd-client* 23:12:03 Warning: overwriting stash ‘coverage-report’ 23:12:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:12:04 After this operation, 31.7 MB disk space will be freed. 23:12:05 (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:12:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:12:05 Stashed 1 file(s) [Pipeline] sh 23:12:05 + make build 23:12:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:12:06 Removing lxd dnsmasq configuration 23:12:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:12:06 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:12:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:12:07 (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:12:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:12:09 Processing triggers for systemd (237-3ubuntu10.42) ... 23:12:09 Processing triggers for ureadahead (0.100.0-21) ... 23:12:10 + sudo snap remove --purge lxd 23:12:10 snap "lxd" is not installed 23:12:10 + sudo groupadd --force --system lxd 23:12:10 ++ whoami 23:12:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:12:10 + newgrp - lxd 23:12:10 + sudo snap install lxd 23:12:15 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:21 2021-03-18T23:12:18Z INFO Waiting for automatic snapd restart... 23:12:35 lxd 4.12 from Canonical* installed 23:12:35 + sudo lxd init --auto 23:12:42 + sudo snap install --classic snapcraft 23:12:42 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:43 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:47 snapcraft 4.5.4 from Canonical* installed 23:12:47 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 23:12:47 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 23:12:47 ===================================================== 23:12:47 SNAP DEBUG 23:12:47 sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) 23:12:47 proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) 23:12:47 udev on /dev type devtmpfs (rw,nosuid,relatime,size=4070380k,nr_inodes=1017595,mode=755) 23:12:47 devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) 23:12:47 tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) 23:12:47 /dev/vda1 on / type ext4 (rw,relatime,data=ordered) 23:12:47 securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) 23:12:47 tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) 23:12:47 tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) 23:12:47 tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) 23:12:47 cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime) 23:12:47 cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) 23:12:47 pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) 23:12:47 cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) 23:12:47 cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) 23:12:47 cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) 23:12:47 cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) 23:12:47 cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) 23:12:47 cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children) 23:12:47 cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) 23:12:47 cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) 23:12:47 cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) 23:12:47 cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) 23:12:47 cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) 23:12:47 debugfs on /sys/kernel/debug type debugfs (rw,relatime) 23:12:47 hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) 23:12:47 mqueue on /dev/mqueue type mqueue (rw,relatime) 23:12:47 systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=44,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11626) 23:12:47 fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) 23:12:47 configfs on /sys/kernel/config type configfs (rw,relatime) 23:12:47 /dev/vda15 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) 23:12:47 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) 23:12:47 lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) 23:12:47 tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=816680k,mode=700,uid=1001,gid=1001) 23:12:47 /var/lib/snapd/snaps/snapd_11107.snap on /snap/snapd/11107 type squashfs (ro,nodev,relatime,x-gdu.hide) 23:12:47 /var/lib/snapd/snaps/core18_1988.snap on /snap/core18/1988 type squashfs (ro,nodev,relatime,x-gdu.hide) 23:12:47 /var/lib/snapd/snaps/lxd_19823.snap on /snap/lxd/19823 type squashfs (ro,nodev,relatime,x-gdu.hide) 23:12:47 tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) 23:12:47 nsfs on /run/snapd/ns/lxd.mnt type nsfs (rw) 23:12:47 tmpfs on /var/snap/lxd/common/ns type tmpfs (rw,relatime,size=1024k,mode=700) 23:12:47 nsfs on /var/snap/lxd/common/ns/shmounts type nsfs (rw) 23:12:47 nsfs on /var/snap/lxd/common/ns/mntns type nsfs (rw) 23:12:47 /var/lib/snapd/snaps/snapcraft_6120.snap on /snap/snapcraft/6120 type squashfs (ro,nodev,relatime,x-gdu.hide) 23:12:47 ===================================================== 23:12:47 Filesystem Size Used Avail Use% Mounted on 23:12:47 udev 3.9G 0 3.9G 0% /dev 23:12:47 tmpfs 798M 980K 797M 1% /run 23:12:47 /dev/vda1 39G 8.3G 31G 22% / 23:12:47 tmpfs 3.9G 0 3.9G 0% /dev/shm 23:12:47 tmpfs 5.0M 0 5.0M 0% /run/lock 23:12:47 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 23:12:47 /dev/vda15 105M 3.6M 101M 4% /boot/efi 23:12:47 tmpfs 798M 0 798M 0% /run/user/1001 23:12:47 /dev/loop0 33M 33M 0 100% /snap/snapd/11107 23:12:47 /dev/loop1 56M 56M 0 100% /snap/core18/1988 23:12:47 /dev/loop2 69M 69M 0 100% /snap/lxd/19823 23:12:47 tmpfs 1.0M 0 1.0M 0% /var/snap/lxd/common/ns 23:12:47 /dev/loop3 69M 69M 0 100% /snap/snapcraft/6120 23:12:47 ===================================================== 23:12:47 /w/workspace/edgex-go/3 23:12:47 ===================================================== 23:12:47 ===================================================== 23:12:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:12:47 Get:2 http://apt.puppetlabs.com xenial InRelease [144 kB] 23:12:47 Hit:3 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic InRelease 23:12:47 Get:4 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease [15.9 kB] 23:12:47 Get:5 https://download.docker.com/linux/ubuntu bionic InRelease [64.4 kB] 23:12:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 23:12:47 Get:7 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:12:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 23:12:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 23:12:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 23:12:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 23:12:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 23:12:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 23:12:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 23:12:48 Get:15 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic InRelease [15.4 kB] 23:12:48 Get:16 https://download.docker.com/linux/ubuntu bionic/stable amd64 Packages [17.4 kB] 23:12:48 Get:17 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 23:12:48 Get:18 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic/main amd64 Packages [816 B] 23:12:48 Get:19 http://apt.puppetlabs.com xenial/puppet all Packages [4101 B] 23:12:48 Get:20 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1938 kB] 23:12:48 Get:21 http://apt.puppetlabs.com xenial/puppet amd64 Packages [7049 B] 23:12:48 Get:22 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main amd64 Packages [16.7 kB] 23:12:48 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:48 Get:23 http://ppa.launchpad.net/openjdk-r/ppa/ubuntu bionic/main Translation-en [1420 B] 23:12:48 Get:24 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 23:12:48 Get:25 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 23:12:48 Get:26 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 23:12:48 Get:27 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 23:12:48 Get:28 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 23:12:48 Get:29 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 23:12:48 Get:30 http://ca-ymq-2.clouds.archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 23:12:49 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:50 Fetched 8877 kB in 2s (3913 kB/s) 23:12:51 Reading package lists... 23:12:51 Reading package lists... 23:12:52 Building dependency tree... 23:12:52 Reading state information... 23:12:52 23:12:52 No apt package "yq", but there is a snap with that name. 23:12:52 Try "snap install yq" 23:12:52 23:12:52 E: Unable to locate package yq 23:12:52 ./snap/local/build-helpers/bin/minimal-snap-build.sh: 36: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found 23:12:52 ./snap/local/build-helpers/bin/minimal-snap-build.sh: 39: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found 23:12:52 ./snap/local/build-helpers/bin/minimal-snap-build.sh: 42: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found 23:12:52 ./snap/local/build-helpers/bin/minimal-snap-build.sh: 45: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found 23:12:52 ./snap/local/build-helpers/bin/minimal-snap-build.sh: 48: ./snap/local/build-helpers/bin/minimal-snap-build.sh: yq: not found [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:12:52 Failed in branch amd64 23:12:55 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:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:13:10 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: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 [Pipeline] } 23:13:22 $ docker stop --time=1 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 23:13:25 $ docker rm -f 23f73acd94dd831eefa75a6ad18e99fa4975ae7e091ae20aa4858b53abe7f837 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:27 23:13:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:13:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:28 latest: Pulling from edgex-devops/edgex-compose-arm64 23:13:28 29e5d40040c1: Pulling fs layer 23:13:28 1ce36da41761: Pulling fs layer 23:13:28 25b303627fd3: Pulling fs layer 23:13:28 29e5d40040c1: Verifying Checksum 23:13:28 29e5d40040c1: Download complete 23:13:28 29e5d40040c1: Pull complete 23:13:28 1ce36da41761: Verifying Checksum 23:13:28 1ce36da41761: Download complete 23:13:30 1ce36da41761: Pull complete 23:13:30 25b303627fd3: Verifying Checksum 23:13:30 25b303627fd3: Download complete 23:13:38 25b303627fd3: Pull complete 23:13:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:13:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:13:38 prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container 23:13:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:13:41 $ docker top 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:42 + + grepdocker-compose parallel build 23:13:42 --help 23:13:46 --parallel Build images in parallel. [Pipeline] } 23:13:46 $ docker stop --time=1 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df 23:13:48 $ docker rm -f 615e8a99b0c69e2acb4177bc0920c6fc5e77220dacd7749bf88ea039a05fc5df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:13:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:13:49 . [Pipeline] withDockerContainer 23:13:49 prd-ubuntu18.04-docker-arm64-4c-16g-30382 does not seem to be running inside a container 23:13:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:13:50 $ docker top 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 -eo pid,comm [Pipeline] { [Pipeline] sh 23:13:51 + docker-compose -f ./docker-compose-build.yml build --parallel 23:13:56 Building docker-core-command-go ... 23:13:56 Building docker-core-data-go ... 23:13:56 Building docker-core-metadata-go ... 23:13:56 Building docker-security-bootstrapper-go ... 23:13:56 Building docker-security-proxy-setup-go ... 23:13:56 Building docker-security-secretstore-setup-go ... 23:13:56 Building docker-support-notifications-go ... 23:13:56 Building docker-support-scheduler-go ... 23:13:56 Building docker-sys-mgmt-agent-go ... 23:13:56 Building docker-core-data-go 23:13:56 Building docker-core-metadata-go 23:13:56 Building docker-support-notifications-go 23:13:56 Building docker-support-scheduler-go 23:13:56 Building docker-security-bootstrapper-go 23:15:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:15:17 ---> cf385e0213d9 23:15:17 Step 3/23 : WORKDIR /edgex-go 23:15:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:15:17 ---> cf385e0213d9 23:15:17 Step 3/22 : WORKDIR /edgex-go 23:15:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:15:17 ---> cf385e0213d9 23:15:17 Step 3/22 : WORKDIR /edgex-go 23:15:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:15:17 ---> cf385e0213d9 23:15:17 Step 3/23 : WORKDIR /edgex-go 23:15:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:15:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:15:17 ---> cf385e0213d9 23:15:17 Step 3/31 : WORKDIR /edgex-go 23:15:17 ---> Running in ca900f1343cf 23:15:17 ---> Running in 93d8ee8c8aa6 23:15:17 ---> Running in 036060e560bf 23:15:17 ---> Running in 511e25919c18 23:15:17 ---> Running in 9068b1cc8283 23:15:17 Removing intermediate container ca900f1343cf 23:15:17 ---> f1b1d47b1887 23:15:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:17 Removing intermediate container 511e25919c18 23:15:17 ---> afd6ceb0ecf2 23:15:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:17 ---> Running in 1fe8a0c112cc 23:15:17 Removing intermediate container 036060e560bf 23:15:17 ---> cc37118ad90d 23:15:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:17 Removing intermediate container 93d8ee8c8aa6 23:15:17 ---> 6bbe4cabbf02 23:15:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:17 Removing intermediate container 9068b1cc8283 23:15:17 ---> 8502bb31c748 23:15:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:15:17 ---> Running in 7b9c529f83f2 23:15:17 ---> Running in ed7532c5a9bb 23:15:17 ---> Running in 0f886eec905b 23:15:17 ---> Running in 7c07be636077 23:15:17 Removing intermediate container 1fe8a0c112cc 23:15:17 ---> a30386a6bead 23:15:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:15:17 ---> Running in 4ea137a2f208 23:15:17 Removing intermediate container 7b9c529f83f2 23:15:17 ---> 354433bc7ba8 23:15:17 Step 5/31 : RUN apk add --update --no-cache make git 23:15:17 ---> Running in ae1e3f00ce04 23:15:17 Removing intermediate container 0f886eec905b 23:15:17 ---> e7541cc9da97 23:15:17 Step 5/23 : RUN apk add --update --no-cache make git 23:15:17 ---> Running in 46b92eab3874 23:15:17 Removing intermediate container ed7532c5a9bb 23:15:17 ---> 121623152d33 23:15:17 Step 5/22 : RUN apk add --update --no-cache make git 23:15:17 ---> Running in 4f2d88fab4f4 23:15:17 Removing intermediate container 7c07be636077 23:15:17 ---> 85b3d49e2d5e 23:15:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:15:17 ---> Running in 7585621268a4 23:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:15:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:18 OK: 217 MiB in 51 packages 23:15:18 OK: 217 MiB in 51 packages 23:15:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:15:19 OK: 217 MiB in 51 packages 23:15:19 OK: 217 MiB in 51 packages 23:15:19 OK: 217 MiB in 51 packages 23:15:20 Removing intermediate container 4ea137a2f208 23:15:20 ---> 06e919bcc6e6 23:15:20 Step 6/23 : COPY go.mod . 23:15:20 Removing intermediate container ae1e3f00ce04 23:15:20 ---> 953238248905 23:15:20 Step 6/31 : COPY go.mod . 23:15:20 Removing intermediate container 46b92eab3874 23:15:20 ---> a8020fa17145 23:15:20 Step 6/23 : COPY go.mod . 23:15:21 Removing intermediate container 7585621268a4 23:15:21 ---> 3df289400e9f 23:15:21 Step 6/22 : COPY go.mod . 23:15:21 Removing intermediate container 4f2d88fab4f4 23:15:21 ---> b5ebdf055345 23:15:21 Step 6/22 : COPY go.mod . 23:15:21 ---> 49116ed91171 23:15:21 Step 7/31 : RUN go mod download 23:15:21 ---> 4d4dadf01851 23:15:21 Step 7/23 : RUN go mod download 23:15:21 ---> 3ae273d98a36 23:15:21 Step 7/23 : RUN go mod download 23:15:21 ---> Running in b4ab31e5b3a5 23:15:21 ---> Running in 3df94a055d61 23:15:22 ---> Running in ea11ad5cdcf9 23:15:22 ---> 905f9eef1376 23:15:22 Step 7/22 : RUN go mod download 23:15:22 ---> 5f198f773edb 23:15:22 Step 7/22 : RUN go mod download 23:15:22 ---> Running in 19521c510328 23:15:23 ---> Running in 699bcaa606c6 23:15:26 Removing intermediate container b4ab31e5b3a5 23:15:26 ---> 7caeb4d8ec68 23:15:26 Step 8/31 : COPY . . 23:15:27 Removing intermediate container 3df94a055d61 23:15:27 ---> 60e1e5a2c376 23:15:27 Step 8/23 : COPY . . 23:15:27 Removing intermediate container ea11ad5cdcf9 23:15:27 ---> e42501fd3ed2 23:15:27 Step 8/23 : COPY . . 23:15:27 Removing intermediate container 699bcaa606c6 23:15:27 ---> 310e354c8a02 23:15:27 Step 8/22 : COPY . . 23:15:27 Removing intermediate container 19521c510328 23:15:27 ---> b4fcf54269d2 23:15:27 Step 8/22 : COPY . . 23:15:54 ---> 107aca2ef2d2 23:15:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:15:54 ---> fd3eaca78c39 23:15:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:15:54 ---> 6def17f19f2e 23:15:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:15:54 ---> b94ae2d3617a 23:15:54 Step 9/23 : RUN make cmd/core-data/core-data 23:15:54 ---> ec8ce14be2ca 23:15:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:15:54 ---> Running in 012d3bba1cc7 23:15:54 ---> Running in 46f9e7927128 23:15:54 ---> Running in a44a255825ba 23:15:54 ---> Running in 381fd2f372a1 23:15:54 ---> Running in 4781795b1621 23:15:54 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:55 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:15:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:15:55 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:15:55 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:17:47 Removing intermediate container 012d3bba1cc7 23:17:47 ---> 964c8cd2e722 23:17:47 23:17:47 Step 10/31 : FROM alpine:3.12 23:17:47 3.12: Pulling from library/alpine 23:17:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 23:17:47 Status: Downloaded newer image for alpine:3.12 23:17:47 ---> d10569e2745f 23:17:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:17:47 ---> Running in ae6d8ec586d5 23:17:47 Removing intermediate container ae6d8ec586d5 23:17:47 ---> 84e21b02e1c9 23:17:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:17:47 ---> Running in 5affaee4461b 23:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:47 (1/2) Installing dumb-init (1.2.2-r1) 23:17:47 (2/2) Installing su-exec (0.2-r1) 23:17:47 Executing busybox-1.31.1-r19.trigger 23:17:47 OK: 5 MiB in 16 packages 23:17:48 Removing intermediate container 5affaee4461b 23:17:48 ---> 557deef3f909 23:17:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:17:49 ---> Running in 6aad2f769d8d 23:17:50 Removing intermediate container 6aad2f769d8d 23:17:50 ---> 86b1e55dfee0 23:17:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:17:50 ---> Running in be93a843544a 23:17:51 Removing intermediate container be93a843544a 23:17:51 ---> edfefdd3923b 23:17:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:17:51 ---> Running in a6ac533a8a3f 23:17:58 Removing intermediate container 46f9e7927128 23:17:58 ---> f2663c23562e 23:17:58 23:17:58 Step 10/22 : FROM alpine:3.12 23:17:58 ---> d10569e2745f 23:17:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initRemoving intermediate container a6ac533a8a3f 23:17:58 23:17:58 ---> d0e42e003c15 23:17:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:17:58 ---> Running in 2b17c7caea44 23:17:58 ---> Running in 40998b99a196 23:17:58 Removing intermediate container a44a255825ba 23:17:58 ---> 72b6ac439580 23:17:58 23:17:58 Step 10/22 : FROM alpine:3.12 23:17:58 ---> d10569e2745f 23:17:58 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:17:59 Removing intermediate container 40998b99a196 23:17:59 ---> 17828ec2e46d 23:17:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:17:59 ---> Running in 37584a41e8b3 23:18:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:01 ---> 84c6b68cbaa8 23:18:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:18:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:01 (1/2) Installing ca-certificates (20191127-r4) 23:18:01 ---> Running in c6ae332de225 23:18:01 (2/2) Installing dumb-init (1.2.2-r1) 23:18:01 Executing busybox-1.31.1-r19.trigger 23:18:01 Executing ca-certificates-20191127-r4.trigger 23:18:01 OK: 6 MiB in 16 packages 23:18:01 (1/1) Installing dumb-init (1.2.2-r1) 23:18:01 Executing busybox-1.31.1-r19.trigger 23:18:02 OK: 5 MiB in 15 packages 23:18:04 Removing intermediate container 37584a41e8b3 23:18:04 ---> 424801696296 23:18:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:18:05 ---> Running in ae7cf186c6de 23:18:05 Removing intermediate container 2b17c7caea44 23:18:05 ---> ab8e1b1f8a33 23:18:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:18:05 Removing intermediate container 4781795b1621 23:18:05 ---> 8aeae6b7a1a2 23:18:05 23:18:05 Step 10/23 : FROM alpine:3.12 23:18:05 ---> d10569e2745f 23:18:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:18:05 ---> Using cache 23:18:05 ---> 424801696296 23:18:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:18:06 ---> Running in 3068496770b7 23:18:06 Removing intermediate container ae7cf186c6de 23:18:06 ---> Running in 25acc37748fa 23:18:06 ---> fdb800748b48 23:18:06 Step 13/22 : ENV APP_PORT=48085 23:18:06 Removing intermediate container c6ae332de225 23:18:06 ---> 08f6a8aa0597 23:18:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:06 ---> Running in b24f73d0cf82 23:18:06 Removing intermediate container 3068496770b7 23:18:06 ---> cf440170ef30 23:18:06 Step 13/22 : ENV APP_PORT=48060 23:18:07 Removing intermediate container 25acc37748fa 23:18:07 ---> 56e8054091f6 23:18:07 Step 13/23 : ENV APP_PORT=48081 23:18:07 ---> Running in f1fe7824dee8 23:18:07 ---> Running in 025fee3de329 23:18:07 Removing intermediate container b24f73d0cf82 23:18:07 ---> 9f1c2b334e36 23:18:07 Step 14/22 : EXPOSE $APP_PORT 23:18:07 ---> f12b5fa641ef 23:18:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:18:07 ---> Running in c32f82ce19cd 23:18:07 Removing intermediate container f1fe7824dee8 23:18:07 ---> 11b66e053799 23:18:07 Step 14/22 : EXPOSE $APP_PORT 23:18:07 Removing intermediate container 025fee3de329 23:18:07 ---> 44755d427607 23:18:07 Step 14/23 : EXPOSE $APP_PORT 23:18:08 ---> Running in 1d98521d18a1 23:18:08 ---> Running in 500da1e2ca71 23:18:08 Removing intermediate container c32f82ce19cd 23:18:08 ---> 416fc5f175ea 23:18:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:09 Removing intermediate container 1d98521d18a1 23:18:09 ---> 6f1f8c4d5220 23:18:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:09 Removing intermediate container 500da1e2ca71 23:18:09 ---> 629e5ab5e83c 23:18:09 Step 15/23 : WORKDIR / 23:18:09 ---> 1f588c7e1648 23:18:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:18:09 ---> Running in a1fe8fd61b7b 23:18:09 ---> ac62a6113cc8 23:18:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:18:10 ---> 09c623d1d42c 23:18:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:18:10 Removing intermediate container a1fe8fd61b7b 23:18:10 ---> 184eaeefd7c8 23:18:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:11 ---> a5aeeb97b133 23:18:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:18:12 ---> dc69bf12609f 23:18:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:18:12 ---> f3a6703c7d01 23:18:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:18:12 ---> eda2d09cca65 23:18:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:18:14 ---> 75c9a5d4a2a3 23:18:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:18:14 ---> c9765ac5a229 23:18:14 ---> 9b1e2fbaaabb 23:18:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:18:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:18:14 ---> Running in 349d0f4d6b88 23:18:14 ---> d8d86457f911 23:18:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:18:15 ---> Running in 5cee0f5134a8 23:18:15 ---> 13db5cf61108 23:18:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:18:15 Removing intermediate container 381fd2f372a1 23:18:15 ---> 2668cb6bd34c 23:18:15 23:18:15 Step 10/23 : FROM alpine:3.12 23:18:15 ---> d10569e2745f 23:18:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:18:15 ---> Running in 74bc6ae89763 23:18:15 Removing intermediate container 349d0f4d6b88 23:18:15 ---> 4703d16390ab 23:18:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:15 ---> Running in 9844647b00fb 23:18:15 Removing intermediate container 5cee0f5134a8 23:18:15 ---> 37e517495486 23:18:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:18:15 ---> 20fe4f6a30d1 23:18:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:18:15 ---> Running in cc225c0bc090 23:18:16 ---> Running in 202d9b0f0630 23:18:16 Removing intermediate container 74bc6ae89763 23:18:16 ---> e0ca6ae1c02d 23:18:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:16 Removing intermediate container 9844647b00fb 23:18:16 ---> 2e2c86883c3c 23:18:16 Step 12/23 : ENV APP_PORT=48080 23:18:16 ---> Running in a09ca647b0e7 23:18:16 Removing intermediate container cc225c0bc090 23:18:16 ---> 50f048356ec7 23:18:16 Step 20/22 : LABEL arch=arm64 23:18:16 ---> Running in b819af02c3c3 23:18:16 ---> Running in 9279b54bfb45 23:18:17 Removing intermediate container 202d9b0f0630 23:18:17 ---> 177df0030147 23:18:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:17 ---> 979186ceccf9 23:18:17 Step 26/31 : RUN chmod +x /entrypoint.sh 23:18:17 ---> Running in 7cd43ab6aa42 23:18:17 Removing intermediate container a09ca647b0e7 23:18:17 ---> 187186bd340f 23:18:17 Step 20/22 : LABEL arch=arm64 23:18:17 ---> Running in fae522d55225 23:18:17 Removing intermediate container b819af02c3c3 23:18:17 ---> 61a59ff0e5b0 23:18:17 Step 13/23 : EXPOSE $APP_PORT 23:18:17 Removing intermediate container 9279b54bfb45 23:18:17 ---> ca6526ea55ce 23:18:17 Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:18:17 ---> Running in 7fc4427401d0 23:18:17 ---> Running in b27f5bb2d7cc 23:18:17 ---> Running in 2fde1f79e3b0 23:18:18 Removing intermediate container 7cd43ab6aa42 23:18:18 ---> 9e120bc4e5a9 23:18:18 Step 21/23 : LABEL arch=arm64 23:18:18 ---> Running in 6b4b56e43b7f 23:18:18 Removing intermediate container 7fc4427401d0 23:18:18 ---> f310611b91e8 23:18:18 Step 21/22 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:18:18 ---> Running in 8d9a64d13ab4 23:18:18 Removing intermediate container 2fde1f79e3b0 23:18:18 ---> f3c4340c489c 23:18:18 Step 22/22 : LABEL version=0.0.0 23:18:18 Removing intermediate container b27f5bb2d7cc 23:18:18 ---> 37e525848ba4 23:18:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:18:18 ---> Running in c8b4ba0395a1 23:18:18 ---> Running in a686f3d0f0c8 23:18:18 Removing intermediate container 6b4b56e43b7f 23:18:18 ---> a1c2cc7c4a30 23:18:18 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:18:19 Removing intermediate container 8d9a64d13ab4 23:18:19 ---> 88dc2e5a666a 23:18:19 Step 22/22 : LABEL version=0.0.0 23:18:19 ---> Running in 3715a45ced67 23:18:19 ---> Running in 3adc4f4123c6 23:18:19 Removing intermediate container a686f3d0f0c8 23:18:19 ---> 4ef19a5b0666 23:18:19 23:18:20 Removing intermediate container 3715a45ced67 23:18:20 ---> 18aa774aef38 23:18:20 Step 23/23 : LABEL version=0.0.0 23:18:20 Removing intermediate container 3adc4f4123c6 23:18:20 ---> 3965a8ad7188 23:18:20 23:18:20 Successfully built 4ef19a5b0666 23:18:20 Successfully tagged docker-support-scheduler-go-arm64:latest 23:18:20  Building docker-support-scheduler-go ... done  ---> Running in d72cddcda821 23:18:20 Building docker-security-secretstore-setup-go 23:18:20 Removing intermediate container fae522d55225 23:18:20 ---> 5051a97b5fa8 23:18:20 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:18:20 Successfully built 3965a8ad7188 23:18:21 ---> Running in f2f04e645cd6 23:18:21 Successfully tagged docker-support-notifications-go-arm64:latest 23:18:21  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 23:18:21 Removing intermediate container d72cddcda821 23:18:21 ---> 9c02f335fa48 23:18:21 23:18:21 Successfully built 9c02f335fa48 23:18:21 Successfully tagged docker-core-metadata-go-arm64:latest 23:18:21 Building docker-sys-mgmt-agent-go 23:18:21 Removing intermediate container f2f04e645cd6 23:18:21  Building docker-core-metadata-go ... done  ---> b6ae8e6ee968 23:18:21 Step 28/31 : CMD ["gate"] 23:18:22 ---> Running in 9daf8d7a288d 23:18:22 Removing intermediate container c8b4ba0395a1 23:18:22 ---> 92732e0f6f3c 23:18:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:18:22 ---> Running in 7ff192df9ab6 23:18:22 Removing intermediate container 9daf8d7a288d 23:18:22 ---> b74cd8dfaa93 23:18:22 Step 29/31 : LABEL arch=arm64 23:18:23 ---> Running in f4399dc6af3a 23:18:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:18:23 Removing intermediate container f4399dc6af3a 23:18:23 ---> 12bb653a83a0 23:18:23 Step 30/31 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:18:24 ---> Running in b98fe3ae822c 23:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:18:25 Removing intermediate container b98fe3ae822c 23:18:25 ---> 5947d3acc5c5 23:18:25 Step 31/31 : LABEL version=0.0.0 23:18:25 (1/6) Installing dumb-init (1.2.2-r1) 23:18:25 (2/6) Installing libgcc (9.3.0-r2) 23:18:25 (3/6) Installing libsodium (1.0.18-r0) 23:18:26 (4/6) Installing libstdc++ (9.3.0-r2) 23:18:26 ---> Running in 3146fa01fea8 23:18:26 (5/6) Installing libzmq (4.3.3-r0) 23:18:26 (6/6) Installing zeromq (4.3.3-r0) 23:18:26 Executing busybox-1.31.1-r19.trigger 23:18:26 OK: 8 MiB in 20 packages 23:18:27 Removing intermediate container 3146fa01fea8 23:18:27 ---> 7daf5c866463 23:18:27 23:18:28 Successfully built 7daf5c866463 23:18:28 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:18:28  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 23:18:29 Removing intermediate container 7ff192df9ab6 23:18:29 ---> d733681aaa32 23:18:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:18:30 ---> b735dbe2cc4d 23:18:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:18:32 ---> f564d7238d0f 23:18:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:18:33 ---> b9efa9e104a1 23:18:33 Step 19/23 : ENTRYPOINT ["/core-data"] 23:18:34 ---> Running in 0499f5eb1d38 23:18:35 Removing intermediate container 0499f5eb1d38 23:18:35 ---> 422ebba0acad 23:18:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:18:36 ---> Running in 51a85ebc38c4 23:18:37 Removing intermediate container 51a85ebc38c4 23:18:37 ---> 7aa144184c38 23:18:37 Step 21/23 : LABEL arch=arm64 23:18:37 ---> Running in ed8de8b8aeb1 23:18:38 Removing intermediate container ed8de8b8aeb1 23:18:38 ---> 40e7827fcc9e 23:18:38 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:18:38 ---> Running in f90d1114d526 23:18:39 Removing intermediate container f90d1114d526 23:18:39 ---> ffd355871ddd 23:18:39 Step 23/23 : LABEL version=0.0.0 23:18:39 ---> Running in 748080cc2374 23:18:39 Removing intermediate container 748080cc2374 23:18:39 ---> e00a7efca14a 23:18:39 23:18:40 Successfully built e00a7efca14a 23:18:40 Successfully tagged docker-core-data-go-arm64:latest 23:19:19  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:19:19 ---> cf385e0213d9 23:19:19 Step 3/21 : WORKDIR /edgex-go 23:19:19 ---> Using cache 23:19:19 ---> 8502bb31c748 23:19:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:19 ---> Using cache 23:19:19 ---> 85b3d49e2d5e 23:19:19 Step 5/21 : RUN apk add --update --no-cache make git 23:19:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:19:19 ---> cf385e0213d9 23:19:19 Step 3/24 : WORKDIR /edgex-go 23:19:19 ---> Using cache 23:19:19 ---> 8502bb31c748 23:19:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:19 ---> Using cache 23:19:19 ---> 85b3d49e2d5e 23:19:19 Step 5/24 : RUN apk add --update --no-cache make git 23:19:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:19:19 ---> cf385e0213d9 23:19:19 Step 3/26 : WORKDIR /edgex-go 23:19:19 ---> Using cache 23:19:19 ---> 8502bb31c748 23:19:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:19 ---> Using cache 23:19:19 ---> 85b3d49e2d5e 23:19:19 Step 5/26 : RUN apk add --update --no-cache make bash git 23:19:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:19:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:19:19 ---> cf385e0213d9 23:19:19 Step 3/23 : WORKDIR /edgex-go 23:19:19 ---> Using cache 23:19:19 ---> 8502bb31c748 23:19:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:19 ---> Using cache 23:19:19 ---> 85b3d49e2d5e 23:19:19 Step 5/23 : RUN apk add --update --no-cache make git 23:19:21 ---> Running in eb724d44af05 23:19:21 ---> Running in e2130a1aead3 23:19:21 ---> Running in 1e740a727324 23:19:21 ---> Running in ee2f4594b620 23:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:24 OK: 217 MiB in 51 packages 23:19:24 OK: 217 MiB in 51 packages 23:19:25 OK: 217 MiB in 51 packages 23:19:25 OK: 217 MiB in 51 packages 23:19:26 Removing intermediate container ee2f4594b620 23:19:26 ---> bedf223c14a5 23:19:26 Step 6/23 : COPY go.mod . 23:19:26 Removing intermediate container e2130a1aead3 23:19:26 ---> 2af37a5a74d5 23:19:26 Step 6/26 : COPY go.mod . 23:19:26 Removing intermediate container 1e740a727324 23:19:26 ---> f073b38096ed 23:19:26 Step 6/21 : COPY go.mod . 23:19:26 Removing intermediate container eb724d44af05 23:19:26 ---> afa7869f4f42 23:19:26 Step 6/24 : COPY go.mod . 23:19:27 ---> 6f258d86c928 23:19:27 Step 7/23 : RUN go mod download 23:19:27 ---> ecd1f26dd5f9 23:19:27 Step 7/26 : RUN go mod download 23:19:27 ---> Running in 2da76e65341e 23:19:27 ---> Running in acbe599b6bbe 23:19:28 ---> 61a4dd0052c5 23:19:28 Step 7/21 : RUN go mod download 23:19:28 ---> 696e2016eec8 23:19:28 Step 7/24 : RUN go mod download 23:19:28 ---> Running in eaad8aa7fef5 23:19:28 ---> Running in 1885e6fea99a 23:19:31 Removing intermediate container 2da76e65341e 23:19:31 ---> 1a1a8d02d5e6 23:19:31 Step 8/23 : COPY . . 23:19:31 Removing intermediate container acbe599b6bbe 23:19:31 ---> 123795935eb7 23:19:31 Step 8/26 : COPY . . 23:19:31 Removing intermediate container 1885e6fea99a 23:19:31 ---> 65bb606f7675 23:19:31 Step 8/24 : COPY . . 23:19:32 Removing intermediate container eaad8aa7fef5 23:19:32 ---> ce7f3babbfed 23:19:32 Step 8/21 : COPY . . 23:19:58 ---> db6cbd1fa167 23:19:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:19:58 ---> 861a89cfcb78 23:19:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:19:58 ---> fa16b92b93a0 23:19:58 Step 9/23 : RUN make cmd/core-command/core-command 23:19:58 ---> 1d795f6cd22c 23:19:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:19:58 ---> Running in 69cd63477877 23:19:58 ---> Running in 7ef4035d673b 23:19:58 ---> Running in 671f45cd225f 23:19:58 ---> Running in a9e3ee222da8 23:19:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:19:58 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:58 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:58 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:21:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:21:06 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:21:19 Removing intermediate container 7ef4035d673b 23:21:19 ---> 28a5ec8e7d38 23:21:19 23:21:19 Step 10/21 : FROM alpine:3.12 23:21:19 ---> d10569e2745f 23:21:19 Step 11/21 : RUN apk add --update --no-cache curl 23:21:19 Removing intermediate container 671f45cd225f 23:21:19 ---> cf700df08aef 23:21:19 23:21:19 Step 10/24 : FROM alpine:3.12 23:21:19 ---> d10569e2745f 23:21:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 23:21:19 Removing intermediate container a9e3ee222da8 23:21:19 ---> 81bc474736c0 23:21:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:21:19 ---> Running in 43cf34abe33a 23:21:19 ---> Running in 27d3c7e6311e 23:21:19 ---> Running in 78bbf1e22411 23:21:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:21:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:22 (1/5) Installing ca-certificates (20191127-r4) 23:21:22 (1/4) Installing ca-certificates (20191127-r4) 23:21:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 23:21:22 (3/5) Installing libcurl (7.69.1-r3) 23:21:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:21:22 (4/5) Installing curl (7.69.1-r3) 23:21:22 (3/4) Installing libcurl (7.69.1-r3) 23:21:22 (5/5) Installing dumb-init (1.2.2-r1) 23:21:22 Executing busybox-1.31.1-r19.trigger 23:21:22 (4/4) Installing curl (7.69.1-r3) 23:21:22 Executing busybox-1.31.1-r19.trigger 23:21:22 Executing ca-certificates-20191127-r4.trigger 23:21:22 Executing ca-certificates-20191127-r4.trigger 23:21:22 OK: 7 MiB in 19 packages 23:21:22 OK: 7 MiB in 18 packages 23:21:23 Removing intermediate container 69cd63477877 23:21:23 ---> aa6538e6641b 23:21:23 23:21:23 Step 10/23 : FROM alpine:3.12 23:21:23 ---> d10569e2745f 23:21:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:21:23 ---> Using cache 23:21:23 ---> 424801696296 23:21:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:21:23 ---> Using cache 23:21:23 ---> 56e8054091f6 23:21:23 Step 13/23 : ENV APP_PORT=48082 23:21:23 ---> Running in 11098c00f8cc 23:21:24 Removing intermediate container 11098c00f8cc 23:21:24 ---> a23ba1deb131 23:21:24 Step 14/23 : EXPOSE $APP_PORT 23:21:24 Removing intermediate container 27d3c7e6311e 23:21:24 ---> 998609fd6cfd 23:21:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:21:24 Removing intermediate container 43cf34abe33a 23:21:24 ---> 3e8f56ad9e13 23:21:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:21:24 ---> Running in 251b429de15b 23:21:24 ---> Running in f7c36419935d 23:21:25 ---> Running in 2245c9fbbb48 23:21:25 Removing intermediate container 251b429de15b 23:21:25 ---> b279df6949c5 23:21:25 Step 15/23 : WORKDIR / 23:21:25 Removing intermediate container f7c36419935d 23:21:25 ---> bfb2dcd9edd1 23:21:25 Step 13/24 : WORKDIR / 23:21:25 Removing intermediate container 2245c9fbbb48 23:21:25 ---> 4fa7d93f6078 23:21:25 Step 13/21 : WORKDIR /edgex 23:21:25 Removing intermediate container 78bbf1e22411 23:21:25 ---> de32d421c791 23:21:25 23:21:25 Step 11/26 : FROM docker:20.10.0 23:21:25 ---> Running in 174d8897a7bd 23:21:25 20.10.0: Pulling from library/docker 23:21:26 ---> Running in e886f48bc6bc 23:21:26 ---> Running in 143661e04e40 23:21:26 Removing intermediate container 143661e04e40 23:21:26 ---> dd3396070b25 23:21:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:21:26 Removing intermediate container 174d8897a7bd 23:21:26 ---> bc7683a59448 23:21:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:21:26 Removing intermediate container e886f48bc6bc 23:21:26 ---> 31620a5dd75c 23:21:26 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:21:28 ---> 9bf2908f1be7 23:21:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:21:28 ---> 09e50673c6b5 23:21:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:21:28 ---> ab2d4fa8ed94 23:21:28 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:21:31 ---> 399dc2160aaa 23:21:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:21:31 ---> c775aa98a72c 23:21:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:21:31 ---> 00c03d7a86a0 23:21:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:21:32 ---> cd71134e78d3 23:21:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:21:34 ---> cccdff97f1d3 23:21:34 Step 19/23 : ENTRYPOINT ["/core-command"] 23:21:34 ---> f85904000dc1 23:21:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:21:34 ---> Running in aaf8179b3f6a 23:21:34 ---> b7e637dee3e0 23:21:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:21:34 ---> Running in 2b20785b7317 23:21:35 Removing intermediate container aaf8179b3f6a 23:21:35 ---> d4f607f0fc38 23:21:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:35 Removing intermediate container 2b20785b7317 23:21:35 ---> 5b348ebd868f 23:21:35 Step 18/21 : CMD ["--init=true"] 23:21:36 ---> Running in a0c76f6b8fca 23:21:36 ---> Running in 2522b60c1576 23:21:36 ---> d07306aca4cf 23:21:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:21:36 Removing intermediate container a0c76f6b8fca 23:21:36 ---> 9d70feaad10e 23:21:36 Step 21/23 : LABEL arch=arm64 23:21:37 ---> Running in ebd2bd67f330 23:21:37 Removing intermediate container 2522b60c1576 23:21:37 ---> 43f010aceb22 23:21:37 Step 19/21 : LABEL arch=arm64 23:21:37 ---> Running in 2cabb87ae7f0 23:21:37 ---> bc971ab697ed 23:21: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:21:37 ---> Running in e5891eb7991c 23:21:37 Removing intermediate container ebd2bd67f330 23:21:37 ---> b0970047a492 23:21:37 Step 22/23 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:21:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:21:37 ---> Running in ce18db3c8c7b 23:21:37 Status: Downloaded newer image for docker:20.10.0 23:21:37 Removing intermediate container 2cabb87ae7f0 23:21:37 ---> eeaf43b92773 23:21:37 Step 12/26 : RUN apk add --no-cache bash 23:21:37 ---> 84cc5b6074a7 23:21:37 Step 20/21 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:21:38 ---> Running in 493337dee7d4 23:21:38 ---> Running in 84dee2fdc185 23:21:38 Removing intermediate container ce18db3c8c7b 23:21:38 ---> 4cd387ce6979 23:21:38 Step 23/23 : LABEL version=0.0.0 23:21:38 ---> Running in 8d993c3d2cfa 23:21:39 Removing intermediate container 84dee2fdc185 23:21:39 ---> b7129dde11d3 23:21:39 Step 21/21 : LABEL version=0.0.0 23:21:39 ---> Running in 026871a4b48a 23:21:39 Removing intermediate container 8d993c3d2cfa 23:21:39 ---> f8f3972795e9 23:21:39 23:21:39 Removing intermediate container 026871a4b48a 23:21:39 ---> b09ace35074b 23:21:39 23:21:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:39 Successfully built f8f3972795e9 23:21:40 Successfully tagged docker-core-command-go-arm64:latest 23:21:40  Building docker-core-command-go ... done Successfully built b09ace35074b 23:21:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:21:40  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 23:21:40 (2/2) Installing bash (5.0.17-r0) 23:21:40 Executing bash-5.0.17-r0.post-install 23:21:40 Removing intermediate container e5891eb7991c 23:21:40 ---> 84e5dcf39843 23:21:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:21:40 Executing busybox-1.31.1-r19.trigger 23:21:40 OK: 12 MiB in 22 packages 23:21:40 ---> Running in c3ae15a29b32 23:21:41 Removing intermediate container c3ae15a29b32 23:21:41 ---> 2f7fda55ec67 23:21:41 Step 22/24 : LABEL arch=arm64 23:21:41 ---> Running in a8fec6cc28d7 23:21:41 Removing intermediate container 493337dee7d4 23:21:41 ---> 6b36e7f93359 23:21:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:21:41 Removing intermediate container a8fec6cc28d7 23:21:41 ---> a589ab5fba5f 23:21:41 Step 23/24 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:21:42 ---> Running in 29a698fd23ce 23:21:42 ---> Running in f201f584058b 23:21:42 Removing intermediate container 29a698fd23ce 23:21:42 ---> 4d2431e0bce8 23:21:42 Step 14/26 : ENV APP_PORT=48090 23:21:42 Removing intermediate container f201f584058b 23:21:42 ---> b85251292b47 23:21:42 Step 24/24 : LABEL version=0.0.0 23:21:42 ---> Running in 8e811f4a41aa 23:21:42 ---> Running in bf00382c2ca8 23:21:43 Removing intermediate container 8e811f4a41aa 23:21:43 ---> f95024f9c755 23:21:43 Step 15/26 : EXPOSE $APP_PORT 23:21:43 Removing intermediate container bf00382c2ca8 23:21:43 ---> 9393c3adefa2 23:21:43 23:21:43 ---> Running in a66c91402da5 23:21:43 Successfully built 9393c3adefa2 23:21:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:21:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container a66c91402da5 23:21:44 ---> 3c24132f46b1 23:21:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:21:45 ---> 5726e075133a 23:21:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:21:46 ---> 860ce4f889ae 23:21:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:21:47 ---> f0525414dd84 23:21:47 Step 19/26 : RUN apk --no-cache add py3-pip 23:21:47 ---> Running in bbb6f5381228 23:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:48 (1/33) Installing libbz2 (1.0.8-r1) 23:21:48 (2/33) Installing expat (2.2.9-r1) 23:21:48 (3/33) Installing libffi (3.3-r2) 23:21:48 (4/33) Installing gdbm (1.13-r1) 23:21:48 (5/33) Installing xz-libs (5.2.5-r0) 23:21:48 (6/33) Installing sqlite-libs (3.32.1-r0) 23:21:48 (7/33) Installing python3 (3.8.8-r0) 23:21:50 (8/33) Installing py3-appdirs (1.4.4-r1) 23:21:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:21:50 (10/33) Installing py3-parsing (2.4.7-r0) 23:21:50 (11/33) Installing py3-six (1.15.0-r0) 23:21:50 (12/33) Installing py3-packaging (20.4-r0) 23:21:50 (13/33) Installing py3-setuptools (47.0.0-r0) 23:21:50 (14/33) Installing py3-chardet (3.0.4-r4) 23:21:50 (15/33) Installing py3-idna (2.9-r0) 23:21:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:21:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:21:50 (18/33) Installing py3-requests (2.23.0-r0) 23:21:50 (19/33) Installing py3-msgpack (1.0.0-r0) 23:21:50 (20/33) Installing py3-lockfile (0.12.2-r3) 23:21:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:21:50 (22/33) Installing py3-colorama (0.4.3-r0) 23:21:50 (23/33) Installing py3-distlib (0.3.0-r0) 23:21:50 (24/33) Installing py3-distro (1.5.0-r1) 23:21:50 (25/33) Installing py3-webencodings (0.5.1-r3) 23:21:50 (26/33) Installing py3-html5lib (1.0.1-r4) 23:21:51 (27/33) Installing py3-pytoml (0.1.21-r0) 23:21:51 (28/33) Installing py3-pep517 (0.8.2-r0) 23:21:51 (29/33) Installing py3-progress (1.5-r0) 23:21:51 (30/33) Installing py3-toml (0.10.1-r0) 23:21:51 (31/33) Installing py3-retrying (1.3.3-r0) 23:21:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:21:51 (33/33) Installing py3-pip (20.1.1-r0) 23:21:51 Executing busybox-1.31.1-r19.trigger 23:21:51 OK: 71 MiB in 55 packages 23:21:57 Removing intermediate container bbb6f5381228 23:21:57 ---> 864f68919b3d 23:21:57 Step 20/26 : RUN pip install docker-compose==1.23.2 23:21:57 ---> Running in 70b611829b9a 23:22:03 Collecting docker-compose==1.23.2 23:22:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:22:03 Collecting PyYAML<4,>=3.10 23:22:03 Downloading PyYAML-3.13.tar.gz (270 kB) 23:22:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:22:06 Collecting jsonschema<3,>=2.5.1 23:22:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:22:07 Collecting texttable<0.10,>=0.9.0 23:22:07 Downloading texttable-0.9.1.tar.gz (11 kB) 23:22:09 Collecting docopt<0.7,>=0.6.1 23:22:09 Downloading docopt-0.6.2.tar.gz (25 kB) 23:22:11 Collecting websocket-client<1.0,>=0.32.0 23:22:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:22:11 Collecting cached-property<2,>=1.2.0 23:22:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:22:12 Collecting docker<4.0,>=3.6.0 23:22:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:22:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:22:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:22:13 Collecting dockerpty<0.5,>=0.4.1 23:22:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:22:15 Collecting docker-pycreds>=0.4.0 23:22:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:22:15 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:22:15 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:22:15 Collecting idna<2.8,>=2.5 23:22:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:22:16 Collecting urllib3<1.25,>=1.21.1 23:22:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:22:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:22:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:22:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:22:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:22:17 Installing collected packages: PyYAML, jsonschema, texttable, docopt, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, dockerpty, docker-compose 23:22:17 Running setup.py install for PyYAML: started 23:22:19 Running setup.py install for PyYAML: finished with status 'done' 23:22:19 Running setup.py install for texttable: started 23:22:21 Running setup.py install for texttable: finished with status 'done' 23:22:21 Running setup.py install for docopt: started 23:22:23 Running setup.py install for docopt: finished with status 'done' 23:22:23 Attempting uninstall: idna 23:22:23 Found existing installation: idna 2.9 23:22:23 Uninstalling idna-2.9: 23:22:23 Successfully uninstalled idna-2.9 23:22:24 Attempting uninstall: urllib3 23:22:24 Found existing installation: urllib3 1.25.9 23:22:24 Uninstalling urllib3-1.25.9: 23:22:24 Successfully uninstalled urllib3-1.25.9 23:22:25 Attempting uninstall: requests 23:22:25 Found existing installation: requests 2.23.0 23:22:25 Uninstalling requests-2.23.0: 23:22:25 Successfully uninstalled requests-2.23.0 23:22:26 Running setup.py install for dockerpty: started 23:22:28 Running setup.py install for dockerpty: finished with status 'done' 23:22:29 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:32 Removing intermediate container 70b611829b9a 23:22:32 ---> 51af741e5786 23:22:32 Step 21/26 : RUN apk --no-cache add curl 23:22:32 ---> Running in e7420d20617c 23:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:22:34 (2/3) Installing libcurl (7.69.1-r3) 23:22:34 (3/3) Installing curl (7.69.1-r3) 23:22:34 Executing busybox-1.31.1-r19.trigger 23:22:34 OK: 72 MiB in 58 packages 23:22:35 Removing intermediate container e7420d20617c 23:22:35 ---> 00574cbb7268 23:22:35 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:22:35 ---> Running in 6d421a933412 23:22:36 Removing intermediate container 6d421a933412 23:22:36 ---> b507a472994c 23:22:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:22:36 ---> Running in 6535ede5c8d7 23:22:37 Removing intermediate container 6535ede5c8d7 23:22:37 ---> e7413af6d65d 23:22:37 Step 24/26 : LABEL arch=arm64 23:22:37 ---> Running in d089e2e94fd4 23:22:37 Removing intermediate container d089e2e94fd4 23:22:37 ---> c4023588994e 23:22:37 Step 25/26 : LABEL git_sha=38578564605a9cf0cacd04b8f8f753691b7dc710 23:22:37 ---> Running in ba909a23ce9e 23:22:37 Removing intermediate container ba909a23ce9e 23:22:37 ---> f66649473f0a 23:22:37 Step 26/26 : LABEL version=0.0.0 23:22:38 ---> Running in 31be98e7ebbc 23:22:38 Removing intermediate container 31be98e7ebbc 23:22:38 ---> 4a23a434ff8f 23:22:38 23:22:39 Successfully built 4a23a434ff8f 23:22:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:22:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:22:39 $ docker stop --time=1 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 23:22:41 $ docker rm -f 600c52338aff31b0149b67b4514c79132256aa7332001488f444f5c6690ef247 [Pipeline] // withDockerContainer [Pipeline] sh 23:22:42 + docker images 23:22:42 + grep docker 23:22:42 docker-sys-mgmt-agent-go-arm64 latest 4a23a434ff8f 4 seconds ago 300MB 23:22:42 docker-security-secretstore-setup-go-arm64 latest 9393c3adefa2 59 seconds ago 23.7MB 23:22:42 docker-core-command-go-arm64 latest f8f3972795e9 About a minute ago 16.2MB 23:22:42 docker-security-proxy-setup-go-arm64 latest b09ace35074b About a minute ago 23.4MB 23:22:42 docker-core-data-go-arm64 latest e00a7efca14a 4 minutes ago 21.3MB 23:22:42 docker-security-bootstrapper-go-arm64 latest 7daf5c866463 4 minutes ago 17.8MB 23:22:42 docker-support-notifications-go-arm64 latest 3965a8ad7188 4 minutes ago 16.9MB 23:22:42 docker-core-metadata-go-arm64 latest 9c02f335fa48 4 minutes ago 17.9MB 23:22:42 docker-support-scheduler-go-arm64 latest 4ef19a5b0666 4 minutes ago 16.3MB 23:22:42 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:43 ---> job-cost.sh 23:22:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ji6z 23:23:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:24:59 lf-activate-venv(): INFO: Adding /tmp/venv-Ji6z/bin to PATH 23:24:59 INFO: No Stack... 23:24:59 INFO: Retrieving Pricing Info for: lf-standard-4 23:24:59 INFO: Archiving Costs [Pipeline] sh 23:24:59 + cat /w/workspace/edgex-go/3/archives/cost.csv 23:24:59 + cut -d, -f6 [Pipeline] lock 23:24:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] 23:24:59 Resource [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] did not exist. Created. 23:24:59 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:25:00 + echo total: 0.20999999344348907 [Pipeline] stash 23:25:00 Stashed 1 file(s) [Pipeline] } 23:25:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3274-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:25:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:25:03 ---> package-listing.sh 23:25:03 ++ facter osfamily 23:25:03 ++ tr '[:upper:]' '[:lower:]' 23:25:03 + OS_FAMILY=redhat 23:25:03 + workspace=/w/workspace/edgex-go/3 23:25:03 + START_PACKAGES=/tmp/packages_start.txt 23:25:03 + END_PACKAGES=/tmp/packages_end.txt 23:25:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:25:03 + PACKAGES=/tmp/packages_start.txt 23:25:03 + '[' /w/workspace/edgex-go/3 ']' 23:25:03 + PACKAGES=/tmp/packages_end.txt 23:25:03 + case "${OS_FAMILY}" in 23:25:03 + rpm -qa 23:25:03 + sort 23:25:09 + '[' -f /tmp/packages_start.txt ']' 23:25:09 + '[' -f /tmp/packages_end.txt ']' 23:25:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:25:09 + '[' /w/workspace/edgex-go/3 ']' 23:25:09 + mkdir -p /w/workspace/edgex-go/3/archives/ 23:25:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 23:25:09 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:25:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:09 23:25:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:25:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:10 alpine: Pulling from edgex-lftools-log-publisher 23:25:10 df20fa9351a1: Pulling fs layer 23:25:10 36b3adc4ff6f: Pulling fs layer 23:25:10 8ad3a11d3b57: Pulling fs layer 23:25:10 46f8f816bc3b: Pulling fs layer 23:25:10 93b61091891f: Pulling fs layer 23:25:10 93b9cdb0e59b: Pulling fs layer 23:25:10 5e14af77c1be: Pulling fs layer 23:25:10 01666e4c0597: Pulling fs layer 23:25:10 aa168da1d23b: Pulling fs layer 23:25:10 93b9cdb0e59b: Waiting 23:25:10 01666e4c0597: Waiting 23:25:10 5e14af77c1be: Waiting 23:25:10 46f8f816bc3b: Waiting 23:25:10 aa168da1d23b: Waiting 23:25:10 93b61091891f: Waiting 23:25:10 36b3adc4ff6f: Verifying Checksum 23:25:10 36b3adc4ff6f: Download complete 23:25:10 46f8f816bc3b: Verifying Checksum 23:25:10 46f8f816bc3b: Download complete 23:25:10 df20fa9351a1: Verifying Checksum 23:25:10 df20fa9351a1: Download complete 23:25:10 93b9cdb0e59b: Verifying Checksum 23:25:10 93b9cdb0e59b: Download complete 23:25:10 93b61091891f: Verifying Checksum 23:25:10 93b61091891f: Download complete 23:25:10 5e14af77c1be: Download complete 23:25:10 01666e4c0597: Verifying Checksum 23:25:10 01666e4c0597: Download complete 23:25:10 8ad3a11d3b57: Verifying Checksum 23:25:10 8ad3a11d3b57: Download complete 23:25:10 df20fa9351a1: Pull complete 23:25:11 36b3adc4ff6f: Pull complete 23:25:13 aa168da1d23b: Verifying Checksum 23:25:13 aa168da1d23b: Download complete 23:25:13 8ad3a11d3b57: Pull complete 23:25:13 46f8f816bc3b: Pull complete 23:25:14 93b61091891f: Pull complete 23:25:14 93b9cdb0e59b: Pull complete 23:25:14 5e14af77c1be: Pull complete 23:25:15 01666e4c0597: Pull complete 23:25:25 aa168da1d23b: Pull complete 23:25:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:25:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:25:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:25:25 prd-centos7-docker-4c-2g-30380 does not seem to be running inside a container 23:25:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:25:29 $ docker top e64b7cc7b842b253026d9bd273da1223b878f4f24d8a94cb0e372833034b7e50 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:30 + touch /tmp/pre-build-complete [Pipeline] sh 23:25:30 + mkdir -p /var/log/sa [Pipeline] sh 23:25:30 + ls /var/log/sa-host 23:25:30 + sadf -c /var/log/sa-host/sa18 23:25:30 file_magic: OK 23:25:30 HZ: Using current value: 100 23:25:30 file_header: OK 23:25:30 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:30 Statistics: 23:25:30 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:30 File successfully converted to sysstat format version 12.2.1 23:25:30 + sadf -c /var/log/sa-host/sa23 23:25:30 file_magic: OK 23:25:30 HZ: Using current value: 100 23:25:30 file_header: OK 23:25:30 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:30 Statistics: 23:25:30 Hnuu...uuuununununu... 23:25:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:25:31 provisioning config files... 23:25:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6373908967300850950tmp [Pipeline] { [Pipeline] echo 23:25:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:25:31 ---> create-netrc.sh [Pipeline] } 23:25:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:25:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:25:31 ---> python-tools-install.sh [Pipeline] echo 23:25:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:25:32 ---> sudo-logs.sh 23:25:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:25:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:25:32 ---> job-cost.sh 23:25:32 lf-activate-venv: SKIPPING 23:25:32 DEBUG: total: 0.20999999344348907 23:25:32 INFO: Retrieving Stack Cost... 23:25:33 INFO: Retrieving Pricing Info for: v1-standard-2 23:25:33 INFO: Archiving Costs [Pipeline] echo 23:25:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:25:34 ---> logs-deploy.sh 23:25:34 lf-activate-venv: SKIPPING 23:25:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3274/3 23:25:34 INFO: archiving workspace using pattern(s): 23:25:35 Archives upload complete. 23:25:35 INFO: archiving logs to Nexus