Pull request #3327 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 455f88eb7f104c981a27c2f244562def9f736fdb rather than 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Obtained Jenkinsfile from 455f88eb7f104c981a27c2f244562def9f736fdb Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32221 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [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 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Merge succeeded, producing 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 Checking out Revision 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 (PR-3327) > 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/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 Commit message: "feat(notifications): Check Subscription with empty categories,labels" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:48:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:48:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:48:58 ========================================================= 07:48:58 EdgeX Global Pipelines Version Info 07:48:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 25277cd8c6bd2d9a2061aac31ed7a79406ca2f30 # timeout=10 07:48:59 ------------------- 07:48:59 stable info: 07:48:59 ------------------- 07:48:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:48:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 07:48:59 Message: update stable to v1.0.186 07:49:00 ------------------- 07:49:00 experimental info: 07:49:00 ------------------- 07:49:00 Commited By: **** collab-it+edgex@linuxfoundation.org 07:49:00 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 07:49:00 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:49:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:49:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3327 [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3327 [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3327 [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b131ed [Pipeline] echo 07:49:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:49:03 provisioning config files... 07:49:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3727446779192657970tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:49:04 ---> docker-login.sh 07:49:04 nexus3.edgexfoundry.org:10001 07:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:04 Configure a credential helper to remove this warning. See 07:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:04 07:49:04 Login Succeeded 07:49:04 nexus3.edgexfoundry.org:10002 07:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:04 Configure a credential helper to remove this warning. See 07:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:04 07:49:04 Login Succeeded 07:49:04 nexus3.edgexfoundry.org:10003 07:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:04 Configure a credential helper to remove this warning. See 07:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:04 07:49:04 Login Succeeded 07:49:04 nexus3.edgexfoundry.org:10004 07:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:05 Configure a credential helper to remove this warning. See 07:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:05 07:49:05 Login Succeeded 07:49:05 docker.io 07:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:49:05 Configure a credential helper to remove this warning. See 07:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:49:05 07:49:05 Login Succeeded 07:49:05 ---> docker-login.sh ends [Pipeline] } 07:49:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/core-command/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo core-command,cmd/core-command/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/core-data/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo core-data,cmd/core-data/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/core-metadata/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo core-metadata,cmd/core-metadata/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/security-bootstrapper/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/security-proxy-setup/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/support-notifications/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo support-notifications,cmd/support-notifications/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ cut -d/ -f2 07:49:05 ++ dirname cmd/support-scheduler/Dockerfile 07:49:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:49:05 + for file in '`ls cmd/**/Dockerfile`' 07:49:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:49:05 ++ cut -d/ -f2 07:49:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:49:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 07:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:06 07:49:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:49:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:07 latest: Pulling from edgex-devops/git-semver 07:49:07 31603596830f: Pulling fs layer 07:49:07 2a8b12db71e7: Pulling fs layer 07:49:07 6ca5941a6612: Pulling fs layer 07:49:07 ecc8261a40a4: Pulling fs layer 07:49:07 ecc8261a40a4: Waiting 07:49:07 2a8b12db71e7: Verifying Checksum 07:49:07 2a8b12db71e7: Download complete 07:49:07 31603596830f: Verifying Checksum 07:49:07 31603596830f: Download complete 07:49:07 6ca5941a6612: Verifying Checksum 07:49:07 6ca5941a6612: Download complete 07:49:07 ecc8261a40a4: Verifying Checksum 07:49:07 ecc8261a40a4: Download complete 07:49:07 31603596830f: Pull complete 07:49:08 2a8b12db71e7: Pull complete 07:49:08 6ca5941a6612: Pull complete 07:49:08 ecc8261a40a4: Pull complete 07:49:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:49:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:49:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:49:08 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 07:49: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:49:11 $ docker top 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:49:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:11 [ssh-agent] Looking for ssh-agent implementation... 07:49:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:11 $ docker exec 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent 07:49:12 SSH_AUTH_SOCK=/tmp/ssh-hX5yxSe6qmE5/agent.12 07:49:12 SSH_AGENT_PID=17 07:49:12 Running ssh-add (command line suppressed) 07:49:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6194567092208931383.key (/w/workspace/edgex-go/3@tmp/private_key_6194567092208931383.key) 07:49:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:12 + git tag --points-at HEAD [Pipeline] } 07:49:12 $ docker exec --env ******** --env ******** 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent -k 07:49:12 unset SSH_AUTH_SOCK; 07:49:12 unset SSH_AGENT_PID; 07:49:12 echo Agent pid 17 killed; 07:49:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:49:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:49:12 [ssh-agent] Looking for ssh-agent implementation... 07:49:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:49:13 $ docker exec 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent 07:49:13 SSH_AUTH_SOCK=/tmp/ssh-2FYMW6BwWII2/agent.45 07:49:13 SSH_AGENT_PID=50 07:49:13 Running ssh-add (command line suppressed) 07:49:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5965098106284903296.key (/w/workspace/edgex-go/3@tmp/private_key_5965098106284903296.key) 07:49:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:49:13 + git semver init 07:49:13 # -> Open(): unable to determine branch for HEAD 07:49:13 # $GIT_DIR = /w/workspace/edgex-go/3/.git 07:49:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 07:49:13 # $SEMVER_REMOTE_NAME = origin 07:49:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:49:13 # $SEMVER_USER_NAME = edgex-jenkins 07:49:13 # $SEMVER_BRANCH = PR-3327 07:49:13 # $SEMVER_TEMP = /tmp/semver-180801181 07:49:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:49:35 # '/tmp/semver-180801181' -> '/w/workspace/edgex-go/3/.semver' 07:49:35 # -> Force: false 07:49:35 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 07:49:35 $ docker exec --env ******** --env ******** 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c ssh-agent -k 07:49:35 unset SSH_AUTH_SOCK; 07:49:35 unset SSH_AGENT_PID; 07:49:35 echo Agent pid 50 killed; 07:49:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:49:36 + git semver [Pipeline] } 07:49:36 $ docker stop --time=1 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c 07:49:38 $ docker rm -f 912025a1f9e612d98de8b92f44fc0eb1576e9b94c6f20214e6200b73e6589c6c [Pipeline] // withDockerContainer [Pipeline] sh 07:49:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:49:39 Stashed 1 file(s) [Pipeline] echo 07:49: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 07:49:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:49:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:49:40 + sudo service docker restart 07:49:40 + true 07:49:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:49:41 ========================================================= 07:49:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:49:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:49:41 + 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 . 07:49:44 Sending build context to Docker daemon 329MB 07:49:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:49:44 Step 2/6 : FROM ${BASE} 07:49:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:49:44 188c0c94c7c5: Pulling fs layer 07:49:44 0ef7d3d256c8: Pulling fs layer 07:49:44 de9db76c5a1d: Pulling fs layer 07:49:44 bca2f99d35d6: Pulling fs layer 07:49:44 93359f2a8cfa: Pulling fs layer 07:49:44 7c6f9722023f: Pulling fs layer 07:49:44 a35cf1a2eb13: Pulling fs layer 07:49:44 93359f2a8cfa: Waiting 07:49:44 7c6f9722023f: Waiting 07:49:44 a35cf1a2eb13: Waiting 07:49:44 bca2f99d35d6: Waiting 07:49:44 de9db76c5a1d: Verifying Checksum 07:49:44 de9db76c5a1d: Download complete 07:49:44 0ef7d3d256c8: Verifying Checksum 07:49:44 0ef7d3d256c8: Download complete 07:49:44 93359f2a8cfa: Download complete 07:49:44 188c0c94c7c5: Verifying Checksum 07:49:44 188c0c94c7c5: Download complete 07:49:44 7c6f9722023f: Download complete 07:49:45 188c0c94c7c5: Pull complete 07:49:45 0ef7d3d256c8: Pull complete 07:49:45 de9db76c5a1d: Pull complete 07:49:46 a35cf1a2eb13: Verifying Checksum 07:49:46 a35cf1a2eb13: Download complete 07:49:47 bca2f99d35d6: Verifying Checksum 07:49:47 bca2f99d35d6: Download complete 07:49:52 bca2f99d35d6: Pull complete 07:49:52 93359f2a8cfa: Pull complete 07:49:52 7c6f9722023f: Pull complete 07:49:54 Still waiting to schedule task 07:49:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:49:59 a35cf1a2eb13: Pull complete 07:49:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:49:59 ---> a62c8e92a672 07:49: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 07:49:59 ---> Running in 8a4c72712136 07:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:50:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:50:00 (1/12) Installing libmagic (5.38-r0) 07:50:00 (2/12) Installing file (5.38-r0) 07:50:00 (3/12) Installing libc-dev (0.7.2-r3) 07:50:00 (4/12) Installing g++ (9.3.0-r2) 07:50:04 (5/12) Installing fortify-headers (1.1-r0) 07:50:04 (6/12) Installing patch (2.7.6-r6) 07:50:04 (7/12) Installing build-base (0.5-r2) 07:50:04 (8/12) Installing libsodium (1.0.18-r0) 07:50:04 (9/12) Installing pkgconf (1.7.2-r0) 07:50:04 (10/12) Installing libsodium-dev (1.0.18-r0) 07:50:04 (11/12) Installing libzmq (4.3.3-r0) 07:50:04 (12/12) Installing zeromq-dev (4.3.3-r0) 07:50:04 Executing busybox-1.31.1-r19.trigger 07:50:04 OK: 233 MiB in 51 packages 07:50:08 Removing intermediate container 8a4c72712136 07:50:08 ---> 6eb87b196508 07:50:08 Step 4/6 : WORKDIR /edgex-go 07:50:08 ---> Running in 2fa92029e44c 07:50:08 Removing intermediate container 2fa92029e44c 07:50:08 ---> 7e757919b116 07:50:08 Step 5/6 : COPY go.mod . 07:50:08 ---> 6fcba3605476 07:50:08 Step 6/6 : RUN go mod download 07:50:08 ---> Running in 1bb006002dda 07:50:30 Removing intermediate container 1bb006002dda 07:50:30 ---> 6a19080884ac 07:50:30 Successfully built 6a19080884ac 07:50:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:50:30 + docker inspect -f . ci-base-image-x86_64 07:50:30 . [Pipeline] withDockerContainer 07:50:31 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 07:50:31 $ 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-x86_64 cat 07:50:32 $ docker top 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 -eo pid,comm [Pipeline] { [Pipeline] sh 07:50:32 + go version 07:50:32 go version go1.15.5 linux/amd64 [Pipeline] } 07:50:32 $ docker stop --time=1 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 07:50:34 $ docker rm -f 3b6e07e1cc44cc71200970f3cabf0aded8eb8664518be7f0305da84188d7a928 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:50:34 + docker inspect -f . ci-base-image-x86_64 07:50:34 . [Pipeline] withDockerContainer 07:50:35 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 07:50: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-x86_64 cat 07:50:35 $ docker top d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 -eo pid,comm [Pipeline] { [Pipeline] echo 07:50:35 ========================================================= 07:50:35 [edgeXBuildGoParallel] Running Tests and Build... 07:50:35 ========================================================= [Pipeline] sh 07:50:36 + make test 07:50:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:50:44 ? github.com/edgexfoundry/edgex-go [no test files] 07:50:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:51:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:51:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:51:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:51:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:51:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:51:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:51:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:51:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 45.9% of statements 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:51:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.075s coverage: 19.8% of statements 07:51:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:51:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.070s coverage: 78.9% of statements 07:51:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.378s coverage: 92.8% of statements 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 1.0% of statements 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:51:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.054s coverage: 96.3% of statements 07:51:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 07:51:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 07:51:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.045s coverage: 44.8% of statements 07:51:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.196s coverage: 82.6% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.089s coverage: 92.9% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 77.8% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 64.4% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.305s coverage: 69.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.035s coverage: 100.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.059s coverage: 11.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.131s coverage: 87.1% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.704s coverage: 29.1% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.082s coverage: 95.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:51:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 07:51:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 07:51:46 GO111MODULE=on go vet ./... 07:51:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32223 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws 07:51:49 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:51:55 using credential edgex-jenkins-ssh 07:51:55 Cloning the remote Git repository 07:51:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:51:55 > git init /w/workspace/edgex-go/3 # timeout=10 07:51:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:51:55 > git --version # timeout=10 07:51:55 > git --version # 'git version 2.17.1' 07:51:55 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:11 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:52:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:52:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:52:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:52:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:52:10 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:52:11 > git config core.sparsecheckout # timeout=10 07:52:11 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 07:52:12 > git remote # timeout=10 07:52:12 Merge succeeded, producing 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:52:12 Checking out Revision 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 (PR-3327) 07:52:13 gofmt -l . 07:52:13 [ "`gofmt -l .`" = "" ] 07:52:13 ./bin/test-go-mod-tidy.sh 07:52:13 ./bin/test-attribution-txt.sh [Pipeline] sh 07:52:13 + ls -al . 07:52:13 total 792 07:52:13 drwxrwxr-x 10 1001 1001 4096 Mar 31 07:52 . 07:52:13 drwxr-xr-x 4 root root 28 Mar 31 07:50 .. 07:52:13 -rw-rw-r-- 1 1001 1001 11 Mar 31 07:48 .dockerignore 07:52:13 drwxrwxr-x 8 1001 1001 179 Mar 31 07:48 .git 07:52:13 drwxrwxr-x 3 1001 1001 125 Mar 31 07:48 .github 07:52:13 -rw-rw-r-- 1 1001 1001 818 Mar 31 07:48 .gitignore 07:52:13 drwx------ 3 1001 1001 60 Mar 31 07:49 .semver 07:52:13 -rw-rw-r-- 1 1001 1001 166 Mar 31 07:48 .sonarcloud.properties 07:52:13 -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:48 Attribution.txt 07:52:13 -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:48 CONTRIBUTING.md 07:52:13 -rw-rw-r-- 1 1001 1001 931 Mar 31 07:48 Dockerfile.build 07:52:13 -rw-rw-r-- 1 1001 1001 863 Mar 31 07:48 Jenkinsfile 07:52:13 -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:48 LICENSE 07:52:13 -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:48 Makefile 07:52:13 -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:48 README.md 07:52:13 -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:48 SECURITY.md 07:52:13 -rw-rw-r-- 1 1001 1001 5 Mar 31 07:49 VERSION 07:52:13 -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:48 ZMQWindows.md 07:52:13 drwxrwxr-x 2 1001 1001 117 Mar 31 07:48 bin 07:52:13 drwxrwxr-x 14 1001 1001 4096 Mar 31 07:48 cmd 07:52:13 -rw-r--r-- 1 root root 680272 Mar 31 07:51 coverage.out 07:52:13 -rw-r--r-- 1 root root 1056 Mar 31 07:52 go.mod 07:52:13 -rw-r--r-- 1 root root 22302 Mar 31 07:52 go.sum 07:52:13 drwxrwxr-x 8 1001 1001 127 Mar 31 07:48 internal 07:52:13 drwxrwxr-x 4 1001 1001 26 Mar 31 07:48 openapi 07:52:13 drwxrwxr-x 4 1001 1001 71 Mar 31 07:48 snap 07:52:13 -rw-rw-r-- 1 1001 1001 168 Mar 31 07:48 version.go [Pipeline] sh 07:52:13 + '[' -e coverage.out ] 07:52:13 + chown 1001:1001 coverage.out [Pipeline] stash 07:52:13 Stashed 1 file(s) [Pipeline] sh 07:52:14 + make build 07:52:14 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 07:52:12 > git config --get remote.origin.url # timeout=10 07:52:12 using GIT_SSH to set credentials SSH Credentials for GitHub 07:52:12 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 07:52:12 > git rev-parse HEAD^{commit} # timeout=10 07:52:12 > git config core.sparsecheckout # timeout=10 07:52:12 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 07:52:17 Commit message: "feat(notifications): Check Subscription with empty categories,labels" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:52:18 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 07:52:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:52:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:52:19 + sudo service docker restart 07:52:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:52:21 provisioning config files... 07:52:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4873417798314308158tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:52:21 ---> docker-login.sh 07:52:21 nexus3.edgexfoundry.org:10001 07:52:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:52:23 Configure a credential helper to remove this warning. See 07:52:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:52:23 07:52:23 Login Succeeded 07:52:23 nexus3.edgexfoundry.org:10002 07:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:52:23 Configure a credential helper to remove this warning. See 07:52:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:52:23 07:52:23 Login Succeeded 07:52:23 nexus3.edgexfoundry.org:10003 07:52:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:52:24 Configure a credential helper to remove this warning. See 07:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:52:24 07:52:24 Login Succeeded 07:52:24 nexus3.edgexfoundry.org:10004 07:52:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:52:24 Configure a credential helper to remove this warning. See 07:52:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:52:24 07:52:24 Login Succeeded 07:52:24 docker.io 07:52:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:52:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:52:25 Configure a credential helper to remove this warning. See 07:52:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:52:25 07:52:25 Login Succeeded 07:52:25 ---> docker-login.sh ends [Pipeline] } 07:52:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:52:26 ========================================================= 07:52:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:52:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:52:26 + 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 . 07:52:26 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 07:52:26 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 07:52:28 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 07:52:28 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 07:52:29 Sending build context to Docker daemon 167.1MB 07:52:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:52:29 Step 2/6 : FROM ${BASE} 07:52:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:52:29 5f621e34cdf4: Pulling fs layer 07:52:29 a4357932f1b6: Pulling fs layer 07:52:29 18c013af1878: Pulling fs layer 07:52:29 00ac8860ef70: Pulling fs layer 07:52:29 63d7cb157983: Pulling fs layer 07:52:29 b116817d02f9: Pulling fs layer 07:52:29 00ac8860ef70: Waiting 07:52:29 63d7cb157983: Waiting 07:52:29 745a02a5169b: Pulling fs layer 07:52:29 b116817d02f9: Waiting 07:52:29 745a02a5169b: Waiting 07:52:29 18c013af1878: Verifying Checksum 07:52:29 18c013af1878: Download complete 07:52:29 a4357932f1b6: Verifying Checksum 07:52:29 a4357932f1b6: Download complete 07:52:29 63d7cb157983: Download complete 07:52:29 5f621e34cdf4: Verifying Checksum 07:52:29 5f621e34cdf4: Download complete 07:52:29 b116817d02f9: Verifying Checksum 07:52:29 b116817d02f9: Download complete 07:52:29 5f621e34cdf4: Pull complete 07:52:30 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 07:52:30 a4357932f1b6: Pull complete 07:52:30 18c013af1878: Pull complete 07:52:31 745a02a5169b: Verifying Checksum 07:52:31 745a02a5169b: Download complete 07:52:31 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 07:52:32 00ac8860ef70: Verifying Checksum 07:52:32 00ac8860ef70: Download complete 07:52:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:52:34 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 07:52:34 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 07:52: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 [Pipeline] } 07:52:37 $ docker stop --time=1 d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 07:52:39 $ docker rm -f d2013b14c43ac68414f837509553ef26a19ec95ad0736e20f4560fd6f6e1eda8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:41 07:52:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:52:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:41 latest: Pulling from edgex-devops/edgex-compose 07:52:41 cbdbe7a5bc2a: Pulling fs layer 07:52:41 ca9280d653b3: Pulling fs layer 07:52:41 7e9c9ca2126c: Pulling fs layer 07:52:41 cbdbe7a5bc2a: Download complete 07:52:42 cbdbe7a5bc2a: Pull complete 07:52:42 ca9280d653b3: Verifying Checksum 07:52:42 ca9280d653b3: Download complete 07:52:42 00ac8860ef70: Pull complete 07:52:42 63d7cb157983: Pull complete 07:52:43 7e9c9ca2126c: Download complete 07:52:43 ca9280d653b3: Pull complete 07:52:43 b116817d02f9: Pull complete 07:52:46 745a02a5169b: Pull complete 07:52:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:52:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:52:46 ---> b7e6874047d6 07:52:46 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 07:52:48 7e9c9ca2126c: Pull complete 07:52:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:52:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:52:48 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 07:52:48 $ 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:latest cat 07:52:50 ---> Running in 5ac8d81bc966 07:52:51 $ docker top 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 -eo pid,comm 07:52:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] sh 07:52:52 + docker-compose+ build --helpgrep 07:52:52 parallel 07:52:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:52:52 (1/12) Installing libmagic (5.38-r0) 07:52:52 --parallel Build images in parallel. [Pipeline] } 07:52:52 $ docker stop --time=1 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 07:52:53 (2/12) Installing file (5.38-r0) 07:52:53 (3/12) Installing libc-dev (0.7.2-r3) 07:52:53 (4/12) Installing g++ (9.3.0-r2) 07:52:54 $ docker rm -f 51579ece75dd6d27c7684132ca89ee48a55221ad7096bec9a233e1ccc41ad8b7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:52:54 . [Pipeline] withDockerContainer 07:52:55 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 07:52:55 $ 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:latest cat 07:52:55 $ docker top d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:56 + docker-compose -f ./docker-compose-build.yml build --parallel 07:52:57 Building docker-core-command-go ... 07:52:57 Building docker-core-data-go ... 07:52:57 Building docker-core-metadata-go ... 07:52:57 Building docker-security-bootstrapper-go ... 07:52:57 Building docker-security-proxy-setup-go ... 07:52:57 Building docker-security-secretstore-setup-go ... 07:52:57 Building docker-support-notifications-go ... 07:52:57 Building docker-support-scheduler-go ... 07:52:57 Building docker-sys-mgmt-agent-go ... 07:52:57 Building docker-core-command-go 07:52:57 Building docker-security-bootstrapper-go 07:52:57 Building docker-core-metadata-go 07:52:57 Building docker-support-notifications-go 07:52:57 Building docker-support-scheduler-go 07:52:58 (5/12) Installing fortify-headers (1.1-r0) 07:52:58 (6/12) Installing patch (2.7.6-r6) 07:52:58 (7/12) Installing build-base (0.5-r2) 07:52:58 (8/12) Installing libsodium (1.0.18-r0) 07:52:58 (9/12) Installing pkgconf (1.7.2-r0) 07:52:58 (10/12) Installing libsodium-dev (1.0.18-r0) 07:52:58 (11/12) Installing libzmq (4.3.3-r0) 07:52:58 (12/12) Installing zeromq-dev (4.3.3-r0) 07:52:59 Executing busybox-1.31.1-r19.trigger 07:52:59 OK: 217 MiB in 51 packages 07:53:03 Removing intermediate container 5ac8d81bc966 07:53:03 ---> 167b75a750e1 07:53:03 Step 4/6 : WORKDIR /edgex-go 07:53:03 ---> Running in f138bd6d1901 07:53:03 Removing intermediate container f138bd6d1901 07:53:03 ---> 10490c1f0402 07:53:03 Step 5/6 : COPY go.mod . 07:53:04 ---> 01640e0e8e8b 07:53:04 Step 6/6 : RUN go mod download 07:53:04 ---> Running in a9e6e35780e8 07:53:29 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:29 Step 2/31 : FROM ${BUILDER_BASE} AS builder 07:53:29 ---> 6a19080884ac 07:53:29 Step 3/31 : WORKDIR /edgex-go 07:53:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:29 ---> 6a19080884ac 07:53:29 Step 3/22 : WORKDIR /edgex-go 07:53:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:53:29 ---> 6a19080884ac 07:53:29 Step 3/23 : WORKDIR /edgex-go 07:53:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:53:29 ---> 6a19080884ac 07:53:29 Step 3/23 : WORKDIR /edgex-go 07:53:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:53:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:53:29 ---> 6a19080884ac 07:53:29 Step 3/22 : WORKDIR /edgex-go 07:53:29 ---> Running in c37bbe7d185a 07:53:29 ---> Running in 98ac04bcd5d2 07:53:29 ---> Running in 0682275fc855 07:53:29 ---> Running in 2851a3ef9297 07:53:29 ---> Running in d786645accac 07:53:29 Removing intermediate container 0682275fc855 07:53:29 ---> 5697817c3705 07:53:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:29 Removing intermediate container d786645accac 07:53:29 ---> 63ff379a4e9d 07:53:29 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:29 Removing intermediate container 2851a3ef9297 07:53:29 ---> de020f62c1c0 07:53:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:29 Removing intermediate container 98ac04bcd5d2 07:53:29 ---> a46eaa01ce59 07:53:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:29 Removing intermediate container c37bbe7d185a 07:53:29 ---> ed3f234e5625 07:53:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:29 ---> Running in 5f40c2f6170b 07:53:29 ---> Running in 037f06024b43 07:53:29 ---> Running in ad7710b41d68 07:53:29 ---> Running in bc843141e568 07:53:29 ---> Running in 135e627e4003 07:53:29 Removing intermediate container 5f40c2f6170b 07:53:29 ---> 11fb46ef205f 07:53:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:53:29 Removing intermediate container 037f06024b43 07:53:29 ---> 88698db9f405 07:53:29 Step 5/23 : RUN apk add --update --no-cache make git 07:53:29 ---> Running in fa7400778806 07:53:29 ---> Running in 9f9e31e50c3b 07:53:29 Removing intermediate container ad7710b41d68 07:53:29 ---> 166873fb2f27 07:53:29 Step 5/31 : RUN apk add --update --no-cache make git 07:53:29 ---> Running in 415b359ddabb 07:53:29 Removing intermediate container bc843141e568 07:53:29 ---> 75a6791c8ae1 07:53:29 Step 5/22 : RUN apk add --update --no-cache make git 07:53:29 Removing intermediate container 135e627e4003 07:53:29 ---> 90f91f2bf537 07:53:29 Step 5/23 : RUN apk add --update --no-cache make git 07:53:29 ---> Running in b53538619c81 07:53:29 ---> Running in 3a9a19a8f442 07:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:31 Removing intermediate container a9e6e35780e8 07:53:31 ---> 23c469d7fea7 07:53:31 Successfully built 23c469d7fea7 07:53:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:31 OK: 233 MiB in 51 packages 07:53:31 OK: 233 MiB in 51 packages 07:53:31 OK: 233 MiB in 51 packages 07:53:31 + docker inspect -f . ci-base-image-arm64 07:53:31 . [Pipeline] withDockerContainer 07:53:32 prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container 07:53:32 OK: 233 MiB in 51 packages 07:53:32 Removing intermediate container 9f9e31e50c3b 07:53:32 ---> 6a17e6418526 07:53:32 Step 6/23 : COPY go.mod . 07:53:32 $ 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 ******** -e ******** ci-base-image-arm64 cat 07:53:32 Removing intermediate container fa7400778806 07:53:32 ---> 3269faf5b6a0 07:53:32 Step 6/22 : COPY go.mod . 07:53:32 ---> 435a91f0b611 07:53:32 Step 7/23 : RUN go mod download 07:53:32 Removing intermediate container 415b359ddabb 07:53:32 ---> 395af5f4592c 07:53:32 Step 6/31 : COPY go.mod . 07:53:32 ---> 92a8ba173fe4 07:53:32 Step 7/22 : RUN go mod download 07:53:32 OK: 233 MiB in 51 packages 07:53:32 ---> Running in 5ebba2e6810a 07:53:32 ---> Running in e4df4e18031b 07:53:32 Removing intermediate container 3a9a19a8f442 07:53:32 ---> 8abf1b9cb3a3 07:53:32 Step 6/23 : COPY go.mod . 07:53:32 ---> 9a521101b1a3 07:53:32 Step 7/31 : RUN go mod download 07:53:33 ---> Running in 66c304c5d571 07:53:33 ---> 16db38cb599b 07:53:33 Step 7/23 : RUN go mod download 07:53:33 ---> Running in 5f6afedc2cc6 07:53:33 $ docker top 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b -eo pid,comm 07:53:34 Removing intermediate container b53538619c81 07:53:34 ---> 0e5fd6e7b9b5 07:53:34 Step 6/22 : COPY go.mod . [Pipeline] { [Pipeline] sh 07:53:34 ---> e0e919922460 07:53:34 Step 7/22 : RUN go mod download 07:53:34 ---> Running in 4416691f7c19 07:53:34 + go version 07:53:34 go version go1.15.5 linux/arm64 [Pipeline] } 07:53:34 $ docker stop --time=1 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b 07:53:35 Removing intermediate container 5ebba2e6810a 07:53:35 ---> 01ce25f7eae6 07:53:35 Step 8/23 : COPY . . 07:53:36 $ docker rm -f 83dafb3fba2e3a51e8602ef1d54d74d89f1a4c8096d75eac68dc7174d822d81b 07:53:36 Removing intermediate container e4df4e18031b 07:53:36 ---> a5ab1c9a8934 07:53:36 Step 8/22 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:53:37 + docker inspect -f . ci-base-image-arm64 07:53:37 . [Pipeline] withDockerContainer 07:53:38 prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container 07:53: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 ******** -e ******** -e ******** ci-base-image-arm64 cat 07:53:39 Removing intermediate container 66c304c5d571 07:53:39 ---> 6a78ab88f7a1 07:53:39 Step 8/31 : COPY . . 07:53:39 $ docker top 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 -eo pid,comm [Pipeline] { [Pipeline] echo 07:53:39 ========================================================= 07:53:39 [edgeXBuildGoParallel] Running Tests and Build... 07:53:39 ========================================================= [Pipeline] sh 07:53:40 Removing intermediate container 5f6afedc2cc6 07:53:40 ---> 831ab826bef8 07:53:40 Step 8/23 : COPY . . 07:53:40 + make test 07:53:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:53:42 Removing intermediate container 4416691f7c19 07:53:42 ---> 6986df0d0e36 07:53:42 Step 8/22 : COPY . . 07:54:02 ? github.com/edgexfoundry/edgex-go [no test files] 07:54:21 ---> a1ee35e32662 07:54:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 07:54:21 ---> aa1b7dde6862 07:54:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:54:21 ---> Running in 65f39e38ab9b 07:54:21 ---> Running in 4c2bf91bd8c4 07:54:21 ---> 30e1138a868a 07:54:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:54:21 ---> 9866fd049114 07:54:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:54:21 ---> 634cff693220 07:54:21 Step 9/23 : RUN make cmd/core-command/core-command 07:54:21 ---> Running in 225a3057a473 07:54:21 ---> Running in d31933bc78ef 07:54:21 ---> Running in f0c7dc91fcbc 07:54:21 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 07:54:21 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 07:54:21 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 07:54:21 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 07:54:21 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 07:54:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:54:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:55:00 Removing intermediate container 65f39e38ab9b 07:55:00 ---> fd3a96eec232 07:55:00 07:55:00 Step 10/31 : FROM alpine:3.12 07:55:00 3.12: Pulling from library/alpine 07:55:00 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 07:55:00 Status: Downloaded newer image for alpine:3.12 07:55:00 ---> 42cb162f0360 07:55:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:55:01 Removing intermediate container d31933bc78ef 07:55:01 ---> b2940711c1de 07:55:01 07:55:01 Step 10/23 : FROM alpine:3.12 07:55:01 ---> 42cb162f0360 07:55:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:55:01 Removing intermediate container f0c7dc91fcbc 07:55:01 ---> 7970d9d06535 07:55:01 07:55:01 Step 10/22 : FROM alpine:3.12 07:55:01 ---> 42cb162f0360 07:55:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:55:03 ---> Running in a59274870d96 07:55:03 ---> Running in e7263c5fb27a 07:55:03 Removing intermediate container 225a3057a473 07:55:03 ---> c10b3e59db84 07:55:03 07:55:03 Step 10/22 : FROM alpine:3.12 07:55:03 ---> 42cb162f0360 07:55:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:55:03 ---> Running in 640bd447cb80 07:55:03 ---> Running in 279e09065ca7 07:55:04 Removing intermediate container 4c2bf91bd8c4 07:55:04 ---> 4c0b28aa3056 07:55:04 07:55:04 Step 10/23 : FROM alpine:3.12 07:55:04 ---> 42cb162f0360 07:55:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:55:04 Removing intermediate container e7263c5fb27a 07:55:04 ---> 53ce444857e0 07:55:04 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 07:55:04 ---> Running in 964d69dbab7e 07:55:04 ---> Running in 6dd5a5ecad29 07:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:04 (1/1) Installing dumb-init (1.2.2-r1) 07:55:05 Executing busybox-1.31.1-r19.trigger 07:55:05 OK: 6 MiB in 15 packages 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:05 (1/1) Installing dumb-init (1.2.2-r1) 07:55:05 Executing busybox-1.31.1-r19.trigger 07:55:05 OK: 6 MiB in 15 packages 07:55:05 (1/2) Installing ca-certificates (20191127-r4) 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:05 (2/2) Installing dumb-init (1.2.2-r1) 07:55:05 Executing busybox-1.31.1-r19.trigger 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:05 (1/1) Installing dumb-init (1.2.2-r1) 07:55:05 Executing busybox-1.31.1-r19.trigger 07:55:05 OK: 6 MiB in 15 packages 07:55:05 (1/2) Installing dumb-init (1.2.2-r1) 07:55:05 (2/2) Installing su-exec (0.2-r1) 07:55:05 Executing busybox-1.31.1-r19.trigger 07:55:05 OK: 6 MiB in 16 packages 07:55:05 Executing ca-certificates-20191127-r4.trigger 07:55:05 OK: 6 MiB in 16 packages 07:55:06 Removing intermediate container a59274870d96 07:55:06 ---> 88dc044f4481 07:55:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:55:06 ---> Running in 03c48e1bc31e 07:55:06 Removing intermediate container 640bd447cb80 07:55:06 ---> dc426c00167e 07:55:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:55:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:55:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:55:06 ---> Running in 5655c88ecd53 07:55:06 Removing intermediate container 03c48e1bc31e 07:55:06 ---> 2c3ada70292a 07:55:06 Step 13/23 : ENV APP_PORT=48082 07:55:07 Removing intermediate container 964d69dbab7e 07:55:07 ---> 2429088169a5 07:55:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:55:07 Removing intermediate container 6dd5a5ecad29 07:55:07 ---> b6ae9219787c 07:55:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 07:55:07 ---> Running in d7e46cb7230a 07:55:08 ---> Running in d7849507fd15 07:55:08 Removing intermediate container 279e09065ca7 07:55:08 ---> 8ce6902ebe77 07:55:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:55:08 Removing intermediate container 5655c88ecd53 07:55:08 ---> 7558f406e864 07:55:08 Step 13/22 : ENV APP_PORT=48085 07:55:08 ---> Running in 4848fb0ebd35 07:55:09 ---> Running in e435ea99fda5 07:55:09 ---> Running in f2ac1a6844f7 07:55:09 Removing intermediate container d7849507fd15 07:55:09 ---> 5c9aad578d8e 07:55:09 Step 13/23 : ENV APP_PORT=48081 07:55:09 Removing intermediate container d7e46cb7230a 07:55:09 ---> fd7e9c2a231f 07:55:09 Step 14/23 : EXPOSE $APP_PORT 07:55:09 Removing intermediate container 4848fb0ebd35 07:55:09 ---> 348922f4f2f1 07:55:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:55:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:55:09 ---> Running in 4fcb8775f502 07:55:09 ---> Running in 259b6e472d06 07:55:09 Removing intermediate container e435ea99fda5 07:55:09 ---> 9e569126e547 07:55:09 Step 13/22 : ENV APP_PORT=48060 07:55:09 ---> Running in f28d7e139488 07:55:09 Removing intermediate container f2ac1a6844f7 07:55:09 ---> 3d38afd95056 07:55:09 Step 14/22 : EXPOSE $APP_PORT 07:55:09 ---> Running in f31a2ef96e2e 07:55:09 ---> Running in 660f3bc1ceab 07:55:09 Removing intermediate container 4fcb8775f502 07:55:09 ---> 6ca011a98fac 07:55:09 Step 15/23 : WORKDIR / 07:55:09 Removing intermediate container 259b6e472d06 07:55:09 ---> e62eb496e6bb 07:55:09 Step 14/23 : EXPOSE $APP_PORT 07:55:09 Removing intermediate container f28d7e139488 07:55:09 ---> 47e556efb330 07:55:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 07:55:09 ---> Running in 11055589a382 07:55:09 ---> Running in b9380cd91108 07:55:10 ---> Running in 04acc73dcd55 07:55:10 Removing intermediate container 660f3bc1ceab 07:55:10 ---> 864760f51044 07:55:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:10 Removing intermediate container f31a2ef96e2e 07:55:10 ---> fbb5b2d5b121 07:55:10 Step 14/22 : EXPOSE $APP_PORT 07:55:10 ---> Running in d901d236df0c 07:55:10 Removing intermediate container 11055589a382 07:55:10 ---> 3bc87c17aa76 07:55:10 Step 15/23 : WORKDIR / 07:55:10 Removing intermediate container b9380cd91108 07:55:10 ---> a9347dc159dd 07:55:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:10 ---> 9d84a5fe59a3 07:55:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:55:10 ---> Running in 010d046fef64 07:55:10 Removing intermediate container d901d236df0c 07:55:10 ---> 7e3a88eee979 07:55:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:10 ---> 6ff3d012c0b0 07:55:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:55:11 ---> 7218ab08a436 07:55:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:55:11 Removing intermediate container 010d046fef64 07:55:11 ---> d4643afeef51 07:55:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:11 ---> b9e7d4d9510a 07:55:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:55:11 ---> 204bb1d850aa 07:55:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:55:12 ---> be43a3af4830 07:55:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:55:12 ---> 14078f0d5300 07:55:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:55:12 ---> 3e5ad0f7d62e 07:55:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:55:12 Removing intermediate container 04acc73dcd55 07:55:12 ---> 370b52c70f88 07:55:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 07:55:12 ---> Running in bd503378206c 07:55:12 ---> 44bb34aea3db 07:55:12 Step 19/23 : ENTRYPOINT ["/core-command"] 07:55:12 ---> Running in 32704baf550c 07:55:12 ---> cf0700913b1c 07:55:12 ---> Running in 222bcf146a83 07:55:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:55:12 Removing intermediate container bd503378206c 07:55:12 ---> bd85373e87cc 07:55:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:12 ---> Running in 7290c7c539d5 07:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:55:12 Removing intermediate container 32704baf550c 07:55:12 ---> ff45f987e1c1 07:55:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:55:12 ---> Running in 0e5919357cbd 07:55:12 ---> 89db52b752a5 07:55:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:55:12 Removing intermediate container 222bcf146a83 07:55:12 ---> 4799e1c8de45 07:55:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:55:13 ---> Running in f07a3df0d5cf 07:55:13 Removing intermediate container 7290c7c539d5 07:55:13 ---> 601fea34c173 07:55:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:13 Removing intermediate container 0e5919357cbd 07:55:13 ---> baef6729f5fa 07:55:13 Step 20/22 : LABEL arch=x86_64 07:55:13 ---> 734dcca88606 07:55:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:55:13 ---> Running in bf6c6d504c3a 07:55:13 ---> 0c50a27d0860 07:55:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:55:13 Removing intermediate container f07a3df0d5cf 07:55:13 ---> a8b21768f68a 07:55:13 Step 21/23 : LABEL arch=x86_64 07:55:13 ---> Running in 8b2d761514ab 07:55:13 ---> Running in 35e9b9a7d2a2 07:55:13 ---> Running in 8b65163224a4 07:55:13 ---> Running in 11e697c6e425 07:55:13 Removing intermediate container bf6c6d504c3a 07:55:13 ---> eb3a2a656611 07:55:13 Step 20/22 : LABEL arch=x86_64 07:55:13 Removing intermediate container 8b2d761514ab 07:55:13 ---> a866a82a334e 07:55:13 Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:55:13 Removing intermediate container 35e9b9a7d2a2 07:55:13 ---> 6e80f9b36f09 07:55:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:55:14 ---> Running in 62a61f823c5d 07:55:14 ---> Running in d6ec7391361f 07:55:14 Removing intermediate container 8b65163224a4 07:55:14 ---> 7e6ee434c15f 07:55:14 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:55:14 ---> Running in a95cca05b7cd 07:55:14 ---> Running in 19c0bc3c10b6 07:55:14 Removing intermediate container d6ec7391361f 07:55:14 ---> 08eb4eb784ca 07:55:14 Step 22/22 : LABEL version=0.0.0 07:55:14 Removing intermediate container 62a61f823c5d 07:55:14 ---> 9b501e5730d1 07:55:14 Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:55:14 Removing intermediate container a95cca05b7cd 07:55:14 ---> c312fe30e9be 07:55:14 Step 21/23 : LABEL arch=x86_64 07:55:14 ---> Running in 19fb8c687a9b 07:55:14 Removing intermediate container 19c0bc3c10b6 07:55:14 ---> aa6a8eb48270 07:55:14 Step 23/23 : LABEL version=0.0.0 07:55:14 ---> Running in f1a9e67f2507 07:55:14 ---> Running in aa0c248b9ead 07:55:15 ---> Running in 7acb62740ef5 07:55:15 Removing intermediate container 19fb8c687a9b 07:55:15 ---> 190399aa0062 07:55:15 07:55:15 Removing intermediate container f1a9e67f2507 07:55:15 ---> 370773ee92e8 07:55:15 Step 22/22 : LABEL version=0.0.0 07:55:15 Removing intermediate container aa0c248b9ead 07:55:15 ---> 87d5a547e458 07:55:15 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:55:15 Successfully built 190399aa0062 07:55:15 Removing intermediate container 11e697c6e425 07:55:15 ---> ec03780aed8b 07:55:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 07:55:15 Successfully tagged docker-support-scheduler-go:latest 07:55:15 Building docker-sys-mgmt-agent-go 07:55:15  Building docker-support-scheduler-go ... done Removing intermediate container 7acb62740ef5 07:55:15 ---> c7a0b76e29a2 07:55:15 07:55:15 ---> Running in 56fd2eb9e3b0 07:55:15 ---> Running in c24dce70f926 07:55:15 Successfully built c7a0b76e29a2 07:55:16 Successfully tagged docker-core-command-go:latest 07:55:16 Building docker-security-secretstore-setup-go 07:55:16  Building docker-core-command-go ... done  ---> ada15c48a47f 07:55:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:55:16 Removing intermediate container c24dce70f926 07:55:16 ---> 44500a0c67ea 07:55:16 Step 23/23 : LABEL version=0.0.0 07:55:16 Removing intermediate container 56fd2eb9e3b0 07:55:16 ---> deca85ba7d1f 07:55:16 07:55:16 ---> Running in d45afa6216db 07:55:16 Successfully built deca85ba7d1f 07:55:16 Successfully tagged docker-support-notifications-go:latest 07:55:16 Building docker-core-data-go 07:55:16  Building docker-support-notifications-go ... done Removing intermediate container d45afa6216db 07:55:16 ---> 4f3ee8e80aad 07:55:16 07:55:16 Successfully built 4f3ee8e80aad 07:55:16 Successfully tagged docker-core-metadata-go:latest 07:55:16 Building docker-security-proxy-setup-go 07:55:16 ---> fdb8fb8c53d7 07:55:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ Building docker-core-metadata-go ... done  07:55:16 ---> 7b1ae759fe47 07:55:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:55:17 ---> 39757f95567e 07:55:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 07:55:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:55:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:55:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:55:21 ---> 93828abfde0d 07:55:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 07:55:22 ---> Running in fc8b770f92a3 07:55:25 Removing intermediate container fc8b770f92a3 07:55:25 ---> a4228038daa8 07:55:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.362s coverage: 45.9% of statements 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:55:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 07:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements 07:55:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.207s coverage: 100.0% of statements 07:55:28 ---> 67cfc94c7dc0 07:55:28 Step 26/31 : RUN chmod +x /entrypoint.sh 07:55:29 ---> Running in c8397126bf48 07:55:33 Removing intermediate container c8397126bf48 07:55:33 ---> 8d00210996d0 07:55:33 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 07:55:33 ---> Running in 8401dfcf00b1 07:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.572s coverage: 27.1% of statements 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.283s coverage: 100.0% of statements 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.349s coverage: 71.3% of statements 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.466s coverage: 82.9% of statements 07:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.144s coverage: 78.9% of statements 07:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:55:38 Removing intermediate container 8401dfcf00b1 07:55:38 ---> db8b1ee05f5f 07:55:38 Step 28/31 : CMD ["gate"] 07:55:41 ---> Running in 7091bf91a99e 07:55:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:55:42 ---> 6a19080884ac 07:55:42 Step 3/21 : WORKDIR /edgex-go 07:55:42 ---> Using cache 07:55:42 ---> ed3f234e5625 07:55:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:55:42 ---> 6a19080884ac 07:55:42 Step 3/26 : WORKDIR /edgex-go ---> Using cache 07:55:42 07:55:42 ---> Using cache 07:55:42 ---> ed3f234e5625 07:55:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:42 ---> 90f91f2bf537 07:55:42 ---> Using cache 07:55:42 Step 5/21 : RUN apk add --update --no-cache make git ---> 90f91f2bf537 07:55:42 07:55:42 Step 5/26 : RUN apk add --update --no-cache make bash git 07:55:42 ---> Using cache 07:55:42 ---> 8abf1b9cb3a3 07:55:42 Step 6/21 : COPY go.mod . 07:55:42 ---> Using cache 07:55:42 ---> 16db38cb599b 07:55:42 Step 7/21 : RUN go mod download 07:55:42 ---> Using cache 07:55:42 ---> 831ab826bef8 07:55:42 Step 8/21 : COPY . . 07:55:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:55:42 ---> 6a19080884ac 07:55:42 Step 3/23 : WORKDIR /edgex-go 07:55:42 ---> Using cache 07:55:42 ---> ed3f234e5625 07:55:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:42 ---> Using cache 07:55:42 ---> 90f91f2bf537 07:55:42 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:55:42 Removing intermediate container 7091bf91a99e 07:55:42 ---> 5b6161ffaf13 07:55:42 Step 29/31 : LABEL arch=x86_64 07:55:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:55:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:55:42 ---> 6a19080884ac 07:55:42 Step 3/24 : WORKDIR /edgex-go 07:55:42 ---> Using cache 07:55:42 ---> ed3f234e5625 07:55:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:42 ---> Using cache 07:55:42 ---> 90f91f2bf537 07:55:42 Step 5/24 : RUN apk add --update --no-cache make git 07:55:42 ---> Using cache 07:55:42 ---> 8abf1b9cb3a3 07:55:42 Step 6/24 : COPY go.mod . 07:55:42 ---> Using cache 07:55:42 ---> 16db38cb599b 07:55:42 Step 7/24 : RUN go mod download 07:55:42 ---> Using cache 07:55:42 ---> 831ab826bef8 07:55:42 Step 8/24 : COPY . . 07:55:42 ---> Using cache 07:55:42 ---> Using cache 07:55:42 ---> 634cff693220 07:55:42 ---> 634cff693220 07:55:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:55:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:55:45 ---> Running in 68d2badd7111 07:55:45 ---> Running in c176079b5c0f 07:55:45 ---> Running in a094ef4e69b2 07:55:45 ---> Running in cd382c5de9e0 07:55:45 ---> Running in 18353cf7a8fc 07:55:45 Removing intermediate container a094ef4e69b2 07:55:45 ---> 178741727872 07:55:45 Step 30/31 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:55:45 ---> Running in d8f9a9d09606 07:55:45 Removing intermediate container d8f9a9d09606 07:55:45 ---> 4bd5701e4295 07:55:45 Step 31/31 : LABEL version=0.0.0 07:55:45 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 07:55:46 ---> Running in 03e88ffac946 07:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:46 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 07:55:46 Removing intermediate container 03e88ffac946 07:55:46 ---> 435a3c5a46d9 07:55:46 07:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:55:46 Successfully built 435a3c5a46d9 07:55:46 Successfully tagged docker-security-bootstrapper-go:latest 07:55:46  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:55:47 OK: 233 MiB in 51 packages 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.284s coverage: 28.6% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.417s coverage: 86.7% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.426s coverage: 97.5% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:55:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:55:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:55:47 OK: 233 MiB in 51 packages 07:55:48 Removing intermediate container c176079b5c0f 07:55:48 ---> 859eef45b827 07:55:48 Step 6/23 : COPY go.mod . 07:55:48 Removing intermediate container cd382c5de9e0 07:55:48 ---> d647ab26c996 07:55:48 Step 6/26 : COPY go.mod . 07:55:48 ---> d5125d1f4b63 07:55:48 Step 7/23 : RUN go mod download 07:55:48 ---> Running in 69cb0ea228be 07:55:48 ---> 64b6d83932dc 07:55:48 Step 7/26 : RUN go mod download 07:55:49 ---> Running in 6194af20f5a4 07:55:52 Removing intermediate container 69cb0ea228be 07:55:52 ---> 86922a7c5303 07:55:52 Step 8/23 : COPY . . 07:55:52 Removing intermediate container 6194af20f5a4 07:55:52 ---> 895f8a5c6247 07:55:52 Step 8/26 : COPY . . 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.174s coverage: 92.8% of statements 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 1.0% of statements 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:55:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.186s coverage: 47.1% of statements 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.177s coverage: 79.5% of statements 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.163s coverage: 94.1% of statements 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.153s coverage: 96.3% of statements 07:55:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements 07:56:10 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 07:56: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 07:56:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.155s coverage: 94.4% of statements 07:56:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements 07:56:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.510s coverage: 82.6% of statements 07:56:17 ---> 22a76eb9dd4d 07:56:17 Step 9/23 : RUN make cmd/core-data/core-data 07:56:18 ---> 5490464a52f0 07:56:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:56:18 ---> Running in 4200fb5718d7 07:56:18 ---> Running in a6ffb5644209 07:56:18 Removing intermediate container 68d2badd7111 07:56:18 ---> 2012e5a6c6e1 07:56:18 07:56:18 Step 10/21 : FROM alpine:3.12 07:56:18 ---> 42cb162f0360 07:56:18 Step 11/21 : RUN apk add --update --no-cache curl 07:56:18 Removing intermediate container 18353cf7a8fc 07:56:18 ---> 402c002b1237 07:56:18 07:56:18 Step 10/24 : FROM alpine:3.12 07:56:18 ---> 42cb162f0360 07:56:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 07:56:19 ---> Running in eedb32717bda 07:56:19 ---> Running in 41e49a8fcf74 07:56:19 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 07:56:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:56:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:20 (1/6) Installing ca-certificates (20191127-r4) 07:56:20 (1/4) Installing ca-certificates (20191127-r4) 07:56:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:56:20 (2/6) Installing nghttp2-libs (1.41.0-r0) 07:56:20 (3/6) Installing libcurl (7.69.1-r3) 07:56:20 (3/4) Installing libcurl (7.69.1-r3) 07:56:20 (4/6) Installing curl (7.69.1-r3) 07:56:20 (4/4) Installing curl (7.69.1-r3) 07:56:20 (5/6) Installing dumb-init (1.2.2-r1) 07:56:20 Executing busybox-1.31.1-r19.trigger 07:56:20 (6/6) Installing su-exec (0.2-r1) 07:56:20 Executing busybox-1.31.1-r19.trigger 07:56:20 Executing ca-certificates-20191127-r4.trigger 07:56:20 Executing ca-certificates-20191127-r4.trigger 07:56:20 OK: 7 MiB in 18 packages 07:56:20 OK: 7 MiB in 20 packages 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.131s coverage: 80.8% of statements 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.199s coverage: 84.6% of statements 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.556s coverage: 64.4% of statements 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:56:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.180s coverage: 91.3% of statements 07:56:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 07:56:23 Removing intermediate container 41e49a8fcf74 07:56:23 ---> 6642c41be499 07:56:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:56:23 Removing intermediate container eedb32717bda 07:56:23 ---> 6edbe5ea6a31 07:56:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:56:23 ---> Running in 47842de67cd8 07:56:23 ---> Running in af5a94fd4e58 07:56:23 Removing intermediate container 47842de67cd8 07:56:23 ---> e8c889d009be 07:56:23 Step 13/21 : WORKDIR /edgex 07:56:23 ---> Running in a1017faf2c98 07:56:23 Removing intermediate container af5a94fd4e58 07:56:23 ---> 076efa6619ba 07:56:23 Step 13/24 : WORKDIR / 07:56:24 ---> Running in 295969d12cf8 07:56:24 Removing intermediate container a1017faf2c98 07:56:24 ---> bd71beebc3b7 07:56:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:56:24 Removing intermediate container 295969d12cf8 07:56:24 ---> 20125bb1f71c 07:56:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:56:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 07:56:25 ---> 53453f21188f 07:56:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:56:25 ---> 2b3079d058f0 07:56:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:56:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 07:56:26 ---> 4b7301b6fa10 07:56:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:56:26 ---> daaa3b9c6121 07:56:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:56:26 ---> d1e693280192 07:56:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:56:29 ---> 1dc9215f3a58 07:56:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:56:29 ---> a48be9e2a3aa 07:56:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:56:29 ---> Running in 9d1d04ea0600 07:56:29 Removing intermediate container 9d1d04ea0600 07:56:29 ---> 1aac28dde085 07:56:29 Step 18/21 : CMD ["--init=true"] 07:56:29 ---> 3c88307a6456 07:56:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:56:29 ---> Running in 2e7b96544900 07:56:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 69.0% of statements 07:56:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:56:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:56:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 07:56:29 Removing intermediate container 2e7b96544900 07:56:29 ---> d782e798c37f 07:56:29 Step 19/21 : LABEL arch=x86_64 07:56:30 ---> 016dbffba531 07:56:30 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/ 07:56:30 ---> Running in 3a3116316622 07:56:30 ---> Running in 3a558a8f31ed 07:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.489s coverage: 38.4% of statements 07:56:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:56:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.101s coverage: 89.5% of statements 07:56:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 07:56:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 07:56:30 Removing intermediate container 3a3116316622 07:56:30 ---> f2b395b3f381 07:56:30 Step 20/21 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:56:30 ---> Running in 0645dfb00781 07:56:32 Removing intermediate container 0645dfb00781 07:56:32 ---> 2ebe86997bb4 07:56:32 Step 21/21 : LABEL version=0.0.0 07:56:32 ---> Running in b57bcf90dda4 07:56:33 Removing intermediate container b57bcf90dda4 07:56:33 ---> 0db595d07b85 07:56:33 07:56:33 Successfully built 0db595d07b85 07:56:33 Removing intermediate container 3a558a8f31ed 07:56:33 ---> bf07737ab110 07:56:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:56:33 Successfully tagged docker-security-proxy-setup-go:latest 07:56:34  Building docker-security-proxy-setup-go ... done  ---> Running in 112879b02a4d 07:56:34 Removing intermediate container 112879b02a4d 07:56:34 ---> 4731b31b3f3a 07:56:34 Step 22/24 : LABEL arch=x86_64 07:56:34 ---> Running in ba5da917e3c2 07:56:35 Removing intermediate container ba5da917e3c2 07:56:35 ---> 4c45989dd909 07:56:35 Step 23/24 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:56:35 ---> Running in 00f6ff0b5710 07:56:35 Removing intermediate container 00f6ff0b5710 07:56:35 ---> 8319c41d2f29 07:56:35 Step 24/24 : LABEL version=0.0.0 07:56:35 ---> Running in aaae73b9e4a4 07:56:35 Removing intermediate container aaae73b9e4a4 07:56:35 ---> 72ec55dc031a 07:56:35 07:56:36 Successfully built 72ec55dc031a 07:56:36 Successfully tagged docker-security-secretstore-setup-go:latest 07:56:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container a6ffb5644209 07:56:38 ---> 01fabc75f55a 07:56:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:56:38 ---> Running in b8655d931e97 07:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.459s coverage: 47.0% of statements 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 07:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.162s coverage: 11.0% of statements 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 07:56:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.404s coverage: 87.1% of statements 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 07:56:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 07:56:40 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 07:56:42 Removing intermediate container b8655d931e97 07:56:42 ---> 8fc1ed2ef003 07:56:42 07:56:42 Step 11/26 : FROM docker:20.10.0 07:56:42 20.10.0: Pulling from library/docker 07:56:42 Removing intermediate container 4200fb5718d7 07:56:42 ---> 461d82fdb5c6 07:56:42 07:56:42 Step 10/23 : FROM alpine:3.12 07:56:42 ---> 42cb162f0360 07:56:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:56:42 ---> Running in 026af3c06ee6 07:56:43 Removing intermediate container 026af3c06ee6 07:56:43 ---> 1cd87e87db28 07:56:43 Step 12/23 : ENV APP_PORT=48080 07:56:43 ---> Running in 5eb31566b4ed 07:56:43 Removing intermediate container 5eb31566b4ed 07:56:43 ---> 88eb31b8efa9 07:56:43 Step 13/23 : EXPOSE $APP_PORT 07:56:44 ---> Running in d0138a7272ee 07:56:44 Removing intermediate container d0138a7272ee 07:56:44 ---> 5f65b75f6dd8 07:56:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:56:44 ---> Running in 6cd2f4477056 07:56:45 Removing intermediate container 6cd2f4477056 07:56:45 ---> 034271bf0734 07:56:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.356s coverage: 29.1% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.199s coverage: 100.0% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.286s coverage: 95.0% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:56:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:56:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:56:45 ---> Running in aadb40660a7c 07:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 07:56:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 32.1% of statements 07:56:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:47 (1/6) Installing dumb-init (1.2.2-r1) 07:56:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:56:47 Status: Downloaded newer image for docker:20.10.0 07:56:47 ---> aefe523efa57 07:56:47 Step 12/26 : RUN apk add --no-cache bash 07:56:47 (2/6) Installing libgcc (9.3.0-r2) 07:56:47 (3/6) Installing libsodium (1.0.18-r0) 07:56:47 (4/6) Installing libstdc++ (9.3.0-r2) 07:56:47 ---> Running in cc327dfbaa54 07:56:47 (5/6) Installing libzmq (4.3.3-r0) 07:56:47 (6/6) Installing zeromq (4.3.3-r0) 07:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:47 Executing busybox-1.31.1-r19.trigger 07:56:47 OK: 8 MiB in 20 packages 07:56:47 (1/2) Installing readline (8.0.4-r0) 07:56:48 (2/2) Installing bash (5.0.17-r0) 07:56:48 Executing bash-5.0.17-r0.post-install 07:56:48 Executing busybox-1.31.1-r19.trigger 07:56:48 OK: 12 MiB in 22 packages 07:56:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 07:56:48 Removing intermediate container aadb40660a7c 07:56:48 ---> 30f70c969300 07:56:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:56:48 Removing intermediate container cc327dfbaa54 07:56:48 ---> c6453267be25 07:56:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:56:48 ---> Running in 225fe7c58f4f 07:56:48 ---> cc0d527303b3 07:56:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:56:48 GO111MODULE=on go vet ./... 07:56:49 Removing intermediate container 225fe7c58f4f 07:56:49 ---> a233fa61cfbc 07:56:49 Step 14/26 : ENV APP_PORT=48090 07:56:49 ---> Running in 128fa2919836 07:56:49 Removing intermediate container 128fa2919836 07:56:49 ---> 7918ff26fa2b 07:56:49 Step 15/26 : EXPOSE $APP_PORT 07:56:49 ---> Running in 08d52b1a35c2 07:56:49 ---> 49246f517d88 07:56:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:56:49 Removing intermediate container 08d52b1a35c2 07:56:49 ---> a595399ecdc6 07:56:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:56:49 ---> 4ff9b9ece46c 07:56:49 Step 19/23 : ENTRYPOINT ["/core-data"] 07:56:49 ---> Running in 79293bb97bf4 07:56:49 Removing intermediate container 79293bb97bf4 07:56:49 ---> 1d44fd337648 07:56:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:56:50 ---> Running in abc079254de7 07:56:50 ---> 69f2b0c4d109 07:56:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:56:50 Removing intermediate container abc079254de7 07:56:50 ---> 59156856c08c 07:56:50 Step 21/23 : LABEL arch=x86_64 07:56:50 ---> Running in bfb779532c48 07:56:50 ---> 46a3e1ba6185 07:56:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:56:50 Removing intermediate container bfb779532c48 07:56:50 ---> 2b2e73495820 07:56:50 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:56:50 ---> Running in 0afb31488af4 07:56:50 ---> 0c47a32b6a94 07:56:50 Step 19/26 : RUN apk --no-cache add py3-pip 07:56:50 ---> Running in f04c1de73320 07:56:50 Removing intermediate container 0afb31488af4 07:56:50 ---> 65a34ccc7a95 07:56:50 Step 23/23 : LABEL version=0.0.0 07:56:50 ---> Running in 935ee7069334 07:56:51 Removing intermediate container 935ee7069334 07:56:51 ---> 1e39f780bdb4 07:56:51 07:56:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:56:51 Successfully built 1e39f780bdb4 07:56:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:56:51 Successfully tagged docker-core-data-go:latest 07:56:51  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) 07:56:51 (2/33) Installing expat (2.2.9-r1) 07:56:51 (3/33) Installing libffi (3.3-r2) 07:56:51 (4/33) Installing gdbm (1.13-r1) 07:56:51 (5/33) Installing xz-libs (5.2.5-r0) 07:56:51 (6/33) Installing sqlite-libs (3.32.1-r0) 07:56:51 (7/33) Installing python3 (3.8.8-r0) 07:56:52 (8/33) Installing py3-appdirs (1.4.4-r1) 07:56:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:56:52 (10/33) Installing py3-parsing (2.4.7-r0) 07:56:52 (11/33) Installing py3-six (1.15.0-r0) 07:56:52 (12/33) Installing py3-packaging (20.4-r0) 07:56:52 (13/33) Installing py3-setuptools (47.0.0-r0) 07:56:52 (14/33) Installing py3-chardet (3.0.4-r4) 07:56:52 (15/33) Installing py3-idna (2.9-r0) 07:56:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:56:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:56:52 (18/33) Installing py3-requests (2.23.0-r0) 07:56:52 (19/33) Installing py3-msgpack (1.0.0-r0) 07:56:52 (20/33) Installing py3-lockfile (0.12.2-r3) 07:56:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:56:53 (22/33) Installing py3-colorama (0.4.3-r0) 07:56:53 (23/33) Installing py3-distlib (0.3.0-r0) 07:56:53 (24/33) Installing py3-distro (1.5.0-r1) 07:56:53 (25/33) Installing py3-webencodings (0.5.1-r3) 07:56:53 (26/33) Installing py3-html5lib (1.0.1-r4) 07:56:53 (27/33) Installing py3-pytoml (0.1.21-r0) 07:56:53 (28/33) Installing py3-pep517 (0.8.2-r0) 07:56:53 (29/33) Installing py3-progress (1.5-r0) 07:56:53 (30/33) Installing py3-toml (0.10.1-r0) 07:56:53 (31/33) Installing py3-retrying (1.3.3-r0) 07:56:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:56:53 (33/33) Installing py3-pip (20.1.1-r0) 07:56:53 Executing busybox-1.31.1-r19.trigger 07:56:53 OK: 71 MiB in 55 packages 07:57:01 Removing intermediate container f04c1de73320 07:57:01 ---> 73f29559f021 07:57:01 Step 20/26 : RUN pip install docker-compose==1.23.2 07:57:01 ---> Running in d6ece4e04aca 07:57:02 Collecting docker-compose==1.23.2 07:57:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:57:03 Collecting docker<4.0,>=3.6.0 07:57:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:57:03 Collecting docopt<0.7,>=0.6.1 07:57:03 Downloading docopt-0.6.2.tar.gz (25 kB) 07:57:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:57:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:57:04 Collecting cached-property<2,>=1.2.0 07:57:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:57:04 Collecting websocket-client<1.0,>=0.32.0 07:57:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 07:57:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:57:04 Collecting dockerpty<0.5,>=0.4.1 07:57:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:57:04 Collecting PyYAML<4,>=3.10 07:57:04 Downloading PyYAML-3.13.tar.gz (270 kB) 07:57:05 Collecting texttable<0.10,>=0.9.0 07:57:05 Downloading texttable-0.9.1.tar.gz (11 kB) 07:57:05 Collecting jsonschema<3,>=2.5.1 07:57:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:57:06 Collecting docker-pycreds>=0.4.0 07:57:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:57:06 Collecting idna<2.8,>=2.5 07:57:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:57:06 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) 07:57:06 Collecting urllib3<1.25,>=1.21.1 07:57:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:57:06 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) 07:57:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:57:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:57:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:57:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:57:06 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, dockerpty, PyYAML, texttable, jsonschema, docker-compose 07:57:06 Attempting uninstall: idna 07:57:06 Found existing installation: idna 2.9 07:57:06 Uninstalling idna-2.9: 07:57:06 Successfully uninstalled idna-2.9 07:57:07 Attempting uninstall: urllib3 07:57:07 Found existing installation: urllib3 1.25.9 07:57:07 Uninstalling urllib3-1.25.9: 07:57:07 Successfully uninstalled urllib3-1.25.9 07:57:07 Attempting uninstall: requests 07:57:07 Found existing installation: requests 2.23.0 07:57:07 Uninstalling requests-2.23.0: 07:57:07 Successfully uninstalled requests-2.23.0 07:57:07 Running setup.py install for docopt: started 07:57:07 Running setup.py install for docopt: finished with status 'done' 07:57:08 Running setup.py install for dockerpty: started 07:57:08 Running setup.py install for dockerpty: finished with status 'done' 07:57:08 Running setup.py install for PyYAML: started 07:57:09 Running setup.py install for PyYAML: finished with status 'done' 07:57:09 Running setup.py install for texttable: started 07:57:10 Running setup.py install for texttable: finished with status 'done' 07:57:10 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 07:57:13 Removing intermediate container d6ece4e04aca 07:57:13 ---> f27eb993b24d 07:57:13 Step 21/26 : RUN apk --no-cache add curl 07:57:13 ---> Running in a493acb60c9f 07:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:57:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:57:13 (2/3) Installing libcurl (7.69.1-r3) 07:57:13 (3/3) Installing curl (7.69.1-r3) 07:57:13 Executing busybox-1.31.1-r19.trigger 07:57:13 OK: 72 MiB in 58 packages 07:57:14 Removing intermediate container a493acb60c9f 07:57:14 ---> 228c08a96a08 07:57:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:57:14 ---> Running in 4c21f2dc14c5 07:57:14 Removing intermediate container 4c21f2dc14c5 07:57:14 ---> 4780ddca2b10 07:57:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:57:14 ---> Running in 54e31d4420d6 07:57:14 Removing intermediate container 54e31d4420d6 07:57:14 ---> 46533b74ced8 07:57:14 Step 24/26 : LABEL arch=x86_64 07:57:14 ---> Running in 557fe25a8fbb 07:57:14 Removing intermediate container 557fe25a8fbb 07:57:14 ---> 87f30d77ac20 07:57:14 Step 25/26 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 07:57:14 ---> Running in 23d7700cf695 07:57:15 Removing intermediate container 23d7700cf695 07:57:15 ---> e9fdf38febaf 07:57:15 Step 26/26 : LABEL version=0.0.0 07:57:15 ---> Running in 402b856413df 07:57:15 Removing intermediate container 402b856413df 07:57:15 ---> ef85c05970b9 07:57:15 07:57:15 Successfully built ef85c05970b9 07:57:15 Successfully tagged docker-sys-mgmt-agent-go:latest 07:57:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:57:15 $ docker stop --time=1 d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 07:57:17 $ docker rm -f d755e3ade3ce2dbb1c328268ab97617b69917ef1a29b021a340e1144fce54e92 [Pipeline] // withDockerContainer [Pipeline] sh 07:57:17 + docker images 07:57:17 + grep docker 07:57:18 docker-sys-mgmt-agent-go latest ef85c05970b9 3 seconds ago 314MB 07:57:18 docker-core-data-go latest 1e39f780bdb4 28 seconds ago 22.7MB 07:57:18 docker-security-secretstore-setup-go latest 72ec55dc031a 43 seconds ago 25.7MB 07:57:18 docker-security-proxy-setup-go latest 0db595d07b85 45 seconds ago 25.4MB 07:57:18 docker-security-bootstrapper-go latest 435a3c5a46d9 About a minute ago 18.9MB 07:57:18 docker-core-metadata-go latest 4f3ee8e80aad 2 minutes ago 19MB 07:57:18 docker-support-notifications-go latest deca85ba7d1f 2 minutes ago 17.9MB 07:57:18 docker-core-command-go latest c7a0b76e29a2 2 minutes ago 17.3MB 07:57:18 docker-support-scheduler-go latest 190399aa0062 2 minutes ago 17.4MB 07:57:18 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 07:57:33 Still waiting to schedule task 07:57:33 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:58:10 gofmt -l . 07:58:10 [ "`gofmt -l .`" = "" ] 07:58:10 ./bin/test-go-mod-tidy.sh 07:58:10 ./bin/test-attribution-txt.sh [Pipeline] sh 07:58:12 + ls -al . 07:58:12 total 820 07:58:12 drwxrwxr-x 9 1001 1001 4096 Mar 31 07:58 . 07:58:12 drwxr-xr-x 4 root root 4096 Mar 31 07:53 .. 07:58:12 -rw-rw-r-- 1 1001 1001 11 Mar 31 07:52 .dockerignore 07:58:12 drwxrwxr-x 8 1001 1001 4096 Mar 31 07:52 .git 07:58:12 drwxrwxr-x 3 1001 1001 4096 Mar 31 07:52 .github 07:58:12 -rw-rw-r-- 1 1001 1001 818 Mar 31 07:52 .gitignore 07:58:12 -rw-rw-r-- 1 1001 1001 166 Mar 31 07:52 .sonarcloud.properties 07:58:12 -rw-rw-r-- 1 1001 1001 8607 Mar 31 07:52 Attribution.txt 07:58:12 -rw-rw-r-- 1 1001 1001 3804 Mar 31 07:52 CONTRIBUTING.md 07:58:12 -rw-rw-r-- 1 1001 1001 931 Mar 31 07:52 Dockerfile.build 07:58:12 -rw-rw-r-- 1 1001 1001 863 Mar 31 07:52 Jenkinsfile 07:58:12 -rw-rw-r-- 1 1001 1001 10775 Mar 31 07:52 LICENSE 07:58:12 -rw-rw-r-- 1 1001 1001 5774 Mar 31 07:52 Makefile 07:58:12 -rw-rw-r-- 1 1001 1001 6548 Mar 31 07:52 README.md 07:58:12 -rw-rw-r-- 1 1001 1001 6755 Mar 31 07:52 SECURITY.md 07:58:12 -rw-rw-r-- 1 1001 1001 5 Mar 31 07:49 VERSION 07:58:12 -rw-rw-r-- 1 1001 1001 4131 Mar 31 07:52 ZMQWindows.md 07:58:12 drwxrwxr-x 2 1001 1001 4096 Mar 31 07:52 bin 07:58:12 drwxrwxr-x 14 1001 1001 4096 Mar 31 07:52 cmd 07:58:12 -rw-r--r-- 1 root root 680272 Mar 31 07:56 coverage.out 07:58:12 -rw-r--r-- 1 root root 1056 Mar 31 07:58 go.mod 07:58:12 -rw-r--r-- 1 root root 22302 Mar 31 07:58 go.sum 07:58:12 drwxrwxr-x 8 1001 1001 4096 Mar 31 07:52 internal 07:58:12 drwxrwxr-x 4 1001 1001 4096 Mar 31 07:52 openapi 07:58:12 drwxrwxr-x 4 1001 1001 4096 Mar 31 07:52 snap 07:58:12 -rw-rw-r-- 1 1001 1001 168 Mar 31 07:52 version.go [Pipeline] sh 07:58:13 + '[' -e coverage.out ] 07:58:13 + chown 1001:1001 coverage.out [Pipeline] stash 07:58:13 Warning: overwriting stash ‘coverage-report’ 07:58:14 Stashed 1 file(s) [Pipeline] sh 07:58:15 + make build 07:58:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 07:58:25 Running on prd-ubuntu18.04-docker-8c-8g-32227 in /w/workspace/edgexfoundry_edgex-go_PR-3327 [Pipeline] { [Pipeline] ws 07:58:25 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 07:58:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 07:58:27 using credential edgex-jenkins-ssh 07:58:27 Cloning the remote Git repository 07:58:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:58:27 > git init /w/workspace/edgex-go/3 # timeout=10 07:58:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:58:27 > git --version # timeout=10 07:58:27 > git --version # 'git version 2.17.1' 07:58:27 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:35 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 [Pipeline] } 07:58:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:58:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:58:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:58:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:58:34 using GIT_SSH to set credentials SSH Credentials for GitHub 07:58:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3327/head:refs/remotes/origin/PR-3327 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:58:35 > git config core.sparsecheckout # timeout=10 07:58:35 > git checkout -f 2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:58:35 Failed in branch amd64 07:58:49 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 07:58: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 07:59:01 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 07:59:03 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 07:59:08 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 07:59:17 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 07:59:19 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 07:59:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:59:28 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 07:59:32 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] } 07:59:39 $ docker stop --time=1 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 07:59:42 $ docker rm -f 44b602b54fa703fe154b9aa755985293ba0c5e026c5d497a5a2d617b36236fd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:59:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:59:44 07:59:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:59:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:59:45 latest: Pulling from edgex-devops/edgex-compose-arm64 07:59:45 29e5d40040c1: Pulling fs layer 07:59:45 1ce36da41761: Pulling fs layer 07:59:45 25b303627fd3: Pulling fs layer 07:59:45 29e5d40040c1: Verifying Checksum 07:59:45 29e5d40040c1: Download complete 07:59:46 1ce36da41761: Verifying Checksum 07:59:46 1ce36da41761: Download complete 07:59:46 29e5d40040c1: Pull complete 07:59:47 1ce36da41761: Pull complete 07:59:48 25b303627fd3: Verifying Checksum 07:59:48 25b303627fd3: Download complete 07:59:58 25b303627fd3: Pull complete 07:59:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:59:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:59:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:59:58 prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container 07:59: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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:00:01 $ docker top 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:00:02 + grep parallel+ 08:00:02 docker-compose build --help 08:00:06 --parallel Build images in parallel. [Pipeline] } 08:00:06 $ docker stop --time=1 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 08:00:08 $ docker rm -f 394cb1384b24d69d7c9353ea1925536fad3af0056ebb86d962a05b3b7b38a7d7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:00:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:00:08 . [Pipeline] withDockerContainer 08:00:09 prd-ubuntu18.04-docker-arm64-4c-16g-32223 does not seem to be running inside a container 08:00:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:00:10 $ docker top ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da -eo pid,comm [Pipeline] { [Pipeline] sh 08:00:11 + docker-compose -f ./docker-compose-build.yml build --parallel 08:00:16 Building docker-core-command-go ... 08:00:16 Building docker-core-data-go ... 08:00:16 Building docker-core-metadata-go ... 08:00:16 Building docker-security-bootstrapper-go ... 08:00:16 Building docker-security-proxy-setup-go ... 08:00:16 Building docker-security-secretstore-setup-go ... 08:00:16 Building docker-support-notifications-go ... 08:00:16 Building docker-support-scheduler-go ... 08:00:16 Building docker-sys-mgmt-agent-go ... 08:00:16 Building docker-security-secretstore-setup-go 08:00:16 Building docker-core-command-go 08:00:16 Building docker-support-scheduler-go 08:00:16 Building docker-core-metadata-go 08:00:16 Building docker-support-notifications-go 08:01:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:01:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:01:37 ---> 23c469d7fea7 08:01:37 Step 3/23 : WORKDIR /edgex-go 08:01:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:01:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:01:37 ---> 23c469d7fea7 08:01:37 Step 3/23 : WORKDIR /edgex-go 08:01:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:01:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:01:37 ---> 23c469d7fea7 08:01:37 Step 3/24 : WORKDIR /edgex-go 08:01:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:01:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:01:37 ---> 23c469d7fea7 08:01:37 Step 3/22 : WORKDIR /edgex-go 08:01:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:01:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:01:37 ---> 23c469d7fea7 08:01:37 Step 3/22 : WORKDIR /edgex-go 08:01:37 ---> Running in 126bee332f80 08:01:37 ---> Running in 589e9c0e47f1 08:01:37 ---> Running in 6580eb8d0a68 08:01:37 ---> Running in ecf54bf07c6b 08:01:37 ---> Running in a9f980823427 08:01:37 Removing intermediate container 589e9c0e47f1 08:01:37 ---> 651b0c9060e2 08:01:37 Removing intermediate container 126bee332f80 08:01:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:37 ---> 145e4c731f0d 08:01:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:37 Removing intermediate container ecf54bf07c6b 08:01:37 ---> f6710ae50f15 08:01:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:37 Removing intermediate container a9f980823427 08:01:37 ---> d5f81fede22f 08:01:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:37 Removing intermediate container 6580eb8d0a68 08:01:37 ---> 2b320e1dcefd 08:01:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:01:37 ---> Running in 418a951d4e81 08:01:37 ---> Running in 03f264921f56 08:01:37 ---> Running in df8f8537d705 08:01:37 ---> Running in 1c38ff1f2df9 08:01:37 ---> Running in 233f1e6094bd 08:01:37 Removing intermediate container 03f264921f56 08:01:37 ---> cfe9d89d8cb1 08:01:37 Step 5/23 : RUN apk add --update --no-cache make git 08:01:37 Removing intermediate container 418a951d4e81 08:01:37 ---> b936511c9ecb 08:01:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:01:37 ---> Running in f6fcc794cd29 08:01:37 Removing intermediate container 1c38ff1f2df9 08:01:37 ---> 69dac9f415cc 08:01:37 Step 5/22 : RUN apk add --update --no-cache make git 08:01:37 ---> Running in 278d99fc1a49 08:01:37 Removing intermediate container 233f1e6094bd 08:01:37 ---> 65f075c220b7 08:01:37 Step 5/23 : RUN apk add --update --no-cache make git 08:01:37 ---> Running in f7bbf7ce4d35 08:01:37 Removing intermediate container df8f8537d705 08:01:37 ---> c30d521c97b4 08:01:37 Step 5/24 : RUN apk add --update --no-cache make git 08:01:37 ---> Running in db5b38a8c7be 08:01:37 ---> Running in 60160577bc90 08:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:39 OK: 217 MiB in 51 packages 08:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:01:39 OK: 217 MiB in 51 packages 08:01:39 OK: 217 MiB in 51 packages 08:01:40 OK: 217 MiB in 51 packages 08:01:40 OK: 217 MiB in 51 packages 08:01:40 Removing intermediate container f6fcc794cd29 08:01:40 ---> 66c0ec428d26 08:01:40 Step 6/23 : COPY go.mod . 08:01:41 Removing intermediate container 278d99fc1a49 08:01:41 ---> bf1224e3282f 08:01:41 Step 6/22 : COPY go.mod . 08:01:41 Removing intermediate container f7bbf7ce4d35 08:01:41 ---> b315b112f423 08:01:41 Step 6/22 : COPY go.mod . 08:01:42 Removing intermediate container db5b38a8c7be 08:01:42 ---> ca874220d40e 08:01:42 Step 6/23 : COPY go.mod . 08:01:42 ---> fbac5d9750cc 08:01:42 Step 7/23 : RUN go mod download 08:01:42 Removing intermediate container 60160577bc90 08:01:42 ---> fee200dc45ee 08:01:42 Step 6/24 : COPY go.mod . 08:01:42 ---> Running in 74a68a8a0d50 08:01:42 ---> d985def74b79 08:01:42 Step 7/22 : RUN go mod download 08:01:42 ---> 44513de1a1e1 08:01:42 Step 7/22 : RUN go mod download 08:01:43 ---> Running in 74f97fffc4e7 08:01:43 ---> 2cc57c3e1c21 08:01:43 Step 7/23 : RUN go mod download 08:01:43 ---> Running in 4510e0af2fa8 08:01:43 ---> 11b22640da34 08:01:43 Step 7/24 : RUN go mod download 08:01:43 ---> Running in 7879266be4ac 08:01:43 ---> Running in 3f531cd5cf35 08:01:46 Removing intermediate container 74a68a8a0d50 08:01:46 ---> b1ed8d8c150a 08:01:46 Step 8/23 : COPY . . 08:01:48 Removing intermediate container 7879266be4ac 08:01:48 ---> a0840326a4a3 08:01:48 Step 8/23 : COPY . . 08:01:48 Removing intermediate container 74f97fffc4e7 08:01:48 ---> c6a18a7a6344 08:01:48 Step 8/22 : COPY . . 08:01:49 Removing intermediate container 3f531cd5cf35 08:01:49 ---> c2d2b5c7ee2a 08:01:49 Step 8/24 : COPY . . 08:01:49 Removing intermediate container 4510e0af2fa8 08:01:49 ---> a784b89d5882 08:01:49 Step 8/22 : COPY . . 08:02:16 ---> 217327128a14 08:02:16 Step 9/23 : RUN make cmd/core-command/core-command 08:02:16 ---> e5258058c21f 08:02:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:02:16 ---> cbac1dddb988 08:02:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:02:16 ---> cf295b99acd9 08:02:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:02:16 ---> e9f45c685546 08:02:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:02:16 ---> Running in 45674f21c86d 08:02:16 ---> Running in a86dfdb355f4 08:02:16 ---> Running in 88862b981f60 08:02:16 ---> Running in e30b74cb83f0 08:02:16 ---> Running in 49dd6df65d01 08:02:16 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 08:02:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:02:16 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 08:02:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:02:16 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 08:03:53 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 08:04:08 Removing intermediate container 49dd6df65d01 08:04:08 ---> efb3d74a490c 08:04:08 08:04:08 Step 10/24 : FROM alpine:3.12 08:04:08 3.12: Pulling from library/alpine 08:04:09 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 08:04:09 Status: Downloaded newer image for alpine:3.12 08:04:09 ---> e47305ac9786 08:04:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:04:10 ---> Running in ad354d8ee1c4 08:04:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:14 (1/6) Installing ca-certificates (20191127-r4) 08:04:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:04:14 (3/6) Installing libcurl (7.69.1-r3) 08:04:14 (4/6) Installing curl (7.69.1-r3) 08:04:14 (5/6) Installing dumb-init (1.2.2-r1) 08:04:14 (6/6) Installing su-exec (0.2-r1) 08:04:14 Executing busybox-1.31.1-r19.trigger 08:04:14 Executing ca-certificates-20191127-r4.trigger 08:04:14 OK: 7 MiB in 20 packages 08:04:17 Removing intermediate container 45674f21c86d 08:04:17 ---> dcfb1006f95f 08:04:17 08:04:17 Step 10/23 : FROM alpine:3.12 08:04:17 ---> e47305ac9786 08:04:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:04:17 ---> Running in 935628a6755a 08:04:18 Removing intermediate container ad354d8ee1c4 08:04:18 ---> c8be17a42140 08:04:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:04:19 ---> Running in 57ead6ed23eb 08:04:19 Removing intermediate container e30b74cb83f0 08:04:19 ---> 14833203287e 08:04:19 08:04:19 Step 10/22 : FROM alpine:3.12 08:04:19 ---> e47305ac9786 08:04:19 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:20 ---> Running in 8930c1dcdfcd 08:04:20 Removing intermediate container 57ead6ed23eb 08:04:20 ---> 50575d3e6a60 08:04:20 Step 13/24 : WORKDIR / 08:04:20 (1/1) Installing dumb-init (1.2.2-r1) 08:04:20 Executing busybox-1.31.1-r19.trigger 08:04:20 OK: 5 MiB in 15 packages 08:04:20 ---> Running in 82747fc97fde 08:04:20 Removing intermediate container 88862b981f60 08:04:20 ---> d3d550cb05ca 08:04:20 08:04:20 Step 10/22 : FROM alpine:3.12 08:04:20 ---> e47305ac9786 08:04:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:04:21 ---> Running in e7b2c5b39f41 08:04:21 Removing intermediate container 82747fc97fde 08:04:21 ---> b7a13d5e15e4 08:04:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:22 Removing intermediate container 935628a6755a 08:04:22 ---> 499f82babb2f 08:04:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:04:22 ---> 68f2a6dc35ad 08:04:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:04:22 ---> Running in 70dd523b628e 08:04:23 (1/1) Installing dumb-init (1.2.2-r1) 08:04:23 Executing busybox-1.31.1-r19.trigger 08:04:23 OK: 5 MiB in 15 packages 08:04:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:04:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:04:24 Removing intermediate container 70dd523b628e 08:04:24 ---> 2b84d2714edf 08:04:24 Step 13/23 : ENV APP_PORT=48082 08:04:24 (1/2) Installing ca-certificates (20191127-r4) 08:04:24 (2/2) Installing dumb-init (1.2.2-r1) 08:04:24 Executing busybox-1.31.1-r19.trigger 08:04:24 Executing ca-certificates-20191127-r4.trigger 08:04:24 ---> a16af22d05d6 08:04:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:04:24 OK: 6 MiB in 16 packages 08:04:24 ---> Running in b0a4c4594ee3 08:04:25 ---> 0f734fd188a1 08:04:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:04:25 Removing intermediate container b0a4c4594ee3 08:04:25 ---> 60203511637a 08:04:25 Step 14/23 : EXPOSE $APP_PORT 08:04:25 Removing intermediate container 8930c1dcdfcd 08:04:25 ---> cf4dafc75325 08:04:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:04:26 ---> Running in 1fdd39977ce2 08:04:26 ---> Running in ce219c3cf5a2 08:04:26 Removing intermediate container a86dfdb355f4 08:04:26 ---> 9c92008a1c53 08:04:26 08:04:26 Step 10/23 : FROM alpine:3.12 08:04:26 ---> e47305ac9786 08:04:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:04:26 ---> Using cache 08:04:26 ---> cf4dafc75325 08:04:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:04:27 ---> Running in be92bc295059 08:04:27 Removing intermediate container e7b2c5b39f41 08:04:27 ---> 5f228faf5769 08:04:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:04:27 Removing intermediate container ce219c3cf5a2 08:04:27 ---> 9e2c3e0bd99f 08:04:27 Removing intermediate container 1fdd39977ce2 08:04:27 ---> d7e86310c6b9 08:04:27 Step 15/23 : WORKDIR / 08:04:27 Step 13/22 : ENV APP_PORT=48085 08:04:27 ---> Running in 19443778deec 08:04:27 ---> Running in fff78a57311d 08:04:27 ---> Running in f2055a5662fc 08:04:27 Removing intermediate container be92bc295059 08:04:27 ---> 7cfe740afa5e 08:04:27 Step 13/23 : ENV APP_PORT=48081 08:04:27 ---> 5c21fbae1e86 08:04:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:04:27 ---> Running in f796bfe5c53b 08:04:28 Removing intermediate container f2055a5662fc 08:04:28 ---> f4cd9aa92926 08:04:28 Step 13/22 : ENV APP_PORT=48060 08:04:28 Removing intermediate container fff78a57311d 08:04:28 ---> 096d94f516aa 08:04:28 Step 14/22 : EXPOSE $APP_PORT 08:04:28 Removing intermediate container 19443778deec 08:04:28 ---> 03632853efe7 08:04:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:28 ---> Running in 893fa212f2be 08:04:28 ---> Running in 0212c502c967 08:04:28 Removing intermediate container f796bfe5c53b 08:04:28 ---> 07f229fd3ca5 08:04:28 Step 14/23 : EXPOSE $APP_PORT 08:04:28 ---> Running in f30ca8738397 08:04:29 ---> 59dc80dd5075 08:04:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:04:29 Removing intermediate container 0212c502c967 08:04:29 ---> 4f6fce3ec696 08:04:29 Step 14/22 : EXPOSE $APP_PORT 08:04:29 Removing intermediate container 893fa212f2be 08:04:29 ---> 533c4e4c27b4 08:04:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:29 ---> Running in 6cb9d789dbb0 08:04:29 ---> 5cca5c822805 08:04:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:04:29 Removing intermediate container f30ca8738397 08:04:29 ---> 4203f1ba25fa 08:04:29 Step 15/23 : WORKDIR / 08:04:30 ---> Running in c76ab4f010c9 08:04:30 Removing intermediate container 6cb9d789dbb0 08:04:30 ---> ad09ebc306c2 08:04:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:30 ---> 9356653d028b 08:04:30 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/ 08:04:30 ---> Running in 8df4587844f7 08:04:30 Removing intermediate container c76ab4f010c9 08:04:30 ---> b92d643c8b74 08:04:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:04:31 ---> 71e320ea1192 08:04:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:04:32 ---> 304f862d7760 08:04:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:04:32 ---> 8146a88dd14c 08:04:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:04:32 ---> 072af44f3bc2 08:04:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:04:33 ---> f25260be041b 08:04:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:04:33 ---> 05093dca9b37 08:04:33 Step 19/23 : ENTRYPOINT ["/core-command"] 08:04:33 ---> Running in 24c3b1ecb64c 08:04:34 ---> 7419cf0798dd 08:04:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:04:34 Removing intermediate container 8df4587844f7 08:04:34 ---> 7d9d317b5d7e 08:04:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:04:34 ---> c5572acbdd45 08:04:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:04:34 ---> c395740445f9 08:04:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:04:34 ---> Running in a3091734ffd3 08:04:34 ---> Running in b385afa059cb 08:04:34 Removing intermediate container 24c3b1ecb64c 08:04:34 ---> 730baf00d9ac 08:04:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:35 ---> Running in 6136150f9150 08:04:35 Removing intermediate container a3091734ffd3 08:04:35 ---> 8bf3a7305ab4 08:04:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:35 Removing intermediate container b385afa059cb 08:04:35 ---> e583aaa06b5d 08:04:35 Step 22/24 : LABEL arch=arm64 08:04:35 ---> Running in c960180c0529 08:04:35 ---> 3c09f2b466b8 08:04:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:04:35 Removing intermediate container 6136150f9150 08:04:35 ---> b38834552e4a 08:04:35 Step 21/23 : LABEL arch=arm64 08:04:35 ---> Running in bba14acd1077 08:04:35 ---> Running in d6f779e35159 08:04:35 ---> c0bad2c00dfe 08:04:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:04:35 ---> Running in 033d1c7607f1 08:04:36 ---> Running in 48087ee477c3 08:04:36 Removing intermediate container c960180c0529 08:04:36 ---> 3dfed1d796eb 08:04:36 Step 20/22 : LABEL arch=arm64 08:04:36 ---> Running in cb2fb703c1a7 08:04:36 Removing intermediate container bba14acd1077 08:04:36 Removing intermediate container d6f779e35159 08:04:36 ---> bd1f42cbe75f 08:04:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:36 ---> 16b7cb5373f1 08:04:36 Step 23/24 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:04:36 Removing intermediate container 033d1c7607f1 08:04:36 ---> 036dd29fe18a 08:04:36 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:04:36 ---> Running in 4e91991dfa72 08:04:36 ---> Running in cd79b84b7da0 08:04:36 Removing intermediate container 48087ee477c3 08:04:36 ---> d86d21e58c81 08:04:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:04:36 ---> Running in ad0f658bb6cc 08:04:36 Removing intermediate container cb2fb703c1a7 08:04:36 ---> 54eb570fb23e 08:04:36 Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:04:36 ---> Running in fa476128ff67 08:04:37 ---> Running in 472a7d4a648e 08:04:37 Removing intermediate container cd79b84b7da0 08:04:37 ---> 8fd879dc436f 08:04:37 Step 20/22 : LABEL arch=arm64 08:04:37 Removing intermediate container 4e91991dfa72 08:04:37 ---> 778613cd5cc3 08:04:37 Step 24/24 : LABEL version=0.0.0 08:04:37 ---> Running in ef3dea939c2b 08:04:37 ---> Running in 23bc5cc3103e 08:04:37 Removing intermediate container ad0f658bb6cc 08:04:37 ---> 4c7408ceee79 08:04:37 Step 23/23 : LABEL version=0.0.0 08:04:37 Removing intermediate container fa476128ff67 08:04:37 ---> 3eaf759fb178 08:04:37 Step 21/23 : LABEL arch=arm64 08:04:37 Removing intermediate container 472a7d4a648e 08:04:37 ---> 5ca162f59d2a 08:04:37 Step 22/22 : LABEL version=0.0.0 08:04:38 ---> Running in fca1c813789b 08:04:38 ---> Running in fb436c50d294 08:04:38 ---> Running in 898eb52d8100 08:04:38 Removing intermediate container 23bc5cc3103e 08:04:38 ---> 9b239fe7339c 08:04:38 Step 21/22 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:04:38 Removing intermediate container ef3dea939c2b 08:04:38 ---> ca688005d54a 08:04:38 08:04:38 ---> Running in f31b520d9b6a 08:04:38 Removing intermediate container fca1c813789b 08:04:38 ---> f7477750300b 08:04:38 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:04:38 Removing intermediate container fb436c50d294 08:04:38 ---> 5546f4ecfb17 08:04:38 08:04:38 ---> Running in b74ab62e7f22 08:04:38 Removing intermediate container 898eb52d8100 08:04:38 ---> fc905dfe8476 08:04:38 08:04:38 Successfully built ca688005d54a 08:04:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:04:39  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 08:04:39 Removing intermediate container f31b520d9b6a 08:04:39 ---> c69adacdf4c2 08:04:39 Step 22/22 : LABEL version=0.0.0 08:04:39 Successfully built 5546f4ecfb17 08:04:39 Successfully tagged docker-core-command-go-arm64:latest 08:04:39  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 08:04:39 Removing intermediate container b74ab62e7f22 08:04:39 ---> 4817804327bf 08:04:39 Step 23/23 : LABEL version=0.0.0 08:04:39 ---> Running in 91828a47f0b9 08:04:39 Successfully built fc905dfe8476 08:04:39 Successfully tagged docker-support-scheduler-go-arm64:latest 08:04:39 Building docker-security-proxy-setup-go 08:04:39  Building docker-support-scheduler-go ... done  ---> Running in 6e3fb3598470 08:04:40 Removing intermediate container 91828a47f0b9 08:04:40 ---> b4f3a3cdd634 08:04:40 08:04:40 Removing intermediate container 6e3fb3598470 08:04:40 ---> 2e08156986dc 08:04:40 08:04:40 Successfully built b4f3a3cdd634 08:04:40 Successfully tagged docker-support-notifications-go-arm64:latest 08:04:40  Building docker-support-notifications-go ... done Building docker-core-data-go 08:04:40 Successfully built 2e08156986dc 08:04:40 Successfully tagged docker-core-metadata-go-arm64:latest 08:05:37  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:05:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:05:37 ---> 23c469d7fea7 08:05:37 Step 3/31 : WORKDIR /edgex-go 08:05:37 ---> Using cache 08:05:37 ---> d5f81fede22f 08:05:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:05:37 ---> Using cache 08:05:37 ---> 69dac9f415cc 08:05:37 Step 5/31 : RUN apk add --update --no-cache make git 08:05:37 ---> Using cache 08:05:37 ---> b315b112f423 08:05:37 Step 6/31 : COPY go.mod . 08:05:37 ---> Using cache 08:05:37 ---> 44513de1a1e1 08:05:37 Step 7/31 : RUN go mod download 08:05:37 ---> Using cache 08:05:37 ---> a784b89d5882 08:05:37 Step 8/31 : COPY . . 08:05:37 ---> Using cache 08:05:37 ---> cf295b99acd9 08:05:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:05:37 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:05:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:05:37 ---> 23c469d7fea7 08:05:37 Step 3/26 : WORKDIR /edgex-go 08:05:37 ---> Using cache 08:05:37 ---> d5f81fede22f 08:05:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:05:37 ---> Using cache 08:05:37 ---> 69dac9f415cc 08:05:37 Step 5/26 : RUN apk add --update --no-cache make bash git 08:05:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:05:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:05:37 ---> 23c469d7fea7 08:05:37 Step 3/21 : WORKDIR /edgex-go 08:05:37 ---> Using cache 08:05:37 ---> d5f81fede22f 08:05:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:05:37 ---> Using cache 08:05:37 ---> 69dac9f415cc 08:05:37 Step 5/21 : RUN apk add --update --no-cache make git 08:05:37 ---> Using cache 08:05:37 ---> b315b112f423 08:05:37 Step 6/21 : COPY go.mod . 08:05:37 ---> Using cache 08:05:37 ---> 44513de1a1e1 08:05:37 Step 7/21 : RUN go mod download 08:05:37 ---> Using cache 08:05:37 ---> a784b89d5882 08:05:37 Step 8/21 : COPY . . 08:05:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:05:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:05:37 ---> 23c469d7fea7 08:05:37 Step 3/23 : WORKDIR /edgex-go 08:05:37 ---> Using cache 08:05:37 ---> d5f81fede22f 08:05:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:05:37 ---> Using cache 08:05:37 ---> 69dac9f415cc 08:05:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:05:37 ---> Using cache 08:05:37 ---> cf295b99acd9 08:05:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:05:40 ---> Running in ac973e1f5b97 08:05:40 ---> Running in be12df0bf74c 08:05:40 ---> Running in 3c5e3f468570 08:05:40 ---> Running in edbd78ceac8f 08:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:05:41 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 08:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:05:42 OK: 217 MiB in 51 packages 08:05:43 OK: 217 MiB in 51 packages 08:05:44 Removing intermediate container be12df0bf74c 08:05:44 ---> 1ac518f268b5 08:05:44 Step 6/23 : COPY go.mod . 08:05:45 Removing intermediate container edbd78ceac8f 08:05:45 ---> 6d5ac3477b45 08:05:45 Step 6/26 : COPY go.mod . 08:05:46 ---> ac66ce934006 08:05:46 Step 7/23 : RUN go mod download 08:05:46 ---> 76b1168b6bc1 08:05:46 Step 7/26 : RUN go mod download 08:05:46 ---> Running in 9ba2fac5e9d9 08:05:46 ---> Running in 666f7a6f1faf 08:05:51 Removing intermediate container 9ba2fac5e9d9 08:05:51 ---> d4ed0742db21 08:05:51 Step 8/23 : COPY . . 08:05:51 Removing intermediate container 666f7a6f1faf 08:05:51 ---> d57fa6c2094d 08:05:51 Step 8/26 : COPY . . 08:06:24 ---> 4abbb649cec9 08:06:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:06:24 ---> fe11c7fc279c 08:06:24 Step 9/23 : RUN make cmd/core-data/core-data 08:06:24 ---> Running in a0e5bd32da9a 08:06:24 ---> Running in 8117c1c48ad0 08:06:24 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 08:06:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:06: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 08:06:55 Removing intermediate container 3c5e3f468570 08:06:55 ---> 5932ceda1823 08:06:55 08:06:55 Step 10/31 : FROM alpine:3.12 08:06:55 ---> e47305ac9786 08:06:55 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:06:55 ---> Running in 35b642f66894 08:06:55 Removing intermediate container 35b642f66894 08:06:55 ---> ff055462055b 08:06:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:06:55 ---> Running in b7e1dac3b72e 08:06:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:58 (1/2) Installing dumb-init (1.2.2-r1) 08:06:58 (2/2) Installing su-exec (0.2-r1) 08:06:58 Executing busybox-1.31.1-r19.trigger 08:06:58 OK: 5 MiB in 16 packages 08:06:58 Removing intermediate container ac973e1f5b97 08:06:58 ---> afd0f1ab7b24 08:06:58 08:06:58 Step 10/21 : FROM alpine:3.12 08:06:58 ---> e47305ac9786 08:06:58 Step 11/21 : RUN apk add --update --no-cache curl 08:06:58 ---> Running in b7cd7b6965a3 08:07:00 Removing intermediate container b7e1dac3b72e 08:07:00 ---> 18f079b62686 08:07:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:07:00 ---> Running in 2cc072ff3f5c 08:07:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:01 Removing intermediate container 2cc072ff3f5c 08:07:01 ---> c4248d82cfe4 08:07:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:07:01 ---> Running in dac382994559 08:07:01 (1/4) Installing ca-certificates (20191127-r4) 08:07:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:07:01 (3/4) Installing libcurl (7.69.1-r3) 08:07:01 (4/4) Installing curl (7.69.1-r3) 08:07:01 Executing busybox-1.31.1-r19.trigger 08:07:01 Executing ca-certificates-20191127-r4.trigger 08:07:01 OK: 7 MiB in 18 packages 08:07:01 Removing intermediate container dac382994559 08:07:01 ---> ff49d6ff72c6 08:07:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:07:02 ---> Running in 3a2a08dd99ef 08:07:04 Removing intermediate container b7cd7b6965a3 08:07:04 ---> 35fcd1df4786 08:07:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:07:04 ---> Running in 62f872116690 08:07:05 Removing intermediate container 62f872116690 08:07:05 ---> 27df451a9350 08:07:05 Step 13/21 : WORKDIR /edgex 08:07:05 ---> Running in a3246dba775c 08:07:06 Removing intermediate container 3a2a08dd99ef 08:07:06 ---> de1c7975d59a 08:07:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:07:06 Removing intermediate container a3246dba775c 08:07:06 ---> 373238d23ba6 08:07:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:07:06 ---> Running in 705a276afde3 08:07:07 Removing intermediate container 705a276afde3 08:07:07 ---> efc7c182a03e 08:07:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:07:08 ---> 5903cef8314e 08:07:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:07:09 ---> 1b9dea6a16ad 08:07:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:07:09 ---> Running in 868eae26a194 08:07:10 ---> 9c9c37a7bf57 08:07:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:07:12 ---> 4a76805ec42c 08:07:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:07:12 ---> Running in f4175c165e9f 08:07:13 Removing intermediate container f4175c165e9f 08:07:13 ---> b76da2bce392 08:07:13 Step 18/21 : CMD ["--init=true"] 08:07:13 Removing intermediate container 868eae26a194 08:07:13 ---> 5d6c3ebf9f84 08:07:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:07:13 ---> Running in 93e61e35af06 08:07:14 Removing intermediate container 93e61e35af06 08:07:14 ---> 681b34e6cd80 08:07:14 Step 19/21 : LABEL arch=arm64 08:07:14 ---> Running in e068fdf00281 08:07:15 ---> b8436870650b 08:07:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:07:15 Removing intermediate container e068fdf00281 08:07:15 ---> cace76df84cf 08:07:15 Step 20/21 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:07:15 ---> Running in 70fd65ac8b75 08:07:16 Removing intermediate container 70fd65ac8b75 08:07:16 ---> 976c1ae89018 08:07:16 Step 21/21 : LABEL version=0.0.0 08:07:17 ---> Running in edb7f0d1d35d 08:07:17 ---> 3fe654879e73 08:07:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:07:18 Removing intermediate container edb7f0d1d35d 08:07:18 ---> e7a503e38a4c 08:07:18 08:07:18 ---> 871511d10a29 08:07:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:07:18 Successfully built e7a503e38a4c 08:07:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:07:20  Building docker-security-proxy-setup-go ... done  ---> bce65ee85189 08:07:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:07:21 ---> 09bc01475624 08:07:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:07:21 ---> Running in 4fae83852d16 08:07:22 Removing intermediate container 4fae83852d16 08:07:22 ---> 85eee9c53d9a 08:07:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:07:23 ---> 30fe6eb9f8a0 08:07:23 Step 26/31 : RUN chmod +x /entrypoint.sh 08:07:23 ---> Running in 0335e2ca4537 08:07:27 Removing intermediate container 0335e2ca4537 08:07:27 ---> c14e7af6998a 08:07:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:07:27 ---> Running in 6d0568e64bad 08:07:28 Removing intermediate container 6d0568e64bad 08:07:28 ---> bf827fe8a4ed 08:07:28 Step 28/31 : CMD ["gate"] 08:07:29 ---> Running in a1d28925be54 08:07:29 Removing intermediate container a1d28925be54 08:07:29 ---> 773db70e2771 08:07:29 Step 29/31 : LABEL arch=arm64 08:07:30 ---> Running in d09a2c1ec4d3 08:07:31 Removing intermediate container d09a2c1ec4d3 08:07:31 ---> af14b5c6e183 08:07:31 Step 30/31 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:07:31 ---> Running in 4b91b91c7501 08:07:32 Removing intermediate container 4b91b91c7501 08:07:32 ---> c43b7610eb98 08:07:32 Step 31/31 : LABEL version=0.0.0 08:07:33 ---> Running in ceb39c07d830 08:07:33 Removing intermediate container ceb39c07d830 08:07:33 ---> 0371e4ca726b 08:07:33 08:07:33 Successfully built 0371e4ca726b 08:07:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:07:39  Building docker-security-bootstrapper-go ... done Removing intermediate container a0e5bd32da9a 08:07:39 ---> 93632442f27e 08:07:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:07:39 ---> Running in eb7258667610 08:07:40 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 08:07:44 Removing intermediate container eb7258667610 08:07:44 ---> 1f4c9742a9e0 08:07:44 08:07:44 Step 11/26 : FROM docker:20.10.0 08:07:44 20.10.0: Pulling from library/docker 08:07:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:07:52 Status: Downloaded newer image for docker:20.10.0 08:07:52 ---> eeaf43b92773 08:07:52 Step 12/26 : RUN apk add --no-cache bash 08:07:53 ---> Running in 2d8b70dbdb6d 08:07:53 Removing intermediate container 8117c1c48ad0 08:07:53 ---> 68cec21c10e3 08:07:53 08:07:53 Step 10/23 : FROM alpine:3.12 08:07:53 ---> e47305ac9786 08:07:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:07:53 ---> Running in cae6a43f1908 08:07:54 Removing intermediate container cae6a43f1908 08:07:54 ---> 0a863883f17a 08:07:54 Step 12/23 : ENV APP_PORT=48080 08:07:54 ---> Running in fe4fe404bdee 08:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:07:54 Removing intermediate container fe4fe404bdee 08:07:54 ---> 650d73caacce 08:07:54 Step 13/23 : EXPOSE $APP_PORT 08:07:54 ---> Running in 59c5e456f213 08:07:55 (1/2) Installing readline (8.0.4-r0) 08:07:55 (2/2) Installing bash (5.0.17-r0) 08:07:55 Executing bash-5.0.17-r0.post-install 08:07:55 Executing busybox-1.31.1-r19.trigger 08:07:55 OK: 12 MiB in 22 packages 08:07:55 Removing intermediate container 59c5e456f213 08:07:55 ---> bcd241c3de2d 08:07:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:07:55 ---> Running in 5e4d55635bf1 08:07:56 Removing intermediate container 2d8b70dbdb6d 08:07:56 ---> 5b3afe291f3a 08:07:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:07:56 ---> Running in 0382b0eae18b 08:07:57 Removing intermediate container 0382b0eae18b 08:07:57 ---> 7e6f3112cabe 08:07:57 Step 14/26 : ENV APP_PORT=48090 08:07:57 ---> Running in eca72ecdaa1c 08:07:57 Removing intermediate container eca72ecdaa1c 08:07:57 ---> 50ded0fb7bee 08:07:57 Step 15/26 : EXPOSE $APP_PORT 08:07:58 ---> Running in e576e697230e 08:07:58 Removing intermediate container 5e4d55635bf1 08:07:58 ---> ec828bc3628d 08:07:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:07:58 ---> Running in 2402d74e6a26 08:07:58 Removing intermediate container e576e697230e 08:07:58 ---> c86ea2072d7c 08:07:58 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:07:59 ---> 73f596bd4a21 08:07:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:08:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:08:00 ---> bd2b2db2be95 08:08:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:08:01 (1/6) Installing dumb-init (1.2.2-r1) 08:08:01 (2/6) Installing libgcc (9.3.0-r2) 08:08:01 (3/6) Installing libsodium (1.0.18-r0) 08:08:01 (4/6) Installing libstdc++ (9.3.0-r2) 08:08:01 (5/6) Installing libzmq (4.3.3-r0) 08:08:01 (6/6) Installing zeromq (4.3.3-r0) 08:08:01 Executing busybox-1.31.1-r19.trigger 08:08:01 ---> 443c5b96c162 08:08:01 Step 19/26 : RUN apk --no-cache add py3-pip 08:08:01 OK: 8 MiB in 20 packages 08:08:01 ---> Running in e22a60e7c59e 08:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:08:03 Removing intermediate container 2402d74e6a26 08:08:03 ---> 4ce1eba69cfb 08:08:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:08:03 ---> 6c98d5a308dc 08:08:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:08:03 (1/33) Installing libbz2 (1.0.8-r1) 08:08:03 (2/33) Installing expat (2.2.9-r1) 08:08:03 (3/33) Installing libffi (3.3-r2) 08:08:03 (4/33) Installing gdbm (1.13-r1) 08:08:03 (5/33) Installing xz-libs (5.2.5-r0) 08:08:03 (6/33) Installing sqlite-libs (3.32.1-r0) 08:08:03 (7/33) Installing python3 (3.8.8-r0) 08:08:05 (8/33) Installing py3-appdirs (1.4.4-r1) 08:08:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:08:05 (10/33) Installing py3-parsing (2.4.7-r0) 08:08:05 (11/33) Installing py3-six (1.15.0-r0) 08:08:05 (12/33) Installing py3-packaging (20.4-r0) 08:08:05 (13/33) Installing py3-setuptools (47.0.0-r0) 08:08:05 (14/33) Installing py3-chardet (3.0.4-r4) 08:08:05 ---> ca2338aba67f 08:08:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:08:05 (15/33) Installing py3-idna (2.9-r0) 08:08:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:08:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:08:06 (18/33) Installing py3-requests (2.23.0-r0) 08:08:06 (19/33) Installing py3-msgpack (1.0.0-r0) 08:08:06 (20/33) Installing py3-lockfile (0.12.2-r3) 08:08:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:08:06 (22/33) Installing py3-colorama (0.4.3-r0) 08:08:06 (23/33) Installing py3-distlib (0.3.0-r0) 08:08:06 (24/33) Installing py3-distro (1.5.0-r1) 08:08:06 (25/33) Installing py3-webencodings (0.5.1-r3) 08:08:06 (26/33) Installing py3-html5lib (1.0.1-r4) 08:08:06 (27/33) Installing py3-pytoml (0.1.21-r0) 08:08:06 (28/33) Installing py3-pep517 (0.8.2-r0) 08:08:06 (29/33) Installing py3-progress (1.5-r0) 08:08:06 (30/33) Installing py3-toml (0.10.1-r0) 08:08:06 (31/33) Installing py3-retrying (1.3.3-r0) 08:08:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:08:06 (33/33) Installing py3-pip (20.1.1-r0) 08:08:06 Executing busybox-1.31.1-r19.trigger 08:08:06 OK: 71 MiB in 55 packages 08:08:07 ---> b810035cf2da 08:08:07 Step 19/23 : ENTRYPOINT ["/core-data"] 08:08:07 ---> Running in 3c45a1f96b65 08:08:07 Removing intermediate container 3c45a1f96b65 08:08:07 ---> 5ecf04ee8dc5 08:08:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:08:07 ---> Running in 0e046acc0cc8 08:08:08 Removing intermediate container 0e046acc0cc8 08:08:08 ---> 1ccf9f9fda0d 08:08:08 Step 21/23 : LABEL arch=arm64 08:08:08 ---> Running in 3d36e127887e 08:08:09 Removing intermediate container 3d36e127887e 08:08:09 ---> 50e91090ee26 08:08:09 Step 22/23 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:08:09 ---> Running in c08ac866f18c 08:08:10 Removing intermediate container c08ac866f18c 08:08:10 ---> 795e7f16e9d5 08:08:10 Step 23/23 : LABEL version=0.0.0 08:08:10 ---> Running in 6179d5d0ef2d 08:08:11 Removing intermediate container 6179d5d0ef2d 08:08:11 ---> 03c627bea310 08:08:11 08:08:11 Successfully built 03c627bea310 08:08:11 Successfully tagged docker-core-data-go-arm64:latest 08:08:12  Building docker-core-data-go ... done Removing intermediate container e22a60e7c59e 08:08:12 ---> c4a61b0e6e4a 08:08:12 Step 20/26 : RUN pip install docker-compose==1.23.2 08:08:12 ---> Running in 8ea6d57b0c5c 08:08:18 Collecting docker-compose==1.23.2 08:08:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:08:18 Collecting cached-property<2,>=1.2.0 08:08:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:08:19 Collecting docker<4.0,>=3.6.0 08:08:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:08:19 Collecting texttable<0.10,>=0.9.0 08:08:19 Downloading texttable-0.9.1.tar.gz (11 kB) 08:08:22 Collecting PyYAML<4,>=3.10 08:08:22 Downloading PyYAML-3.13.tar.gz (270 kB) 08:08:24 Collecting dockerpty<0.5,>=0.4.1 08:08:24 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:08:26 Collecting jsonschema<3,>=2.5.1 08:08:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:08:26 Collecting docopt<0.7,>=0.6.1 08:08:26 Downloading docopt-0.6.2.tar.gz (25 kB) 08: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) 08:08:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:08:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:08:29 Collecting websocket-client<1.0,>=0.32.0 08:08:29 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:08:30 Collecting docker-pycreds>=0.4.0 08:08:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:08:30 Collecting idna<2.8,>=2.5 08:08:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:08:30 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) 08:08:30 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) 08:08:31 Collecting urllib3<1.25,>=1.21.1 08:08:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:08:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:08:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:08:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:08:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:08:32 Installing collected packages: cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, PyYAML, dockerpty, jsonschema, docopt, docker-compose 08:08:32 Attempting uninstall: idna 08:08:32 Found existing installation: idna 2.9 08:08:32 Uninstalling idna-2.9: 08:08:32 Successfully uninstalled idna-2.9 08:08:33 Attempting uninstall: urllib3 08:08:33 Found existing installation: urllib3 1.25.9 08:08:33 Uninstalling urllib3-1.25.9: 08:08:33 Successfully uninstalled urllib3-1.25.9 08:08:34 Attempting uninstall: requests 08:08:34 Found existing installation: requests 2.23.0 08:08:34 Uninstalling requests-2.23.0: 08:08:34 Successfully uninstalled requests-2.23.0 08:08:35 Running setup.py install for texttable: started 08:08:37 Running setup.py install for texttable: finished with status 'done' 08:08:37 Running setup.py install for PyYAML: started 08:08:39 Running setup.py install for PyYAML: finished with status 'done' 08:08:39 Running setup.py install for dockerpty: started 08:08:41 Running setup.py install for dockerpty: finished with status 'done' 08:08:41 Running setup.py install for docopt: started 08:08:43 Running setup.py install for docopt: finished with status 'done' 08:08:43 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 08:08:47 Removing intermediate container 8ea6d57b0c5c 08:08:47 ---> e60513ce5c9d 08:08:47 Step 21/26 : RUN apk --no-cache add curl 08:08:47 ---> Running in 49b9f28cade0 08:08:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:08:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:08:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:08:49 (2/3) Installing libcurl (7.69.1-r3) 08:08:49 (3/3) Installing curl (7.69.1-r3) 08:08:49 Executing busybox-1.31.1-r19.trigger 08:08:49 OK: 72 MiB in 58 packages 08:08:50 Removing intermediate container 49b9f28cade0 08:08:50 ---> 20c7dc448766 08:08:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:08:50 ---> Running in cff9e1aeb47f 08:08:50 Removing intermediate container cff9e1aeb47f 08:08:50 ---> c4f14997d7ff 08:08:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:08:51 ---> Running in 259d41598eb9 08:08:51 Removing intermediate container 259d41598eb9 08:08:51 ---> f62b015423fc 08:08:51 Step 24/26 : LABEL arch=arm64 08:08:51 ---> Running in 4d477f5ae270 08:08:52 Removing intermediate container 4d477f5ae270 08:08:52 ---> e6a6074b2b39 08:08:52 Step 25/26 : LABEL git_sha=2b131edb93c2c44f4b9b1db1d704a94c9dda7a80 08:08:52 ---> Running in d47c70ab0901 08:08:52 Removing intermediate container d47c70ab0901 08:08:52 ---> 047002660362 08:08:52 Step 26/26 : LABEL version=0.0.0 08:08:52 ---> Running in 822c3d7e86c8 08:08:53 Removing intermediate container 822c3d7e86c8 08:08:53 ---> 2cfd698d881d 08:08:53 08:08:53 Successfully built 2cfd698d881d 08:08:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:08:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:08:54 $ docker stop --time=1 ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da 08:08:55 $ docker rm -f ece07ae60405c979439a6f4d742321b385b5b0077094d4c821659332325852da [Pipeline] // withDockerContainer [Pipeline] sh 08:08:56 + + dockergrep docker 08:08:56 images 08:08:56 docker-sys-mgmt-agent-go-arm64 latest 2cfd698d881d 3 seconds ago 301MB 08:08:56 docker-core-data-go-arm64 latest 03c627bea310 46 seconds ago 21.4MB 08:08:56 docker-security-bootstrapper-go-arm64 latest 0371e4ca726b About a minute ago 17.9MB 08:08:56 docker-security-proxy-setup-go-arm64 latest e7a503e38a4c About a minute ago 24.1MB 08:08:56 docker-core-metadata-go-arm64 latest 2e08156986dc 4 minutes ago 17.9MB 08:08:56 docker-support-notifications-go-arm64 latest b4f3a3cdd634 4 minutes ago 16.9MB 08:08:56 docker-core-command-go-arm64 latest 5546f4ecfb17 4 minutes ago 16.3MB 08:08:56 docker-support-scheduler-go-arm64 latest fc905dfe8476 4 minutes ago 16.4MB 08:08:56 docker-security-secretstore-setup-go-arm64 latest ca688005d54a 4 minutes ago 24.4MB 08:08:56 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 08:08:58 ---> job-cost.sh 08:08:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MCY0 08:09:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:11:13 lf-activate-venv(): INFO: Adding /tmp/venv-MCY0/bin to PATH 08:11:13 INFO: No Stack... 08:11:13 INFO: Retrieving Pricing Info for: lf-standard-4 08:11:13 INFO: Archiving Costs [Pipeline] sh 08:11:14 + cat+ /w/workspace/edgex-go/3/archives/cost.csv 08:11:14 cut -d, -f6 [Pipeline] lock 08:11:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] 08:11:14 Resource [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] did not exist. Created. 08:11:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3327-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:11:14 + echo total: 0.20999999344348907 [Pipeline] stash 08:11:15 Stashed 1 file(s) [Pipeline] } 08:11:15 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3327-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 08:11:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:11:18 ---> package-listing.sh 08:11:18 ++ facter osfamily 08:11:18 ++ tr '[:upper:]' '[:lower:]' 08:11:18 + OS_FAMILY=redhat 08:11:18 + workspace=/w/workspace/edgex-go/3 08:11:18 + START_PACKAGES=/tmp/packages_start.txt 08:11:18 + END_PACKAGES=/tmp/packages_end.txt 08:11:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:11:18 + PACKAGES=/tmp/packages_start.txt 08:11:18 + '[' /w/workspace/edgex-go/3 ']' 08:11:18 + PACKAGES=/tmp/packages_end.txt 08:11:18 + case "${OS_FAMILY}" in 08:11:18 + rpm -qa 08:11:18 + sort 08:11:24 + '[' -f /tmp/packages_start.txt ']' 08:11:24 + '[' -f /tmp/packages_end.txt ']' 08:11:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:11:24 + '[' /w/workspace/edgex-go/3 ']' 08:11:24 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:11:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:11:24 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 08:11:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:11:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:11:24 08:11:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:11:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:11:25 alpine: Pulling from edgex-lftools-log-publisher 08:11:25 df20fa9351a1: Pulling fs layer 08:11:25 36b3adc4ff6f: Pulling fs layer 08:11:25 8ad3a11d3b57: Pulling fs layer 08:11:25 46f8f816bc3b: Pulling fs layer 08:11:25 93b61091891f: Pulling fs layer 08:11:25 93b9cdb0e59b: Pulling fs layer 08:11:25 5e14af77c1be: Pulling fs layer 08:11:25 01666e4c0597: Pulling fs layer 08:11:25 aa168da1d23b: Pulling fs layer 08:11:25 46f8f816bc3b: Waiting 08:11:25 5e14af77c1be: Waiting 08:11:25 93b61091891f: Waiting 08:11:25 93b9cdb0e59b: Waiting 08:11:25 01666e4c0597: Waiting 08:11:25 36b3adc4ff6f: Verifying Checksum 08:11:25 36b3adc4ff6f: Download complete 08:11:25 46f8f816bc3b: Verifying Checksum 08:11:25 46f8f816bc3b: Download complete 08:11:25 df20fa9351a1: Verifying Checksum 08:11:25 93b61091891f: Verifying Checksum 08:11:25 93b61091891f: Download complete 08:11:25 93b9cdb0e59b: Verifying Checksum 08:11:25 93b9cdb0e59b: Download complete 08:11:25 5e14af77c1be: Verifying Checksum 08:11:25 5e14af77c1be: Download complete 08:11:25 01666e4c0597: Verifying Checksum 08:11:25 01666e4c0597: Download complete 08:11:25 8ad3a11d3b57: Verifying Checksum 08:11:25 8ad3a11d3b57: Download complete 08:11:25 df20fa9351a1: Pull complete 08:11:25 36b3adc4ff6f: Pull complete 08:11:26 8ad3a11d3b57: Pull complete 08:11:26 46f8f816bc3b: Pull complete 08:11:27 aa168da1d23b: Verifying Checksum 08:11:27 aa168da1d23b: Download complete 08:11:28 93b61091891f: Pull complete 08:11:28 93b9cdb0e59b: Pull complete 08:11:28 5e14af77c1be: Pull complete 08:11:28 01666e4c0597: Pull complete 08:11:37 aa168da1d23b: Pull complete 08:11:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:11:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:11:37 prd-centos7-docker-4c-2g-32221 does not seem to be running inside a container 08:11:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:11:44 $ docker top abe6e9b813139c3eb974eb03180f40afb9278eb37b6b9935dac442c0873368ab -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:44 + touch /tmp/pre-build-complete [Pipeline] sh 08:11:45 + mkdir -p /var/log/sa [Pipeline] sh 08:11:45 + ls /var/log/sa-host 08:11:45 + sadf -c /var/log/sa-host/sa23 08:11:45 file_magic: OK 08:11:45 HZ: Using current value: 100 08:11:45 file_header: OK 08:11:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:11:45 Statistics: 08:11:45 Hnuu...uuuununununu... 08:11:45 File successfully converted to sysstat format version 12.2.1 08:11:45 + sadf -c /var/log/sa-host/sa31 08:11:45 file_magic: OK 08:11:45 HZ: Using current value: 100 08:11:45 file_header: OK 08:11:45 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 08:11:45 Statistics: 08:11:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:11:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:11:46 provisioning config files... 08:11:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4117509710750090tmp [Pipeline] { [Pipeline] echo 08:11:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:11:46 ---> create-netrc.sh [Pipeline] } 08:11:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:11:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:11:46 ---> python-tools-install.sh [Pipeline] echo 08:11:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:11:47 ---> sudo-logs.sh 08:11:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:11:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:11:47 ---> job-cost.sh 08:11:47 lf-activate-venv: SKIPPING 08:11:47 DEBUG: total: 0.20999999344348907 08:11:47 INFO: Retrieving Stack Cost... 08:11:48 INFO: Retrieving Pricing Info for: v1-standard-2 08:11:49 INFO: Archiving Costs [Pipeline] echo 08:11:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:11:49 ---> logs-deploy.sh 08:11:49 lf-activate-venv: SKIPPING 08:11:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3327/3 08:11:49 INFO: archiving workspace using pattern(s): 08:11:50 Archives upload complete. 08:11:50 INFO: archiving logs to Nexus 08:11:51 ---> uname -a: 08:11:51 Linux prd-centos7-docker-4c-2g-32221.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:11:51 08:11:51 08:11:51 ---> lscpu: 08:11:51 Architecture: x86_64 08:11:51 CPU op-mode(s): 32-bit, 64-bit 08:11:51 Byte Order: Little Endian 08:11:51 Address sizes: 40 bits physical, 48 bits virtual 08:11:51 CPU(s): 4 08:11:51 On-line CPU(s) list: 0-3 08:11:51 Thread(s) per core: 1 08:11:51 Core(s) per socket: 1 08:11:51 Socket(s): 4 08:11:51 NUMA node(s): 1 08:11:51 Vendor ID: GenuineIntel 08:11:51 CPU family: 6 08:11:51 Model: 44 08:11:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:11:51 Stepping: 1 08:11:51 CPU MHz: 2933.438 08:11:51 BogoMIPS: 5866.87 08:11:51 Virtualization: VT-x 08:11:51 Hypervisor vendor: KVM 08:11:51 Virtualization type: full 08:11:51 L1d cache: 128 KiB 08:11:51 L1i cache: 128 KiB 08:11:51 L2 cache: 16 MiB 08:11:51 L3 cache: 64 MiB 08:11:51 NUMA node0 CPU(s): 0-3 08:11:51 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:11:51 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:11:51 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:11:51 Vulnerability Meltdown: Mitigation; PTI 08:11:51 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:11:51 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:11:51 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:11:51 Vulnerability Srbds: Not affected 08:11:51 Vulnerability Tsx async abort: Not affected 08:11:51 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:11:51 08:11:51 08:11:51 ---> nproc: 08:11:51 4 08:11:51 08:11:51 08:11:51 ---> df -h: 08:11:51 Filesystem Size Used Available Use% Mounted on 08:11:51 overlay 50.0G 12.2G 37.8G 24% / 08:11:51 tmpfs 64.0M 0 64.0M 0% /dev 08:11:51 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:11:51 shm 64.0M 0 64.0M 0% /dev/shm 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 08:11:51 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp 08:11:51 08:11:51 08:11:51 ---> free -m: 08:11:51 total used free shared buff/cache available 08:11:51 Mem: 1837 735 112 0 989 1019 08:11:51 Swap: 1023 48 975 08:11:51 08:11:51 08:11:51 ---> ip addr: 08:11:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:11:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:11:51 inet 127.0.0.1/8 scope host lo 08:11:51 valid_lft forever preferred_lft forever 08:11:51 inet6 ::1/128 scope host 08:11:51 valid_lft forever preferred_lft forever 08:11:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:11:51 link/ether fa:16:3e:b6:d5:19 brd ff:ff:ff:ff:ff:ff 08:11:51 inet 10.30.122.54/23 brd 10.30.123.255 scope global dynamic eth0 08:11:51 valid_lft 84987sec preferred_lft 84987sec 08:11:51 inet6 fe80::f816:3eff:feb6:d519/64 scope link 08:11:51 valid_lft forever preferred_lft forever 08:11:51 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:11:51 link/ether 02:42:36:47:62:e6 brd ff:ff:ff:ff:ff:ff 08:11:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:11:51 valid_lft forever preferred_lft forever 08:11:51 inet6 fe80::42:36ff:fe47:62e6/64 scope link 08:11:51 valid_lft forever preferred_lft forever 08:11:51 08:11:51 08:11:51 ---> sar -b -r -n DEV: 08:11:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 08:11:51 08:11:51 07:48:07 LINUX RESTART (4 CPU) 08:11:51 08:11:51 07:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:11:51 07:50:01 235.41 111.47 123.95 0.00 11026.39 46526.66 0.00 08:11:51 07:51:02 280.13 104.14 175.99 0.00 4365.32 23733.93 0.00 08:11:51 07:52:01 137.57 61.59 75.98 0.00 2194.96 8896.52 0.00 08:11:51 07:53:02 173.19 47.22 125.98 0.00 7930.51 45592.79 0.00 08:11:51 07:54:04 2499.32 2126.10 373.22 0.00 182003.23 228151.28 0.00 08:11:51 07:55:01 1204.23 967.59 236.64 0.00 57700.63 76406.86 0.00 08:11:51 07:56:01 1498.67 1136.59 362.08 0.00 111301.26 162330.07 0.00 08:11:51 07:57:01 1029.40 722.68 306.72 0.00 43490.29 70716.76 0.00 08:11:51 07:58:01 45.52 12.90 32.62 0.00 3155.64 1195.25 0.00 08:11:51 07:59:01 2.22 0.55 1.67 0.00 29.45 31.53 0.00 08:11:51 08:00:01 0.28 0.03 0.25 0.00 1.07 2.70 0.00 08:11:51 08:01:01 0.30 0.05 0.25 0.00 1.07 2.98 0.00 08:11:51 08:02:01 0.75 0.42 0.33 0.00 24.89 4.94 0.00 08:11:51 08:03:01 0.28 0.00 0.28 0.00 0.00 2.61 0.00 08:11:51 08:04:02 2.35 1.55 0.80 0.00 55.30 15.24 0.00 08:11:51 08:05:01 0.29 0.00 0.29 0.00 0.00 3.61 0.00 08:11:51 08:06:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 08:11:51 08:07:01 0.18 0.02 0.17 0.00 0.27 1.38 0.00 08:11:51 08:08:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 08:11:51 08:09:01 0.27 0.00 0.27 0.00 0.00 2.28 0.00 08:11:51 08:10:01 0.42 0.00 0.42 0.00 0.00 5.80 0.00 08:11:51 08:11:01 0.20 0.02 0.18 0.00 0.53 1.52 0.00 08:11:51 Average: 323.88 241.09 82.79 0.00 19342.95 30335.66 0.00 08:11:51 08:11:51 07:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:11:51 07:50:01 108080 0 729924 38.79 2036 1041504 1457924 49.76 578276 949960 29516 08:11:51 07:51:02 66892 0 965860 51.33 892 847900 1683020 57.44 744984 786268 14976 08:11:51 07:52:01 217396 0 841160 44.71 616 822372 1800840 61.46 665396 703392 76908 08:11:51 07:53:02 68508 0 733712 39.00 316 1079008 1260704 43.03 554320 984468 95308 08:11:51 07:54:04 73068 0 862348 45.83 0 946128 2333784 79.65 765188 805632 87340 08:11:51 07:55:01 311192 0 742960 39.49 0 827392 1557956 53.17 539924 774248 20580 08:11:51 07:56:01 154672 0 786032 41.78 0 940840 2169900 74.06 612656 874820 57864 08:11:51 07:57:01 158500 0 709072 37.69 0 1013972 1631840 55.69 580700 886900 36 08:11:51 07:58:01 151696 0 649188 34.50 0 1080660 1202176 41.03 578708 901104 16 08:11:51 07:59:01 149396 0 650636 34.58 0 1081512 1192936 40.71 584208 898616 8 08:11:51 08:00:01 150340 0 649688 34.53 0 1081516 1182740 40.36 583620 898576 8 08:11:51 08:01:01 149716 0 650300 34.56 0 1081528 1184968 40.44 584044 898588 8 08:11:51 08:02:01 149220 0 650052 34.55 0 1082272 1183140 40.38 583668 899196 8 08:11:51 08:03:01 149352 0 649916 34.54 0 1082276 1202500 41.04 583548 899196 8 08:11:51 08:04:02 147496 0 650960 34.60 0 1083088 1183248 40.38 583820 899816 8 08:11:51 08:05:01 147488 0 650948 34.60 0 1083108 1183296 40.38 584060 899824 8 08:11:51 08:06:01 147944 0 650492 34.57 0 1083108 1182112 40.34 583616 899800 8 08:11:51 08:07:01 147868 0 650568 34.58 0 1083108 1182112 40.34 583728 899800 8 08:11:51 08:08:01 147844 0 650576 34.58 0 1083124 1182112 40.34 583752 899808 8 08:11:51 08:09:01 147708 0 650708 34.58 0 1083128 1182244 40.35 583732 899808 8 08:11:51 08:10:01 148024 0 650380 34.57 0 1083140 1182112 40.34 583760 899808 12 08:11:51 08:11:01 147668 0 650748 34.59 0 1083128 1182112 40.34 583764 899808 8 08:11:51 Average: 147276 0 703465 37.39 175 1030628 1386535 47.32 600431 879974 17393 08:11:51 08:11:51 07:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:11:51 07:50:01 vethc874ad2 9.50 21.40 0.63 127.40 0.00 0.00 0.00 0.00 08:11:51 07:50:01 eth0 981.41 1149.06 5970.84 144.25 0.00 0.00 0.00 0.00 08:11:51 07:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:50:01 docker0 835.71 610.20 70.05 2802.02 0.00 0.00 0.00 0.00 08:11:51 07:51:02 eth0 202.01 152.65 733.67 23.97 0.00 0.00 0.00 0.00 08:11:51 07:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:51:02 vethbecac16 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 07:51:02 docker0 133.58 167.80 9.88 702.82 0.00 0.00 0.00 0.00 08:11:51 07:52:01 eth0 36.58 24.36 21.68 80.18 0.00 0.00 0.00 0.00 08:11:51 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:52:01 vethbecac16 1.98 1.98 0.16 0.16 0.00 0.00 0.00 0.00 08:11:51 07:52:01 docker0 1.98 1.98 0.13 0.16 0.00 0.00 0.00 0.00 08:11:51 07:53:02 vethf55f217 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 07:53:02 eth0 207.37 167.61 1665.43 27.50 0.00 0.00 0.00 0.00 08:11:51 07:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:54:04 vethf55f217 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 07:54:04 eth0 57.34 40.03 160.16 53.92 0.00 0.00 0.00 0.00 08:11:51 07:54:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:54:04 docker0 16.50 25.61 1.01 143.65 0.00 0.00 0.00 0.00 08:11:51 07:55:01 vethf55f217 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:55:01 eth0 12.26 8.22 54.67 3.56 0.00 0.00 0.00 0.00 08:11:51 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:56:01 vethf55f217 0.00 0.42 0.00 0.02 0.00 0.00 0.00 0.00 08:11:51 07:56:01 eth0 77.24 41.81 243.97 19.62 0.00 0.00 0.00 0.00 08:11:51 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:56:01 veth2a6785c 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 07:57:01 vethf55f217 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 07:57:01 eth0 237.83 177.19 1718.29 102.01 0.00 0.00 0.00 0.00 08:11:51 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:57:01 veth9da0eb9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:58:01 eth0 24.73 14.99 68.57 7.72 0.00 0.00 0.00 0.00 08:11:51 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:58:01 docker0 1046.39 909.82 84.63 4387.22 0.00 0.00 0.00 0.00 08:11:51 07:59:01 eth0 0.85 0.40 0.42 0.29 0.00 0.00 0.00 0.00 08:11:51 07:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 07:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:00:01 eth0 1.03 0.30 0.32 0.17 0.00 0.00 0.00 0.00 08:11:51 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:01:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 08:11:51 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:02:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:11:51 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:03:01 eth0 0.27 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:11:51 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:04:02 eth0 9.06 8.24 0.75 17.70 0.00 0.00 0.00 0.00 08:11:51 08:04:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:04:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:05:01 eth0 1.73 1.91 0.37 6.88 0.00 0.00 0.00 0.00 08:11:51 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:06:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:11:51 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:07:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:08:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:11:51 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:09:01 eth0 8.73 8.73 0.69 13.95 0.00 0.00 0.00 0.00 08:11:51 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:10:01 eth0 0.03 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:11:51 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:11:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:11:51 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 Average: eth0 84.92 82.00 486.58 22.87 0.00 0.00 0.00 0.00 08:11:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:11:51 Average: docker0 47.63 41.42 3.85 199.71 0.00 0.00 0.00 0.00 08:11:51 08:11:51 08:11:51 ---> sar -P ALL: 08:11:51 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 08:11:51 08:11:51 07:48:07 LINUX RESTART (4 CPU) 08:11:51 08:11:51 07:49:01 CPU %user %nice %system %iowait %steal %idle 08:11:51 07:50:01 all 16.11 0.00 7.00 1.75 0.07 75.08 08:11:51 07:50:01 0 16.96 0.00 9.00 3.24 0.07 70.73 08:11:51 07:50:01 1 15.61 0.00 6.06 1.31 0.05 76.96 08:11:51 07:50:01 2 15.88 0.00 7.15 1.33 0.07 75.58 08:11:51 07:50:01 3 15.97 0.00 5.80 1.12 0.09 77.02 08:11:51 07:51:02 all 30.45 0.00 8.24 8.20 0.05 53.06 08:11:51 07:51:02 0 31.19 0.00 8.86 6.60 0.05 53.31 08:11:51 07:51:02 1 30.70 0.00 7.56 9.96 0.07 51.71 08:11:51 07:51:02 2 29.86 0.00 8.80 7.89 0.03 53.41 08:11:51 07:51:02 3 30.06 0.00 7.73 8.34 0.05 53.81 08:11:51 07:52:01 all 53.21 0.00 11.49 2.50 0.07 32.74 08:11:51 07:52:01 0 52.98 0.00 11.78 2.01 0.07 33.16 08:11:51 07:52:01 1 52.98 0.00 11.16 1.17 0.03 34.66 08:11:51 07:52:01 2 53.34 0.00 11.46 3.59 0.12 31.49 08:11:51 07:52:01 3 53.54 0.00 11.56 3.21 0.05 31.63 08:11:51 07:53:02 all 31.27 0.00 10.31 6.62 0.05 51.76 08:11:51 07:53:02 0 30.88 0.00 10.57 7.09 0.05 51.41 08:11:51 07:53:02 1 31.87 0.00 10.17 5.55 0.08 52.33 08:11:51 07:53:02 2 31.71 0.00 10.27 6.60 0.02 51.40 08:11:51 07:53:02 3 30.61 0.00 10.24 7.22 0.05 51.88 08:11:51 07:54:04 all 20.08 0.00 21.04 29.07 0.10 29.71 08:11:51 07:54:04 0 19.42 0.00 21.02 27.77 0.08 31.71 08:11:51 07:54:04 1 19.69 0.00 21.64 29.72 0.08 28.86 08:11:51 07:54:04 2 19.80 0.00 20.39 29.84 0.12 29.84 08:11:51 07:54:04 3 21.43 0.00 21.10 28.96 0.10 28.40 08:11:51 07:55:01 all 59.13 0.00 13.65 14.89 0.04 12.28 08:11:51 07:55:01 0 58.04 0.00 13.71 16.43 0.04 11.78 08:11:51 07:55:01 1 58.76 0.00 13.61 15.72 0.04 11.86 08:11:51 07:55:01 2 59.34 0.00 13.84 13.59 0.05 13.18 08:11:51 07:55:01 3 60.36 0.00 13.45 13.86 0.04 12.30 08:11:51 07:56:01 all 30.31 0.00 18.44 23.92 0.06 27.28 08:11:51 07:56:01 0 30.68 0.00 18.45 24.97 0.05 25.85 08:11:51 07:56:01 1 29.67 0.00 18.40 26.95 0.07 24.91 08:11:51 07:56:01 2 30.00 0.00 18.84 25.03 0.05 26.08 08:11:51 07:56:01 3 30.88 0.00 18.06 18.71 0.07 32.29 08:11:51 07:57:01 all 35.92 0.00 14.16 17.65 0.04 32.23 08:11:51 07:57:01 0 36.83 0.00 14.64 21.00 0.05 27.48 08:11:51 07:57:01 1 35.54 0.00 13.95 17.08 0.03 33.40 08:11:51 07:57:01 2 35.64 0.00 14.42 16.54 0.03 33.37 08:11:51 07:57:01 3 35.67 0.00 13.60 15.99 0.03 34.71 08:11:51 07:58:01 all 3.53 0.00 1.29 1.07 0.01 94.10 08:11:51 07:58:01 0 2.62 0.00 1.10 0.20 0.00 96.07 08:11:51 07:58:01 1 6.17 0.00 1.42 0.84 0.00 91.57 08:11:51 07:58:01 2 1.02 0.00 0.90 0.69 0.02 97.38 08:11:51 07:58:01 3 4.30 0.00 1.74 2.56 0.02 91.38 08:11:51 07:59:01 all 0.17 0.00 0.04 0.01 0.00 99.79 08:11:51 07:59:01 0 0.57 0.00 0.05 0.00 0.00 99.38 08:11:51 07:59:01 1 0.05 0.00 0.03 0.03 0.00 99.88 08:11:51 07:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 08:11:51 07:59:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:00:01 all 0.20 0.00 0.24 0.00 0.00 99.55 08:11:51 08:00:01 0 0.57 0.00 0.17 0.00 0.00 99.27 08:11:51 08:00:01 1 0.07 0.00 0.23 0.00 0.00 99.70 08:11:51 08:00:01 2 0.10 0.00 0.38 0.00 0.02 99.50 08:11:51 08:00:01 3 0.08 0.00 0.17 0.00 0.00 99.75 08:11:51 08:11:51 08:00:01 CPU %user %nice %system %iowait %steal %idle 08:11:51 08:01:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:11:51 08:01:01 0 0.50 0.00 0.02 0.00 0.00 99.48 08:11:51 08:01:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:01:01 3 0.00 0.00 0.00 0.02 0.00 99.98 08:11:51 08:02:01 all 0.16 0.00 0.06 0.02 0.00 99.76 08:11:51 08:02:01 0 0.55 0.00 0.03 0.03 0.00 99.38 08:11:51 08:02:01 1 0.05 0.00 0.07 0.00 0.02 99.87 08:11:51 08:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:02:01 3 0.03 0.00 0.12 0.03 0.00 99.82 08:11:51 08:03:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:11:51 08:03:01 0 0.50 0.00 0.02 0.00 0.00 99.48 08:11:51 08:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:11:51 08:03:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:04:02 all 0.17 0.00 0.07 0.03 0.00 99.74 08:11:51 08:04:02 0 0.42 0.00 0.05 0.00 0.00 99.53 08:11:51 08:04:02 1 0.08 0.00 0.03 0.00 0.00 99.88 08:11:51 08:04:02 2 0.10 0.00 0.12 0.10 0.00 99.68 08:11:51 08:04:02 3 0.07 0.00 0.07 0.00 0.00 99.87 08:11:51 08:05:01 all 0.03 0.00 0.03 0.00 0.00 99.94 08:11:51 08:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:11:51 08:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:05:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:06:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:11:51 08:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:06:01 1 0.03 0.00 0.00 0.00 0.00 99.97 08:11:51 08:06:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:07:01 all 0.02 0.00 0.02 0.00 0.00 99.95 08:11:51 08:07:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:11:51 08:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:11:51 08:07:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:11:51 08:08:01 all 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:08:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:08:01 1 0.00 0.00 0.00 0.00 0.00 100.00 08:11:51 08:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:09:01 all 0.06 0.00 0.04 0.00 0.00 99.90 08:11:51 08:09:01 0 0.07 0.00 0.05 0.00 0.00 99.88 08:11:51 08:09:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:11:51 08:09:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:11:51 08:09:01 3 0.05 0.00 0.02 0.00 0.00 99.93 08:11:51 08:10:01 all 0.03 0.00 0.01 0.00 0.00 99.96 08:11:51 08:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:11:51 08:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:11:51 08:10:01 3 0.05 0.00 0.00 0.00 0.00 99.95 08:11:51 08:11:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:11:51 08:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:11:51 08:11:01 1 0.02 0.00 0.00 0.00 0.00 99.98 08:11:51 08:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:11:51 08:11:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:11:51 08:11:51 Average: CPU %user %nice %system %iowait %steal %idle 08:11:51 Average: all 12.49 0.00 4.74 4.71 0.02 78.03 08:11:51 Average: 0 12.56 0.00 4.90 4.88 0.02 77.64 08:11:51 Average: 1 12.51 0.00 4.66 4.83 0.02 77.98 08:11:51 Average: 2 12.33 0.00 4.78 4.70 0.02 78.17 08:11:51 Average: 3 12.57 0.00 4.62 4.45 0.02 78.34 08:11:51 08:11:51 08:11:51