Pull request #3390 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (5925a6505da1d4207078e3b373fb0f7a21b0abb5) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3390/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3390/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1187’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1194 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 Merge succeeded, producing e8e4fc9cab9cc112d853042a1389ba1cd817f06d Checking out Revision e8e4fc9cab9cc112d853042a1389ba1cd817f06d (PR-3390) > git config core.sparsecheckout # timeout=10 > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8e4fc9cab9cc112d853042a1389ba1cd817f06d # timeout=10 Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:54:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:54:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:54:06 ========================================================= 15:54:06 EdgeX Global Pipelines Version Info 15:54:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:54:08 ------------------- 15:54:08 stable info: 15:54:08 ------------------- 15:54:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:54:08 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:54:08 Message: update stable to v1.0.186 15:54:09 ------------------- 15:54:09 experimental info: 15:54:09 ------------------- 15:54:09 Commited By: **** collab-it+edgex@linuxfoundation.org 15:54:09 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:54:09 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:54:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3390 [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3390 [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3390 [Pipeline] echo 15:54:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8e4fc9cab9cc112d853042a1389ba1cd817f06d [Pipeline] echo 15:54:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8e4fc9 [Pipeline] echo 15:54:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:54:11 provisioning config files... 15:54:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8722899596864021898tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:54:11 ---> docker-login.sh 15:54:11 nexus3.edgexfoundry.org:10001 15:54:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:12 Configure a credential helper to remove this warning. See 15:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:12 15:54:12 Login Succeeded 15:54:12 nexus3.edgexfoundry.org:10002 15:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:12 Configure a credential helper to remove this warning. See 15:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:12 15:54:12 Login Succeeded 15:54:12 nexus3.edgexfoundry.org:10003 15:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:12 Configure a credential helper to remove this warning. See 15:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:12 15:54:12 Login Succeeded 15:54:12 nexus3.edgexfoundry.org:10004 15:54:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:12 Configure a credential helper to remove this warning. See 15:54:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:12 15:54:12 Login Succeeded 15:54:12 docker.io 15:54:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:54:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:54:13 Configure a credential helper to remove this warning. See 15:54:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:54:13 15:54:13 Login Succeeded 15:54:13 ---> docker-login.sh ends [Pipeline] } 15:54:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:13 ++ 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 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/core-command/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo core-command,cmd/core-command/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/core-data/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo core-data,cmd/core-data/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/core-metadata/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo core-metadata,cmd/core-metadata/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/security-bootstrapper/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ cut -d/ -f2 15:54:13 ++ dirname cmd/security-proxy-setup/Dockerfile 15:54:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/support-notifications/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo support-notifications,cmd/support-notifications/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ dirname cmd/support-scheduler/Dockerfile 15:54:13 ++ cut -d/ -f2 15:54:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:54:13 + for file in '`ls cmd/**/Dockerfile`' 15:54:13 ++ cut -d/ -f2 15:54:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:54:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:54:13 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 15:54:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:54:14 15:54:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:54:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:54:15 latest: Pulling from edgex-devops/git-semver 15:54:15 31603596830f: Pulling fs layer 15:54:15 2a8b12db71e7: Pulling fs layer 15:54:15 6ca5941a6612: Pulling fs layer 15:54:15 ecc8261a40a4: Pulling fs layer 15:54:15 ecc8261a40a4: Waiting 15:54:15 2a8b12db71e7: Download complete 15:54:15 31603596830f: Download complete 15:54:15 ecc8261a40a4: Verifying Checksum 15:54:15 ecc8261a40a4: Download complete 15:54:15 6ca5941a6612: Verifying Checksum 15:54:15 6ca5941a6612: Download complete 15:54:15 31603596830f: Pull complete 15:54:15 2a8b12db71e7: Pull complete 15:54:16 6ca5941a6612: Pull complete 15:54:16 ecc8261a40a4: Pull complete 15:54:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:54:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:54:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:54:17 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 15:54:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:54:19 $ docker top 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:54:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:20 [ssh-agent] Looking for ssh-agent implementation... 15:54:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:20 $ docker exec 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent 15:54:20 SSH_AUTH_SOCK=/tmp/ssh-UxSO5EQXzGLP/agent.12 15:54:20 SSH_AGENT_PID=18 15:54:20 Running ssh-add (command line suppressed) 15:54:20 Identity added: /w/workspace/edgex-go/1@tmp/private_key_6132745917864633996.key (/w/workspace/edgex-go/1@tmp/private_key_6132745917864633996.key) 15:54:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:21 + git tag --points-at HEAD [Pipeline] } 15:54:21 $ docker exec --env ******** --env ******** 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent -k 15:54:21 unset SSH_AUTH_SOCK; 15:54:21 unset SSH_AGENT_PID; 15:54:21 echo Agent pid 18 killed; 15:54:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:54:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:54:21 [ssh-agent] Looking for ssh-agent implementation... 15:54:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:54:21 $ docker exec 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent 15:54:21 SSH_AUTH_SOCK=/tmp/ssh-kKeV3tLiLr8e/agent.48 15:54:21 SSH_AGENT_PID=54 15:54:21 Running ssh-add (command line suppressed) 15:54:21 Identity added: /w/workspace/edgex-go/1@tmp/private_key_3216138096670240705.key (/w/workspace/edgex-go/1@tmp/private_key_3216138096670240705.key) 15:54:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:54:22 + git semver init 15:54:22 # -> Open(): unable to determine branch for HEAD 15:54:22 # $GIT_DIR = /w/workspace/edgex-go/1/.git 15:54:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 15:54:22 # $SEMVER_REMOTE_NAME = origin 15:54:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:54:22 # $SEMVER_USER_NAME = edgex-jenkins 15:54:22 # $SEMVER_BRANCH = PR-3390 15:54:22 # $SEMVER_TEMP = /tmp/semver-573597439 15:54:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:54:48 # '/tmp/semver-573597439' -> '/w/workspace/edgex-go/1/.semver' 15:54:49 # -> Force: false 15:54:49 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 15:54:49 $ docker exec --env ******** --env ******** 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 ssh-agent -k 15:54:50 unset SSH_AUTH_SOCK; 15:54:50 unset SSH_AGENT_PID; 15:54:50 echo Agent pid 54 killed; 15:54:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:54:50 + git semver [Pipeline] } 15:54:50 $ docker stop --time=1 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 15:54:52 $ docker rm -f 5138014bbc2180133fe2c81c2fb053c67f98609eb45ee2492372d9daa1c0f9b4 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:54:53 Stashed 1 file(s) [Pipeline] echo 15:54:53 [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 15:54:54 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:54:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:54:55 + true 15:54:55 + sudo service docker restart 15:54:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:54:56 ========================================================= 15:54:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:54:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:54:56 + 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 . 15:55:00 Sending build context to Docker daemon 329.6MB 15:55:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:55:00 Step 2/6 : FROM ${BASE} 15:55:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:55:00 188c0c94c7c5: Pulling fs layer 15:55:00 0ef7d3d256c8: Pulling fs layer 15:55:00 de9db76c5a1d: Pulling fs layer 15:55:00 bca2f99d35d6: Pulling fs layer 15:55:00 93359f2a8cfa: Pulling fs layer 15:55:00 7c6f9722023f: Pulling fs layer 15:55:00 a35cf1a2eb13: Pulling fs layer 15:55:00 93359f2a8cfa: Waiting 15:55:00 7c6f9722023f: Waiting 15:55:00 a35cf1a2eb13: Waiting 15:55:00 bca2f99d35d6: Waiting 15:55:00 de9db76c5a1d: Verifying Checksum 15:55:00 de9db76c5a1d: Download complete 15:55:00 0ef7d3d256c8: Verifying Checksum 15:55:00 0ef7d3d256c8: Download complete 15:55:00 93359f2a8cfa: Download complete 15:55:00 7c6f9722023f: Verifying Checksum 15:55:00 7c6f9722023f: Download complete 15:55:00 188c0c94c7c5: Verifying Checksum 15:55:00 188c0c94c7c5: Download complete 15:55:01 188c0c94c7c5: Pull complete 15:55:01 0ef7d3d256c8: Pull complete 15:55:01 de9db76c5a1d: Pull complete 15:55:02 a35cf1a2eb13: Verifying Checksum 15:55:02 a35cf1a2eb13: Download complete 15:55:03 bca2f99d35d6: Download complete 15:55:08 Still waiting to schedule task 15:55:08 ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ is offline 15:55:10 bca2f99d35d6: Pull complete 15:55:10 93359f2a8cfa: Pull complete 15:55:10 7c6f9722023f: Pull complete 15:55:15 a35cf1a2eb13: Pull complete 15:55:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:55:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:55:15 ---> a62c8e92a672 15:55:15 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 15:55:15 ---> Running in ddaa8a44a0d9 15:55:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:55:18 (1/12) Installing libmagic (5.38-r0) 15:55:19 (2/12) Installing file (5.38-r0) 15:55:19 (3/12) Installing libc-dev (0.7.2-r3) 15:55:19 (4/12) Installing g++ (9.3.0-r2) 15:55:34 (5/12) Installing fortify-headers (1.1-r0) 15:55:34 (6/12) Installing patch (2.7.6-r6) 15:55:34 (7/12) Installing build-base (0.5-r2) 15:55:34 (8/12) Installing libsodium (1.0.18-r0) 15:55:34 (9/12) Installing pkgconf (1.7.2-r0) 15:55:34 (10/12) Installing libsodium-dev (1.0.18-r0) 15:55:34 (11/12) Installing libzmq (4.3.3-r0) 15:55:35 (12/12) Installing zeromq-dev (4.3.3-r0) 15:55:35 Executing busybox-1.31.1-r19.trigger 15:55:35 OK: 233 MiB in 51 packages 15:55:39 Removing intermediate container ddaa8a44a0d9 15:55:39 ---> 2a074de50f36 15:55:39 Step 4/6 : WORKDIR /edgex-go 15:55:39 ---> Running in 341f8412773c 15:55:39 Removing intermediate container 341f8412773c 15:55:39 ---> aa97d80db37d 15:55:39 Step 5/6 : COPY go.mod . 15:55:39 ---> f76dfb75f4e4 15:55:39 Step 6/6 : RUN go mod download 15:55:40 ---> Running in 2b561e6d81a2 15:56:02 Removing intermediate container 2b561e6d81a2 15:56:02 ---> 68f51d0a7816 15:56:02 Successfully built 68f51d0a7816 15:56:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:56:02 + docker inspect -f . ci-base-image-x86_64 15:56:02 . [Pipeline] withDockerContainer 15:56:02 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 15:56:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 15:56:03 $ docker top fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:04 + go version 15:56:04 go version go1.15.5 linux/amd64 [Pipeline] } 15:56:04 $ docker stop --time=1 fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 15:56:05 $ docker rm -f fdffd8462a6d9f1882fd51346a65e89b4324f9b4b8951d9628be350af1a4e589 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:06 + docker inspect -f . ci-base-image-x86_64 15:56:06 . [Pipeline] withDockerContainer 15:56:06 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 15:56:06 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 15:56:08 $ docker top 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 -eo pid,comm [Pipeline] { [Pipeline] echo 15:56:08 ========================================================= 15:56:08 [edgeXBuildGoParallel] Running Tests and Build... 15:56:08 ========================================================= [Pipeline] sh 15:56:08 + make test 15:56:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:56:20 ? github.com/edgexfoundry/edgex-go [no test files] 15:56:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:56:45 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:56:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:56:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:56:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:56:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:56:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:56:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:56:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:56:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:56:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:56:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:56:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:56:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:56:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:56:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements 15:56:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.111s coverage: 100.0% of statements 15:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 71.3% of statements 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements 15:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.092s coverage: 78.9% of statements 15:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.471s coverage: 28.6% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.196s coverage: 97.5% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.490s coverage: 93.0% of statements 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.9% of statements 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:57:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 15:57:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 15:57:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements 15:57:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 15:57:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.253s coverage: 81.9% of statements 15:57:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.096s coverage: 92.9% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.109s coverage: 87.2% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.098s coverage: 84.6% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.140s coverage: 91.6% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.287s coverage: 64.4% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.648s coverage: 69.0% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.162s coverage: 38.4% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.046s coverage: 84.8% of statements 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.089s coverage: 9.6% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:57:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.201s coverage: 88.6% of statements 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:57:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.266s coverage: 28.7% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.105s coverage: 99.0% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.126s coverage: 100.0% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.110s coverage: 64.6% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.207s coverage: 95.6% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:57:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:57:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 15:57:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 28.1% of statements 15:57:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 15:57:37 GO111MODULE=on go vet ./... 15:58:16 gofmt -l . 15:58:16 [ "`gofmt -l .`" = "" ] 15:58:16 ./bin/test-go-mod-tidy.sh 15:58:16 ./bin/test-attribution-txt.sh [Pipeline] sh 15:58:18 + ls -al . 15:58:18 total 812 15:58:18 drwxrwxr-x 10 1001 1001 4096 Apr 20 15:58 . 15:58:18 drwxr-xr-x 4 root root 28 Apr 20 15:56 .. 15:58:18 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:54 .dockerignore 15:58:18 drwxrwxr-x 8 1001 1001 179 Apr 20 15:54 .git 15:58:18 drwxrwxr-x 3 1001 1001 125 Apr 20 15:54 .github 15:58:18 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:54 .gitignore 15:58:18 drwx------ 3 1001 1001 60 Apr 20 15:54 .semver 15:58:18 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:54 .sonarcloud.properties 15:58:18 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:54 Attribution.txt 15:58:18 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:54 CONTRIBUTING.md 15:58:18 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:54 Dockerfile.build 15:58:18 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:54 Jenkinsfile 15:58:18 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:54 LICENSE 15:58:18 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:54 Makefile 15:58:18 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:54 README.md 15:58:18 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:54 SECURITY.md 15:58:18 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:54 VERSION 15:58:18 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:54 ZMQWindows.md 15:58:18 drwxrwxr-x 2 1001 1001 117 Apr 20 15:54 bin 15:58:18 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:54 cmd 15:58:18 -rw-r--r-- 1 root root 703598 Apr 20 15:57 coverage.out 15:58:18 -rw-r--r-- 1 root root 1058 Apr 20 15:58 go.mod 15:58:18 -rw-r--r-- 1 root root 22187 Apr 20 15:58 go.sum 15:58:18 drwxrwxr-x 8 1001 1001 127 Apr 20 15:54 internal 15:58:18 drwxrwxr-x 4 1001 1001 26 Apr 20 15:54 openapi 15:58:18 drwxrwxr-x 4 1001 1001 71 Apr 20 15:54 snap 15:58:18 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:54 version.go [Pipeline] sh 15:58:18 + '[' -e coverage.out ] 15:58:18 + chown 1001:1001 coverage.out [Pipeline] stash 15:58:19 Stashed 1 file(s) [Pipeline] sh 15:58:19 + make build 15:58: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 15:58:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1200 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws 15:58:19 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 15:58:23 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 15:58:25 using credential edgex-jenkins-ssh 15:58:25 Cloning the remote Git repository 15:58:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:58:25 > git init /w/workspace/edgex-go/1 # timeout=10 15:58:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:58:25 > git --version # timeout=10 15:58:25 > git --version # 'git version 2.17.1' 15:58:25 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:58:33 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 15:58:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:58:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:58:38 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 15:58:40 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 15:58:41 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 15:58:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:58:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:58:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:58:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:58:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:58:41 > git config core.sparsecheckout # timeout=10 15:58:41 > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # timeout=10 15:58:42 > git remote # timeout=10 15:58:42 > git config --get remote.origin.url # timeout=10 15:58:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:42 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 15:58:42 Merge succeeded, producing 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 15:58:42 Checking out Revision 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 (PR-3390) 15:58:42 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 15:58:42 > git rev-parse HEAD^{commit} # timeout=10 15:58:42 > git config core.sparsecheckout # timeout=10 15:58:42 > git checkout -f 67af6cb1b841e579a792ef87e02a28d7c0ff1fe1 # timeout=10 15:58:44 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 15:58: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 15:58:46 Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" 15:58:46 First time build. Skipping changelog. 15:58:46 > git --version # timeout=10 15:58:46 > git --version # 'git version 2.17.1' 15:58:46 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:58:48 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 15:58:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:58:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:58:49 + true 15:58:49 + sudo service docker restart 15:58:49 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] withEnv [Pipeline] { [Pipeline] wrap 15:58:51 provisioning config files... 15:58:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2465460061429388838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:58:51 ---> docker-login.sh 15:58:51 nexus3.edgexfoundry.org:10001 15:58:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 15:58:52 $ docker stop --time=1 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 15:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:53 Configure a credential helper to remove this warning. See 15:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:53 15:58:53 Login Succeeded 15:58:53 nexus3.edgexfoundry.org:10002 15:58:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:53 Configure a credential helper to remove this warning. See 15:58:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:53 15:58:53 Login Succeeded 15:58:53 nexus3.edgexfoundry.org:10003 15:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:54 Configure a credential helper to remove this warning. See 15:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:54 15:58:54 Login Succeeded 15:58:54 nexus3.edgexfoundry.org:10004 15:58:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:54 $ docker rm -f 482ed1551127b18e8f34017597c985e23f951aa63e6dbff760f4638bb7b48a52 15:58:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:54 Configure a credential helper to remove this warning. See 15:58:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:54 15:58:54 Login Succeeded 15:58:54 docker.io 15:58:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:58:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:58:55 Configure a credential helper to remove this warning. See 15:58:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:58:55 15:58:55 Login Succeeded [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script 15:58:55 ---> docker-login.sh ends [Pipeline] { [Pipeline] } 15:58:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 15:58:56 ========================================================= 15:58:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:58:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:58:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:58:57 15:58:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:58:57 + 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 . 15:58:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:58:57 latest: Pulling from edgex-devops/edgex-compose 15:58:57 cbdbe7a5bc2a: Pulling fs layer 15:58:57 ca9280d653b3: Pulling fs layer 15:58:57 7e9c9ca2126c: Pulling fs layer 15:58:57 cbdbe7a5bc2a: Verifying Checksum 15:58:57 cbdbe7a5bc2a: Download complete 15:58:58 cbdbe7a5bc2a: Pull complete 15:58:58 ca9280d653b3: Verifying Checksum 15:58:58 ca9280d653b3: Download complete 15:58:59 Sending build context to Docker daemon 167.4MB 15:58:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:58:59 Step 2/6 : FROM ${BASE} 15:58:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:58:59 5f621e34cdf4: Pulling fs layer 15:58:59 a4357932f1b6: Pulling fs layer 15:58:59 18c013af1878: Pulling fs layer 15:58:59 00ac8860ef70: Pulling fs layer 15:58:59 63d7cb157983: Pulling fs layer 15:58:59 b116817d02f9: Pulling fs layer 15:58:59 745a02a5169b: Pulling fs layer 15:58:59 b116817d02f9: Waiting 15:58:59 00ac8860ef70: Waiting 15:58:59 63d7cb157983: Waiting 15:58:59 745a02a5169b: Waiting 15:58:59 a4357932f1b6: Verifying Checksum 15:58:59 a4357932f1b6: Download complete 15:58:59 5f621e34cdf4: Verifying Checksum 15:58:59 5f621e34cdf4: Download complete 15:58:59 63d7cb157983: Verifying Checksum 15:58:59 63d7cb157983: Download complete 15:58:59 b116817d02f9: Verifying Checksum 15:58:59 b116817d02f9: Download complete 15:59:00 ca9280d653b3: Pull complete 15:59:00 5f621e34cdf4: Pull complete 15:59:00 7e9c9ca2126c: Download complete 15:59:00 18c013af1878: Download complete 15:59:01 a4357932f1b6: Pull complete 15:59:01 18c013af1878: Pull complete 15:59:03 745a02a5169b: Verifying Checksum 15:59:03 745a02a5169b: Download complete 15:59:03 00ac8860ef70: Verifying Checksum 15:59:03 00ac8860ef70: Download complete 15:59:08 7e9c9ca2126c: Pull complete 15:59:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:59:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:59:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:59:09 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 15:59:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:59:10 $ docker top 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:11 + docker-compose build --help 15:59:11 + grep parallel 15:59:12 --parallel Build images in parallel. [Pipeline] } 15:59:12 $ docker stop --time=1 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c 15:59:13 00ac8860ef70: Pull complete 15:59:13 63d7cb157983: Pull complete 15:59:14 b116817d02f9: Pull complete 15:59:14 $ docker rm -f 326fd7ebd385685604f612a42c3c657f06e8fa0e05192496c3a426c3ffb3717c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:59:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:59:15 . [Pipeline] withDockerContainer 15:59:15 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 15:59:15 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:59:17 $ docker top 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:17 + docker-compose -f ./docker-compose-build.yml build --parallel 15:59:18 745a02a5169b: Pull complete 15:59:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:59:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:59:18 ---> b7e6874047d6 15:59:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:59:19 Building docker-core-command-go ... 15:59:19 Building docker-core-data-go ... 15:59:19 Building docker-core-metadata-go ... 15:59:19 Building docker-security-bootstrapper-go ... 15:59:19 Building docker-security-proxy-setup-go ... 15:59:19 Building docker-security-secretstore-setup-go ... 15:59:19 Building docker-support-notifications-go ... 15:59:19 Building docker-support-scheduler-go ... 15:59:19 Building docker-sys-mgmt-agent-go ... 15:59:19 Building docker-support-scheduler-go 15:59:19 Building docker-security-bootstrapper-go 15:59:19 Building docker-core-data-go 15:59:19 Building docker-core-metadata-go 15:59:19 Building docker-security-secretstore-setup-go 15:59:21 ---> Running in accd815e2bc5 15:59:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:24 (1/12) Installing libmagic (5.38-r0) 15:59:24 (2/12) Installing file (5.38-r0) 15:59:24 (3/12) Installing libc-dev (0.7.2-r3) 15:59:24 (4/12) Installing g++ (9.3.0-r2) 15:59:37 (5/12) Installing fortify-headers (1.1-r0) 15:59:37 (6/12) Installing patch (2.7.6-r6) 15:59:37 (7/12) Installing build-base (0.5-r2) 15:59:37 (8/12) Installing libsodium (1.0.18-r0) 15:59:37 (9/12) Installing pkgconf (1.7.2-r0) 15:59:37 (10/12) Installing libsodium-dev (1.0.18-r0) 15:59:37 (11/12) Installing libzmq (4.3.3-r0) 15:59:37 (12/12) Installing zeromq-dev (4.3.3-r0) 15:59:37 Executing busybox-1.31.1-r19.trigger 15:59:37 OK: 217 MiB in 51 packages 15:59:40 Removing intermediate container accd815e2bc5 15:59:40 ---> 142777c4952b 15:59:40 Step 4/6 : WORKDIR /edgex-go 15:59:40 ---> Running in f6b69a0f0f3c 15:59:41 Removing intermediate container f6b69a0f0f3c 15:59:41 ---> 3ed3b34b74b1 15:59:41 Step 5/6 : COPY go.mod . 15:59:41 ---> d37261d7527d 15:59:41 Step 6/6 : RUN go mod download 15:59:41 ---> Running in 91fd89f4be7e 16:00:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:00:05 ---> 68f51d0a7816 16:00:05 Step 3/23 : WORKDIR /edgex-go 16:00:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:00:05 ---> 68f51d0a7816 16:00:05 Step 3/22 : WORKDIR /edgex-go 16:00:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:00:05 ---> 68f51d0a7816 16:00:05 Step 3/31 : WORKDIR /edgex-go 16:00:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:00:05 ---> 68f51d0a7816 16:00:05 Step 3/24 : WORKDIR /edgex-go 16:00:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:00:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:00:05 ---> 68f51d0a7816 16:00:05 Step 3/23 : WORKDIR /edgex-go 16:00:05 ---> Running in 38271ea5f840 16:00:05 ---> Running in 57a958430819 16:00:05 ---> Running in 3873b3194b9e 16:00:05 ---> Running in e604d1dd246c 16:00:05 ---> Running in 82ec04434040 16:00:05 Removing intermediate container 38271ea5f840 16:00:05 ---> 04f2c3066c9f 16:00:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:05 Removing intermediate container 82ec04434040 16:00:05 ---> 7f1b7e8c2740 16:00:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:05 Removing intermediate container 3873b3194b9e 16:00:05 ---> 19534426311e 16:00:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:05 Removing intermediate container 57a958430819 16:00:05 ---> 05fdf7e9cd89 16:00:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:05 Removing intermediate container e604d1dd246c 16:00:05 ---> 5ca80f0dd80d 16:00:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:05 ---> Running in e4353124ea90 16:00:05 ---> Running in 9f7cc45d9701 16:00:05 ---> Running in 7d500ab79c98 16:00:05 ---> Running in 28c0a9c31840 16:00:05 ---> Running in 7fd9011306e9 16:00:05 Removing intermediate container e4353124ea90 16:00:05 ---> 41bf8554281e 16:00:05 Step 5/22 : RUN apk add --update --no-cache make git 16:00:05 Removing intermediate container 9f7cc45d9701 16:00:05 ---> de4da8770639 16:00:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:00:05 ---> Running in 0425d2b3d14b 16:00:05 Removing intermediate container 28c0a9c31840 16:00:05 ---> 7932cf1ab479 16:00:05 Step 5/24 : RUN apk add --update --no-cache make git 16:00:05 ---> Running in 90f54866a5db 16:00:05 Removing intermediate container 7d500ab79c98 16:00:05 ---> f29ebc67e225 16:00:05 Step 5/31 : RUN apk add --update --no-cache make git 16:00:05 Removing intermediate container 7fd9011306e9 16:00:05 ---> 3624467b838d 16:00:05 Step 5/23 : RUN apk add --update --no-cache make git 16:00:05 ---> Running in 5b5fdaf49eca 16:00:05 ---> Running in a60aec36da45 16:00:05 ---> Running in 545910c229c5 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:06 OK: 233 MiB in 51 packages 16:00:06 OK: 233 MiB in 51 packages 16:00:06 OK: 233 MiB in 51 packages 16:00:06 OK: 233 MiB in 51 packages 16:00:06 OK: 233 MiB in 51 packages 16:00:07 Removing intermediate container 0425d2b3d14b 16:00:07 ---> b74774684921 16:00:07 Step 6/22 : COPY go.mod . 16:00:07 Removing intermediate container 90f54866a5db 16:00:07 ---> d1f7b362f609 16:00:07 Step 6/23 : COPY go.mod . 16:00:07 ---> 297367d9c150 16:00:07 Step 7/22 : RUN go mod download 16:00:07 ---> 3eadd42c3124 16:00:07 Step 7/23 : RUN go mod download 16:00:07 Removing intermediate container 5b5fdaf49eca 16:00:07 ---> c152b2d5df72 16:00:07 Step 6/24 : COPY go.mod . 16:00:07 Removing intermediate container a60aec36da45 16:00:07 ---> 783d5973b2a5 16:00:07 Step 6/31 : COPY go.mod . 16:00:07 ---> Running in a3f28d1cf4c1 16:00:08 ---> Running in 76cf90ec9105 16:00:08 Removing intermediate container 545910c229c5 16:00:08 ---> f307b3cf795c 16:00:08 Step 6/23 : COPY go.mod . 16:00:08 ---> fc24ae4d7dbc 16:00:08 Step 7/24 : RUN go mod download 16:00:08 ---> 270bd6d02cbd 16:00:08 Step 7/31 : RUN go mod download 16:00:08 ---> a658a55bb8dd 16:00:08 Step 7/23 : RUN go mod download 16:00:08 ---> Running in 95ca59de7438 16:00:08 ---> Running in 537c4c1c8262 16:00:08 ---> Running in c5ed29b12da7 16:00:08 Removing intermediate container 91fd89f4be7e 16:00:08 ---> 5284b403ce06 16:00:08 Successfully built 5284b403ce06 16:00:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:00:09 + docker inspect -f . ci-base-image-arm64 16:00:09 . [Pipeline] withDockerContainer 16:00:09 prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container 16:00:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 16:00:11 Removing intermediate container 95ca59de7438 16:00:11 ---> 44e4bc08df05 16:00:11 Step 8/31 : COPY . . 16:00:11 Removing intermediate container a3f28d1cf4c1 16:00:11 ---> 6395f8bba391 16:00:11 Step 8/22 : COPY . . 16:00:11 Removing intermediate container 76cf90ec9105 16:00:11 ---> 458ba1cfcc1a 16:00:11 Step 8/23 : COPY . . 16:00:11 $ docker top 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:12 + go version 16:00:12 go version go1.15.5 linux/arm64 [Pipeline] } 16:00:12 $ docker stop --time=1 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a 16:00:13 Removing intermediate container c5ed29b12da7 16:00:13 ---> 2fa87a5944b4 16:00:13 Step 8/23 : COPY . . 16:00:14 $ docker rm -f 159c5a67584e222a00f9207ac8d8847fc6faf463234a8c1748f9c4de6320997a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:15 + docker inspect -f . ci-base-image-arm64 16:00:15 . [Pipeline] withDockerContainer 16:00:15 prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container 16:00:15 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 16:00:17 $ docker top 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 -eo pid,comm [Pipeline] { [Pipeline] echo 16:00:17 ========================================================= 16:00:17 [edgeXBuildGoParallel] Running Tests and Build... 16:00:17 ========================================================= [Pipeline] sh 16:00:18 + make test 16:00:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:00:18 Removing intermediate container 537c4c1c8262 16:00:18 ---> 2210b8d193aa 16:00:18 Step 8/24 : COPY . . 16:00:40 ? github.com/edgexfoundry/edgex-go [no test files] 16:00:58 ---> 971ba383bbe8 16:00:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:00:58 ---> 8bd2646c1e2a 16:00:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:00:58 ---> Running in d5cb433ae1e4 16:00:58 ---> Running in fc5dee733eb9 16:00:58 ---> 03e3a11634b4 16:00:58 Step 9/23 : RUN make cmd/core-data/core-data 16:00:58 ---> a353a96d1e6b 16:00:58 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:00:58 ---> 4f6d9756834d 16:00:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:00:58 ---> Running in 5c47784454c4 16:00:58 ---> Running in 662709ef0bcf 16:00:58 ---> Running in 02aa2ae8c220 16:00:58 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 16:00:58 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 16:00:58 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 16:00:58 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 16:00:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:01:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:01:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:01:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:01:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:01:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:01:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:01:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:01:53 Removing intermediate container fc5dee733eb9 16:01:53 ---> 4b243706de04 16:01:53 16:01:53 Step 10/31 : FROM alpine:3.12 16:01:53 3.12: Pulling from library/alpine 16:01:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:01:54 Status: Downloaded newer image for alpine:3.12 16:01:54 ---> 13621d1b12d4 16:01:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:01:58 ---> Running in 1b1b4c4ddc6b 16:01:59 Removing intermediate container 662709ef0bcf 16:01:59 ---> 2dbd03346463 16:01:59 16:01:59 Step 10/24 : FROM alpine:3.12 16:01:59 ---> 13621d1b12d4 16:01:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:01:59 Removing intermediate container 1b1b4c4ddc6b 16:01:59 ---> 961d9f4332f9 16:01:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:01:59 ---> Running in ce0f307e45c7 16:01:59 ---> Running in 2f41068b2a06 16:02:00 Removing intermediate container d5cb433ae1e4 16:02:00 ---> 4fa7e8238d8a 16:02:00 16:02:00 Step 10/22 : FROM alpine:3.12 16:02:00 ---> 13621d1b12d4 16:02:00 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:02:00 ---> Running in 6b9fc0427450 16:02:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:02:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:02:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:01 (1/6) Installing ca-certificates (20191127-r4) 16:02:01 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:02:01 (3/6) Installing libcurl (7.76.1-r0) 16:02:01 (4/6) Installing curl (7.76.1-r0) 16:02:01 (5/6) Installing dumb-init (1.2.2-r1) 16:02:01 (6/6) Installing su-exec (0.2-r1) 16:02:01 Executing busybox-1.31.1-r20.trigger 16:02:01 Executing ca-certificates-20191127-r4.trigger 16:02:01 OK: 7 MiB in 20 packages 16:02:01 (1/1) Installing dumb-init (1.2.2-r1) 16:02:02 Executing busybox-1.31.1-r20.trigger 16:02:02 OK: 6 MiB in 15 packages 16:02:02 (1/2) Installing dumb-init (1.2.2-r1) 16:02:02 (2/2) Installing su-exec (0.2-r1) 16:02:02 Executing busybox-1.31.1-r20.trigger 16:02:02 OK: 6 MiB in 16 packages 16:02:06 Removing intermediate container 02aa2ae8c220 16:02:06 ---> e6146706c67f 16:02:06 16:02:06 Step 10/23 : FROM alpine:3.12 16:02:06 ---> 13621d1b12d4 16:02:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:02:07 Removing intermediate container 5c47784454c4 16:02:07 ---> 93b9c068f9a3 16:02:07 16:02:07 Step 10/23 : FROM alpine:3.12 16:02:07 ---> 13621d1b12d4 16:02:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:02:07 ---> Running in 859e6ef5cce2 16:02:07 Removing intermediate container ce0f307e45c7 16:02:07 ---> 91c05bde9b32 16:02:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:02:07 ---> Running in d2b6cfe035ab 16:02:07 Removing intermediate container 2f41068b2a06 16:02:07 ---> a18d6d77b91c 16:02:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:02:07 Removing intermediate container 6b9fc0427450 16:02:07 ---> 70916a004a6f 16:02:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:07 ---> Running in 0f60d4cda0a8 16:02:07 ---> Running in 77fc28e3b3ab 16:02:07 ---> Running in 594468c73627 16:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 45.9% of statements 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:02:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements 16:02:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.229s coverage: 100.0% of statements 16:02:08 Removing intermediate container d2b6cfe035ab 16:02:08 ---> 6146bd6c9d82 16:02:08 Step 12/23 : ENV APP_PORT=48080 16:02:08 Removing intermediate container 77fc28e3b3ab 16:02:08 ---> aafab1bb5382 16:02:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:02:08 Removing intermediate container 0f60d4cda0a8 16:02:08 ---> 5e1c377dba47 16:02:08 Step 13/24 : WORKDIR / 16:02:08 ---> Running in 01278d374ccf 16:02:08 ---> Running in 2b6d474a9ed8 16:02:08 ---> Running in 87390afcb7b2 16:02:08 Removing intermediate container 594468c73627 16:02:08 ---> 24f3a0019c83 16:02:08 Step 13/22 : ENV APP_PORT=48085 16:02:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:08 ---> Running in a70004e9542e 16:02:08 Removing intermediate container 01278d374ccf 16:02:08 ---> 845ea60853ae 16:02:08 Step 13/23 : EXPOSE $APP_PORT 16:02:08 Removing intermediate container 2b6d474a9ed8 16:02:08 ---> ba9f70ea027e 16:02:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:02:08 Removing intermediate container 87390afcb7b2 16:02:08 ---> d6ae578405c4 16:02:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:02:08 (1/1) Installing dumb-init (1.2.2-r1) 16:02:08 Executing busybox-1.31.1-r20.trigger 16:02:08 OK: 6 MiB in 15 packages 16:02:09 ---> Running in 93f762d721c5 16:02:09 ---> Running in b317082801e3 16:02:09 Removing intermediate container a70004e9542e 16:02:09 ---> 190f9d9b8945 16:02:09 Step 14/22 : EXPOSE $APP_PORT 16:02:10 ---> Running in 4eafaecbeb95 16:02:10 Removing intermediate container 93f762d721c5 16:02:10 ---> 08f7ac1db471 16:02:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:10 ---> 6fdd4be67c2f 16:02:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:02:10 ---> Running in bde99e0b0b76 16:02:10 Removing intermediate container 4eafaecbeb95 16:02:10 ---> 85989a48ad07 16:02:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:10 Removing intermediate container 859e6ef5cce2 16:02:10 ---> 4524fe79dc3b 16:02:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:02:11 ---> cdbca484a020 16:02:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:02:11 ---> Running in 967d9e5f9609 16:02:11 ---> 32830da9f52d 16:02:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:02:11 Removing intermediate container 967d9e5f9609 16:02:11 ---> 17bd0b91c230 16:02:11 Step 13/23 : ENV APP_PORT=48081 16:02:11 ---> 42cc8274672f 16:02:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:02:11 ---> Running in 108082397f5e 16:02:12 Removing intermediate container b317082801e3 16:02:12 ---> 84408fd1a8c7 16:02:12 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:02:12 ---> Running in 0c98fe5d6ce9 16:02:12 Removing intermediate container 108082397f5e 16:02:12 ---> b39b569c788c 16:02:12 Step 14/23 : EXPOSE $APP_PORT 16:02:12 ---> Running in 4418fbfc09da 16:02:12 ---> dc8a775d7da1 16:02:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:02:12 ---> 24ee29880ba8 16:02:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:02:12 Removing intermediate container bde99e0b0b76 16:02:12 ---> 3dfd24055536 16:02:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:02:12 ---> Running in b2bb17501e74 16:02:12 Removing intermediate container 0c98fe5d6ce9 16:02:12 ---> d06b1f479a77 16:02:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:02:14 Removing intermediate container 4418fbfc09da 16:02:14 ---> a5a08a900d21 16:02:14 Step 15/23 : WORKDIR / 16:02:14 ---> f8212f82dd76 16:02:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:02:14 ---> fb77d3b8f31a 16:02:14 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:02:14 ---> 6e9f750f4852 16:02:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:02:14 ---> Running in faee6e8d9515 16:02:14 ---> Running in ee25969bbbae 16:02:14 ---> Running in 9ef212cf6f4e 16:02:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:14 ---> 699be8575b26 16:02:14 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/ 16:02:14 Removing intermediate container faee6e8d9515 16:02:14 ---> d01f04f80bb1 16:02:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:14 Removing intermediate container ee25969bbbae 16:02:14 ---> b82e6562ee20 16:02:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:14 ---> Running in a279e59bea04 16:02:14 ---> Running in ae2bcf68f821 16:02:15 Removing intermediate container ae2bcf68f821 16:02:15 ---> 950e90dcf8b5 16:02:15 Step 20/22 : LABEL arch=x86_64 16:02:15 ---> c5eaa85806ed 16:02:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:02:15 ---> Running in c07dedde2486 16:02:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:15 Removing intermediate container c07dedde2486 16:02:15 ---> 0faaea7e76ea 16:02:15 Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:02:16 ---> Running in 6b05fc4c27d3 16:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.558s coverage: 27.1% of statements 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.199s coverage: 100.0% of statements 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:02:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.213s coverage: 100.0% of statements 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:02:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:02:16 Removing intermediate container 9ef212cf6f4e 16:02:16 ---> 159f1406e32e 16:02:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:16 ---> dd8df0c192ce 16:02:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:02:16 Removing intermediate container 6b05fc4c27d3 16:02:16 ---> 9573b7622d4f 16:02:16 Step 22/22 : LABEL version=0.0.0 16:02:16 ---> Running in 6815d1f5630d 16:02:16 Removing intermediate container a279e59bea04 16:02:16 ---> 3bd27b2860a1 16:02:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:02:16 ---> f4ec9a279958 16:02:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:02:16 ---> dc0cd8a2d662 16:02:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:02:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 71.3% of statements 16:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:02:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:02:17 (1/6) Installing dumb-init (1.2.2-r1) 16:02:17 ---> Running in fe7bfb0a4f46 16:02:17 ---> Running in 563290e0350c 16:02:17 (2/6) Installing libgcc (9.3.0-r2) 16:02:17 Removing intermediate container 6815d1f5630d 16:02:17 ---> 5e6f4a88ed6a 16:02:17 16:02:17 (3/6) Installing libsodium (1.0.18-r0) 16:02:17 Removing intermediate container 563290e0350c 16:02:17 ---> 558a60b6ebf0 16:02:17 Step 22/24 : LABEL arch=x86_64 16:02:17 (4/6) Installing libstdc++ (9.3.0-r2) 16:02:17 Removing intermediate container fe7bfb0a4f46 16:02:17 ---> cb1d5e7d5a94 16:02:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:17 Successfully built 5e6f4a88ed6a 16:02:17 ---> Running in 150db6d23e5b 16:02:17 Successfully tagged docker-support-scheduler-go:latest 16:02:17 Building docker-support-notifications-go 16:02:17 ---> Running in 532736b84b18 16:02:18  Building docker-support-scheduler-go ... done  ---> 77de6a284100 16:02:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:02:18 (5/6) Installing libzmq (4.3.3-r0) 16:02:18 Removing intermediate container 150db6d23e5b 16:02:18 ---> 3cdc5774fe95 16:02:18 Step 23/24 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:02:18 Removing intermediate container 532736b84b18 16:02:18 ---> d77b414ac4a3 16:02:18 Step 21/23 : LABEL arch=x86_64 16:02:18 ---> Running in b21a521d2545 16:02:18 ---> Running in 4d2132f8c998 16:02:18 (6/6) Installing zeromq (4.3.3-r0) 16:02:18 ---> 457b88ca205a 16:02:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:02:18 Executing busybox-1.31.1-r20.trigger 16:02:18 OK: 8 MiB in 20 packages 16:02:18 Removing intermediate container 4d2132f8c998 16:02:18 ---> a6d49ae64d28 16:02:18 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:02:18 Removing intermediate container b21a521d2545 16:02:18 ---> 2d948dda3f23 16:02:18 Step 24/24 : LABEL version=0.0.0 16:02:19 ---> Running in 70ca43607961 16:02:19 ---> Running in 6d455b994b5e 16:02:19 ---> 57aea8f5a265 16:02:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:02:19 Removing intermediate container 70ca43607961 16:02:19 ---> 4e281669e0fa 16:02:19 16:02:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.699s coverage: 82.9% of statements 16:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:02:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements 16:02:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:02:19 Successfully built 4e281669e0fa 16:02:19 Removing intermediate container 6d455b994b5e 16:02:19 ---> 9dc6f7dd3af3 16:02:19 Step 23/23 : LABEL version=0.0.0 16:02:19 Removing intermediate container b2bb17501e74 16:02:19 ---> 0553d7593c6e 16:02:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:02:19 Successfully tagged docker-security-secretstore-setup-go:latest 16:02:19 Building docker-sys-mgmt-agent-go 16:02:19  Building docker-security-secretstore-setup-go ... done  ---> Running in 3076a3563733 16:02:19 ---> 7cc277912fc2 16:02:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:02:21 ---> Running in 05983ee377df 16:02:21 Removing intermediate container 3076a3563733 16:02:21 ---> 83935cd18a28 16:02:21 16:02:22 ---> 7510785bb32c 16:02:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:02:23 Successfully built 83935cd18a28 16:02:24 Successfully tagged docker-core-metadata-go:latest 16:02:24  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 16:02:24 Removing intermediate container 05983ee377df 16:02:24 ---> b02edcba423b 16:02:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:02:26 ---> 6c83affd56d2 16:02:26 Step 26/31 : RUN chmod +x /entrypoint.sh 16:02:27 ---> 3507718e7cfa 16:02:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:02:27 ---> Running in 469b5b1261c2 16:02:28 ---> a4aff7e3159f 16:02:28 Step 19/23 : ENTRYPOINT ["/core-data"] 16:02:29 ---> Running in d602845cf347 16:02:29 Removing intermediate container d602845cf347 16:02:29 ---> 0b814500173c 16:02:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:02:29 ---> Running in 9565e8ebab47 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.185s coverage: 28.6% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.226s coverage: 100.0% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.406s coverage: 86.7% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.429s coverage: 97.5% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:02:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.231s coverage: 78.3% of statements 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:02:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:02:31 Removing intermediate container 9565e8ebab47 16:02:31 ---> a5073c814ea7 16:02:31 Step 21/23 : LABEL arch=x86_64 16:02:33 ---> Running in 6c25358e73f0 16:02:35 Removing intermediate container 6c25358e73f0 16:02:35 ---> d86259b400a0 16:02:35 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:02:35 Removing intermediate container 469b5b1261c2 16:02:35 ---> be2623f57b22 16:02:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:02:35 ---> Running in 2b04a7ca01cd 16:02:36 ---> Running in 0e7f97bb599a 16:02:37 Removing intermediate container 2b04a7ca01cd 16:02:37 ---> ce73f60d4718 16:02:37 Step 23/23 : LABEL version=0.0.0 16:02:38 ---> Running in a2f934c084c3 16:02:38 Removing intermediate container 0e7f97bb599a 16:02:38 ---> c0976160811c 16:02:38 Step 28/31 : CMD ["gate"] 16:02:39 ---> Running in 8e2e4d31f159 16:02:39 Removing intermediate container a2f934c084c3 16:02:39 ---> d7dcb338ed31 16:02:39 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.199s coverage: 93.0% of statements 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.9% of statements 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:02:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.148s coverage: 47.1% of statements 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.157s coverage: 79.5% of statements 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.175s coverage: 94.1% of statements 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.186s coverage: 96.3% of statements 16:02:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements 16:02:40 Successfully built d7dcb338ed31 16:02:40 Removing intermediate container 8e2e4d31f159 16:02:40 ---> 4537fe115006 16:02:40 Step 29/31 : LABEL arch=x86_64 16:02:40 Successfully tagged docker-core-data-go:latest 16:02:40  Building docker-core-data-go ... done Building docker-core-command-go 16:02:42 ---> Running in becd69a0b259 16:02:43 Removing intermediate container becd69a0b259 16:02:43 ---> 1ff67971f27d 16:02:43 Step 30/31 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:02:45 ---> Running in fd718062755e 16:02:47 Removing intermediate container fd718062755e 16:02:47 ---> f13d5a8a5e62 16:02:47 Step 31/31 : LABEL version=0.0.0 16:02:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:02:47 ---> 68f51d0a7816 16:02:47 Step 3/23 : WORKDIR /edgex-go 16:02:47 ---> Using cache 16:02:47 ---> 5ca80f0dd80d 16:02:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:47 ---> Using cache 16:02:47 ---> 3624467b838d 16:02:47 Step 5/23 : RUN apk add --update --no-cache make bash git 16:02:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:02:47 ---> 68f51d0a7816 16:02:47 Step 3/22 : WORKDIR /edgex-go 16:02:47 ---> Using cache 16:02:47 ---> 5ca80f0dd80d 16:02:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:47 ---> Using cache 16:02:47 ---> 3624467b838d 16:02:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:02:49 ---> Running in 892add3ff311 16:02:49 ---> Running in 643bbf0d3ff5 16:02:49 ---> Running in a0edf8e9af2d 16:02:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:02:50 ---> 68f51d0a7816 16:02:50 Step 3/21 : WORKDIR /edgex-go 16:02:50 ---> Using cache 16:02:50 ---> 5ca80f0dd80d 16:02:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:50 ---> Using cache 16:02:50 ---> 3624467b838d 16:02:50 Step 5/21 : RUN apk add --update --no-cache make git 16:02:50 ---> Using cache 16:02:50 ---> f307b3cf795c 16:02:50 Step 6/21 : COPY go.mod . 16:02:50 ---> Using cache 16:02:50 ---> a658a55bb8dd 16:02:50 Step 7/21 : RUN go mod download 16:02:50 ---> Using cache 16:02:50 ---> 2fa87a5944b4 16:02:50 Step 8/21 : COPY . . 16:02:50 ---> Using cache 16:02:50 ---> a353a96d1e6b 16:02:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:02:51 ---> Running in c67474ff3737 16:02:51 Removing intermediate container a0edf8e9af2d 16:02:51 ---> 1ba19c712ed7 16:02:51 16:02:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.150s coverage: 94.4% of statements 16:02:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.126s coverage: 44.8% of statements 16:02:53 Successfully built 1ba19c712ed7 16:02:53 Successfully tagged docker-security-bootstrapper-go:latest 16:02:53  Building docker-security-bootstrapper-go ... done 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 16:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:54 OK: 233 MiB in 51 packages 16:02:54 OK: 233 MiB in 51 packages 16:02:57 Removing intermediate container 892add3ff311 16:02:57 ---> dcd63362cd4b 16:02:57 Step 6/22 : COPY go.mod . 16:02:57 Removing intermediate container 643bbf0d3ff5 16:02:57 ---> 4497937c0af5 16:02:57 Step 6/23 : COPY go.mod . 16:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.495s coverage: 81.9% of statements 16:02:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:02:58 ---> 675c16958a74 16:02:58 Step 7/22 : RUN go mod download 16:02:58 ---> 5a04086e34ef 16:02:58 Step 7/23 : RUN go mod download 16:02:58 ---> Running in 320b5a3fafd3 16:02:58 ---> Running in de48d9cf3192 16:03:02 Removing intermediate container de48d9cf3192 16:03:02 ---> ed8c946e6644 16:03:02 Step 8/23 : COPY . . 16:03:02 Removing intermediate container 320b5a3fafd3 16:03:02 ---> 654a8187a0e2 16:03:02 Step 8/22 : COPY . . 16:03:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:03:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:03:06 ---> 68f51d0a7816 16:03:06 Step 3/23 : WORKDIR /edgex-go 16:03:06 ---> Using cache 16:03:06 ---> 5ca80f0dd80d 16:03:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:06 ---> Using cache 16:03:06 ---> 3624467b838d 16:03:06 Step 5/23 : RUN apk add --update --no-cache make git 16:03:06 ---> Using cache 16:03:06 ---> f307b3cf795c 16:03:06 Step 6/23 : COPY go.mod . 16:03:06 ---> Using cache 16:03:06 ---> a658a55bb8dd 16:03:06 Step 7/23 : RUN go mod download 16:03:06 ---> Using cache 16:03:06 ---> 2fa87a5944b4 16:03:06 Step 8/23 : COPY . . 16:03:06 ---> Using cache 16:03:06 ---> a353a96d1e6b 16:03:06 Step 9/23 : RUN make cmd/core-command/core-command 16:03:08 ---> Running in 070a23785224 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.216s coverage: 92.9% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.134s coverage: 100.0% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.6% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.6% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.680s coverage: 64.4% of statements 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:03:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.135s coverage: 100.0% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 16:03:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 16:03:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 16:03:11 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 16:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.064s coverage: 69.0% of statements 16:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.510s coverage: 38.4% of statements 16:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 16:03:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 16:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:03:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.520s coverage: 47.0% of statements 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:03:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:03:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:03:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.140s coverage: 9.6% of statements 16:03:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:03:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.532s coverage: 88.6% of statements 16:03:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:03:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:03:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.712s coverage: 28.7% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.264s coverage: 99.0% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.174s coverage: 64.6% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.397s coverage: 95.6% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:03:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 16:03:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.114s coverage: 28.1% of statements 16:03:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 16:03:35 GO111MODULE=on go vet ./... 16:03:37 Removing intermediate container c67474ff3737 16:03:37 ---> 0ae1d55bec72 16:03:37 16:03:37 Step 10/21 : FROM alpine:3.12 16:03:37 ---> 13621d1b12d4 16:03:37 Step 11/21 : RUN apk add --update --no-cache curl 16:03:37 ---> Running in bdccd32ce82c 16:03:38 ---> aeac7613fe8c 16:03:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:03:38 ---> 130882b81c33 16:03:38 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:03:38 ---> Running in 3b8968179e32 16:03:38 ---> Running in 858706af0566 16:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:39 (1/4) Installing ca-certificates (20191127-r4) 16:03:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:03:39 (3/4) Installing libcurl (7.76.1-r0) 16:03:39 (4/4) Installing curl (7.76.1-r0) 16:03:39 Executing busybox-1.31.1-r20.trigger 16:03:39 Executing ca-certificates-20191127-r4.trigger 16:03:39 OK: 7 MiB in 18 packages 16:03:39 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 16:03:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:03:40 Removing intermediate container bdccd32ce82c 16:03:40 ---> 6306f61ca41e 16:03:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:03:42 ---> Running in ac812b2835a2 16:03:43 Removing intermediate container ac812b2835a2 16:03:43 ---> 3c9445ab2c53 16:03:43 Step 13/21 : WORKDIR /edgex 16:03:43 Removing intermediate container 070a23785224 16:03:43 ---> 4a8a5604f847 16:03:43 16:03:43 Step 10/23 : FROM alpine:3.12 16:03:43 ---> 13621d1b12d4 16:03:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:03:43 ---> Using cache 16:03:43 ---> 4524fe79dc3b 16:03:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:03:43 ---> Using cache 16:03:43 ---> 17bd0b91c230 16:03:43 Step 13/23 : ENV APP_PORT=48082 16:03:43 ---> Running in 497eca69f118 16:03:43 ---> Running in 8b14adc30c4f 16:03:43 Removing intermediate container 8b14adc30c4f 16:03:43 ---> b8d01f4ad777 16:03:43 Step 14/23 : EXPOSE $APP_PORT 16:03:43 Removing intermediate container 497eca69f118 16:03:43 ---> e5f5428e485a 16:03:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:03:43 ---> Running in 584186d7ae3f 16:03:44 Removing intermediate container 584186d7ae3f 16:03:44 ---> 86c79ca0fc0b 16:03:44 Step 15/23 : WORKDIR / 16:03:44 ---> 53b03e7c7354 16:03:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:03:45 ---> Running in 4b7008ad83df 16:03:45 ---> 10cefd7aad68 16:03:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:03:45 Removing intermediate container 4b7008ad83df 16:03:45 ---> d0498bdc5d2e 16:03:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:47 ---> b369dcb5382e 16:03:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:03:47 ---> e222955db9c4 16:03:47 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:03:47 ---> Running in c55ac581e46e 16:03:48 Removing intermediate container c55ac581e46e 16:03:48 ---> e6c89992faa1 16:03:48 Step 18/21 : CMD ["--init=true"] 16:03:48 ---> Running in f29b24edd0a2 16:03:49 ---> db3764db9258 16:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:03:49 Removing intermediate container f29b24edd0a2 16:03:49 ---> 7451714b2228 16:03:49 Step 19/21 : LABEL arch=x86_64 16:03:49 ---> Running in 4fd4a6497cca 16:03:49 ---> 543ad84cf8be 16:03:49 Step 19/23 : ENTRYPOINT ["/core-command"] 16:03:49 ---> Running in 95d1f54c4b8b 16:03:49 Removing intermediate container 4fd4a6497cca 16:03:49 ---> 783b40afb932 16:03:49 Step 20/21 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:03:50 ---> Running in 09b1d53544ee 16:03:50 Removing intermediate container 95d1f54c4b8b 16:03:50 ---> 6beb28efb1d2 16:03:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:50 ---> Running in 9578dbc10005 16:03:50 Removing intermediate container 09b1d53544ee 16:03:50 ---> 4d59b39d1e53 16:03:50 Step 21/21 : LABEL version=0.0.0 16:03:50 ---> Running in abebb6d41292 16:03:51 Removing intermediate container 9578dbc10005 16:03:51 ---> b84ca679f217 16:03:51 Step 21/23 : LABEL arch=x86_64 16:03:51 Removing intermediate container abebb6d41292 16:03:51 ---> 138dfe62691e 16:03:51 16:03:51 ---> Running in 6e9ad74437f7 16:03:51 Successfully built 138dfe62691e 16:03:51 Successfully tagged docker-security-proxy-setup-go:latest 16:03:51  Building docker-security-proxy-setup-go ... done Removing intermediate container 6e9ad74437f7 16:03:51 ---> e868e30cb968 16:03:51 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:03:52 ---> Running in 8fb51db9dd48 16:03:52 Removing intermediate container 8fb51db9dd48 16:03:52 ---> 995415fd98fa 16:03:52 Step 23/23 : LABEL version=0.0.0 16:03:52 ---> Running in 160f5c728047 16:03:53 Removing intermediate container 160f5c728047 16:03:53 ---> 50359e68edc9 16:03:53 16:03:53 Successfully built 50359e68edc9 16:03:53 Successfully tagged docker-core-command-go:latest 16:04:08  Building docker-core-command-go ... done Removing intermediate container 858706af0566 16:04:08 ---> 941c7cbae0ff 16:04:08 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:04:08 ---> Running in 0d6e8fbb7059 16:04:08 Removing intermediate container 3b8968179e32 16:04:08 ---> 3bf70177f277 16:04:08 16:04:08 Step 10/22 : FROM alpine:3.12 16:04:08 ---> 13621d1b12d4 16:04:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:04:08 ---> Running in 70f0702b06eb 16:04:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:08 (1/2) Installing ca-certificates (20191127-r4) 16:04:08 (2/2) Installing dumb-init (1.2.2-r1) 16:04:08 Executing busybox-1.31.1-r20.trigger 16:04:08 Executing ca-certificates-20191127-r4.trigger 16:04:08 OK: 6 MiB in 16 packages 16:04:10 Removing intermediate container 70f0702b06eb 16:04:10 ---> 87b672391cb6 16:04:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:04:10 ---> Running in e4fdc24e679e 16:04:10 Removing intermediate container 0d6e8fbb7059 16:04:10 ---> 73b86739744a 16:04:10 16:04:10 Step 11/23 : FROM docker:20.10.0 16:04:10 20.10.0: Pulling from library/docker 16:04:10 Removing intermediate container e4fdc24e679e 16:04:10 ---> acab4c9ceed1 16:04:10 Step 13/22 : ENV APP_PORT=48060 16:04:10 ---> Running in c54dd479b0f5 16:04:10 Removing intermediate container c54dd479b0f5 16:04:10 ---> 979ab8642fe0 16:04:10 Step 14/22 : EXPOSE $APP_PORT 16:04:10 ---> Running in 8ef223d7bed7 16:04:11 Removing intermediate container 8ef223d7bed7 16:04:11 ---> d7e703d2097d 16:04:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:11 ---> ec50f3294202 16:04:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:04:12 ---> 42fed9dd37ca 16:04:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:04:13 ---> d393eb0ef2c9 16:04:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:04:13 ---> Running in 38d1a2becd2f 16:04:14 Removing intermediate container 38d1a2becd2f 16:04:14 ---> c33d3da997f2 16:04:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:14 ---> Running in fc70eb1b904a 16:04:14 Removing intermediate container fc70eb1b904a 16:04:14 ---> 1d170b142592 16:04:14 Step 20/22 : LABEL arch=x86_64 16:04:14 ---> Running in e737c2dd6f3b 16:04:15 Removing intermediate container e737c2dd6f3b 16:04:15 ---> f418db8fe523 16:04:15 Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:04:15 ---> Running in 1b27ecca89fd 16:04:15 Removing intermediate container 1b27ecca89fd 16:04:15 ---> 2a63af0bb983 16:04:15 Step 22/22 : LABEL version=0.0.0 16:04:15 ---> Running in d13ee6614961 16:04:16 Removing intermediate container d13ee6614961 16:04:16 ---> fdc226e9913e 16:04:16 16:04:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:04:16 Status: Downloaded newer image for docker:20.10.0 16:04:16 ---> aefe523efa57 16:04:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:04:17 Successfully built fdc226e9913e 16:04:17 Successfully tagged docker-support-notifications-go:latest 16:04:17  Building docker-support-notifications-go ... done  ---> Running in a30bdd2751f4 16:04:17 Removing intermediate container a30bdd2751f4 16:04:17 ---> 51761fcb4d0f 16:04:17 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:04:17 ---> Running in 188769380f34 16:04:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:18 (1/39) Installing readline (8.0.4-r0) 16:04:18 (2/39) Installing bash (5.0.17-r0) 16:04:18 Executing bash-5.0.17-r0.post-install 16:04:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:04:18 (4/39) Installing libcurl (7.76.1-r0) 16:04:18 (5/39) Installing curl (7.76.1-r0) 16:04:18 (6/39) Installing dumb-init (1.2.2-r1) 16:04:18 (7/39) Installing libbz2 (1.0.8-r1) 16:04:18 (8/39) Installing expat (2.2.9-r1) 16:04:18 (9/39) Installing libffi (3.3-r2) 16:04:18 (10/39) Installing gdbm (1.13-r1) 16:04:18 (11/39) Installing xz-libs (5.2.5-r0) 16:04:18 (12/39) Installing sqlite-libs (3.32.1-r0) 16:04:18 (13/39) Installing python3 (3.8.8-r0) 16:04:19 (14/39) Installing py3-appdirs (1.4.4-r1) 16:04:19 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:04:19 (16/39) Installing py3-parsing (2.4.7-r0) 16:04:19 (17/39) Installing py3-six (1.15.0-r0) 16:04:19 (18/39) Installing py3-packaging (20.4-r0) 16:04:19 (19/39) Installing py3-setuptools (47.0.0-r0) 16:04:19 (20/39) Installing py3-chardet (3.0.4-r4) 16:04:19 (21/39) Installing py3-idna (2.9-r0) 16:04:19 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:04:19 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:04:19 (24/39) Installing py3-requests (2.23.0-r0) 16:04:19 (25/39) Installing py3-msgpack (1.0.0-r0) 16:04:19 (26/39) Installing py3-lockfile (0.12.2-r3) 16:04:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:04:19 (28/39) Installing py3-colorama (0.4.3-r0) 16:04:19 (29/39) Installing py3-distlib (0.3.0-r0) 16:04:19 (30/39) Installing py3-distro (1.5.0-r1) 16:04:19 (31/39) Installing py3-webencodings (0.5.1-r3) 16:04:19 (32/39) Installing py3-html5lib (1.0.1-r4) 16:04:19 (33/39) Installing py3-pytoml (0.1.21-r0) 16:04:19 (34/39) Installing py3-pep517 (0.8.2-r0) 16:04:19 (35/39) Installing py3-progress (1.5-r0) 16:04:19 (36/39) Installing py3-toml (0.10.1-r0) 16:04:19 (37/39) Installing py3-retrying (1.3.3-r0) 16:04:19 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:04:19 (39/39) Installing py3-pip (20.1.1-r0) 16:04:20 Executing busybox-1.31.1-r19.trigger 16:04:20 OK: 72 MiB in 59 packages 16:04:21 Collecting docker-compose==1.23.2 16:04:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:04:21 Collecting websocket-client<1.0,>=0.32.0 16:04:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:04:21 Collecting docker<4.0,>=3.6.0 16:04:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:04:21 Collecting docopt<0.7,>=0.6.1 16:04:21 Downloading docopt-0.6.2.tar.gz (25 kB) 16:04:22 Collecting PyYAML<4,>=3.10 16:04:22 Downloading PyYAML-3.13.tar.gz (270 kB) 16:04:23 Collecting jsonschema<3,>=2.5.1 16:04:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:04:23 Collecting cached-property<2,>=1.2.0 16:04:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:04:23 Collecting dockerpty<0.5,>=0.4.1 16:04:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:04:24 Collecting texttable<0.10,>=0.9.0 16:04:24 Downloading texttable-0.9.1.tar.gz (11 kB) 16:04:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:04:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:04:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:04:25 Collecting docker-pycreds>=0.4.0 16:04:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:04:25 Collecting idna<2.8,>=2.5 16:04:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:04:25 Collecting urllib3<1.25,>=1.21.1 16:04:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:04:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:04:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:04:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:04:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:04:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:04:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:04:25 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, jsonschema, cached-property, dockerpty, texttable, docker-compose 16:04:26 Attempting uninstall: idna 16:04:26 Found existing installation: idna 2.9 16:04:26 Uninstalling idna-2.9: 16:04:26 Successfully uninstalled idna-2.9 16:04:26 Attempting uninstall: urllib3 16:04:26 Found existing installation: urllib3 1.25.9 16:04:26 Uninstalling urllib3-1.25.9: 16:04:26 Successfully uninstalled urllib3-1.25.9 16:04:27 Attempting uninstall: requests 16:04:27 Found existing installation: requests 2.23.0 16:04:27 Uninstalling requests-2.23.0: 16:04:27 Successfully uninstalled requests-2.23.0 16:04:28 Running setup.py install for docopt: started 16:04:28 Running setup.py install for docopt: finished with status 'done' 16:04:28 Running setup.py install for PyYAML: started 16:04:28 Running setup.py install for PyYAML: finished with status 'done' 16:04:28 Running setup.py install for dockerpty: started 16:04:29 Running setup.py install for dockerpty: finished with status 'done' 16:04:29 Running setup.py install for texttable: started 16:04:29 Running setup.py install for texttable: finished with status 'done' 16:04:30 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 16:04:42 Removing intermediate container 188769380f34 16:04:42 ---> 40bacb80fc0d 16:04:42 Step 14/23 : ENV APP_PORT=48090 16:04:42 ---> Running in e35137ef01f2 16:04:42 Removing intermediate container e35137ef01f2 16:04:42 ---> f899356dd26c 16:04:42 Step 15/23 : EXPOSE $APP_PORT 16:04:42 ---> Running in 30e3f1974dcb 16:04:42 Removing intermediate container 30e3f1974dcb 16:04:42 ---> 9d6773267176 16:04:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:04:42 ---> 1901a8eeea56 16:04:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:04:42 ---> ac33be61a217 16:04:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:04:42 ---> e0206fb0ec01 16:04:42 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:04:42 ---> Running in 43ff64b8b684 16:04:42 Removing intermediate container 43ff64b8b684 16:04:42 ---> b861d1416373 16:04:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:43 ---> Running in bf1807641c59 16:04:43 Removing intermediate container bf1807641c59 16:04:43 ---> 9aa11329a798 16:04:43 Step 21/23 : LABEL arch=x86_64 16:04:43 ---> Running in e31e2ea0e5a1 16:04:43 Removing intermediate container e31e2ea0e5a1 16:04:43 ---> c690aaaf908f 16:04:43 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:04:43 ---> Running in a56c5f56e5f2 16:04:43 Removing intermediate container a56c5f56e5f2 16:04:43 ---> c3c91d6c11c9 16:04:43 Step 23/23 : LABEL version=0.0.0 16:04:43 ---> Running in 0239bcf46576 16:04:43 Removing intermediate container 0239bcf46576 16:04:43 ---> e30e504faf93 16:04:43 16:04:44 Successfully built e30e504faf93 16:04:44 Successfully tagged docker-sys-mgmt-agent-go:latest 16:04:44  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:04:44 $ docker stop --time=1 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 16:04:47 $ docker rm -f 61b40c19e724b940720c8b66501e2f72a8f11d9bcb3db2511b8b22aeeffefc15 [Pipeline] // withDockerContainer [Pipeline] sh 16:04:47 + docker images 16:04:47 + grep docker 16:04:48 docker-sys-mgmt-agent-go latest e30e504faf93 5 seconds ago 312MB 16:04:48 docker-support-notifications-go latest fdc226e9913e 33 seconds ago 18.2MB 16:04:48 docker-core-command-go latest 50359e68edc9 56 seconds ago 17.5MB 16:04:48 docker-security-proxy-setup-go latest 138dfe62691e 57 seconds ago 26MB 16:04:48 docker-security-bootstrapper-go latest 1ba19c712ed7 About a minute ago 19.3MB 16:04:48 docker-core-data-go latest d7dcb338ed31 2 minutes ago 22.9MB 16:04:48 docker-core-metadata-go latest 83935cd18a28 2 minutes ago 19.2MB 16:04:48 docker-security-secretstore-setup-go latest 4e281669e0fa 2 minutes ago 26.3MB 16:04:48 docker-support-scheduler-go latest 5e6f4a88ed6a 2 minutes ago 17.7MB 16:04:48 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:04:57 gofmt -l . 16:05:00 [ "`gofmt -l .`" = "" ] 16:05:03 ./bin/test-go-mod-tidy.sh 16:05:03 Still waiting to schedule task 16:05:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:05:04 ./bin/test-attribution-txt.sh [Pipeline] sh 16:05:06 + ls -al . 16:05:06 total 840 16:05:06 drwxrwxr-x 9 1001 1001 4096 Apr 20 16:05 . 16:05:06 drwxr-xr-x 4 root root 4096 Apr 20 16:00 .. 16:05:06 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:58 .dockerignore 16:05:06 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:58 .git 16:05:06 drwxrwxr-x 3 1001 1001 4096 Apr 20 15:58 .github 16:05:06 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:58 .gitignore 16:05:06 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:58 .sonarcloud.properties 16:05:06 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:58 Attribution.txt 16:05:06 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:58 CONTRIBUTING.md 16:05:06 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:58 Dockerfile.build 16:05:06 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:58 Jenkinsfile 16:05:06 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:58 LICENSE 16:05:06 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:58 Makefile 16:05:06 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:58 README.md 16:05:06 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:58 SECURITY.md 16:05:06 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:54 VERSION 16:05:06 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:58 ZMQWindows.md 16:05:06 drwxrwxr-x 2 1001 1001 4096 Apr 20 15:58 bin 16:05:06 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:58 cmd 16:05:06 -rw-r--r-- 1 root root 703598 Apr 20 16:03 coverage.out 16:05:06 -rw-r--r-- 1 root root 1058 Apr 20 16:05 go.mod 16:05:06 -rw-r--r-- 1 root root 22187 Apr 20 16:05 go.sum 16:05:06 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:58 internal 16:05:06 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:58 openapi 16:05:06 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:58 snap 16:05:06 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:58 version.go [Pipeline] sh 16:05:07 + '[' -e coverage.out ] 16:05:07 + chown 1001:1001 coverage.out [Pipeline] stash 16:05:07 Warning: overwriting stash ‘coverage-report’ 16:05:08 Stashed 1 file(s) [Pipeline] sh 16:05:09 + make build 16:05:09 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 16:05:20 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 16:05:46 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 16:05:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:05:59 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 16:05:59 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 16:05:59 Running on prd-ubuntu18.04-docker-8c-8g-1206 in /w/workspace/edgexfoundry_edgex-go_PR-3390 [Pipeline] { [Pipeline] ws 16:05:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 16:06:02 using credential edgex-jenkins-ssh 16:06:02 Cloning the remote Git repository 16:06:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:06:02 > git init /w/workspace/edgex-go/1 # timeout=10 16:06:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:06:02 > git --version # timeout=10 16:06:02 > git --version # 'git version 2.17.1' 16:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:06 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 16:06:13 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 16:06:18 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 16:06:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:06:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:06:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:06:19 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3390/head:refs/remotes/origin/PR-3390 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:06:20 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 16:06:20 Merge succeeded, producing a7594bc677f28fcd7c28bebd1570dbed8adba69a 16:06:20 Checking out Revision a7594bc677f28fcd7c28bebd1570dbed8adba69a (PR-3390) 16:06:20 > git config core.sparsecheckout # timeout=10 16:06:20 > git checkout -f 214cfd0140be14a483ba2b64bd1bbec5f3c16eb0 # timeout=10 16:06:20 > git remote # timeout=10 16:06:20 > git config --get remote.origin.url # timeout=10 16:06:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:20 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 16:06:20 > git rev-parse HEAD^{commit} # timeout=10 16:06:20 > git config core.sparsecheckout # timeout=10 16:06:20 > git checkout -f a7594bc677f28fcd7c28bebd1570dbed8adba69a # timeout=10 16:06:24 Commit message: "Merge commit 'ffeef0baf9084ef973288a9a81981f0cc896aaf1' into HEAD" 16:06:24 First time build. Skipping changelog. 16:06:24 > git --version # timeout=10 16:06:24 > git --version # 'git version 2.17.1' 16:06:24 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:25 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 16:06:25 + echo snap-build.sh 16:06:25 snap-build.sh 16:06:25 + SNAP_BASE_DIR=. 16:06:25 + '[' '!' -z /w/workspace/edgex-go/1 ']' 16:06:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 16:06:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 16:06:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 16:06:25 + cd /w/workspace/edgex-go/1 16:06:25 + sudo apt-get remove -qy --purge lxd lxd-client 16:06:25 Reading package lists... 16:06:25 Building dependency tree... 16:06:25 Reading state information... 16:06:25 The following packages were automatically installed and are no longer required: 16:06:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:06:25 uidmap xdelta3 16:06:25 Use 'sudo apt autoremove' to remove them. 16:06:26 The following packages will be REMOVED: 16:06:26 lxd* lxd-client* 16:06:26 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:06:26 After this operation, 31.7 MB disk space will be freed. 16:06:27 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:06:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:06:28 Removing lxd dnsmasq configuration 16:06:28 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:06:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:06:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:06:29 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 16:06:29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:06:30 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:06:31 Processing triggers for systemd (237-3ubuntu10.42) ... 16:06:31 Processing triggers for ureadahead (0.100.0-21) ... 16:06:33 + sudo snap remove --purge lxd 16:06:33 snap "lxd" is not installed 16:06:33 + sudo groupadd --force --system lxd 16:06:33 ++ whoami 16:06:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:06:33 + newgrp - lxd 16:06:33 + sudo snap install lxd 16:06:36 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] } 16:06:46 $ docker stop --time=1 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 16:06:49 $ docker rm -f 1aaa481fad752aeff4a914b2fcd504ae7bb65649cde52e70c7e5c3dec9aa42f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:06:51 16:06:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:06:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:06:52 latest: Pulling from edgex-devops/edgex-compose-arm64 16:06:52 29e5d40040c1: Pulling fs layer 16:06:52 1ce36da41761: Pulling fs layer 16:06:52 25b303627fd3: Pulling fs layer 16:06:52 29e5d40040c1: Download complete 16:06:52 1ce36da41761: Verifying Checksum 16:06:52 1ce36da41761: Download complete 16:06:52 29e5d40040c1: Pull complete 16:06:54 1ce36da41761: Pull complete 16:06:54 25b303627fd3: Download complete 16:07:04 25b303627fd3: Pull complete 16:07:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:07:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:07:04 prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container 16:07:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:07:05 error: cannot install "lxd": cannot query the store for updates: got unexpected 16:07:05 HTTP status code 503 via POST to 16:07:05 "https://api.snapcraft.io/v2/snaps/refresh" 16:07:08 $ docker top 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:07:09 Failed in branch amd64 16:07:09 + docker-compose build --help 16:07:09 + grep parallel 16:07:13 --parallel Build images in parallel. [Pipeline] } 16:07:13 $ docker stop --time=1 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e 16:07:15 $ docker rm -f 4a777ce8acc609cc5b4b6eb8640b41c91f4f4cf983b6c9504b8a36759a8e229e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:16 . [Pipeline] withDockerContainer 16:07:16 prd-ubuntu18.04-docker-arm64-4c-16g-1200 does not seem to be running inside a container 16:07:16 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:07:18 $ docker top f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:19 + docker-compose -f ./docker-compose-build.yml build --parallel 16:07:23 Building docker-core-command-go ... 16:07:23 Building docker-core-data-go ... 16:07:23 Building docker-core-metadata-go ... 16:07:23 Building docker-security-bootstrapper-go ... 16:07:23 Building docker-security-proxy-setup-go ... 16:07:23 Building docker-security-secretstore-setup-go ... 16:07:23 Building docker-support-notifications-go ... 16:07:23 Building docker-support-scheduler-go ... 16:07:23 Building docker-sys-mgmt-agent-go ... 16:07:23 Building docker-support-scheduler-go 16:07:23 Building docker-security-proxy-setup-go 16:07:23 Building docker-security-secretstore-setup-go 16:07:23 Building docker-core-command-go 16:07:23 Building docker-support-notifications-go 16:08:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:08:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:08:45 ---> 5284b403ce06 16:08:45 Step 3/22 : WORKDIR /edgex-go 16:08:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:08:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:08:45 ---> 5284b403ce06 16:08:45 Step 3/22 : WORKDIR /edgex-go 16:08:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:08:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:08:45 ---> 5284b403ce06 16:08:45 Step 3/23 : WORKDIR /edgex-go 16:08:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:08:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:08:45 ---> 5284b403ce06 16:08:45 Step 3/24 : WORKDIR /edgex-go 16:08:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:08:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:08:45 ---> 5284b403ce06 16:08:45 Step 3/21 : WORKDIR /edgex-go 16:08:45 ---> Running in b1a93ebe92f0 16:08:45 ---> Running in b71f0f6d1317 16:08:45 ---> Running in 8eb01165bdec 16:08:45 ---> Running in 8af0b8e7dbe0 16:08:45 ---> Running in 3769dd615f36 16:08:45 Removing intermediate container b1a93ebe92f0 16:08:45 ---> 4dba5122554e 16:08:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:45 ---> Running in b42309674cf9 16:08:45 Removing intermediate container 3769dd615f36 16:08:45 ---> 0ae14fe00d7e 16:08:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:45 Removing intermediate container b71f0f6d1317 16:08:45 ---> 22abb626d1a5 16:08:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:45 Removing intermediate container 8eb01165bdec 16:08:45 ---> 7e94f8d07d3a 16:08:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:45 Removing intermediate container 8af0b8e7dbe0 16:08:45 ---> 172a90f1d255 16:08:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:08:45 ---> Running in 247b0c5dd265 16:08:45 ---> Running in 31d6adaa003c 16:08:45 ---> Running in 9a889c6eecaf 16:08:45 ---> Running in faef62611d06 16:08:45 Removing intermediate container b42309674cf9 16:08:45 ---> 3256d6615ea1 16:08:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:08:45 Removing intermediate container 247b0c5dd265 16:08:45 ---> 94302f585f99 16:08:45 Step 5/21 : RUN apk add --update --no-cache make git 16:08:45 ---> Running in 5915ef11ec1d 16:08:45 ---> Running in 34b5b6ab3a8c 16:08:45 Removing intermediate container 31d6adaa003c 16:08:45 ---> 5a6b0e3d63ea 16:08:45 Step 5/22 : RUN apk add --update --no-cache make git 16:08:45 ---> Running in c06f71306e6e 16:08:45 Removing intermediate container 9a889c6eecaf 16:08:45 ---> ce0f201d7c95 16:08:45 Step 5/23 : RUN apk add --update --no-cache make git 16:08:45 Removing intermediate container faef62611d06 16:08:45 ---> 20a07a27294b 16:08:45 Step 5/24 : RUN apk add --update --no-cache make git 16:08:45 ---> Running in 8829854bf042 16:08:45 ---> Running in d30b4bf26584 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:45 OK: 217 MiB in 51 packages 16:08:45 OK: 217 MiB in 51 packages 16:08:45 OK: 217 MiB in 51 packages 16:08:46 OK: 217 MiB in 51 packages 16:08:46 OK: 217 MiB in 51 packages 16:08:47 Removing intermediate container 5915ef11ec1d 16:08:47 ---> 8fd0758f1ce8 16:08:47 Step 6/22 : COPY go.mod . 16:08:47 Removing intermediate container 34b5b6ab3a8c 16:08:47 ---> 351eac29d97f 16:08:47 Step 6/21 : COPY go.mod . 16:08:47 Removing intermediate container c06f71306e6e 16:08:47 ---> 81b4d77a3a6f 16:08:47 Step 6/22 : COPY go.mod . 16:08:48 Removing intermediate container 8829854bf042 16:08:48 ---> 646ab3400f22 16:08:48 Step 6/23 : COPY go.mod . 16:08:48 Removing intermediate container d30b4bf26584 16:08:48 ---> 505335db6d8c 16:08:48 Step 6/24 : COPY go.mod . 16:08:48 ---> 7fbb56e42fa7 16:08:48 Step 7/22 : RUN go mod download 16:08:48 ---> 047c147d1c44 16:08:48 Step 7/21 : RUN go mod download 16:08:48 ---> 9aa491d664e3 16:08:48 Step 7/22 : RUN go mod download 16:08:48 ---> Running in 66a6a4c1e196 16:08:48 ---> Running in 7f65f8557638 16:08:49 ---> aaa1d9df351d 16:08:49 Step 7/23 : RUN go mod download 16:08:49 ---> Running in c637f6523fbf 16:08:49 ---> 23a9e57afaf6 16:08:49 Step 7/24 : RUN go mod download 16:08:49 ---> Running in 7a1ff551454c 16:08:49 ---> Running in c8b7ab51c770 16:08:53 Removing intermediate container 7f65f8557638 16:08:53 ---> 20f6470d4ef9 16:08:53 Step 8/21 : COPY . . 16:08:53 Removing intermediate container 66a6a4c1e196 16:08:53 ---> 35f6f7a378c0 16:08:53 Step 8/22 : COPY . . 16:08:54 Removing intermediate container 7a1ff551454c 16:08:54 ---> e048ca257826 16:08:54 Step 8/23 : COPY . . 16:08:54 Removing intermediate container c637f6523fbf 16:08:54 ---> fe620ac1684e 16:08:54 Step 8/22 : COPY . . 16:08:54 Removing intermediate container c8b7ab51c770 16:08:54 ---> f4527dd6940d 16:08:54 Step 8/24 : COPY . . 16:09:21 ---> d7cc312a128e 16:09:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:09:21 ---> 77fb19f153d3 16:09:21 Step 9/23 : RUN make cmd/core-command/core-command 16:09:21 ---> dc5ad3f204a5 16:09:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:09:21 ---> Running in 52efda6c2710 16:09:21 ---> 1f14123b9ce5 16:09:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:09:21 ---> 1704ec1ea6db 16:09:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:09:21 ---> Running in 2ffe900d5add 16:09:21 ---> Running in 7158b34f169d 16:09:21 ---> Running in 1ce4a834534b 16:09:21 ---> Running in 1289b780cf76 16:09:23 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 16:09:23 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 16:09:23 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 16:09:23 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 16:09:23 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 16:11:15 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 16:11:15 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 16:11:38 Removing intermediate container 1ce4a834534b 16:11:38 ---> 612e3ab5625c 16:11:38 16:11:38 Step 10/24 : FROM alpine:3.12 16:11:38 3.12: Pulling from library/alpine 16:11:38 Removing intermediate container 52efda6c2710 16:11:38 ---> 58a40d1b20e0 16:11:38 16:11:38 Step 10/21 : FROM alpine:3.12 16:11:38 3.12: Pulling from library/alpine 16:11:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:11:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:11:38 Status: Image is up to date for alpine:3.12 16:11:38 ---> 9852663dfa18 16:11:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:11:38 Status: Downloaded newer image for alpine:3.12 16:11:38 ---> 9852663dfa18 16:11:38 Step 11/21 : RUN apk add --update --no-cache curl 16:11:38 ---> Running in 5ab173fcfcb6 16:11:38 ---> Running in 9455897b3da4 16:11:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:40 (1/6) Installing ca-certificates (20191127-r4) 16:11:40 (1/4) Installing ca-certificates (20191127-r4) 16:11:40 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:11:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:11:40 (3/6) Installing libcurl (7.76.1-r0) 16:11:40 (3/4) Installing libcurl (7.76.1-r0) 16:11:40 (4/6) Installing curl (7.76.1-r0) 16:11:40 (4/4) Installing curl (7.76.1-r0) 16:11:40 (5/6) Installing dumb-init (1.2.2-r1) 16:11:40 (6/6) Installing su-exec (0.2-r1) 16:11:40 Executing busybox-1.31.1-r20.trigger 16:11:40 Executing busybox-1.31.1-r20.trigger 16:11:40 Executing ca-certificates-20191127-r4.trigger 16:11:40 Executing ca-certificates-20191127-r4.trigger 16:11:40 OK: 7 MiB in 18 packages 16:11:40 OK: 7 MiB in 20 packages 16:11:41 Removing intermediate container 2ffe900d5add 16:11:41 ---> 2c45629e7031 16:11:41 16:11:41 Step 10/23 : FROM alpine:3.12 16:11:41 ---> 9852663dfa18 16:11:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:11:43 ---> Running in ca64e76eac3c 16:11:43 Removing intermediate container 1289b780cf76 16:11:43 ---> 1ef21c6fc73e 16:11:43 16:11:43 Step 10/22 : FROM alpine:3.12 16:11:43 ---> 9852663dfa18 16:11:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:11:43 Removing intermediate container 7158b34f169d 16:11:43 ---> 39b0a8f54b1c 16:11:43 16:11:43 Step 10/22 : FROM alpine:3.12 16:11:43 ---> 9852663dfa18 16:11:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:11:44 Removing intermediate container 5ab173fcfcb6 16:11:44 ---> c6e7397f1fb6 16:11:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:44 ---> Running in 10f53ff06045 16:11:44 ---> Running in b855b0230811 16:11:44 Removing intermediate container 9455897b3da4 16:11:44 ---> 491fa7a91085 16:11:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:44 ---> Running in f5a88c79fb14 16:11:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:44 ---> Running in 04dead633a32 16:11:45 Removing intermediate container f5a88c79fb14 16:11:45 ---> 552e7fc7b1b6 16:11:45 Step 13/21 : WORKDIR /edgex 16:11:45 (1/1) Installing dumb-init (1.2.2-r1) 16:11:45 Executing busybox-1.31.1-r20.trigger 16:11:45 OK: 5 MiB in 15 packages 16:11:45 ---> Running in 445e4b8ad33d 16:11:45 Removing intermediate container 04dead633a32 16:11:45 ---> ea8ceb95dc3d 16:11:45 Step 13/24 : WORKDIR / 16:11:45 ---> Running in 35418f77c29e 16:11:46 Removing intermediate container 445e4b8ad33d 16:11:46 ---> 420e8e3cca82 16:11:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:46 Removing intermediate container 35418f77c29e 16:11:46 ---> 9cfbbe5fe6b5 16:11:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:46 (1/1) Installing dumb-init (1.2.2-r1) 16:11:46 Executing busybox-1.31.1-r20.trigger 16:11:46 OK: 5 MiB in 15 packages 16:11:47 Removing intermediate container ca64e76eac3c 16:11:47 ---> 46969f4eee95 16:11:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:11:47 (1/2) Installing ca-certificates (20191127-r4) 16:11:47 (2/2) Installing dumb-init (1.2.2-r1) 16:11:47 ---> Running in aa78868cc001 16:11:47 Executing busybox-1.31.1-r20.trigger 16:11:47 Executing ca-certificates-20191127-r4.trigger 16:11:47 ---> f0895110f344 16:11:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:11:47 OK: 6 MiB in 16 packages 16:11:47 ---> 5621df14e1a5 16:11:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:11:48 Removing intermediate container aa78868cc001 16:11:48 ---> 487ab9c4fc76 16:11:48 Step 13/23 : ENV APP_PORT=48082 16:11:48 ---> Running in 7ede2bfcb007 16:11:48 Removing intermediate container b855b0230811 16:11:48 ---> 092d0b8ed253 16:11:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:11:48 ---> 0107b5b0ce17 16:11:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:11:49 ---> 71906640d01b 16:11:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:11:49 Removing intermediate container 7ede2bfcb007 16:11:49 ---> fb730a0fdb7f 16:11:49 Step 14/23 : EXPOSE $APP_PORT 16:11:49 ---> Running in 2c1a6ed1b9a1 16:11:49 ---> Running in 08fe38c72b5f 16:11:50 Removing intermediate container 2c1a6ed1b9a1 16:11:50 ---> c94f23800143 16:11:50 Step 13/22 : ENV APP_PORT=48085 16:11:50 ---> 9dc899ac0082 16:11:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:11:50 Removing intermediate container 10f53ff06045 16:11:50 ---> 885e31cc3d0b 16:11:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:11:50 Removing intermediate container 08fe38c72b5f 16:11:50 ---> bbe09e62749c 16:11:50 Step 15/23 : WORKDIR / 16:11:50 ---> Running in 827074c86bf7 16:11:50 ---> Running in f0d147d654cf 16:11:50 ---> Running in 123cb0b55688 16:11:50 ---> fe419cda6bbb 16:11:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:11:51 Removing intermediate container 827074c86bf7 16:11:51 ---> f0b6cc7716f6 16:11:51 Step 14/22 : EXPOSE $APP_PORT 16:11:51 Removing intermediate container f0d147d654cf 16:11:51 ---> f65b03c51ae5 16:11:51 Step 13/22 : ENV APP_PORT=48060 16:11:51 ---> Running in 7e9d52934d03 16:11:51 ---> Running in 7f9b0d19fb3f 16:11:51 ---> Running in c7efd9150de3 16:11:51 Removing intermediate container 123cb0b55688 16:11:51 ---> a1a68cbb51a4 16:11:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:51 ---> ba4c54ff541f 16:11:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:11:51 Removing intermediate container 7e9d52934d03 16:11:51 ---> 78330f7c69ab 16:11:51 Step 18/21 : CMD ["--init=true"] 16:11:52 ---> Running in aea73c1882c5 16:11:52 Removing intermediate container c7efd9150de3 16:11:52 ---> c78729b3e161 16:11:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:52 Removing intermediate container 7f9b0d19fb3f 16:11:52 ---> ea57cfb64beb 16:11:52 Step 14/22 : EXPOSE $APP_PORT 16:11:52 ---> Running in 2b213aa446ba 16:11:52 Removing intermediate container aea73c1882c5 16:11:52 ---> b15efb127faf 16:11:52 Step 19/21 : LABEL arch=arm64 16:11:52 ---> 78f543bbedf3 16:11:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:11:53 ---> Running in 4cec6b0a5616 16:11:53 Removing intermediate container 2b213aa446ba 16:11:53 ---> 91fde93b07e8 16:11:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:53 ---> 2670db8d512f 16:11:53 ---> f74076afb422 16:11:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:11:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:11:54 Removing intermediate container 4cec6b0a5616 16:11:54 ---> d8a693c5d76b 16:11:54 Step 20/21 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:11:54 ---> Running in cb87ef544978 16:11:54 ---> e276d906f464 16:11:54 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/ ---> f68614bcf62b 16:11:54 16:11:54 ---> b3db42b278a0 16:11:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:11:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:11:55 ---> Running in fa69ce8926d3 16:11:55 Removing intermediate container cb87ef544978 16:11:55 ---> d4d3adb2fcc2 16:11:55 Step 21/21 : LABEL version=0.0.0 16:11:55 ---> 5aad5cf7ff5a 16:11:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:11:55 ---> Running in 782db0a2d27e 16:11:55 ---> 9b04f28738b4 16:11:55 Step 19/23 : ENTRYPOINT ["/core-command"] 16:11:56 ---> Running in 661f65e4cb68 16:11:56 Removing intermediate container 782db0a2d27e 16:11:56 ---> 0ae235a26dbd 16:11:56 16:11:56 ---> da834ea36786 16:11:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:11:56 ---> 6868b246fc13 16:11:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:11:57 ---> Running in eae8eaa029fa 16:11:57 Removing intermediate container 661f65e4cb68 16:11:57 ---> 64cd568e538f 16:11:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:57 Successfully built 0ae235a26dbd 16:11:57 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:11:57 Building docker-sys-mgmt-agent-go 16:11:57  Building docker-security-proxy-setup-go ... done  ---> Running in a356359d58c9 16:11:57 Removing intermediate container eae8eaa029fa 16:11:57 ---> 583fad49aa14 16:11:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:57 ---> Running in 0a68a2bc5353 16:11:58 ---> 8ea949035fb3 16:11:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:11:58 Removing intermediate container a356359d58c9 16:11:58 ---> 731adad2736c 16:11:58 Step 21/23 : LABEL arch=arm64 16:11:58 ---> Running in dcbde06f9733 16:11:58 ---> Running in d1f98b486037 16:11:58 Removing intermediate container 0a68a2bc5353 16:11:58 ---> 794e7304f7cc 16:11:58 Step 20/22 : LABEL arch=arm64 16:11:58 Removing intermediate container fa69ce8926d3 16:11:58 ---> 2963c58804d9 16:11:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:11:59 ---> Running in 83e22e3bb2b7 16:11:59 ---> Running in a9f7ff5d523e 16:11:59 Removing intermediate container dcbde06f9733 16:11:59 ---> a4bd3a510e8f 16:11:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:59 Removing intermediate container d1f98b486037 16:11:59 ---> 5b2a9e5bf9f6 16:11:59 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:12:00 ---> Running in 0fb3efff41d9 16:12:00 ---> Running in 091c3133a31d 16:12:01 Removing intermediate container 83e22e3bb2b7 16:12:01 Removing intermediate container a9f7ff5d523e 16:12:01 ---> c72867e2bf1f 16:12:01 Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:12:01 ---> 4ea78241e491 16:12:01 Step 22/24 : LABEL arch=arm64 16:12:01 Removing intermediate container 0fb3efff41d9 16:12:01 ---> 4c22627d62f7 16:12:01 Step 23/23 : LABEL version=0.0.0 16:12:01 ---> Running in bd95e895b996 16:12:01 ---> Running in 9485548f0d8c 16:12:01 Removing intermediate container 091c3133a31d 16:12:01 ---> d1673ec0e372 16:12:01 Step 20/22 : LABEL arch=arm64 16:12:01 ---> Running in 94e8995a55eb 16:12:01 ---> Running in 05c8cdc73038 16:12:02 Removing intermediate container bd95e895b996 16:12:02 ---> 9440a19bdde3 16:12:02 Step 23/24 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:12:02 Removing intermediate container 9485548f0d8c 16:12:02 ---> 71c55dd48349 16:12:02 Step 22/22 : LABEL version=0.0.0 16:12:02 ---> Running in 63b27dc27b5a 16:12:02 Removing intermediate container 94e8995a55eb 16:12:02 ---> 471d79eef97d 16:12:02 16:12:03 Removing intermediate container 05c8cdc73038 16:12:03 ---> 4243c7f727b1 16:12:03 Step 21/22 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:12:03 ---> Running in dcbf09b48181 16:12:03 Successfully built 471d79eef97d 16:12:03 Successfully tagged docker-core-command-go-arm64:latest 16:12:03  Building docker-core-command-go ... done Building docker-core-data-go 16:12:03 ---> Running in b527d25774f0 16:12:03 Removing intermediate container 63b27dc27b5a 16:12:03 ---> b3367603db8d 16:12:03 Step 24/24 : LABEL version=0.0.0 16:12:03 ---> Running in c85a26cc4f4f 16:12:03 Removing intermediate container dcbf09b48181 16:12:03 ---> 5afbce713dee 16:12:03 16:12:04 Removing intermediate container b527d25774f0 16:12:04 ---> d5dbd4b07860 16:12:04 Step 22/22 : LABEL version=0.0.0 16:12:04 ---> Running in a4872bfc7d13 16:12:04 Successfully built 5afbce713dee 16:12:04 Removing intermediate container c85a26cc4f4f 16:12:04 ---> 05f091bf3bb7 16:12:04 16:12:04 Successfully tagged docker-support-scheduler-go-arm64:latest 16:12:04  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 16:12:05 Successfully built 05f091bf3bb7 16:12:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:12:05  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 16:12:05 Removing intermediate container a4872bfc7d13 16:12:05 ---> 6c78ca48476e 16:12:05 16:12:05 Successfully built 6c78ca48476e 16:12:05 Successfully tagged docker-support-notifications-go-arm64:latest 16:12:52  Building docker-support-notifications-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:12:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:12:52 ---> 5284b403ce06 16:12:52 Step 3/23 : WORKDIR /edgex-go 16:12:52 ---> Using cache 16:12:52 ---> 172a90f1d255 16:12:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:52 ---> Using cache 16:12:52 ---> ce0f201d7c95 16:12:52 Step 5/23 : RUN apk add --update --no-cache make bash git 16:12:52 ---> Running in d7b2543bbad5 16:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:54 OK: 217 MiB in 51 packages 16:12:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:12:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:12:56 ---> 5284b403ce06 16:12:56 Step 3/23 : WORKDIR /edgex-go 16:12:56 ---> Using cache 16:12:56 ---> 172a90f1d255 16:12:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:56 ---> Using cache 16:12:56 ---> ce0f201d7c95 16:12:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:12:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:12:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:12:56 ---> 5284b403ce06 16:12:56 Step 3/23 : WORKDIR /edgex-go 16:12:56 ---> Using cache 16:12:56 ---> 172a90f1d255 16:12:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:56 ---> Using cache 16:12:56 ---> ce0f201d7c95 16:12:56 Step 5/23 : RUN apk add --update --no-cache make git 16:12:56 ---> Using cache 16:12:56 ---> 646ab3400f22 16:12:56 Step 6/23 : COPY go.mod . 16:12:56 ---> Using cache 16:12:56 ---> aaa1d9df351d 16:12:56 Step 7/23 : RUN go mod download 16:12:56 ---> Using cache 16:12:56 ---> e048ca257826 16:12:56 Step 8/23 : COPY . . 16:12:56 ---> Using cache 16:12:56 ---> 77fb19f153d3 16:12:56 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:12:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:12:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:12:56 ---> 5284b403ce06 16:12:56 Step 3/31 : WORKDIR /edgex-go 16:12:56 ---> Using cache 16:12:56 ---> 172a90f1d255 16:12:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:56 ---> Using cache 16:12:56 ---> ce0f201d7c95 16:12:56 Step 5/31 : RUN apk add --update --no-cache make git 16:12:56 ---> Using cache 16:12:56 ---> 646ab3400f22 16:12:56 Step 6/31 : COPY go.mod . 16:12:56 ---> Using cache 16:12:56 ---> aaa1d9df351d 16:12:56 Step 7/31 : RUN go mod download 16:12:56 ---> Using cache 16:12:56 ---> e048ca257826 16:12:56 Step 8/31 : COPY . . 16:12:56 ---> Using cache 16:12:56 ---> 77fb19f153d3 16:12:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:12:57 ---> Running in 4c17ed37644a 16:12:57 ---> Running in dcbb6f265f90 16:12:57 ---> Running in 58cc90ec3fb5 16:12:57 Removing intermediate container d7b2543bbad5 16:12:57 ---> 47050ed3696e 16:12:57 Step 6/23 : COPY go.mod . 16:12:59 ---> 79234d73dd38 16:12:59 Step 7/23 : RUN go mod download 16:12:59 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 16:12:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:59 ---> Running in 704fcf79387e 16:12:59 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 16:13:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:01 OK: 217 MiB in 51 packages 16:13:02 Removing intermediate container 4c17ed37644a 16:13:02 ---> bb1041bd5c8f 16:13:02 Step 6/23 : COPY go.mod . 16:13:04 Removing intermediate container 704fcf79387e 16:13:04 ---> ac49df786977 16:13:04 Step 8/23 : COPY . . 16:13:04 ---> edaeedb97cb4 16:13:04 Step 7/23 : RUN go mod download 16:13:04 ---> Running in 74852af06f41 16:13:12 Removing intermediate container 74852af06f41 16:13:12 ---> 159cbaa8a431 16:13:12 Step 8/23 : COPY . . 16:13:35 ---> ef04a53389c3 16:13:35 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:13:35 ---> Running in ff90d814f4db 16:13:37 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 16:13:37 ---> 526676344cd4 16:13:37 Step 9/23 : RUN make cmd/core-data/core-data 16:13:37 ---> Running in d58118fa6500 16:13:39 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 16:14:36 Removing intermediate container dcbb6f265f90 16:14:36 ---> 2660e04ec7b1 16:14:36 16:14:36 Step 10/31 : FROM alpine:3.12 16:14:36 ---> 9852663dfa18 16:14:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:14:36 ---> Running in 2435e49adcce 16:14:36 Removing intermediate container 2435e49adcce 16:14:36 ---> 2dce64041c08 16:14:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:14:36 ---> Running in 135062a5fc4f 16:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:37 (1/2) Installing dumb-init (1.2.2-r1) 16:14:37 (2/2) Installing su-exec (0.2-r1) 16:14:37 Executing busybox-1.31.1-r20.trigger 16:14:38 OK: 5 MiB in 16 packages 16:14:40 Removing intermediate container 135062a5fc4f 16:14:40 ---> c56da462d246 16:14:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:14:40 ---> Running in e19dc0186bb4 16:14:40 Removing intermediate container e19dc0186bb4 16:14:40 ---> dc27d8811f4f 16:14:40 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:14:41 ---> Running in e20e17f19828 16:14:41 Removing intermediate container e20e17f19828 16:14:41 ---> 9edb1694c66e 16:14:41 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:14:41 ---> Running in 3e7a3c0509b0 16:14:45 Removing intermediate container 3e7a3c0509b0 16:14:45 ---> fd6413f73289 16:14:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:14:45 ---> Running in 8aee9011d74d 16:14:46 Removing intermediate container 8aee9011d74d 16:14:46 ---> b5b599e3a443 16:14:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:14:47 ---> 02bb734a34c9 16:14:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:14:47 ---> Running in ae4c87dcd350 16:14:51 Removing intermediate container ae4c87dcd350 16:14:51 ---> db3e1f3e4ca4 16:14:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:52 ---> e5a0fbf02ae3 16:14:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:14:54 ---> 7f85b111c0cc 16:14:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:14:55 ---> a467c80dc545 16:14:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:14:57 ---> ccda1b332024 16:14:57 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:14:58 ---> 424eaa4aee54 16:14:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:14:59 ---> Running in 9d6895a87faa 16:15:00 Removing intermediate container 9d6895a87faa 16:15:00 ---> 589b54a40462 16:15:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:15:02 ---> 67283cf76c28 16:15:02 Step 26/31 : RUN chmod +x /entrypoint.sh 16:15:03 Removing intermediate container 58cc90ec3fb5 16:15:03 ---> 3c0dd6c12264 16:15:03 16:15:03 Step 10/23 : FROM alpine:3.12 16:15:03 ---> 9852663dfa18 16:15:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:15:03 ---> Using cache 16:15:03 ---> 092d0b8ed253 16:15:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:15:03 ---> Using cache 16:15:03 ---> c94f23800143 16:15:03 Step 13/23 : ENV APP_PORT=48081 16:15:03 ---> Running in d1e90ab6aa77 16:15:03 ---> Running in ef8d75c346c0 16:15:04 Removing intermediate container ef8d75c346c0 16:15:04 ---> 292aef81a805 16:15:04 Step 14/23 : EXPOSE $APP_PORT 16:15:04 ---> Running in 8a07bc87c6e0 16:15:05 Removing intermediate container 8a07bc87c6e0 16:15:05 ---> 1ac0f636e964 16:15:05 Step 15/23 : WORKDIR / 16:15:05 ---> Running in 3f89c701c94c 16:15:06 Removing intermediate container 3f89c701c94c 16:15:06 ---> aa6f204d4c72 16:15:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:07 Removing intermediate container d1e90ab6aa77 16:15:07 ---> fe61d63c8356 16:15:07 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:15:07 ---> Running in 7e52d960ae65 16:15:08 ---> f37fa27759a4 16:15:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:15:08 Removing intermediate container 7e52d960ae65 16:15:08 ---> 86cbc257cb68 16:15:08 Step 28/31 : CMD ["gate"] 16:15:09 ---> Running in ebd4c3e117d5 16:15:10 Removing intermediate container ebd4c3e117d5 16:15:10 ---> 7f79976a733e 16:15:10 Step 29/31 : LABEL arch=arm64 16:15:10 ---> d1c027dbd8d7 16:15:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:15:11 ---> Running in ef4e895de240 16:15:12 Removing intermediate container ef4e895de240 16:15:12 ---> 76dd4ef97d5c 16:15:12 Step 30/31 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:15:12 ---> c030a8e12733 16:15:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:15:12 ---> Running in 3ca1a34ac075 16:15:12 ---> Running in 2c48f61f58a7 16:15:13 Removing intermediate container 3ca1a34ac075 16:15:13 ---> f87c642b47d2 16:15:13 Step 31/31 : LABEL version=0.0.0 16:15:13 Removing intermediate container 2c48f61f58a7 16:15:13 ---> 304b7235b196 16:15:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:14 ---> Running in 8c63e96c0b5c 16:15:14 ---> Running in c99242e7da2c 16:15:14 Removing intermediate container 8c63e96c0b5c 16:15:14 ---> fec1d3cf94eb 16:15:14 Step 21/23 : LABEL arch=arm64 16:15:15 Removing intermediate container c99242e7da2c 16:15:15 ---> 352fb7c5df76 16:15:15 16:15:15 ---> Running in 0fdf03af5da4 16:15:16 Removing intermediate container 0fdf03af5da4 16:15:16 ---> 69f29ed2ad62 16:15:16 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:15:16 Successfully built 352fb7c5df76 16:15:16 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:15:17  Building docker-security-bootstrapper-go ... done  ---> Running in ad9edb1672b2 16:15:18 Removing intermediate container ad9edb1672b2 16:15:18 ---> 6b8d785a4cbb 16:15:18 Step 23/23 : LABEL version=0.0.0 16:15:18 ---> Running in a57cf0c9eee6 16:15:18 Removing intermediate container ff90d814f4db 16:15:18 ---> c1995fecb34e 16:15:18 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:15:18 ---> Running in 68cae51763ce 16:15:18 Removing intermediate container a57cf0c9eee6 16:15:18 ---> daa951d8a5c5 16:15:18 16:15:19 Successfully built daa951d8a5c5 16:15:19 Successfully tagged docker-core-metadata-go-arm64:latest 16:15:19  Building docker-core-metadata-go ... done 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 16:15:23 Removing intermediate container 68cae51763ce 16:15:23 ---> 99ab6d096d45 16:15:23 16:15:23 Step 11/23 : FROM docker:20.10.0 16:15:23 20.10.0: Pulling from library/docker 16:15:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:15:33 Status: Downloaded newer image for docker:20.10.0 16:15:33 ---> eeaf43b92773 16:15:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:15:33 ---> Running in 2e1f0019839b 16:15:33 Removing intermediate container 2e1f0019839b 16:15:33 ---> 556e553737e9 16:15:33 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:15:33 Removing intermediate container d58118fa6500 16:15:33 ---> 0f0c569a811c 16:15:33 16:15:33 Step 10/23 : FROM alpine:3.12 16:15:33 ---> 9852663dfa18 16:15:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:15:33 ---> Running in 591884cdd0dd 16:15:33 ---> Running in ea38e0659f7d 16:15:34 Removing intermediate container ea38e0659f7d 16:15:34 ---> 5537da71ec5c 16:15:34 Step 12/23 : ENV APP_PORT=48080 16:15:34 ---> Running in 1fcccf6f87f8 16:15:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:34 Removing intermediate container 1fcccf6f87f8 16:15:34 ---> 7030a1c7702f 16:15:34 Step 13/23 : EXPOSE $APP_PORT 16:15:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:34 ---> Running in de65fbd6f5ad 16:15:35 Removing intermediate container de65fbd6f5ad 16:15:35 ---> 883375ffb533 16:15:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:15:35 (1/39) Installing readline (8.0.4-r0) 16:15:35 (2/39) Installing bash (5.0.17-r0) 16:15:35 Executing bash-5.0.17-r0.post-install 16:15:35 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:15:35 (4/39) Installing libcurl (7.76.1-r0) 16:15:35 (5/39) Installing curl (7.76.1-r0) 16:15:35 (6/39) Installing dumb-init (1.2.2-r1) 16:15:35 (7/39) Installing libbz2 (1.0.8-r1) 16:15:35 (8/39) Installing expat (2.2.9-r1) 16:15:35 (9/39) Installing libffi (3.3-r2) 16:15:35 (10/39) Installing gdbm (1.13-r1) 16:15:35 (11/39) Installing xz-libs (5.2.5-r0) 16:15:35 (12/39) Installing sqlite-libs (3.32.1-r0) 16:15:35 ---> Running in 9c35b9b796fa 16:15:35 (13/39) Installing python3 (3.8.8-r0) 16:15:37 (14/39) Installing py3-appdirs (1.4.4-r1) 16:15:37 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:15:37 (16/39) Installing py3-parsing (2.4.7-r0) 16:15:37 (17/39) Installing py3-six (1.15.0-r0) 16:15:37 (18/39) Installing py3-packaging (20.4-r0) 16:15:37 (19/39) Installing py3-setuptools (47.0.0-r0) 16:15:37 (20/39) Installing py3-chardet (3.0.4-r4) 16:15:37 (21/39) Installing py3-idna (2.9-r0) 16:15:37 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:15:37 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:15:37 (24/39) Installing py3-requests (2.23.0-r0) 16:15:37 (25/39) Installing py3-msgpack (1.0.0-r0) 16:15:37 (26/39) Installing py3-lockfile (0.12.2-r3) 16:15:37 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:15:37 (28/39) Installing py3-colorama (0.4.3-r0) 16:15:38 (29/39) Installing py3-distlib (0.3.0-r0) 16:15:38 (30/39) Installing py3-distro (1.5.0-r1) 16:15:38 (31/39) Installing py3-webencodings (0.5.1-r3) 16:15:38 (32/39) Installing py3-html5lib (1.0.1-r4) 16:15:38 (33/39) Installing py3-pytoml (0.1.21-r0) 16:15:38 (34/39) Installing py3-pep517 (0.8.2-r0) 16:15:38 (35/39) Installing py3-progress (1.5-r0) 16:15:38 (36/39) Installing py3-toml (0.10.1-r0) 16:15:38 (37/39) Installing py3-retrying (1.3.3-r0) 16:15:38 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:15:38 (39/39) Installing py3-pip (20.1.1-r0) 16:15:38 Executing busybox-1.31.1-r19.trigger 16:15:38 OK: 72 MiB in 59 packages 16:15:38 Removing intermediate container 9c35b9b796fa 16:15:38 ---> bf04af904c6b 16:15:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:15:38 ---> Running in f5d0da552e82 16:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:41 (1/6) Installing dumb-init (1.2.2-r1) 16:15:41 (2/6) Installing libgcc (9.3.0-r2) 16:15:41 (3/6) Installing libsodium (1.0.18-r0) 16:15:41 (4/6) Installing libstdc++ (9.3.0-r2) 16:15:42 (5/6) Installing libzmq (4.3.3-r0) 16:15:42 (6/6) Installing zeromq (4.3.3-r0) 16:15:42 Executing busybox-1.31.1-r20.trigger 16:15:42 OK: 8 MiB in 20 packages 16:15:43 Removing intermediate container f5d0da552e82 16:15:43 ---> 3e37fdcc07db 16:15:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:44 Collecting docker-compose==1.23.2 16:15:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:15:45 ---> ff8c814b1859 16:15:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:15:45 Collecting cached-property<2,>=1.2.0 16:15:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:15:46 Collecting websocket-client<1.0,>=0.32.0 16:15:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:15:46 ---> 382858dcfa06 16:15:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:15:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:15:47 Collecting docopt<0.7,>=0.6.1 16:15:47 Downloading docopt-0.6.2.tar.gz (25 kB) 16:15:47 ---> 4861fd4f3ff9 16:15:47 Step 19/23 : ENTRYPOINT ["/core-data"] 16:15:47 ---> Running in 79aab3729c3e 16:15:48 Removing intermediate container 79aab3729c3e 16:15:48 ---> 809cee0f4f8b 16:15:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:48 ---> Running in 9229d2baa467 16:15:48 Removing intermediate container 9229d2baa467 16:15:48 ---> eadc47c3c582 16:15:48 Step 21/23 : LABEL arch=arm64 16:15:48 ---> Running in 647935a06501 16:15:50 Removing intermediate container 647935a06501 16:15:50 ---> b84841310a16 16:15:50 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:15:50 ---> Running in 554da4a82015 16:15:50 Removing intermediate container 554da4a82015 16:15:50 ---> e45a2dc117f1 16:15:50 Step 23/23 : LABEL version=0.0.0 16:15:50 ---> Running in 43ba66a8aec3 16:15:50 Removing intermediate container 43ba66a8aec3 16:15:50 ---> fe65c2e4be29 16:15:50 16:15:50 Collecting PyYAML<4,>=3.10 16:15:50 Downloading PyYAML-3.13.tar.gz (270 kB) 16:15:50 Successfully built fe65c2e4be29 16:15:50 Successfully tagged docker-core-data-go-arm64:latest 16:15:55  Building docker-core-data-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:15:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:15:55 Collecting docker<4.0,>=3.6.0 16:15:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:15:56 Collecting dockerpty<0.5,>=0.4.1 16:15:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:15:59 Collecting texttable<0.10,>=0.9.0 16:15:59 Downloading texttable-0.9.1.tar.gz (11 kB) 16:16:01 Collecting jsonschema<3,>=2.5.1 16:16:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:16:02 Collecting urllib3<1.25,>=1.21.1 16:16:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:16:02 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) 16:16:02 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) 16:16:02 Collecting idna<2.8,>=2.5 16:16:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:16:03 Collecting docker-pycreds>=0.4.0 16:16:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:16:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:16:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:16:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:16:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:16:04 Installing collected packages: cached-property, websocket-client, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose 16:16:05 Running setup.py install for docopt: started 16:16:07 Running setup.py install for docopt: finished with status 'done' 16:16:07 Running setup.py install for PyYAML: started 16:16:10 Running setup.py install for PyYAML: finished with status 'done' 16:16:10 Attempting uninstall: urllib3 16:16:10 Found existing installation: urllib3 1.25.9 16:16:10 Uninstalling urllib3-1.25.9: 16:16:10 Successfully uninstalled urllib3-1.25.9 16:16:10 Attempting uninstall: idna 16:16:10 Found existing installation: idna 2.9 16:16:10 Uninstalling idna-2.9: 16:16:10 Successfully uninstalled idna-2.9 16:16:11 Attempting uninstall: requests 16:16:11 Found existing installation: requests 2.23.0 16:16:11 Uninstalling requests-2.23.0: 16:16:11 Successfully uninstalled requests-2.23.0 16:16:13 Running setup.py install for dockerpty: started 16:16:15 Running setup.py install for dockerpty: finished with status 'done' 16:16:15 Running setup.py install for texttable: started 16:16:17 Running setup.py install for texttable: finished with status 'done' 16:16:19 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 16:16:27 Removing intermediate container 591884cdd0dd 16:16:27 ---> eda2ee9d2ffc 16:16:27 Step 14/23 : ENV APP_PORT=48090 16:16:27 ---> Running in 9bd407200b79 16:16:28 Removing intermediate container 9bd407200b79 16:16:28 ---> b9f897912c8b 16:16:28 Step 15/23 : EXPOSE $APP_PORT 16:16:28 ---> Running in e1fbb268a814 16:16:28 Removing intermediate container e1fbb268a814 16:16:28 ---> a4a2981f0617 16:16:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:16:30 ---> e6945cbcf0b3 16:16:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:16:30 ---> 4412d7111eea 16:16:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:16:31 ---> 02be3c7002b4 16:16:31 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:16:31 ---> Running in ba61c036dc04 16:16:32 Removing intermediate container ba61c036dc04 16:16:32 ---> f334fa4912bc 16:16:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:32 ---> Running in 6b13129ddf2f 16:16:33 Removing intermediate container 6b13129ddf2f 16:16:33 ---> 8b13edee0480 16:16:33 Step 21/23 : LABEL arch=arm64 16:16:33 ---> Running in 6451a828225f 16:16:33 Removing intermediate container 6451a828225f 16:16:33 ---> c4c6709375a9 16:16:33 Step 22/23 : LABEL git_sha=e8e4fc9cab9cc112d853042a1389ba1cd817f06d 16:16:33 ---> Running in bdad590e1b57 16:16:34 Removing intermediate container bdad590e1b57 16:16:34 ---> 719a872188be 16:16:34 Step 23/23 : LABEL version=0.0.0 16:16:34 ---> Running in fde170b438e1 16:16:35 Removing intermediate container fde170b438e1 16:16:35 ---> 873e7bfa3ebe 16:16:35 16:16:35 Successfully built 873e7bfa3ebe 16:16:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:16:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:16:36 $ docker stop --time=1 f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 16:16:37 $ docker rm -f f63f5f2c38b22c9817b25f6ff942bd5f97b8d63e9410c30d1c0c7a831cae17c9 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:38 + docker images 16:16:38 + grep docker 16:16:38 docker-sys-mgmt-agent-go-arm64 latest 873e7bfa3ebe 4 seconds ago 299MB 16:16:38 docker-core-data-go-arm64 latest fe65c2e4be29 48 seconds ago 21.6MB 16:16:38 docker-core-metadata-go-arm64 latest daa951d8a5c5 About a minute ago 18.1MB 16:16:38 docker-security-bootstrapper-go-arm64 latest 352fb7c5df76 About a minute ago 18.1MB 16:16:38 docker-support-notifications-go-arm64 latest 6c78ca48476e 4 minutes ago 17.2MB 16:16:38 docker-security-secretstore-setup-go-arm64 latest 05f091bf3bb7 4 minutes ago 24.9MB 16:16:38 docker-support-scheduler-go-arm64 latest 5afbce713dee 4 minutes ago 16.6MB 16:16:38 docker-core-command-go-arm64 latest 471d79eef97d 4 minutes ago 16.5MB 16:16:38 docker-security-proxy-setup-go-arm64 latest 0ae235a26dbd 4 minutes ago 24.6MB 16:16:38 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:16:39 ---> job-cost.sh 16:16:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YNCC 16:17:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:19:13 lf-activate-venv(): INFO: Adding /tmp/venv-YNCC/bin to PATH 16:19:13 INFO: No Stack... 16:19:13 INFO: Retrieving Pricing Info for: lf-standard-4 16:19:13 INFO: Archiving Costs [Pipeline] sh 16:19:13 + cat+ /w/workspace/edgex-go/1/archives/cost.csv 16:19:13 cut -d, -f6 [Pipeline] lock 16:19:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] 16:19:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] did not exist. Created. 16:19:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3390-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:19:13 + echo total: 0.20999999344348907 [Pipeline] stash 16:19:14 Stashed 1 file(s) [Pipeline] } 16:19:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3390-1-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 16:19:16 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:19:17 ---> package-listing.sh 16:19:17 ++ facter osfamily 16:19:17 ++ tr '[:upper:]' '[:lower:]' 16:19:17 + OS_FAMILY=redhat 16:19:17 + workspace=/w/workspace/edgex-go/1 16:19:17 + START_PACKAGES=/tmp/packages_start.txt 16:19:17 + END_PACKAGES=/tmp/packages_end.txt 16:19:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:19:17 + PACKAGES=/tmp/packages_start.txt 16:19:17 + '[' /w/workspace/edgex-go/1 ']' 16:19:17 + PACKAGES=/tmp/packages_end.txt 16:19:17 + case "${OS_FAMILY}" in 16:19:17 + rpm -qa 16:19:17 + sort 16:19:22 + '[' -f /tmp/packages_start.txt ']' 16:19:22 + '[' -f /tmp/packages_end.txt ']' 16:19:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:19:22 + '[' /w/workspace/edgex-go/1 ']' 16:19:22 + mkdir -p /w/workspace/edgex-go/1/archives/ 16:19:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 16:19:22 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:19:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:19:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:23 16:19:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:19:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:23 alpine: Pulling from edgex-lftools-log-publisher 16:19:23 df20fa9351a1: Pulling fs layer 16:19:23 36b3adc4ff6f: Pulling fs layer 16:19:23 8ad3a11d3b57: Pulling fs layer 16:19:23 46f8f816bc3b: Pulling fs layer 16:19:23 93b61091891f: Pulling fs layer 16:19:23 93b9cdb0e59b: Pulling fs layer 16:19:23 5e14af77c1be: Pulling fs layer 16:19:23 01666e4c0597: Pulling fs layer 16:19:23 aa168da1d23b: Pulling fs layer 16:19:23 46f8f816bc3b: Waiting 16:19:23 93b61091891f: Waiting 16:19:23 93b9cdb0e59b: Waiting 16:19:23 5e14af77c1be: Waiting 16:19:23 01666e4c0597: Waiting 16:19:23 aa168da1d23b: Waiting 16:19:24 36b3adc4ff6f: Verifying Checksum 16:19:24 36b3adc4ff6f: Download complete 16:19:24 46f8f816bc3b: Verifying Checksum 16:19:24 46f8f816bc3b: Download complete 16:19:24 df20fa9351a1: Verifying Checksum 16:19:24 df20fa9351a1: Download complete 16:19:24 93b9cdb0e59b: Verifying Checksum 16:19:24 93b9cdb0e59b: Download complete 16:19:24 93b61091891f: Verifying Checksum 16:19:24 93b61091891f: Download complete 16:19:24 5e14af77c1be: Verifying Checksum 16:19:24 5e14af77c1be: Download complete 16:19:24 01666e4c0597: Verifying Checksum 16:19:24 01666e4c0597: Download complete 16:19:24 8ad3a11d3b57: Verifying Checksum 16:19:24 8ad3a11d3b57: Download complete 16:19:24 df20fa9351a1: Pull complete 16:19:24 36b3adc4ff6f: Pull complete 16:19:25 aa168da1d23b: Verifying Checksum 16:19:25 aa168da1d23b: Download complete 16:19:26 8ad3a11d3b57: Pull complete 16:19:26 46f8f816bc3b: Pull complete 16:19:27 93b61091891f: Pull complete 16:19:27 93b9cdb0e59b: Pull complete 16:19:27 5e14af77c1be: Pull complete 16:19:27 01666e4c0597: Pull complete 16:19:37 aa168da1d23b: Pull complete 16:19:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:19:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:19:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:19:37 prd-centos7-docker-4c-2g-1194 does not seem to be running inside a container 16:19: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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:19:42 $ docker top 4761dc4f98f72e4822be7b34fafdca7b301570206f4daa35f883a1f316086796 -eo pid,comm [Pipeline] { [Pipeline] sh 16:19:42 + touch /tmp/pre-build-complete [Pipeline] sh 16:19:43 + mkdir -p /var/log/sa [Pipeline] sh 16:19:43 + ls /var/log/sa-host 16:19:43 + sadf -c /var/log/sa-host/sa20 16:19:43 file_magic: OK 16:19:43 HZ: Using current value: 100 16:19:43 file_header: OK 16:19:43 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 16:19:43 Statistics: 16:19:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:19:43 File successfully converted to sysstat format version 12.2.1 16:19:43 + sadf -c /var/log/sa-host/sa23 16:19:43 file_magic: OK 16:19:43 HZ: Using current value: 100 16:19:43 file_header: OK 16:19:43 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 16:19:43 Statistics: 16:19:43 Hnuu...uuuununununu... 16:19:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:19:43 provisioning config files... 16:19:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config1506369903099529556tmp [Pipeline] { [Pipeline] echo 16:19:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:19:44 ---> create-netrc.sh [Pipeline] } 16:19:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:19:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:19:44 ---> python-tools-install.sh [Pipeline] echo 16:19:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:19:45 ---> sudo-logs.sh 16:19:45 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:19:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:19:45 ---> job-cost.sh 16:19:45 lf-activate-venv: SKIPPING 16:19:45 DEBUG: total: 0.20999999344348907 16:19:45 INFO: Retrieving Stack Cost... 16:19:47 INFO: Retrieving Pricing Info for: v1-standard-2 16:19:47 INFO: Archiving Costs [Pipeline] echo 16:19:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:19:47 ---> logs-deploy.sh 16:19:47 lf-activate-venv: SKIPPING 16:19:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3390/1 16:19:47 INFO: archiving workspace using pattern(s): 16:19:49 Archives upload complete. 16:19:49 INFO: archiving logs to Nexus 16:19:50 ---> uname -a: 16:19:50 Linux prd-centos7-docker-4c-2g-1194.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:19:50 16:19:50 16:19:50 ---> lscpu: 16:19:50 Architecture: x86_64 16:19:50 CPU op-mode(s): 32-bit, 64-bit 16:19:50 Byte Order: Little Endian 16:19:50 Address sizes: 40 bits physical, 48 bits virtual 16:19:50 CPU(s): 4 16:19:50 On-line CPU(s) list: 0-3 16:19:50 Thread(s) per core: 1 16:19:50 Core(s) per socket: 1 16:19:50 Socket(s): 4 16:19:50 NUMA node(s): 1 16:19:50 Vendor ID: GenuineIntel 16:19:50 CPU family: 6 16:19:50 Model: 44 16:19:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:19:50 Stepping: 1 16:19:50 CPU MHz: 2933.438 16:19:50 BogoMIPS: 5866.87 16:19:50 Virtualization: VT-x 16:19:50 Hypervisor vendor: KVM 16:19:50 Virtualization type: full 16:19:50 L1d cache: 128 KiB 16:19:50 L1i cache: 128 KiB 16:19:50 L2 cache: 16 MiB 16:19:50 L3 cache: 64 MiB 16:19:50 NUMA node0 CPU(s): 0-3 16:19:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:19:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:19:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:19:50 Vulnerability Meltdown: Mitigation; PTI 16:19:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:19:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:19:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:19:50 Vulnerability Srbds: Not affected 16:19:50 Vulnerability Tsx async abort: Not affected 16:19:50 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 16:19:50 16:19:50 16:19:50 ---> nproc: 16:19:50 4 16:19:50 16:19:50 16:19:50 ---> df -h: 16:19:50 Filesystem Size Used Available Use% Mounted on 16:19:50 overlay 50.0G 11.4G 38.6G 23% / 16:19:50 tmpfs 64.0M 0 64.0M 0% /dev 16:19:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:19:50 shm 64.0M 0 64.0M 0% /dev/shm 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1 16:19:50 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/1@tmp 16:19:50 16:19:50 16:19:50 ---> free -m: 16:19:50 total used free shared buff/cache available 16:19:50 Mem: 1837 724 165 0 947 1029 16:19:50 Swap: 1023 82 941 16:19:50 16:19:50 16:19:50 ---> ip addr: 16:19:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:19:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:19:50 inet 127.0.0.1/8 scope host lo 16:19:50 valid_lft forever preferred_lft forever 16:19:50 inet6 ::1/128 scope host 16:19:50 valid_lft forever preferred_lft forever 16:19:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:19:50 link/ether fa:16:3e:ed:ac:11 brd ff:ff:ff:ff:ff:ff 16:19:50 inet 10.30.122.112/23 brd 10.30.123.255 scope global dynamic eth0 16:19:50 valid_lft 84815sec preferred_lft 84815sec 16:19:50 inet6 fe80::f816:3eff:feed:ac11/64 scope link 16:19:50 valid_lft forever preferred_lft forever 16:19:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:19:50 link/ether 02:42:17:49:41:a7 brd ff:ff:ff:ff:ff:ff 16:19:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:19:50 valid_lft forever preferred_lft forever 16:19:50 inet6 fe80::42:17ff:fe49:41a7/64 scope link 16:19:50 valid_lft forever preferred_lft forever 16:19:50 16:19:50 16:19:50 ---> sar -b -r -n DEV: 16:19:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 16:19:50 16:19:50 15:53:13 LINUX RESTART (4 CPU) 16:19:50 16:19:50 15:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:19:50 15:55:01 163.99 85.28 78.71 0.00 10874.08 25063.57 0.00 16:19:50 15:56:02 236.19 58.43 177.76 0.00 2729.61 38969.15 0.00 16:19:50 15:57:01 199.59 103.64 95.96 0.00 3784.44 10366.58 0.00 16:19:50 15:58:01 98.74 47.25 51.49 0.00 1682.38 6233.42 0.00 16:19:50 15:59:01 86.96 33.58 53.37 0.00 2170.56 14539.93 0.00 16:19:50 16:00:02 1039.33 785.59 253.74 0.00 91807.74 159971.80 0.00 16:19:50 16:01:01 2095.77 1754.49 341.28 0.00 152218.30 156671.55 0.00 16:19:50 16:02:01 264.44 137.88 126.57 0.00 13841.86 23787.51 0.00 16:19:50 16:03:02 1453.37 1091.91 361.46 0.00 90845.29 133567.28 0.00 16:19:50 16:04:01 1184.01 920.16 263.85 0.00 75439.07 80230.85 0.00 16:19:50 16:05:01 153.86 17.39 136.47 0.00 3125.59 24985.56 0.00 16:19:50 16:06:01 1.80 0.02 1.78 0.00 0.40 34.59 0.00 16:19:50 16:07:02 0.25 0.02 0.23 0.00 0.27 4.08 0.00 16:19:50 16:08:01 0.29 0.00 0.29 0.00 0.00 3.46 0.00 16:19:50 16:09:01 1.93 1.70 0.23 0.00 52.76 2.71 0.00 16:19:50 16:10:01 0.82 0.02 0.80 0.00 0.53 14.47 0.00 16:19:50 16:11:01 0.23 0.00 0.23 0.00 0.00 2.07 0.00 16:19:50 16:12:01 0.25 0.00 0.25 0.00 0.00 3.27 0.00 16:19:50 16:13:01 0.27 0.00 0.27 0.00 0.00 2.61 0.00 16:19:50 16:14:01 0.57 0.28 0.28 0.00 160.56 3.68 0.00 16:19:50 16:15:01 0.20 0.02 0.18 0.00 0.53 1.63 0.00 16:19:50 16:16:01 0.20 0.00 0.20 0.00 0.00 2.07 0.00 16:19:50 16:17:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 16:19:50 16:18:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 16:19:50 16:19:01 0.20 0.00 0.20 0.00 0.00 2.32 0.00 16:19:50 Average: 279.14 201.26 77.88 0.00 17939.81 27013.87 0.00 16:19:50 16:19:50 15:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:19:50 15:55:01 63872 0 687636 36.55 2596 1127440 1315924 44.91 678396 924336 11700 16:19:50 15:56:02 327120 0 731688 38.89 1496 821240 1113740 38.01 425992 841656 12 16:19:50 15:57:01 209352 0 859784 45.70 540 811868 1649076 56.28 683524 708352 34780 16:19:50 15:58:01 219476 0 835944 44.43 504 825620 1641140 56.01 648708 726584 42224 16:19:50 15:59:01 163092 0 783008 41.62 432 935012 1538932 52.52 602580 842600 41840 16:19:50 16:00:02 398312 0 797188 42.37 4 686040 2916980 99.55 550568 715940 32 16:19:50 16:01:01 282460 0 1017396 54.07 4 581684 4551848 155.35 665680 651924 2072 16:19:50 16:02:01 357500 0 832828 44.26 4 691212 2169128 74.03 603796 662952 44928 16:19:50 16:03:02 116424 0 737356 39.19 4 1027760 1911248 65.23 718176 817260 4424 16:19:50 16:04:01 331888 0 791844 42.08 4 757808 2043944 69.76 605428 699912 81100 16:19:50 16:05:01 155628 0 645792 34.32 4 1080120 1236804 42.21 482312 996220 20 16:19:50 16:06:01 159404 0 641928 34.12 4 1080208 1198756 40.91 479408 995584 12 16:19:50 16:07:02 159184 0 642124 34.13 4 1080232 1198876 40.92 480196 995608 8 16:19:50 16:08:01 159688 0 641616 34.10 4 1080236 1198756 40.91 479540 995604 8 16:19:50 16:09:01 157760 0 642668 34.16 4 1081112 1198888 40.92 480392 996112 20 16:19:50 16:10:01 158256 0 642152 34.13 4 1081132 1198756 40.91 479924 996128 8 16:19:50 16:11:01 158396 0 642008 34.12 4 1081136 1198756 40.91 479912 996128 16 16:19:50 16:12:01 158452 0 641940 34.12 4 1081148 1198756 40.91 479920 996128 8 16:19:50 16:13:01 158576 0 641812 34.11 4 1081152 1198756 40.91 479924 996128 8 16:19:50 16:14:01 150700 0 644860 34.27 4 1085980 1198840 40.91 485656 998116 8 16:19:50 16:15:01 150648 0 644920 34.28 4 1085972 1198780 40.91 485764 998116 8 16:19:50 16:16:01 150488 0 645052 34.28 4 1086000 1198756 40.91 485700 998136 8 16:19:50 16:17:01 150448 0 645092 34.29 4 1086000 1198756 40.91 485580 998132 8 16:19:50 16:18:01 150404 0 645128 34.29 4 1086008 1198876 40.92 485796 998132 16 16:19:50 16:19:01 150304 0 645216 34.29 4 1086020 1198876 40.92 486140 998132 8 16:19:50 Average: 191913 0 709079 37.69 226 980326 1554878 53.07 536760 901757 10531 16:19:50 16:19:50 15:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:19:50 15:55:01 eth0 1196.95 1397.26 4521.18 174.69 0.00 0.00 0.00 0.00 16:19:50 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:55:01 docker0 1134.37 844.44 84.37 2690.86 0.00 0.00 0.00 0.00 16:19:50 15:56:02 eth0 448.82 354.62 2313.82 35.47 0.00 0.00 0.00 0.00 16:19:50 15:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:56:02 docker0 220.44 270.94 14.70 837.00 0.00 0.00 0.00 0.00 16:19:50 15:57:01 eth0 39.14 22.46 35.34 14.85 0.00 0.00 0.00 0.00 16:19:50 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:57:01 veth6a411ed 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:19:50 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:58:01 eth0 55.37 45.86 18.40 80.51 0.00 0.00 0.00 0.00 16:19:50 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:58:01 veth6a411ed 2.52 2.52 0.20 0.20 0.00 0.00 0.00 0.00 16:19:50 15:58:01 docker0 2.52 2.52 0.17 0.20 0.00 0.00 0.00 0.00 16:19:50 15:59:01 eth0 219.41 172.03 1692.81 25.16 0.00 0.00 0.00 0.00 16:19:50 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:00:02 vethd33da12 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:00:02 veth68bdaa9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:00:02 veth87e86ad 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:00:02 veth2ed161a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:01:01 veth8108912 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:19:50 16:01:01 veth8b2d03d 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 16:19:50 16:01:01 vethf5c1f1e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:19:50 16:01:01 eth0 2909.45 2605.47 12214.78 482.25 0.00 0.00 0.00 0.00 16:19:50 16:02:01 veth627c71e 2.11 4.41 0.14 29.69 0.00 0.00 0.00 0.00 16:19:50 16:02:01 veth8b2d03d 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:02:01 eth0 32.59 19.05 155.00 6.39 0.00 0.00 0.00 0.00 16:19:50 16:02:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:03:02 vethacd7c26 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 16:19:50 16:03:02 veth8b2d03d 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 16:19:50 16:03:02 eth0 110.33 69.87 173.20 77.15 0.00 0.00 0.00 0.00 16:19:50 16:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:04:01 veth8b2d03d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:04:01 eth0 48.73 30.36 64.66 74.70 0.00 0.00 0.00 0.00 16:19:50 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:04:01 vethb5c3ee0 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 16:19:50 16:05:01 eth0 205.06 134.86 1619.94 21.28 0.00 0.00 0.00 0.00 16:19:50 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:05:01 docker0 1475.32 1302.98 106.90 4333.19 0.00 0.00 0.00 0.00 16:19:50 16:06:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:19:50 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:07:02 eth0 0.58 0.32 0.27 0.20 0.00 0.00 0.00 0.00 16:19:50 16:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:08:01 eth0 0.59 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:19:50 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:09:01 eth0 0.77 0.45 0.41 0.27 0.00 0.00 0.00 0.00 16:19:50 16:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:10:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:11:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:12:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:14:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 16:19:50 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:15:01 eth0 0.30 0.12 0.08 0.01 0.00 0.00 0.00 0.00 16:19:50 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:16:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:17:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 16:19:50 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:18:01 eth0 0.97 0.40 0.34 0.18 0.00 0.00 0.00 0.00 16:19:50 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:19:01 eth0 0.68 0.38 0.35 0.27 0.00 0.00 0.00 0.00 16:19:50 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 Average: eth0 99.32 93.84 432.75 23.41 0.00 0.00 0.00 0.00 16:19:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:19:50 Average: docker0 59.12 52.21 4.28 173.64 0.00 0.00 0.00 0.00 16:19:50 16:19:50 16:19:50 ---> sar -P ALL: 16:19:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) 16:19:50 16:19:50 15:53:13 LINUX RESTART (4 CPU) 16:19:50 16:19:50 15:54:01 CPU %user %nice %system %iowait %steal %idle 16:19:50 15:55:01 all 13.85 0.00 7.22 2.43 1.59 74.92 16:19:50 15:55:01 0 15.64 0.00 8.97 1.13 1.53 72.72 16:19:50 15:55:01 1 12.50 0.00 6.31 2.50 1.44 77.26 16:19:50 15:55:01 2 16.43 0.00 6.01 2.55 1.66 73.34 16:19:50 15:55:01 3 10.85 0.00 7.61 3.51 1.73 76.30 16:19:50 15:56:02 all 9.27 0.00 7.61 5.80 2.91 74.40 16:19:50 15:56:02 0 8.97 0.00 7.88 6.40 3.02 73.73 16:19:50 15:56:02 1 9.01 0.00 6.91 5.13 3.10 75.86 16:19:50 15:56:02 2 9.80 0.00 7.70 5.62 3.16 73.72 16:19:50 15:56:02 3 9.31 0.00 7.96 6.06 2.38 74.30 16:19:50 15:57:01 all 54.38 0.00 13.38 5.40 1.56 25.28 16:19:50 15:57:01 0 55.23 0.00 13.13 4.42 1.65 25.57 16:19:50 15:57:01 1 54.06 0.00 13.46 5.92 1.55 25.01 16:19:50 15:57:01 2 54.01 0.00 14.00 5.82 1.80 24.37 16:19:50 15:57:01 3 54.22 0.00 12.93 5.46 1.26 26.14 16:19:50 15:58:01 all 49.93 0.00 13.80 1.79 3.77 30.70 16:19:50 15:58:01 0 48.92 0.00 13.54 1.37 4.37 31.80 16:19:50 15:58:01 1 50.78 0.00 13.62 2.42 3.58 29.61 16:19:50 15:58:01 2 50.27 0.00 14.09 1.60 3.33 30.71 16:19:50 15:58:01 3 49.78 0.00 13.97 1.78 3.81 30.66 16:19:50 15:59:01 all 36.30 0.00 13.12 1.10 4.46 45.02 16:19:50 15:59:01 0 36.09 0.00 13.49 0.42 4.08 45.92 16:19:50 15:59:01 1 36.74 0.00 13.17 0.88 4.30 44.91 16:19:50 15:59:01 2 36.07 0.00 13.05 2.13 4.85 43.90 16:19:50 15:59:01 3 36.28 0.00 12.76 0.97 4.63 45.36 16:19:50 16:00:02 all 20.67 0.00 20.94 4.79 9.92 43.68 16:19:50 16:00:02 0 21.50 0.00 20.95 4.99 8.97 43.60 16:19:50 16:00:02 1 16.46 0.00 19.83 4.97 11.79 46.95 16:19:50 16:00:02 2 24.70 0.00 21.71 5.50 9.62 38.47 16:19:50 16:00:02 3 20.13 0.00 21.32 3.69 9.25 45.62 16:19:50 16:01:01 all 20.72 0.00 27.52 23.71 5.86 22.19 16:19:50 16:01:01 0 22.43 0.00 31.46 23.80 4.90 17.42 16:19:50 16:01:01 1 20.31 0.00 25.75 25.09 6.57 22.27 16:19:50 16:01:01 2 19.82 0.00 25.70 21.85 6.04 26.58 16:19:50 16:01:01 3 20.34 0.00 27.27 24.12 5.90 22.38 16:19:50 16:02:01 all 74.38 0.00 15.39 4.18 2.59 3.46 16:19:50 16:02:01 0 75.98 0.00 14.35 3.40 2.26 4.01 16:19:50 16:02:01 1 72.46 0.00 17.23 3.92 2.77 3.62 16:19:50 16:02:01 2 73.73 0.00 15.52 5.60 2.90 2.25 16:19:50 16:02:01 3 75.33 0.00 14.47 3.79 2.43 3.98 16:19:50 16:03:02 all 25.48 0.00 25.18 16.26 7.18 25.90 16:19:50 16:03:02 0 27.57 0.00 28.01 17.04 6.57 20.81 16:19:50 16:03:02 1 24.23 0.00 24.97 14.38 7.61 28.81 16:19:50 16:03:02 2 24.48 0.00 23.80 16.44 7.57 27.71 16:19:50 16:03:02 3 25.69 0.00 23.96 17.19 6.96 26.19 16:19:50 16:04:01 all 53.95 0.00 22.03 13.80 3.01 7.21 16:19:50 16:04:01 0 54.97 0.00 22.96 15.04 2.69 4.34 16:19:50 16:04:01 1 54.25 0.00 22.22 14.05 2.71 6.76 16:19:50 16:04:01 2 52.70 0.00 22.02 13.69 3.20 8.38 16:19:50 16:04:01 3 53.89 0.00 20.90 12.40 3.45 9.35 16:19:50 16:05:01 all 10.07 0.00 6.90 6.81 2.17 74.06 16:19:50 16:05:01 0 12.34 0.00 7.74 5.14 1.96 72.82 16:19:50 16:05:01 1 8.14 0.00 6.76 10.10 2.33 72.67 16:19:50 16:05:01 2 9.15 0.00 6.70 5.31 2.01 76.83 16:19:50 16:05:01 3 10.67 0.00 6.42 6.65 2.36 73.89 16:19:50 16:19:50 16:05:01 CPU %user %nice %system %iowait %steal %idle 16:19:50 16:06:01 all 0.13 0.00 0.04 0.00 0.06 99.78 16:19:50 16:06:01 0 0.43 0.00 0.03 0.00 0.05 99.48 16:19:50 16:06:01 1 0.02 0.00 0.03 0.00 0.08 99.87 16:19:50 16:06:01 2 0.05 0.00 0.07 0.00 0.08 99.80 16:19:50 16:06:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:19:50 16:07:02 all 0.17 0.00 0.05 0.00 0.03 99.76 16:19:50 16:07:02 0 0.50 0.00 0.03 0.00 0.02 99.45 16:19:50 16:07:02 1 0.07 0.00 0.03 0.00 0.03 99.87 16:19:50 16:07:02 2 0.05 0.00 0.07 0.00 0.03 99.85 16:19:50 16:07:02 3 0.07 0.00 0.05 0.00 0.02 99.87 16:19:50 16:08:01 all 0.14 0.00 0.03 0.00 0.00 99.83 16:19:50 16:08:01 0 0.47 0.00 0.02 0.00 0.02 99.49 16:19:50 16:08:01 1 0.02 0.00 0.03 0.00 0.00 99.95 16:19:50 16:08:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:19:50 16:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:09:01 all 0.17 0.00 0.09 0.02 0.00 99.72 16:19:50 16:09:01 0 0.33 0.00 0.08 0.00 0.00 99.58 16:19:50 16:09:01 1 0.25 0.00 0.10 0.07 0.00 99.58 16:19:50 16:09:01 2 0.05 0.00 0.08 0.00 0.00 99.87 16:19:50 16:09:01 3 0.05 0.00 0.08 0.02 0.02 99.83 16:19:50 16:10:01 all 0.12 0.00 0.03 0.00 0.00 99.85 16:19:50 16:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:19:50 16:10:01 1 0.45 0.00 0.05 0.00 0.00 99.50 16:19:50 16:10:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:11:01 all 0.02 0.00 0.03 0.00 0.00 99.95 16:19:50 16:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:19:50 16:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:19:50 16:11:01 2 0.03 0.00 0.03 0.00 0.02 99.92 16:19:50 16:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 16:19:50 16:12:01 all 0.12 0.00 0.03 0.00 0.00 99.85 16:19:50 16:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:12:01 1 0.40 0.00 0.07 0.00 0.02 99.52 16:19:50 16:12:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:13:01 all 0.15 0.00 0.03 0.00 0.01 99.81 16:19:50 16:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:13:01 1 0.50 0.00 0.03 0.00 0.00 99.47 16:19:50 16:13:01 2 0.05 0.00 0.05 0.00 0.03 99.87 16:19:50 16:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:14:01 all 0.15 0.00 0.03 0.01 0.01 99.79 16:19:50 16:14:01 0 0.02 0.00 0.02 0.00 0.02 99.95 16:19:50 16:14:01 1 0.52 0.00 0.02 0.00 0.02 99.45 16:19:50 16:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:14:01 3 0.07 0.00 0.08 0.03 0.02 99.80 16:19:50 16:15:01 all 0.14 0.00 0.01 0.00 0.00 99.84 16:19:50 16:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:19:50 16:15:01 1 0.52 0.00 0.02 0.02 0.02 99.43 16:19:50 16:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 16:19:50 16:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:16:01 all 0.15 0.00 0.02 0.00 0.00 99.83 16:19:50 16:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:16:01 1 0.52 0.00 0.02 0.00 0.00 99.47 16:19:50 16:16:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:16:01 3 0.03 0.00 0.05 0.00 0.00 99.92 16:19:50 16:19:50 16:16:01 CPU %user %nice %system %iowait %steal %idle 16:19:50 16:17:01 all 0.14 0.00 0.02 0.00 0.00 99.84 16:19:50 16:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:19:50 16:17:01 1 0.50 0.00 0.02 0.00 0.00 99.48 16:19:50 16:17:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:19:50 16:17:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:19:50 16:18:01 all 0.17 0.00 0.02 0.00 0.00 99.81 16:19:50 16:18:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:19:50 16:18:01 1 0.53 0.00 0.02 0.00 0.00 99.45 16:19:50 16:18:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:19:50 16:18:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:19:50 16:19:01 all 0.15 0.00 0.04 0.00 0.00 99.80 16:19:50 16:19:01 0 0.03 0.00 0.05 0.00 0.00 99.92 16:19:50 16:19:01 1 0.52 0.00 0.03 0.00 0.02 99.43 16:19:50 16:19:01 2 0.02 0.00 0.05 0.00 0.00 99.93 16:19:50 16:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:19:50 Average: all 14.32 0.00 6.73 3.32 1.77 73.86 16:19:50 Average: 0 14.73 0.00 7.07 3.19 1.65 73.36 16:19:50 Average: 1 14.04 0.00 6.65 3.47 1.89 73.95 16:19:50 Average: 2 14.35 0.00 6.63 3.33 1.81 73.87 16:19:50 Average: 3 14.15 0.00 6.58 3.29 1.72 74.26 16:19:50 16:19:50 16:19:50