Pull request #3269 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f93fc19fc1f67fc6453447aaae3294d80ec3e045+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (4a596857da4b5d94bbae5e8b7e3c99641c5837a0) 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-3269/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-3269/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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30264 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [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 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 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 06:05:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:05:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:05:35 ========================================================= 06:05:35 EdgeX Global Pipelines Version Info 06:05:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:05:37 ------------------- 06:05:37 stable info: 06:05:37 ------------------- 06:05:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:05:37 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:05:37 Message: update stable to v1.0.186 06:05:38 ------------------- 06:05:38 experimental info: 06:05:38 ------------------- 06:05:38 Commited By: **** collab-it+edgex@linuxfoundation.org 06:05:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:05:38 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:05:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:05:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:05:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:05:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:05:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:05:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:05:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f93fc19fc1f67fc6453447aaae3294d80ec3e045 [Pipeline] echo 06:05:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f93fc19 [Pipeline] echo 06:05:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:05:42 provisioning config files... 06:05:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3337885646770769419tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:05:42 ---> docker-login.sh 06:05:42 nexus3.edgexfoundry.org:10001 06:05:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:43 Configure a credential helper to remove this warning. See 06:05:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:43 06:05:43 Login Succeeded 06:05:43 nexus3.edgexfoundry.org:10002 06:05:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:43 Configure a credential helper to remove this warning. See 06:05:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:43 06:05:43 Login Succeeded 06:05:43 nexus3.edgexfoundry.org:10003 06:05:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:43 Configure a credential helper to remove this warning. See 06:05:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:43 06:05:43 Login Succeeded 06:05:43 nexus3.edgexfoundry.org:10004 06:05:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:43 Configure a credential helper to remove this warning. See 06:05:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:43 06:05:43 Login Succeeded 06:05:43 docker.io 06:05:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:05:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:05:44 Configure a credential helper to remove this warning. See 06:05:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:05:44 06:05:44 Login Succeeded 06:05:44 ---> docker-login.sh ends [Pipeline] } 06:05:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:05:44 ++ 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 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/core-command/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo core-command,cmd/core-command/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/core-data/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo core-data,cmd/core-data/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/core-metadata/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo core-metadata,cmd/core-metadata/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/security-bootstrapper/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/security-proxy-setup/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/support-notifications/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo support-notifications,cmd/support-notifications/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/support-scheduler/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:05:44 + for file in '`ls cmd/**/Dockerfile`' 06:05:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:05:44 ++ cut -d/ -f2 06:05:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:05:44 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 06:05:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:45 06:05:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:05:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:46 latest: Pulling from edgex-devops/git-semver 06:05:46 31603596830f: Pulling fs layer 06:05:46 2a8b12db71e7: Pulling fs layer 06:05:46 6ca5941a6612: Pulling fs layer 06:05:46 ecc8261a40a4: Pulling fs layer 06:05:46 ecc8261a40a4: Waiting 06:05:46 2a8b12db71e7: Download complete 06:05:46 31603596830f: Verifying Checksum 06:05:46 31603596830f: Download complete 06:05:46 ecc8261a40a4: Verifying Checksum 06:05:46 ecc8261a40a4: Download complete 06:05:46 6ca5941a6612: Verifying Checksum 06:05:46 6ca5941a6612: Download complete 06:05:46 31603596830f: Pull complete 06:05:47 2a8b12db71e7: Pull complete 06:05:47 6ca5941a6612: Pull complete 06:05:47 ecc8261a40a4: Pull complete 06:05:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:05:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:05:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:05:48 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:05:48 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:05:51 $ docker top e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:05:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:51 [ssh-agent] Looking for ssh-agent implementation... 06:05:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:51 $ docker exec e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent 06:05:51 SSH_AUTH_SOCK=/tmp/ssh-PgLadKDo8Wee/agent.11 06:05:51 SSH_AGENT_PID=17 06:05:51 Running ssh-add (command line suppressed) 06:05:52 Identity added: /w/workspace/edgex-go/1@tmp/private_key_7429821893439969846.key (/w/workspace/edgex-go/1@tmp/private_key_7429821893439969846.key) 06:05:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:52 + git tag --points-at HEAD [Pipeline] } 06:05:52 $ docker exec --env ******** --env ******** e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent -k 06:05:52 unset SSH_AUTH_SOCK; 06:05:52 unset SSH_AGENT_PID; 06:05:52 echo Agent pid 17 killed; 06:05:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:05:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:05:52 [ssh-agent] Looking for ssh-agent implementation... 06:05:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:05:53 $ docker exec e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent 06:05:53 SSH_AUTH_SOCK=/tmp/ssh-9abcV93wLl7B/agent.45 06:05:53 SSH_AGENT_PID=50 06:05:53 Running ssh-add (command line suppressed) 06:05:53 Identity added: /w/workspace/edgex-go/1@tmp/private_key_5044996986184512994.key (/w/workspace/edgex-go/1@tmp/private_key_5044996986184512994.key) 06:05:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:05:53 + git semver init 06:05:53 # -> Open(): unable to determine branch for HEAD 06:05:53 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:05:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:05:53 # $SEMVER_REMOTE_NAME = origin 06:05:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:05:53 # $SEMVER_USER_NAME = edgex-jenkins 06:05:53 # $SEMVER_BRANCH = PR-3269 06:05:53 # $SEMVER_TEMP = /tmp/semver-965359123 06:05:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:06:12 # '/tmp/semver-965359123' -> '/w/workspace/edgex-go/1/.semver' 06:06:12 # -> Force: false 06:06:12 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:06:12 $ docker exec --env ******** --env ******** e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 ssh-agent -k 06:06:12 unset SSH_AUTH_SOCK; 06:06:12 unset SSH_AGENT_PID; 06:06:12 echo Agent pid 50 killed; 06:06:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:06:13 + git semver [Pipeline] } 06:06:13 $ docker stop --time=1 e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 06:06:14 $ docker rm -f e80dea7ecc6c93bc770fce6d12e71701eaa1685f6526cfefe079892c580e81c8 [Pipeline] // withDockerContainer [Pipeline] sh 06:06:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:06:16 Stashed 1 file(s) [Pipeline] echo 06:06:16 [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 06:06:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:06:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:06:17 + sudo service docker restart 06:06:17 + true 06:06:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:06:18 ========================================================= 06:06:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:06:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:06:18 + 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 . 06:06:22 Sending build context to Docker daemon 328.6MB 06:06:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:06:22 Step 2/6 : FROM ${BASE} 06:06:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:06:22 188c0c94c7c5: Pulling fs layer 06:06:22 0ef7d3d256c8: Pulling fs layer 06:06:22 de9db76c5a1d: Pulling fs layer 06:06:22 bca2f99d35d6: Pulling fs layer 06:06:22 93359f2a8cfa: Pulling fs layer 06:06:22 7c6f9722023f: Pulling fs layer 06:06:22 a35cf1a2eb13: Pulling fs layer 06:06:22 93359f2a8cfa: Waiting 06:06:22 7c6f9722023f: Waiting 06:06:22 a35cf1a2eb13: Waiting 06:06:22 bca2f99d35d6: Waiting 06:06:22 de9db76c5a1d: Verifying Checksum 06:06:22 de9db76c5a1d: Download complete 06:06:22 0ef7d3d256c8: Verifying Checksum 06:06:22 0ef7d3d256c8: Download complete 06:06:22 93359f2a8cfa: Verifying Checksum 06:06:22 93359f2a8cfa: Download complete 06:06:22 188c0c94c7c5: Verifying Checksum 06:06:22 188c0c94c7c5: Download complete 06:06:22 7c6f9722023f: Verifying Checksum 06:06:22 7c6f9722023f: Download complete 06:06:23 188c0c94c7c5: Pull complete 06:06:23 0ef7d3d256c8: Pull complete 06:06:24 de9db76c5a1d: Pull complete 06:06:25 a35cf1a2eb13: Verifying Checksum 06:06:25 a35cf1a2eb13: Download complete 06:06:25 bca2f99d35d6: Verifying Checksum 06:06:25 bca2f99d35d6: Download complete 06:06:31 bca2f99d35d6: Pull complete 06:06:31 93359f2a8cfa: Pull complete 06:06:31 7c6f9722023f: Pull complete 06:06:31 Still waiting to schedule task 06:06:31 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:06:35 a35cf1a2eb13: Pull complete 06:06:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:06:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:06:35 ---> a62c8e92a672 06:06:35 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 06:06:35 ---> Running in 7f6fd21477a5 06:06:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:06:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:06:37 (1/12) Installing libmagic (5.38-r0) 06:06:37 (2/12) Installing file (5.38-r0) 06:06:37 (3/12) Installing libc-dev (0.7.2-r3) 06:06:38 (4/12) Installing g++ (9.3.0-r2) 06:06:44 (5/12) Installing fortify-headers (1.1-r0) 06:06:44 (6/12) Installing patch (2.7.6-r6) 06:06:44 (7/12) Installing build-base (0.5-r2) 06:06:44 (8/12) Installing libsodium (1.0.18-r0) 06:06:44 (9/12) Installing pkgconf (1.7.2-r0) 06:06:44 (10/12) Installing libsodium-dev (1.0.18-r0) 06:06:44 (11/12) Installing libzmq (4.3.3-r0) 06:06:44 (12/12) Installing zeromq-dev (4.3.3-r0) 06:06:44 Executing busybox-1.31.1-r19.trigger 06:06:44 OK: 233 MiB in 51 packages 06:06:48 Removing intermediate container 7f6fd21477a5 06:06:48 ---> 39440b7093d9 06:06:48 Step 4/6 : WORKDIR /edgex-go 06:06:48 ---> Running in 73691aaf06f1 06:06:48 Removing intermediate container 73691aaf06f1 06:06:48 ---> e0d26dc35d3c 06:06:48 Step 5/6 : COPY go.mod . 06:06:48 ---> eb4facc5152e 06:06:48 Step 6/6 : RUN go mod download 06:06:48 ---> Running in 20e932c90037 06:07:10 Removing intermediate container 20e932c90037 06:07:10 ---> f334bdbc7192 06:07:10 Successfully built f334bdbc7192 06:07:10 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:07:11 + docker inspect -f . ci-base-image-x86_64 06:07:11 . [Pipeline] withDockerContainer 06:07:11 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:07:11 $ 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-x86_64 cat 06:07:12 $ docker top fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:07:12 + go version 06:07:12 go version go1.15.5 linux/amd64 [Pipeline] } 06:07:12 $ docker stop --time=1 fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 06:07:14 $ docker rm -f fc57629361c0c53e5b800f2a3bdf58f9d2fcb51c324592d18a6cb149563ce8b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:15 + docker inspect -f . ci-base-image-x86_64 06:07:15 . [Pipeline] withDockerContainer 06:07:15 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:07: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-x86_64 cat 06:07:15 $ docker top 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a -eo pid,comm [Pipeline] { [Pipeline] echo 06:07:16 ========================================================= 06:07:16 [edgeXBuildGoParallel] Running Tests and Build... 06:07:16 ========================================================= [Pipeline] sh 06:07:16 + make test 06:07:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:07:24 ? github.com/edgexfoundry/edgex-go [no test files] 06:07:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:07:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:07:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:07:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:07:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:07:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:07:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:07:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:07:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:07:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:07:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 06:07:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.1% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.187s coverage: 82.9% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:07:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements 06:07:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.406s coverage: 28.6% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:08:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:08:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.412s coverage: 92.8% of statements 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:08:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 47.1% of statements 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements 06:08:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 06:08:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements 06:08:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 06:08:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.112s coverage: 81.9% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.207s coverage: 62.4% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 69.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.045s coverage: 84.8% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.124s coverage: 87.1% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 96.5% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:08:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 06:08:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:08:29 GO111MODULE=on go vet ./... 06:09:01 gofmt -l . 06:09:01 [ "`gofmt -l .`" = "" ] 06:09:01 ./bin/test-go-mod-tidy.sh 06:09:01 ./bin/test-attribution-txt.sh [Pipeline] sh 06:09:01 + ls -al . 06:09:01 total 760 06:09:01 drwxrwxr-x 10 1001 1001 4096 Mar 18 06:08 . 06:09:01 drwxr-xr-x 4 root root 28 Mar 18 06:07 .. 06:09:01 -rw-rw-r-- 1 1001 1001 11 Mar 18 06:05 .dockerignore 06:09:01 drwxrwxr-x 8 1001 1001 179 Mar 18 06:05 .git 06:09:01 drwxrwxr-x 3 1001 1001 125 Mar 18 06:05 .github 06:09:01 -rw-rw-r-- 1 1001 1001 818 Mar 18 06:05 .gitignore 06:09:01 drwx------ 3 1001 1001 60 Mar 18 06:06 .semver 06:09:01 -rw-rw-r-- 1 1001 1001 166 Mar 18 06:05 .sonarcloud.properties 06:09:01 -rw-rw-r-- 1 1001 1001 8607 Mar 18 06:05 Attribution.txt 06:09:01 -rw-rw-r-- 1 1001 1001 3804 Mar 18 06:05 CONTRIBUTING.md 06:09:01 -rw-rw-r-- 1 1001 1001 931 Mar 18 06:05 Dockerfile.build 06:09:01 -rw-rw-r-- 1 1001 1001 863 Mar 18 06:05 Jenkinsfile 06:09:01 -rw-rw-r-- 1 1001 1001 10775 Mar 18 06:05 LICENSE 06:09:01 -rw-rw-r-- 1 1001 1001 5774 Mar 18 06:05 Makefile 06:09:01 -rw-rw-r-- 1 1001 1001 6548 Mar 18 06:05 README.md 06:09:01 -rw-rw-r-- 1 1001 1001 6755 Mar 18 06:05 SECURITY.md 06:09:01 -rw-rw-r-- 1 1001 1001 5 Mar 18 06:06 VERSION 06:09:01 -rw-rw-r-- 1 1001 1001 4131 Mar 18 06:05 ZMQWindows.md 06:09:01 drwxrwxr-x 2 1001 1001 117 Mar 18 06:05 bin 06:09:01 drwxrwxr-x 14 1001 1001 4096 Mar 18 06:05 cmd 06:09:01 -rw-r--r-- 1 root root 650607 Mar 18 06:08 coverage.out 06:09:01 -rw-r--r-- 1 root root 1055 Mar 18 06:08 go.mod 06:09:01 -rw-r--r-- 1 root root 22097 Mar 18 06:08 go.sum 06:09:01 drwxrwxr-x 8 1001 1001 127 Mar 18 06:05 internal 06:09:01 drwxrwxr-x 4 1001 1001 26 Mar 18 06:05 openapi 06:09:01 drwxrwxr-x 4 1001 1001 71 Mar 18 06:05 snap 06:09:01 -rw-rw-r-- 1 1001 1001 168 Mar 18 06:05 version.go [Pipeline] sh 06:09:02 + '[' -e coverage.out ] 06:09:02 + chown 1001:1001 coverage.out [Pipeline] stash 06:09:02 Stashed 1 file(s) [Pipeline] sh 06:09:02 + make build 06:09:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:09:06 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 06:09:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:09:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:09:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:09:18 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 06:09:19 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 06:09:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30266 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 06:09:21 Running in /w/workspace/edgex-go/1 [Pipeline] { 06:09:21 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 [Pipeline] checkout 06:09:23 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 06:09:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:09:25 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 06:09:26 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 06:09:27 using credential edgex-jenkins-ssh 06:09:27 Cloning the remote Git repository 06:09:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] } 06:09:29 $ docker stop --time=1 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a 06:09:28 > git init /w/workspace/edgex-go/1 # timeout=10 06:09:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:09:28 > git --version # timeout=10 06:09:28 > git --version # 'git version 2.17.1' 06:09:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:32 $ docker rm -f 73845bd37028bdcf19573e3e11981d2b384db9bc0515c524074b4802efde7a8a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:09:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:34 06:09:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:09:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:34 latest: Pulling from edgex-devops/edgex-compose 06:09:34 cbdbe7a5bc2a: Pulling fs layer 06:09:34 ca9280d653b3: Pulling fs layer 06:09:34 7e9c9ca2126c: Pulling fs layer 06:09:35 cbdbe7a5bc2a: Download complete 06:09:35 cbdbe7a5bc2a: Pull complete 06:09:35 ca9280d653b3: Download complete 06:09:36 7e9c9ca2126c: Verifying Checksum 06:09:36 7e9c9ca2126c: Download complete 06:09:37 ca9280d653b3: Pull complete 06:09:43 7e9c9ca2126c: Pull complete 06:09:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:09:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:09:43 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:09:43 $ 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:latest cat 06:09:46 $ docker top 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:46 + docker-compose build --help 06:09:46 + grep parallel 06:09:47 --parallel Build images in parallel. [Pipeline] } 06:09:47 $ docker stop --time=1 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd 06:09:49 $ docker rm -f 1a08e01e7e856236ebed9882e2fb622a8844846ebed35b4a96ce3749f74fcbfd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:09:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:09:50 . [Pipeline] withDockerContainer 06:09:50 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:09:50 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:09:50 $ 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:latest cat 06:09:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:09:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:09:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:09:49 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:09:50 > git config core.sparsecheckout # timeout=10 06:09:50 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 06:09:50 > git remote # timeout=10 06:09:50 Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:09:50 Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) 06:09:51 $ docker top 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:51 + docker-compose -f ./docker-compose-build.yml build --parallel 06:09:52 Building docker-core-command-go ... 06:09:52 Building docker-core-data-go ... 06:09:52 Building docker-core-metadata-go ... 06:09:52 Building docker-security-bootstrapper-go ... 06:09:52 Building docker-security-proxy-setup-go ... 06:09:52 Building docker-security-secretstore-setup-go ... 06:09:52 Building docker-support-notifications-go ... 06:09:52 Building docker-support-scheduler-go ... 06:09:52 Building docker-sys-mgmt-agent-go ... 06:09:52 Building docker-security-proxy-setup-go 06:09:52 Building docker-security-secretstore-setup-go 06:09:52 Building docker-support-scheduler-go 06:09:52 Building docker-sys-mgmt-agent-go 06:09:52 Building docker-core-command-go 06:09:50 > git config --get remote.origin.url # timeout=10 06:09:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:09:50 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 06:09:50 > git rev-parse HEAD^{commit} # timeout=10 06:09:50 > git config core.sparsecheckout # timeout=10 06:09:50 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 06:09:55 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 06:09:55 > git --version # timeout=10 06:09:55 > git --version # 'git version 2.17.1' 06:09:55 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:09:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:09:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:58 + sudo service docker restart 06:09:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:10:00 provisioning config files... 06:10:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6836210220888076324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:10:01 ---> docker-login.sh 06:10:01 nexus3.edgexfoundry.org:10001 06:10:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:02 Configure a credential helper to remove this warning. See 06:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:02 06:10:02 Login Succeeded 06:10:02 nexus3.edgexfoundry.org:10002 06:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:03 Configure a credential helper to remove this warning. See 06:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:03 06:10:03 Login Succeeded 06:10:03 nexus3.edgexfoundry.org:10003 06:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:03 Configure a credential helper to remove this warning. See 06:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:03 06:10:03 Login Succeeded 06:10:03 nexus3.edgexfoundry.org:10004 06:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:04 Configure a credential helper to remove this warning. See 06:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:04 06:10:04 Login Succeeded 06:10:04 docker.io 06:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:10:05 Configure a credential helper to remove this warning. See 06:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:10:05 06:10:05 Login Succeeded 06:10:05 ---> docker-login.sh ends [Pipeline] } 06:10:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:10:05 ========================================================= 06:10:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:10:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:10:06 + 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 . 06:10:08 Sending build context to Docker daemon 166.8MB 06:10:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:10:08 Step 2/6 : FROM ${BASE} 06:10:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:10:08 5f621e34cdf4: Pulling fs layer 06:10:08 a4357932f1b6: Pulling fs layer 06:10:08 18c013af1878: Pulling fs layer 06:10:08 00ac8860ef70: Pulling fs layer 06:10:08 63d7cb157983: Pulling fs layer 06:10:08 b116817d02f9: Pulling fs layer 06:10:08 745a02a5169b: Pulling fs layer 06:10:08 00ac8860ef70: Waiting 06:10:08 63d7cb157983: Waiting 06:10:08 b116817d02f9: Waiting 06:10:08 745a02a5169b: Waiting 06:10:08 18c013af1878: Verifying Checksum 06:10:08 18c013af1878: Download complete 06:10:08 a4357932f1b6: Verifying Checksum 06:10:08 a4357932f1b6: Download complete 06:10:08 63d7cb157983: Verifying Checksum 06:10:08 63d7cb157983: Download complete 06:10:08 b116817d02f9: Verifying Checksum 06:10:08 b116817d02f9: Download complete 06:10:08 5f621e34cdf4: Verifying Checksum 06:10:08 5f621e34cdf4: Download complete 06:10:09 5f621e34cdf4: Pull complete 06:10:10 a4357932f1b6: Pull complete 06:10:10 18c013af1878: Pull complete 06:10:11 745a02a5169b: Verifying Checksum 06:10:11 745a02a5169b: Download complete 06:10:12 00ac8860ef70: Verifying Checksum 06:10:12 00ac8860ef70: Download complete 06:10:22 00ac8860ef70: Pull complete 06:10:22 63d7cb157983: Pull complete 06:10:23 b116817d02f9: Pull complete 06:10:26 745a02a5169b: Pull complete 06:10:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:10:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:10:26 ---> b7e6874047d6 06:10:26 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 06:10:30 ---> Running in 9c00a29111bb 06:10:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:10:31 ---> f334bdbc7192 06:10:31 Step 3/22 : WORKDIR /edgex-go 06:10:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:10:31 ---> f334bdbc7192 06:10:31 Step 3/21 : WORKDIR /edgex-go 06:10:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:10:31 ---> f334bdbc7192 06:10:31 Step 3/24 : WORKDIR /edgex-go 06:10:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:10:31 ---> f334bdbc7192 06:10:31 Step 3/26 : WORKDIR /edgex-go 06:10:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:10:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:10:31 ---> f334bdbc7192 06:10:31 Step 3/23 : WORKDIR /edgex-go 06:10:31 ---> Running in bf6c628ed2d8 06:10:31 ---> Running in fd245a6b1212 06:10:31 ---> Running in a021eac91d08 06:10:31 ---> Running in e6ded3a8c8bf 06:10:31 ---> Running in 01ca06fe6de2 06:10:31 Removing intermediate container 01ca06fe6de2 06:10:31 ---> 6aad7651dd2d 06:10:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 Removing intermediate container e6ded3a8c8bf 06:10:31 ---> 840c410f148b 06:10:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 Removing intermediate container fd245a6b1212 06:10:31 ---> bb14ee877e2c 06:10:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 Removing intermediate container a021eac91d08 06:10:31 ---> c89767a3f709 06:10:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 Removing intermediate container bf6c628ed2d8 06:10:31 ---> a8eb78c6d9c4 06:10:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:10:31 ---> Running in 364794c55ba2 06:10:31 ---> Running in bde407d4f237 06:10:31 ---> Running in 3d2874e29c26 06:10:31 ---> Running in 85fe67c03993 06:10:31 ---> Running in 48cdf4aa1cf8 06:10:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:10:32 Removing intermediate container bde407d4f237 06:10:32 ---> 2a0da5b50d71 06:10:32 Step 5/22 : RUN apk add --update --no-cache make git 06:10:32 Removing intermediate container 364794c55ba2 06:10:32 ---> 7a9881549cca 06:10:32 Step 5/26 : RUN apk add --update --no-cache make bash git 06:10:32 ---> Running in a5261e6d9110 06:10:32 Removing intermediate container 48cdf4aa1cf8 06:10:32 ---> ec0a07c00b7c 06:10:32 Step 5/23 : RUN apk add --update --no-cache make git 06:10:32 ---> Running in 0d5706f9150a 06:10:32 Removing intermediate container 3d2874e29c26 06:10:32 ---> 90b10db5932b 06:10:32 Step 5/24 : RUN apk add --update --no-cache make git 06:10:32 Removing intermediate container 85fe67c03993 06:10:32 ---> 5c11cdc1cc70 06:10:32 Step 5/21 : RUN apk add --update --no-cache make git 06:10:33 ---> Running in 77796d5e8602 06:10:33 ---> Running in 65ca4dcfdb4a 06:10:33 ---> Running in 9bd4a99edc4f 06:10:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:34 (1/12) Installing libmagic (5.38-r0) 06:10:34 (2/12) Installing file (5.38-r0) 06:10:35 (3/12) Installing libc-dev (0.7.2-r3) 06:10:35 (4/12) Installing g++ (9.3.0-r2) 06:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:36 OK: 233 MiB in 51 packages 06:10:36 OK: 233 MiB in 51 packages 06:10:36 OK: 233 MiB in 51 packages 06:10:37 Removing intermediate container 0d5706f9150a 06:10:37 ---> 6202884ff281 06:10:37 Step 6/26 : COPY go.mod . 06:10:37 Removing intermediate container 77796d5e8602 06:10:37 ---> 87dad90c9f3f 06:10:37 Step 6/23 : COPY go.mod . 06:10:37 Removing intermediate container a5261e6d9110 06:10:37 ---> ca713ba69a64 06:10:37 Step 6/22 : COPY go.mod . 06:10:37 ---> 1a01d6c66190 06:10:37 Step 7/26 : RUN go mod download 06:10:37 ---> Running in a9b4f2b5bbc5 06:10:37 ---> 3afb2f47a5f4 06:10:37 Step 7/23 : RUN go mod download 06:10:37 OK: 233 MiB in 51 packages 06:10:38 ---> Running in 98e1a5fa6046 06:10:38 ---> 6b01d603e5ec 06:10:38 Step 7/22 : RUN go mod download 06:10:38 ---> Running in 4421605f0dc3 06:10:38 OK: 233 MiB in 51 packages 06:10:38 Removing intermediate container 65ca4dcfdb4a 06:10:38 ---> d72612a2b6c2 06:10:38 Step 6/24 : COPY go.mod . 06:10:39 Removing intermediate container 9bd4a99edc4f 06:10:39 ---> b41143d6fc6c 06:10:39 Step 6/21 : COPY go.mod . 06:10:39 ---> dcfbb4d37b89 06:10:39 Step 7/24 : RUN go mod download 06:10:39 ---> Running in 778806292e8f 06:10:39 ---> 0e9ea9eb01be 06:10:39 Step 7/21 : RUN go mod download 06:10:39 ---> Running in 73ab02f6f8fd 06:10:40 Removing intermediate container a9b4f2b5bbc5 06:10:40 ---> 4755d1e2f957 06:10:40 Step 8/26 : COPY . . 06:10:41 Removing intermediate container 98e1a5fa6046 06:10:41 ---> 4b86cf14d08d 06:10:41 Step 8/23 : COPY . . 06:10:42 Removing intermediate container 4421605f0dc3 06:10:42 ---> 70f39f514917 06:10:42 Step 8/22 : COPY . . 06:10:47 (5/12) Installing fortify-headers (1.1-r0) 06:10:47 (6/12) Installing patch (2.7.6-r6) 06:10:47 (7/12) Installing build-base (0.5-r2) 06:10:47 (8/12) Installing libsodium (1.0.18-r0) 06:10:47 (9/12) Installing pkgconf (1.7.2-r0) 06:10:47 (10/12) Installing libsodium-dev (1.0.18-r0) 06:10:47 (11/12) Installing libzmq (4.3.3-r0) 06:10:47 (12/12) Installing zeromq-dev (4.3.3-r0) 06:10:47 Executing busybox-1.31.1-r19.trigger 06:10:47 OK: 217 MiB in 51 packages 06:10:47 Removing intermediate container 778806292e8f 06:10:47 ---> 0e39666a92ca 06:10:47 Step 8/24 : COPY . . 06:10:51 Removing intermediate container 9c00a29111bb 06:10:51 ---> 9c581ef5ef6b 06:10:51 Step 4/6 : WORKDIR /edgex-go 06:10:51 ---> Running in 3c235f1cc96d 06:10:52 Removing intermediate container 3c235f1cc96d 06:10:52 ---> 5ce033ac9528 06:10:52 Step 5/6 : COPY go.mod . 06:10:53 ---> 8731d62290fc 06:10:53 Step 6/6 : RUN go mod download 06:10:53 ---> Running in 6ef701eb2b1e 06:10:54 Removing intermediate container 73ab02f6f8fd 06:10:54 ---> f8a76e29331d 06:10:54 Step 8/21 : COPY . . 06:11:20 Removing intermediate container 6ef701eb2b1e 06:11:20 ---> 2690e1394c41 06:11:20 Successfully built 2690e1394c41 06:11:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:11:20 + docker inspect -f . ci-base-image-arm64 06:11:20 . [Pipeline] withDockerContainer 06:11:20 prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container 06:11:21 $ 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 06:11:21 ---> c3890649a181 06:11:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:11:22 $ docker top 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb -eo pid,comm [Pipeline] { [Pipeline] sh 06:11:23 + go version 06:11:23 go version go1.15.5 linux/arm64 [Pipeline] } 06:11:23 $ docker stop --time=1 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb 06:11:24 ---> e01b39c4ab86 06:11:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:11:24 ---> 4c855782275b 06:11:24 Step 9/23 : RUN make cmd/core-command/core-command 06:11:24 ---> 0571dbe18cd9 06:11:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:24 ---> Running in 38d8c266bf99 06:11:24 ---> Running in e219b996bdb0 06:11:24 ---> Running in 7fed4637b83d 06:11:24 ---> Running in ec5a7338915a 06:11:25 $ docker rm -f 5726f497fa2549f3294e39deaf5f2d80f86e2abb07b4df1ff18e34c3e1f3efeb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:11:26 + docker inspect -f . ci-base-image-arm64 06:11:26 . [Pipeline] withDockerContainer 06:11:27 prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container 06:11:27 $ 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 06:11:27 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 06:11:27 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 06:11:27 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 06:11:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:11:28 $ docker top a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 -eo pid,comm 06:11:28 ---> 06b8b7ce8417 06:11:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:11:28 ---> Running in a49a70be3c68 [Pipeline] { [Pipeline] echo 06:11:29 ========================================================= 06:11:29 [edgeXBuildGoParallel] Running Tests and Build... 06:11:29 ========================================================= [Pipeline] sh 06:11:29 + make test 06:11:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:11:29 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 06:11:56 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 06:11:56 ? github.com/edgexfoundry/edgex-go [no test files] 06:11:57 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 06:12:07 Removing intermediate container a49a70be3c68 06:12:07 ---> 121b7892c202 06:12:07 06:12:07 Step 10/21 : FROM alpine:3.12 06:12:07 Removing intermediate container 38d8c266bf99 06:12:07 ---> e7f599546d17 06:12:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:12:07 Removing intermediate container 7fed4637b83d 06:12:07 ---> 0933877523ce 06:12:07 06:12:07 Step 10/24 : FROM alpine:3.12 06:12:07 Removing intermediate container ec5a7338915a 06:12:07 ---> 09d71e48bbbc 06:12:07 06:12:07 Step 10/23 : FROM alpine:3.12 06:12:07 3.12: Pulling from library/alpine 06:12:07 3.12: Pulling from library/alpine 06:12:07 3.12: Pulling from library/alpine 06:12:07 ---> Running in f7d34e83755d 06:12:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 06:12:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 06:12:07 Status: Downloaded newer image for alpine:3.12 06:12:07 Status: Image is up to date for alpine:3.12 06:12:07 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 06:12:07 Status: Image is up to date for alpine:3.12 06:12:07 ---> 88dd2752d2ea 06:12:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:12:07 ---> 88dd2752d2ea 06:12:07 Step 11/21 : RUN apk add --update --no-cache curl 06:12:07 ---> 88dd2752d2ea 06:12:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:12:07 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 06:12:09 ---> Running in 6f19c6b863cc 06:12:09 ---> Running in dcda4a7db499 06:12:09 ---> Running in ed6f08ca2c2d 06:12:09 Removing intermediate container e219b996bdb0 06:12:09 ---> 3f1ea518d536 06:12:09 06:12:09 Step 10/22 : FROM alpine:3.12 06:12:09 ---> 88dd2752d2ea 06:12:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:12:09 ---> Running in 65ffa90243f0 06:12:10 Removing intermediate container f7d34e83755d 06:12:10 ---> add0e839091d 06:12:10 06:12:10 Step 11/26 : FROM docker:20.10.0 06:12:10 20.10.0: Pulling from library/docker 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:10 (1/4) Installing ca-certificates (20191127-r4) 06:12:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:12:10 (3/4) Installing libcurl (7.69.1-r3) 06:12:10 (4/4) Installing curl (7.69.1-r3) 06:12:10 Executing busybox-1.31.1-r19.trigger 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:10 Executing ca-certificates-20191127-r4.trigger 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:10 OK: 7 MiB in 18 packages 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:10 (1/1) Installing dumb-init (1.2.2-r1) 06:12:11 (1/5) Installing ca-certificates (20191127-r4) 06:12:11 Executing busybox-1.31.1-r19.trigger 06:12:11 OK: 6 MiB in 15 packages 06:12:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:12:11 (3/5) Installing libcurl (7.69.1-r3) 06:12:11 (4/5) Installing curl (7.69.1-r3) 06:12:11 (5/5) Installing dumb-init (1.2.2-r1) 06:12:11 Executing busybox-1.31.1-r19.trigger 06:12:11 Executing ca-certificates-20191127-r4.trigger 06:12:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:11 OK: 7 MiB in 19 packages 06:12:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:11 (1/1) Installing dumb-init (1.2.2-r1) 06:12:11 Executing busybox-1.31.1-r19.trigger 06:12:11 OK: 6 MiB in 15 packages 06:12:13 Removing intermediate container 6f19c6b863cc 06:12:13 ---> 8713e91ef982 06:12:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:13 Removing intermediate container dcda4a7db499 06:12:13 ---> f690a68883e9 06:12:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:12:13 ---> Running in 441ef7999ede 06:12:14 ---> Running in 1660637cd239 06:12:14 Removing intermediate container 65ffa90243f0 06:12:14 ---> bcc6a856ad37 06:12:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:12:14 Removing intermediate container 441ef7999ede 06:12:14 ---> 9fcba72a9790 06:12:14 Step 13/21 : WORKDIR /edgex 06:12:14 Removing intermediate container ed6f08ca2c2d 06:12:14 ---> 7ed01196fa0e 06:12:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:14 Removing intermediate container 1660637cd239 06:12:14 ---> 113bb10cbcf0 06:12:14 Step 13/23 : ENV APP_PORT=48082 06:12:14 ---> Running in 566020c82141 06:12:14 ---> Running in 2f54c9012275 06:12:14 ---> Running in 7b1d83f7b76f 06:12:14 ---> Running in 9675dde4e316 06:12:14 Removing intermediate container 566020c82141 06:12:14 ---> d8163b7513b2 06:12:14 Step 13/22 : ENV APP_PORT=48085 06:12:15 ---> Running in 9f601290d5ff 06:12:15 Removing intermediate container 7b1d83f7b76f 06:12:15 ---> bfd5dd417a78 06:12:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:12:15 Removing intermediate container 2f54c9012275 06:12:15 ---> 7309ec9fb588 06:12:15 Step 13/24 : WORKDIR / 06:12:15 Removing intermediate container 9675dde4e316 06:12:15 ---> bedfced422f3 06:12:15 Step 14/23 : EXPOSE $APP_PORT 06:12:15 ---> Running in a0961d42354f 06:12:15 ---> Running in 6764229b3ede 06:12:15 Removing intermediate container 9f601290d5ff 06:12:15 ---> 0973b6115d83 06:12:15 Step 14/22 : EXPOSE $APP_PORT 06:12:15 ---> c14b95c94931 06:12:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:12:15 ---> Running in 005c0ad4cb19 06:12:15 Removing intermediate container a0961d42354f 06:12:15 ---> 4d66db0916d2 06:12:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:12:16 Removing intermediate container 6764229b3ede 06:12:16 ---> 39c1954bce73 06:12:16 Step 15/23 : WORKDIR / 06:12:16 Removing intermediate container 005c0ad4cb19 06:12:16 ---> 3d6baa6a7acb 06:12:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:17 ---> Running in 5931ea21f643 06:12:17 ---> 9535b2ab56b6 06:12:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:12:17 ---> 0212f1068e4b 06:12:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:12:17 ---> af74ca89c67a 06:12:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:12:17 Removing intermediate container 5931ea21f643 06:12:17 ---> e71c3e6c32e4 06:12:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:18 ---> 739c03c8879d 06:12:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:12:18 ---> 057512722390 06:12:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:12:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:12:18 Status: Downloaded newer image for docker:20.10.0 06:12:18 ---> aefe523efa57 06:12:18 Step 12/26 : RUN apk add --no-cache bash 06:12:18 ---> 3f671acd1173 06:12:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:12:18 ---> 2074da4bf82e 06:12:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:12:18 ---> Running in abb3b08dfc16 06:12:18 ---> Running in 0ff56e1db7ef 06:12:18 ---> b2455641c9a3 06:12:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:12:18 ---> 10a275ad452c 06:12:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:12:18 Removing intermediate container 0ff56e1db7ef 06:12:18 ---> cbf7fadebdf0 06:12:18 Step 18/21 : CMD ["--init=true"] 06:12:18 ---> de4ad975f9f7 06:12:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:12:19 ---> Running in e0cef495b37e 06:12:19 ---> Running in 68823172c1ad 06:12:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:19 ---> 39659669423e 06:12:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:12:19 ---> a93e9a3d39ef 06:12:19 Step 19/23 : ENTRYPOINT ["/core-command"] 06:12:19 (1/2) Installing readline (8.0.4-r0) 06:12:19 ---> Running in 3e2b4ad6ed3b 06:12:19 (2/2) Installing bash (5.0.17-r0) 06:12:19 Removing intermediate container e0cef495b37e 06:12:19 ---> e780d190d2a7 06:12:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:12:19 Removing intermediate container 68823172c1ad 06:12:19 ---> 8a8161740a58 06:12:19 Step 19/21 : LABEL arch=x86_64 06:12:19 Executing bash-5.0.17-r0.post-install 06:12:20 Executing busybox-1.31.1-r19.trigger 06:12:20 OK: 12 MiB in 22 packages 06:12:20 ---> Running in b28a68ff90a6 06:12:20 ---> Running in 58e337328e91 06:12:20 Removing intermediate container 3e2b4ad6ed3b 06:12:20 ---> 1812ab24ca05 06:12:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:12:20 ---> e1bcae5ac837 06:12:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:12:20 ---> Running in e0dafe0531ed 06:12:20 Removing intermediate container b28a68ff90a6 06:12:20 ---> 63ba51406add 06:12:20 Step 20/21 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:12:20 Removing intermediate container 58e337328e91 06:12:20 ---> 6adb2fceeb74 06:12:20 Step 20/22 : LABEL arch=x86_64 06:12:20 ---> Running in 3da5e04cc51c 06:12:20 ---> Running in c9d83a2f7856 06:12:20 ---> aa3902e92ac3 06:12:20 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/ 06:12:21 Removing intermediate container e0dafe0531ed 06:12:21 ---> e13c86880de2 06:12:21 Step 21/23 : LABEL arch=x86_64 06:12:21 Removing intermediate container abb3b08dfc16 06:12:21 ---> fc01688f2fed 06:12:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:12:21 ---> Running in ef40f16040a1 06:12:21 ---> Running in b15037d0b7cf 06:12:21 ---> Running in 4ceb804c810b 06:12:21 Removing intermediate container 3da5e04cc51c 06:12:21 ---> 95a9a563db66 06:12:21 Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:12:21 Removing intermediate container c9d83a2f7856 06:12:21 ---> ac93a4249812 06:12:21 Step 21/21 : LABEL version=0.0.0 06:12:21 ---> Running in c335ac806e40 06:12:21 ---> Running in af1f91c377b2 06:12:21 Removing intermediate container b15037d0b7cf 06:12:21 ---> d4332f58b191 06:12:21 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:12:21 Removing intermediate container 4ceb804c810b 06:12:21 ---> c5b919b2d44e 06:12:21 Step 14/26 : ENV APP_PORT=48090 06:12:21 ---> Running in 55bb8831334d 06:12:21 ---> Running in 8f1ca7ff40d1 06:12:22 Removing intermediate container c335ac806e40 06:12:22 ---> 11971e6d080c 06:12:22 Step 22/22 : LABEL version=0.0.0 06:12:22 Removing intermediate container af1f91c377b2 06:12:22 ---> 7838b975c865 06:12:22 06:12:22 ---> Running in 3baa98621cca 06:12:22 Successfully built 7838b975c865 06:12:22 Removing intermediate container 8f1ca7ff40d1 06:12:22 ---> 61332730983d 06:12:22 Step 15/26 : EXPOSE $APP_PORT 06:12:22 Successfully tagged docker-security-proxy-setup-go:latest 06:12:22 Building docker-core-metadata-go 06:12:22  Building docker-security-proxy-setup-go ... done Removing intermediate container 55bb8831334d 06:12:22 ---> 152d29d1bc8e 06:12:22 Step 23/23 : LABEL version=0.0.0 06:12:22 ---> Running in 59fa12f426ad 06:12:22 ---> Running in 31202e50b28a 06:12:22 Removing intermediate container 3baa98621cca 06:12:22 ---> f6feeb6652dd 06:12:22 06:12:22 Successfully built f6feeb6652dd 06:12:22 Removing intermediate container ef40f16040a1 06:12:22 ---> 0baf70da21e6 06:12:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:12:23 Removing intermediate container 59fa12f426ad 06:12:23 ---> cd2f6eb250af 06:12:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:12:23 Successfully tagged docker-support-scheduler-go:latest 06:12:23 Building docker-security-bootstrapper-go 06:12:23  Building docker-support-scheduler-go ... done Removing intermediate container 31202e50b28a 06:12:23 ---> a77e395801a4 06:12:23 06:12:23 ---> Running in cbc6676f9817 06:12:23 Successfully built a77e395801a4 06:12:23 Successfully tagged docker-core-command-go:latest 06:12:23 Building docker-support-notifications-go 06:12:26  Building docker-core-command-go ... done Removing intermediate container cbc6676f9817 06:12:26 ---> c31e11746781 06:12:26 Step 22/24 : LABEL arch=x86_64 06:12:28 ---> Running in 82ddd409b249 06:12:28 ---> e6936de800fc 06:12:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:12:30 Removing intermediate container 82ddd409b249 06:12:30 ---> 7a3c1df25a61 06:12:30 Step 23/24 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:12:30 ---> Running in b15c74b4b90a 06:12:30 ---> c4c097b63350 06:12:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:12:33 Removing intermediate container b15c74b4b90a 06:12:33 ---> 3e1ec07ff142 06:12:33 Step 24/24 : LABEL version=0.0.0 06:12:33 ---> f14b46b4d0b5 06:12:33 Step 19/26 : RUN apk --no-cache add py3-pip 06:12:33 ---> Running in f2ba2f7783c4 06:12:33 ---> Running in 62101ead47e5 06:12:33 Removing intermediate container f2ba2f7783c4 06:12:33 ---> 0928f9493be0 06:12:33 06:12:33 Successfully built 0928f9493be0 06:12:33 Successfully tagged docker-security-secretstore-setup-go:latest 06:12:34  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 06:12:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:34 (1/33) Installing libbz2 (1.0.8-r1) 06:12:34 (2/33) Installing expat (2.2.9-r1) 06:12:34 (3/33) Installing libffi (3.3-r2) 06:12:34 (4/33) Installing gdbm (1.13-r1) 06:12:34 (5/33) Installing xz-libs (5.2.5-r0) 06:12:34 (6/33) Installing sqlite-libs (3.32.1-r0) 06:12:34 (7/33) Installing python3 (3.8.8-r0) 06:12:45 (8/33) Installing py3-appdirs (1.4.4-r1) 06:12:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:12:45 (10/33) Installing py3-parsing (2.4.7-r0) 06:12:45 (11/33) Installing py3-six (1.15.0-r0) 06:12:45 (12/33) Installing py3-packaging (20.4-r0) 06:12:45 (13/33) Installing py3-setuptools (47.0.0-r0) 06:12:45 (14/33) Installing py3-chardet (3.0.4-r4) 06:12:45 (15/33) Installing py3-idna (2.9-r0) 06:12:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:12:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:12:45 (18/33) Installing py3-requests (2.23.0-r0) 06:12:45 (19/33) Installing py3-msgpack (1.0.0-r0) 06:12:45 (20/33) Installing py3-lockfile (0.12.2-r3) 06:12:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:12:46 (22/33) Installing py3-colorama (0.4.3-r0) 06:12:46 (23/33) Installing py3-distlib (0.3.0-r0) 06:12:46 (24/33) Installing py3-distro (1.5.0-r1) 06:12:46 (25/33) Installing py3-webencodings (0.5.1-r3) 06:12:46 (26/33) Installing py3-html5lib (1.0.1-r4) 06:12:46 (27/33) Installing py3-pytoml (0.1.21-r0) 06:12:46 (28/33) Installing py3-pep517 (0.8.2-r0) 06:12:46 (29/33) Installing py3-progress (1.5-r0) 06:12:46 (30/33) Installing py3-toml (0.10.1-r0) 06:12:46 (31/33) Installing py3-retrying (1.3.3-r0) 06:12:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:12:46 (33/33) Installing py3-pip (20.1.1-r0) 06:12:47 Executing busybox-1.31.1-r19.trigger 06:12:47 OK: 71 MiB in 55 packages 06:12:48 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:12:48 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:12:48 ---> f334bdbc7192 06:12:48 Step 3/31 : WORKDIR /edgex-go 06:12:48 ---> Using cache 06:12:48 ---> a8eb78c6d9c4 06:12:48 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:48 ---> Using cache 06:12:48 ---> ec0a07c00b7c 06:12:48 Step 5/31 : RUN apk add --update --no-cache make git 06:12:48 ---> Using cache 06:12:48 ---> 87dad90c9f3f 06:12:48 Step 6/31 : COPY go.mod . 06:12:48 ---> Using cache 06:12:48 ---> 3afb2f47a5f4 06:12:48 Step 7/31 : RUN go mod download 06:12:48 ---> Using cache 06:12:48 ---> 4b86cf14d08d 06:12:48 Step 8/31 : COPY . . 06:12:49 ---> Using cache 06:12:49 ---> 4c855782275b 06:12:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:12:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:12:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:12:49 ---> f334bdbc7192 06:12:49 Step 3/23 : WORKDIR /edgex-go 06:12:49 ---> Using cache 06:12:49 ---> a8eb78c6d9c4 06:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:49 ---> Using cache 06:12:49 ---> ec0a07c00b7c 06:12:49 Step 5/23 : RUN apk add --update --no-cache make git 06:12:49 ---> Using cache 06:12:49 ---> 87dad90c9f3f 06:12:49 Step 6/23 : COPY go.mod . 06:12:49 ---> Using cache 06:12:49 ---> 3afb2f47a5f4 06:12:49 Step 7/23 : RUN go mod download 06:12:49 ---> Using cache 06:12:49 ---> 4b86cf14d08d 06:12:49 Step 8/23 : COPY . . 06:12:49 ---> Using cache 06:12:49 ---> 4c855782275b 06:12:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:12:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:12:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:12:49 ---> f334bdbc7192 06:12:49 Step 3/22 : WORKDIR /edgex-go 06:12:49 ---> Using cache 06:12:49 ---> a8eb78c6d9c4 06:12:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:49 ---> Using cache 06:12:49 ---> ec0a07c00b7c 06:12:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:12:50 ---> Running in cf46fbd2314c 06:12:50 ---> Running in 368f5ca2fcbc 06:12:51 ---> Running in 952246db15e7 06:12:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:12:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:12:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:12:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:12:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:55 OK: 233 MiB in 51 packages 06:12:59 Removing intermediate container 952246db15e7 06:12:59 ---> 17e47d1e5c11 06:12:59 Step 6/22 : COPY go.mod . 06:13:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:13:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:13:00 ---> f334bdbc7192 06:13:00 Step 3/23 : WORKDIR /edgex-go 06:13:00 ---> Using cache 06:13:00 ---> a8eb78c6d9c4 06:13:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:00 ---> Using cache 06:13:00 ---> ec0a07c00b7c 06:13:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:13:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:13:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:13:01 ---> baa1c49c3ece 06:13:01 Step 7/22 : RUN go mod download 06:13:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:13:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:13:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:13:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:13:03 ---> Running in 475aa2d281e6 06:13:03 ---> Running in 0856b8e50e3d 06:13:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:07 OK: 233 MiB in 51 packages 06:13:07 Removing intermediate container 62101ead47e5 06:13:07 ---> 32a2198b54e0 06:13:07 Step 20/26 : RUN pip install docker-compose==1.23.2 06:13:07 ---> Running in b68abcb8a977 06:13:07 Removing intermediate container 0856b8e50e3d 06:13:07 ---> c33fda634a47 06:13:07 Step 8/22 : COPY . . 06:13:08 Removing intermediate container 475aa2d281e6 06:13:08 ---> 411570176698 06:13:08 Step 6/23 : COPY go.mod . 06:13:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:13:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:13:15 ---> 2f61a767dedf 06:13:15 Step 7/23 : RUN go mod download 06:13:16 Collecting docker-compose==1.23.2 06:13:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:13:16 ---> Running in 323dc8ad506a 06:13:16 Collecting PyYAML<4,>=3.10 06:13:16 Downloading PyYAML-3.13.tar.gz (270 kB) 06:13:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:13:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:13:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:13:21 Collecting dockerpty<0.5,>=0.4.1 06:13:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:13:23 Collecting docopt<0.7,>=0.6.1 06:13:23 Downloading docopt-0.6.2.tar.gz (25 kB) 06:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.349s coverage: 45.9% of statements 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:13:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.131s coverage: 19.8% of statements 06:13:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements 06:13:26 Collecting websocket-client<1.0,>=0.32.0 06:13:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:13:26 Removing intermediate container 323dc8ad506a 06:13:26 ---> 936483de9eba 06:13:26 Step 8/23 : COPY . . 06:13:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:13:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:13:29 Collecting docker<4.0,>=3.6.0 06:13:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:13:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:13:30 Collecting jsonschema<3,>=2.5.1 06:13:30 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:13:30 Collecting texttable<0.10,>=0.9.0 06:13:30 Downloading texttable-0.9.1.tar.gz (11 kB) 06:13:32 Collecting cached-property<2,>=1.2.0 06:13:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.1% of statements 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.085s coverage: 100.0% of statements 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:13:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.270s coverage: 71.3% of statements 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:13:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:13:33 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) 06:13:33 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) 06:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.495s coverage: 82.9% of statements 06:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements 06:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:13:35 Collecting idna<2.8,>=2.5 06:13:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:13:36 Collecting urllib3<1.25,>=1.21.1 06:13:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:13:37 Collecting docker-pycreds>=0.4.0 06:13:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:13:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:13:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:13:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:13:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:13:39 ---> caacc8b2fe6a 06:13:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:13:39 Installing collected packages: PyYAML, dockerpty, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, cached-property, docker-compose 06:13:39 Running setup.py install for PyYAML: started 06:13:39 Removing intermediate container cf46fbd2314c 06:13:39 ---> 8d124ea20bc9 06:13:39 06:13:39 Step 10/31 : FROM alpine:3.12 06:13:39 ---> 88dd2752d2ea 06:13:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:13:40 Running setup.py install for PyYAML: finished with status 'done' 06:13:40 Running setup.py install for dockerpty: started 06:13:41 Running setup.py install for dockerpty: finished with status 'done' 06:13:41 ---> Running in 3086dc2f18af 06:13:42 Running setup.py install for docopt: started 06:13:42 ---> Running in c25cfda79b6d 06:13:42 Running setup.py install for docopt: finished with status 'done' 06:13:43 Attempting uninstall: idna 06:13:43 Found existing installation: idna 2.9 06:13:43 Uninstalling idna-2.9: 06:13:43 Successfully uninstalled idna-2.9 06:13:44 Removing intermediate container 368f5ca2fcbc 06:13:44 ---> 23bbcd16e7ab 06:13:44 06:13:44 Step 10/23 : FROM alpine:3.12 06:13:44 ---> 88dd2752d2ea 06:13:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:13:44 ---> Using cache 06:13:44 ---> bcc6a856ad37 06:13:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:13:44 ---> Using cache 06:13:44 ---> d8163b7513b2 06:13:44 Step 13/23 : ENV APP_PORT=48081 06:13:44 Attempting uninstall: urllib3 06:13:44 Removing intermediate container c25cfda79b6d 06:13:44 ---> 701079d1b422 06:13:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:13:44 Found existing installation: urllib3 1.25.9 06:13:44 Uninstalling urllib3-1.25.9: 06:13:45 Successfully uninstalled urllib3-1.25.9 06:13:45 ---> Running in 667c99ae096c 06:13:46 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 06:13:47 ---> Running in 57d8281bbb31 06:13:47 Attempting uninstall: requests 06:13:47 Found existing installation: requests 2.23.0 06:13:47 Uninstalling requests-2.23.0: 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.229s coverage: 28.6% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.406s coverage: 97.5% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:13:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:13:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:13:48 Successfully uninstalled requests-2.23.0 06:13:49 Removing intermediate container 667c99ae096c 06:13:49 ---> d670ee8abd3e 06:13:49 Step 14/23 : EXPOSE $APP_PORT 06:13:51 ---> Running in 43619689b916 06:13:52 Running setup.py install for texttable: started 06:13:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:53 (1/2) Installing dumb-init (1.2.2-r1) 06:13:53 (2/2) Installing su-exec (0.2-r1) 06:13:53 Executing busybox-1.31.1-r19.trigger 06:13:53 OK: 6 MiB in 16 packages 06:13:53 Removing intermediate container 43619689b916 06:13:53 ---> e5652d2dc2bf 06:13:53 Step 15/23 : WORKDIR / 06:13:53 Running setup.py install for texttable: finished with status 'done' 06:13:54 ---> Running in d4d062dcbd39 06:13:54 ---> 518b511c0f25 06:13:54 Step 9/23 : RUN make cmd/core-data/core-data 06:13:54 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 06:13:55 ---> Running in 5cfcf07cb925 06:13:55 Removing intermediate container d4d062dcbd39 06:13:55 ---> 4820ea88b0b5 06:13:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:55 Removing intermediate container 57d8281bbb31 06:13:55 ---> 24d77255824a 06:13:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:13:55 ---> Running in ba9d48edeea9 06:13:55 ---> 21d3bc951d2d 06:13:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:13:55 Removing intermediate container ba9d48edeea9 06:13:55 ---> 093866bfeb3f 06:13:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:13:55 ---> Running in c6202f1fc760 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.338s coverage: 92.8% of statements 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:13:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.100s coverage: 94.1% of statements 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 06:13:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 06:13:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:13:56 Removing intermediate container c6202f1fc760 06:13:56 ---> 0cddf3e0ac7e 06:13:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:13:57 ---> Running in cc9ef1bf4909 06:13:57 ---> bd53f8e24a7c 06:13:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:13:58 Removing intermediate container b68abcb8a977 06:13:58 ---> 60ed431ac30e 06:13:58 Step 21/26 : RUN apk --no-cache add curl 06:13:59 ---> Running in 2f5c288f52e9 06:13:59 ---> cd56ddb482d2 06:13:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:14:00 ---> Running in ed3f0133a8fc 06:14:00 Removing intermediate container ed3f0133a8fc 06:14:00 ---> 4672decbe715 06:14:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:00 ---> Running in 345e0fccf77e 06:14:00 Removing intermediate container cc9ef1bf4909 06:14:00 ---> b886cb90210a 06:14:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:14:00 ---> Running in 9d1c37859f3e 06:14:01 Removing intermediate container 345e0fccf77e 06:14:01 ---> 2f6fa798dd36 06:14:01 Step 21/23 : LABEL arch=x86_64 06:14:01 ---> Running in a13e8d228726 06:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:01 Removing intermediate container 9d1c37859f3e 06:14:01 ---> 902905f43357 06:14:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:14:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:01 Removing intermediate container a13e8d228726 06:14:01 ---> 92f8cc59cdbb 06:14:01 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:14:01 ---> Running in 66282275fb6a 06:14:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:14:01 (2/3) Installing libcurl (7.69.1-r3) 06:14:01 (3/3) Installing curl (7.69.1-r3) 06:14:01 Executing busybox-1.31.1-r19.trigger 06:14:02 OK: 72 MiB in 58 packages 06:14:02 Removing intermediate container 66282275fb6a 06:14:02 ---> 545d263d3dae 06:14:02 Step 23/23 : LABEL version=0.0.0 06:14:03 ---> Running in 44857acafe2c 06:14:04 ---> 3e1beec15379 06:14:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:14:04 ---> Running in b2385f3de4c9 06:14:04 Removing intermediate container 44857acafe2c 06:14:04 ---> 771d2e595929 06:14:04 06:14:05 Successfully built 771d2e595929 06:14:05 Successfully tagged docker-core-metadata-go:latest 06:14:05  Building docker-core-metadata-go ... done Removing intermediate container 2f5c288f52e9 06:14:05 ---> a9d1c90d2ba9 06:14:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:14:05 ---> Running in afd30282890c 06:14:05 Removing intermediate container afd30282890c 06:14:05 ---> ae49be7988dc 06:14:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:05 ---> Running in 8b07247e2e42 06:14:06 Removing intermediate container 8b07247e2e42 06:14:06 ---> 2f663fbf35de 06:14:06 Step 24/26 : LABEL arch=x86_64 06:14:06 ---> Running in 2bf092c74589 06:14:06 Removing intermediate container 2bf092c74589 06:14:06 ---> 9335f7bd8f47 06:14:06 Step 25/26 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:14:06 Removing intermediate container b2385f3de4c9 06:14:06 ---> c5f69b89c667 06:14:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:06 ---> Running in 5e914c240666 06:14:07 Removing intermediate container 5e914c240666 06:14:07 ---> 4274b6fd7fce 06:14:07 Step 26/26 : LABEL version=0.0.0 06:14:07 ---> 952d4cc8d04e 06:14:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:14:07 ---> Running in a5036c7e9424 06:14:07 Removing intermediate container a5036c7e9424 06:14:07 ---> 5cbaeaddaf41 06:14:07 06:14:08 Successfully built 5cbaeaddaf41 06:14:08 ---> 768b2e42f739 06:14:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:14:08 Successfully tagged docker-sys-mgmt-agent-go:latest 06:14:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.115s coverage: 94.4% of statements 06:14:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 06:14:08  Building docker-sys-mgmt-agent-go ... done  ---> 55fe054da8e0 06:14:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:14:10 ---> 8481734abc18 06:14:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:14:12 Removing intermediate container 3086dc2f18af 06:14:12 ---> a6cb351cf1db 06:14:12 06:14:12 Step 10/22 : FROM alpine:3.12 06:14:12 ---> 88dd2752d2ea 06:14:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:14:12 ---> 8e0195b2c00a 06:14:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:14:12 ---> Running in b2d59b9f9d59 06:14:12 ---> Running in 3f00e8fcff33 06:14:13 Removing intermediate container 3f00e8fcff33 06:14:13 ---> ab5e70939c72 06:14:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:14:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:13 ---> 5199beb75f96 06:14:13 Step 26/31 : RUN chmod +x /entrypoint.sh 06:14:13 (1/2) Installing ca-certificates (20191127-r4) 06:14:13 (2/2) Installing dumb-init (1.2.2-r1) 06:14:13 Executing busybox-1.31.1-r19.trigger 06:14:13 Executing ca-certificates-20191127-r4.trigger 06:14:13 OK: 6 MiB in 16 packages 06:14:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.309s coverage: 81.9% of statements 06:14:13 ---> Running in 262f3bef7516 06:14:14 Removing intermediate container b2d59b9f9d59 06:14:14 ---> 9066e522dbfc 06:14:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:14:16 ---> Running in 000cabee918f 06:14:17 Removing intermediate container 000cabee918f 06:14:17 ---> 1493106f459f 06:14:17 Step 13/22 : ENV APP_PORT=48060 06:14:17 ---> Running in 299b848d71d9 06:14:17 Removing intermediate container 262f3bef7516 06:14:17 ---> 993092d81b2c 06:14:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:14:18 ---> Running in 272f0af94d17 06:14:18 Removing intermediate container 299b848d71d9 06:14:18 ---> 4d16ab4a942d 06:14:18 Step 14/22 : EXPOSE $APP_PORT 06:14:18 ---> Running in 2fe33615d432 06:14:18 Removing intermediate container 272f0af94d17 06:14:18 ---> a010ffdcf560 06:14:18 Step 28/31 : CMD ["gate"] 06:14:18 Removing intermediate container 2fe33615d432 06:14:18 ---> a9118b6e5c13 06:14:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:18 ---> Running in 42f831182f0c 06:14:19 Removing intermediate container 42f831182f0c 06:14:19 ---> bfea126633e3 06:14:19 Step 29/31 : LABEL arch=x86_64 06:14:20 ---> 2c19099fc08f 06:14:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:14:20 ---> Running in 2c88b63e1947 06:14:20 Removing intermediate container 5cfcf07cb925 06:14:20 ---> d1ee355aa4f9 06:14:20 06:14:20 Step 10/23 : FROM alpine:3.12 06:14:20 ---> 88dd2752d2ea 06:14:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:14:20 ---> Running in 3f1f327cc7d5 06:14:20 Removing intermediate container 2c88b63e1947 06:14:20 ---> 3a2064e3fb07 06:14:20 Step 30/31 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:14:20 Removing intermediate container 3f1f327cc7d5 06:14:20 ---> 443def2147f2 06:14:20 Step 12/23 : ENV APP_PORT=48080 06:14:21 ---> Running in 683aeb22f466 06:14:21 ---> Running in 9552b8cafefb 06:14:21 ---> 7f1afd05d63b 06:14:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:14:21 Removing intermediate container 683aeb22f466 06:14:21 ---> b4256d1d0002 06:14:21 Step 31/31 : LABEL version=0.0.0 06:14:21 Removing intermediate container 9552b8cafefb 06:14:21 ---> c98130addb0e 06:14:21 Step 13/23 : EXPOSE $APP_PORT 06:14:21 ---> Running in 52365c589347 06:14:21 ---> Running in 516ffcadcca3 06:14:21 ---> 146450f5de2e 06:14:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:14:21 ---> Running in 9310fff05495 06:14:21 Removing intermediate container 52365c589347 06:14:21 ---> 2a1c7dc46c0b 06:14:21 06:14:22 Removing intermediate container 516ffcadcca3 06:14:22 ---> ff4b9cfff05d 06:14:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:22 Successfully built 2a1c7dc46c0b 06:14:22 ---> Running in e74bc483a595 06:14:22 Successfully tagged docker-security-bootstrapper-go:latest 06:14:22  Building docker-security-bootstrapper-go ... done Removing intermediate container 9310fff05495 06:14:22 ---> 29dbb42d479d 06:14:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:22 ---> Running in d7681250a7a3 06:14:22 Removing intermediate container d7681250a7a3 06:14:22 ---> 3e3c36bc6b68 06:14:22 Step 20/22 : LABEL arch=x86_64 06:14:22 ---> Running in d087c67e444c 06:14:22 Removing intermediate container d087c67e444c 06:14:22 ---> dfe56f6b8f3b 06:14:22 Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:14:22 ---> Running in 7f2b5bc8ba29 06:14:23 Removing intermediate container 7f2b5bc8ba29 06:14:23 ---> c45ee2e97915 06:14:23 Step 22/22 : LABEL version=0.0.0 06:14:23 ---> Running in 47ef08e99cbc 06:14:23 Removing intermediate container e74bc483a595 06:14:23 ---> dcebcb7d48d9 06:14:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:14:23 ---> Running in e82da5791e5d 06:14:23 Removing intermediate container 47ef08e99cbc 06:14:23 ---> 9cf5a13867a2 06:14:23 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.141s coverage: 92.9% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.6% of statements 06:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.196s coverage: 91.6% of statements 06:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:14:24 Successfully built 9cf5a13867a2 06:14:24 Successfully tagged docker-support-notifications-go:latest 06:14:24  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:25 (1/6) Installing dumb-init (1.2.2-r1) 06:14:25 (2/6) Installing libgcc (9.3.0-r2) 06:14:25 (3/6) Installing libsodium (1.0.18-r0) 06:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 62.4% of statements 06:14:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:14:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:14:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 06:14:26 (4/6) Installing libstdc++ (9.3.0-r2) 06:14:26 (5/6) Installing libzmq (4.3.3-r0) 06:14:26 (6/6) Installing zeromq (4.3.3-r0) 06:14:26 Executing busybox-1.31.1-r19.trigger 06:14:26 OK: 8 MiB in 20 packages 06:14:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 06:14:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 06:14:26 Removing intermediate container e82da5791e5d 06:14:26 ---> 49dff0ceb328 06:14:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:14:27 ---> f95b72bd2a10 06:14:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:14:27 ---> 3b41b283c14c 06:14:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:14:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 06:14:28 ---> c65dd8abc0c2 06:14:28 Step 19/23 : ENTRYPOINT ["/core-data"] 06:14:28 ---> Running in fac2c54b365f 06:14:28 Removing intermediate container fac2c54b365f 06:14:28 ---> 86b9301afd5e 06:14:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:14:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 06:14:28 ---> Running in 16bf90b80f7f 06:14:28 Removing intermediate container 16bf90b80f7f 06:14:28 ---> cd7dd7087733 06:14:28 Step 21/23 : LABEL arch=x86_64 06:14:28 ---> Running in c5d7f9f613d9 06:14:28 Removing intermediate container c5d7f9f613d9 06:14:28 ---> 439d3184b6cb 06:14:28 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:14:28 ---> Running in 54851dfed2d5 06:14:29 Removing intermediate container 54851dfed2d5 06:14:29 ---> 4700b8177e0a 06:14:29 Step 23/23 : LABEL version=0.0.0 06:14:29 ---> Running in 3a54f1ab2948 06:14:29 Removing intermediate container 3a54f1ab2948 06:14:29 ---> 5ea4880c52ff 06:14:29 06:14:29 Successfully built 5ea4880c52ff 06:14:29 Successfully tagged docker-core-data-go:latest 06:14:29  Building docker-core-data-go ... done  [Pipeline] } 06:14:30 $ docker stop --time=1 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 06:14:31 $ docker rm -f 4e093b8cdd69ff65958afb953b082f8d88f08a8d091f34515130243e0f665b82 [Pipeline] // withDockerContainer [Pipeline] sh 06:14:32 + docker images 06:14:32 + grep docker 06:14:32 docker-core-data-go latest 5ea4880c52ff 3 seconds ago 22.6MB 06:14:32 docker-support-notifications-go latest 9cf5a13867a2 9 seconds ago 17.8MB 06:14:32 docker-security-bootstrapper-go latest 2a1c7dc46c0b 11 seconds ago 18.8MB 06:14:32 docker-sys-mgmt-agent-go latest 5cbaeaddaf41 25 seconds ago 313MB 06:14:32 docker-core-metadata-go latest 771d2e595929 28 seconds ago 19MB 06:14:32 docker-security-secretstore-setup-go latest 0928f9493be0 About a minute ago 24.9MB 06:14:32 docker-core-command-go latest a77e395801a4 2 minutes ago 17.2MB 06:14:32 docker-support-scheduler-go latest f6feeb6652dd 2 minutes ago 17.3MB 06:14:32 docker-security-proxy-setup-go latest 7838b975c865 2 minutes ago 24.7MB 06:14:32 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 06:14:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 69.0% of statements 06:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:14:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 06:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 38.4% of statements 06:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.120s coverage: 89.5% of statements 06:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements [Pipeline] node 06:14:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.0% of statements 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:14:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:14:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:14:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.452s coverage: 87.1% of statements 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:14:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:14:48 Still waiting to schedule task 06:14:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.554s coverage: 29.1% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.174s coverage: 99.0% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.248s coverage: 96.5% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:14:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 06:14:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 06:14:51 GO111MODULE=on go vet ./... 06:15:39 Running on prd-ubuntu18.04-docker-8c-8g-30269 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 06:15:40 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:15:42 using credential edgex-jenkins-ssh 06:15:42 Cloning the remote Git repository 06:15:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:15:42 > git init /w/workspace/edgex-go/1 # timeout=10 06:15:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:15:42 > git --version # timeout=10 06:15:42 > git --version # 'git version 2.17.1' 06:15:42 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:15:51 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:15:51 Merge succeeded, producing f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:15:51 Checking out Revision f93fc19fc1f67fc6453447aaae3294d80ec3e045 (PR-3269) 06:15:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:15:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:15:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:15:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:15:50 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:15:51 > git config core.sparsecheckout # timeout=10 06:15:51 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 06:15:51 > git remote # timeout=10 06:15:51 > git config --get remote.origin.url # timeout=10 06:15:51 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:51 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 06:15:51 > git rev-parse HEAD^{commit} # timeout=10 06:15:51 > git config core.sparsecheckout # timeout=10 06:15:51 > git checkout -f f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 06:15:55 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" 06:15:55 > git --version # timeout=10 06:15:55 > git --version # 'git version 2.17.1' 06:15:55 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:56 + echo snap-build.sh 06:15:56 snap-build.sh 06:15:56 + SNAP_BASE_DIR=. 06:15:56 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:15:56 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:15:56 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:15:56 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:15:56 + cd /w/workspace/edgex-go/1 06:15:56 + sudo apt-get remove -qy --purge lxd lxd-client 06:15:56 Reading package lists... 06:15:56 Building dependency tree... 06:15:56 Reading state information... 06:15:56 The following packages were automatically installed and are no longer required: 06:15:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:15:56 uidmap xdelta3 06:15:56 Use 'sudo apt autoremove' to remove them. 06:15:56 The following packages will be REMOVED: 06:15:56 lxd* lxd-client* 06:15:57 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:15:57 After this operation, 31.7 MB disk space will be freed. 06:15:58 (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.) 06:15:58 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:15:59 Removing lxd dnsmasq configuration 06:15:59 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:15:59 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:16:00 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:16:00 (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.) 06:16:00 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:16:01 Processing triggers for systemd (237-3ubuntu10.42) ... 06:16:01 Processing triggers for ureadahead (0.100.0-21) ... 06:16:02 + sudo snap remove --purge lxd 06:16:03 snap "lxd" is not installed 06:16:03 + sudo groupadd --force --system lxd 06:16:03 ++ whoami 06:16:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:16:03 + newgrp - lxd 06:16:03 + sudo snap install lxd 06:16:11 2021-03-18T06:16:08Z INFO Waiting for automatic snapd restart... 06:16:13 gofmt -l . 06:16:13 [ "`gofmt -l .`" = "" ] 06:16:13 ./bin/test-go-mod-tidy.sh 06:16:13 ./bin/test-attribution-txt.sh [Pipeline] sh 06:16:15 + ls -al . 06:16:15 total 788 06:16:15 drwxrwxr-x 9 1001 1001 4096 Mar 18 06:16 . 06:16:15 drwxr-xr-x 4 root root 4096 Mar 18 06:11 .. 06:16:15 -rw-rw-r-- 1 1001 1001 11 Mar 18 06:09 .dockerignore 06:16:15 drwxrwxr-x 8 1001 1001 4096 Mar 18 06:09 .git 06:16:15 drwxrwxr-x 3 1001 1001 4096 Mar 18 06:09 .github 06:16:15 -rw-rw-r-- 1 1001 1001 818 Mar 18 06:09 .gitignore 06:16:15 -rw-rw-r-- 1 1001 1001 166 Mar 18 06:09 .sonarcloud.properties 06:16:15 -rw-rw-r-- 1 1001 1001 8607 Mar 18 06:09 Attribution.txt 06:16:15 -rw-rw-r-- 1 1001 1001 3804 Mar 18 06:09 CONTRIBUTING.md 06:16:15 -rw-rw-r-- 1 1001 1001 931 Mar 18 06:09 Dockerfile.build 06:16:15 -rw-rw-r-- 1 1001 1001 863 Mar 18 06:09 Jenkinsfile 06:16:15 -rw-rw-r-- 1 1001 1001 10775 Mar 18 06:09 LICENSE 06:16:15 -rw-rw-r-- 1 1001 1001 5774 Mar 18 06:09 Makefile 06:16:15 -rw-rw-r-- 1 1001 1001 6548 Mar 18 06:09 README.md 06:16:15 -rw-rw-r-- 1 1001 1001 6755 Mar 18 06:09 SECURITY.md 06:16:15 -rw-rw-r-- 1 1001 1001 5 Mar 18 06:06 VERSION 06:16:15 -rw-rw-r-- 1 1001 1001 4131 Mar 18 06:09 ZMQWindows.md 06:16:15 drwxrwxr-x 2 1001 1001 4096 Mar 18 06:09 bin 06:16:15 drwxrwxr-x 14 1001 1001 4096 Mar 18 06:09 cmd 06:16:15 -rw-r--r-- 1 root root 650607 Mar 18 06:14 coverage.out 06:16:15 -rw-r--r-- 1 root root 1055 Mar 18 06:16 go.mod 06:16:15 -rw-r--r-- 1 root root 22097 Mar 18 06:16 go.sum 06:16:15 drwxrwxr-x 8 1001 1001 4096 Mar 18 06:09 internal 06:16:15 drwxrwxr-x 4 1001 1001 4096 Mar 18 06:09 openapi 06:16:15 drwxrwxr-x 4 1001 1001 4096 Mar 18 06:09 snap 06:16:15 -rw-rw-r-- 1 1001 1001 168 Mar 18 06:09 version.go [Pipeline] sh 06:16:15 + '[' -e coverage.out ] 06:16:15 + chown 1001:1001 coverage.out [Pipeline] stash 06:16:15 Warning: overwriting stash ‘coverage-report’ 06:16:17 Stashed 1 file(s) [Pipeline] sh 06:16:17 + make build 06:16:17 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 06:16:26 lxd 4.12 from Canonical* installed 06:16:26 + sudo lxd init --auto 06:16:30 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 06:16:32 + sudo snap install --classic snapcraft 06:16:38 snapcraft 4.5.4 from Canonical* installed 06:16:38 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 06:16:38 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 06:16:41 yq (v4/stable) 4.3.1 from Mike Farah (mikefarah) installed 06:16:41 Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory 06:16:41 Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory 06:16:41 Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory 06:16:42 Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory 06:16:42 Error: stat /w/workspace/edgex-go/1/snap/snapcraft.yaml: no such file or directory [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:16:43 Failed in branch amd64 06:16:57 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 06:16:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:17:05 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 06:17:06 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 06:17:12 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 06:17:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:17:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:17:27 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 06:17:31 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 06:17: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] } 06:17:45 $ docker stop --time=1 a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 06:17:47 $ docker rm -f a040ca414173c09b0b0411a8f1b794dc1978347a25921abaa1d5155d410ea9c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:50 06:17:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:17:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:17:50 latest: Pulling from edgex-devops/edgex-compose-arm64 06:17:50 29e5d40040c1: Pulling fs layer 06:17:50 1ce36da41761: Pulling fs layer 06:17:50 25b303627fd3: Pulling fs layer 06:17:51 29e5d40040c1: Download complete 06:17:51 1ce36da41761: Verifying Checksum 06:17:51 1ce36da41761: Download complete 06:17:52 29e5d40040c1: Pull complete 06:17:53 1ce36da41761: Pull complete 06:17:53 25b303627fd3: Verifying Checksum 06:17:53 25b303627fd3: Download complete 06:18:03 25b303627fd3: Pull complete 06:18:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:18:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:18:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:18:04 prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container 06:18: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 06:18:07 $ docker top b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:08 + docker-compose build --help 06:18:08 + grep parallel 06:18:14 --parallel Build images in parallel. [Pipeline] } 06:18:14 $ docker stop --time=1 b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b 06:18:16 $ docker rm -f b7bd89ffc022873c9df131407930598a2f8363a1ac878f1291d9f30a4f920f1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:18:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:18:17 . [Pipeline] withDockerContainer 06:18:17 prd-ubuntu18.04-docker-arm64-4c-16g-30266 does not seem to be running inside a container 06:18:17 $ 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 06:18:19 $ docker top 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 -eo pid,comm [Pipeline] { [Pipeline] sh 06:18:20 + docker-compose -f ./docker-compose-build.yml build --parallel 06:18:25 Building docker-core-command-go ... 06:18:25 Building docker-core-data-go ... 06:18:25 Building docker-core-metadata-go ... 06:18:25 Building docker-security-bootstrapper-go ... 06:18:25 Building docker-security-proxy-setup-go ... 06:18:25 Building docker-security-secretstore-setup-go ... 06:18:25 Building docker-support-notifications-go ... 06:18:25 Building docker-support-scheduler-go ... 06:18:25 Building docker-sys-mgmt-agent-go ... 06:18:25 Building docker-support-notifications-go 06:18:25 Building docker-security-secretstore-setup-go 06:18:25 Building docker-security-bootstrapper-go 06:18:25 Building docker-core-command-go 06:18:25 Building docker-core-metadata-go 06:19:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:19:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:19:47 ---> 2690e1394c41 06:19:47 Step 3/22 : WORKDIR /edgex-go 06:19:47 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:19:47 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:19:47 ---> 2690e1394c41 06:19:47 Step 3/31 : WORKDIR /edgex-go 06:19:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:19:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:19:47 ---> 2690e1394c41 06:19:47 Step 3/23 : WORKDIR /edgex-go 06:19:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:19:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:19:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 2690e1394c41 06:19:47 06:19:47 Step 3/23 : WORKDIR /edgex-goStep 2/24 : FROM ${BUILDER_BASE} AS builder 06:19:47 06:19:47 ---> 2690e1394c41 06:19:47 Step 3/24 : WORKDIR /edgex-go 06:19:47 ---> Running in 7f0b32f05b88 06:19:47 ---> Running in fd5ff20240ad 06:19:47 ---> Running in 4a994354f5f1 06:19:47 ---> Running in 56e0b57f9903 06:19:47 ---> Running in 1fca8b6b157d 06:19:47 Removing intermediate container 7f0b32f05b88 06:19:47 ---> 71cd1b74a48d 06:19:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:47 Removing intermediate container 56e0b57f9903 06:19:47 ---> e2e2d8db739b 06:19:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:47 Removing intermediate container 1fca8b6b157d 06:19:47 ---> 0731403d5dfc 06:19:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:47 Removing intermediate container fd5ff20240ad 06:19:47 ---> 34b718777326 06:19:47 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:47 Removing intermediate container 4a994354f5f1 06:19:47 ---> d90f4522b38c 06:19:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:19:47 ---> Running in 01637f3d0ff7 06:19:47 ---> Running in ff763cf25536 06:19:47 ---> Running in f0854ee2bdfe 06:19:47 ---> Running in ff6063a7011b 06:19:47 ---> Running in e00938d3dc32 06:19:48 Removing intermediate container 01637f3d0ff7 06:19:48 ---> 2dd1e4b02850 06:19:48 Step 5/23 : RUN apk add --update --no-cache make git 06:19:48 Removing intermediate container ff763cf25536 06:19:48 ---> 224129dbe02b 06:19:48 Step 5/23 : RUN apk add --update --no-cache make git 06:19:48 ---> Running in 0f4146ac01b5 06:19:48 ---> Running in f2f1bbf88649 06:19:48 Removing intermediate container e00938d3dc32 06:19:48 ---> 973a7f083969 06:19:48 Step 5/31 : RUN apk add --update --no-cache make git 06:19:48 Removing intermediate container f0854ee2bdfe 06:19:48 ---> d0c6abd98f10 06:19:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:19:48 ---> Running in e1b63ac3f36f 06:19:48 Removing intermediate container ff6063a7011b 06:19:48 ---> 6c1ff5a83db5 06:19:48 Step 5/24 : RUN apk add --update --no-cache make git 06:19:49 ---> Running in 9d84b4c1f692 06:19:49 ---> Running in 8d708e9b554b 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:52 OK: 217 MiB in 51 packages 06:19:52 OK: 217 MiB in 51 packages 06:19:52 OK: 217 MiB in 51 packages 06:19:52 OK: 217 MiB in 51 packages 06:19:52 OK: 217 MiB in 51 packages 06:19:53 Removing intermediate container 0f4146ac01b5 06:19:53 ---> e73df3770dfe 06:19:53 Step 6/23 : COPY go.mod . 06:19:53 Removing intermediate container e1b63ac3f36f 06:19:53 ---> afca8451b6b5 06:19:53 Step 6/31 : COPY go.mod . 06:19:54 Removing intermediate container 9d84b4c1f692 06:19:54 ---> ccfd14bec47a 06:19:54 Step 6/22 : COPY go.mod . 06:19:54 Removing intermediate container f2f1bbf88649 06:19:54 ---> 592e5526ccd0 06:19:54 Step 6/23 : COPY go.mod . 06:19:54 Removing intermediate container 8d708e9b554b 06:19:54 ---> c08e4c81db45 06:19:54 Step 6/24 : COPY go.mod . 06:19:54 ---> 8ca2cffb2ede 06:19:54 Step 7/23 : RUN go mod download 06:19:55 ---> 4db1ea9edd00 06:19:55 Step 7/31 : RUN go mod download 06:19:55 ---> Running in 6d31cb2b0ee7 06:19:55 ---> Running in bf57cf4117fb 06:19:55 ---> 483c50160eb0 06:19:55 Step 7/22 : RUN go mod download 06:19:55 ---> bcac7db9855d 06:19:55 Step 7/23 : RUN go mod download 06:19:55 ---> 62f92453261d 06:19:55 Step 7/24 : RUN go mod download 06:19:55 ---> Running in 1347dd0b6920 06:19:55 ---> Running in 2849bbc76e60 06:19:55 ---> Running in ba2d345b00ea 06:20:00 Removing intermediate container 6d31cb2b0ee7 06:20:00 ---> 1041d782e0df 06:20:00 Step 8/23 : COPY . . 06:20:00 Removing intermediate container bf57cf4117fb 06:20:00 ---> ab91f2e09e7e 06:20:00 Step 8/31 : COPY . . 06:20:00 Removing intermediate container 2849bbc76e60 06:20:00 ---> 16e98fefd69f 06:20:00 Step 8/23 : COPY . . 06:20:01 Removing intermediate container ba2d345b00ea 06:20:01 ---> 78ffba1aa589 06:20:01 Step 8/24 : COPY . . 06:20:01 Removing intermediate container 1347dd0b6920 06:20:01 ---> 43a12c1ca75c 06:20:01 Step 8/22 : COPY . . 06:20:28 ---> 2e7f5541896f 06:20:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:20:28 ---> a60f06e66b52 06:20:28 Step 9/23 : RUN make cmd/core-command/core-command 06:20:28 ---> 6fbc17a695b7 06:20:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:20:28 ---> 4757299e02a0 06:20:28 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:20:28 ---> Running in e65e087c727b 06:20:28 ---> 8e00eef63a84 06:20:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:20:28 ---> Running in 793ff7fba6f6 06:20:28 ---> Running in b5bac927e1da 06:20:28 ---> Running in 9b084d5603e3 06:20:28 ---> Running in d6da9751379b 06:20:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:20:28 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 06:20:28 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 06:20:28 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 06:20:28 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 06:22:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:22:17 Removing intermediate container d6da9751379b 06:22:17 ---> 60ffc119f2fe 06:22:17 06:22:17 Step 10/24 : FROM alpine:3.12 06:22:17 3.12: Pulling from library/alpine 06:22:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 06:22:17 Status: Downloaded newer image for alpine:3.12 06:22:17 ---> d10569e2745f 06:22:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:22:17 ---> Running in fb561406c3d1 06:22:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:21 (1/5) Installing ca-certificates (20191127-r4) 06:22:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:22:21 (3/5) Installing libcurl (7.69.1-r3) 06:22:21 (4/5) Installing curl (7.69.1-r3) 06:22:21 (5/5) Installing dumb-init (1.2.2-r1) 06:22:21 Executing busybox-1.31.1-r19.trigger 06:22:21 Executing ca-certificates-20191127-r4.trigger 06:22:22 OK: 7 MiB in 19 packages 06:22:23 Removing intermediate container b5bac927e1da 06:22:23 ---> f2bda00ce436 06:22:23 06:22:23 Step 10/31 : FROM alpine:3.12 06:22:23 ---> d10569e2745f 06:22:23 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:22:23 ---> Running in af1875922464 06:22:24 Removing intermediate container af1875922464 06:22:24 ---> c1a6d2faf2f3 06:22:24 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:22:24 ---> Running in 249bc1005986 06:22:24 Removing intermediate container fb561406c3d1 06:22:24 ---> f4420291864b 06:22:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:22:25 ---> Running in a5622da229e5 06:22:26 Removing intermediate container a5622da229e5 06:22:26 ---> fedf091c7a43 06:22:26 Step 13/24 : WORKDIR / 06:22:26 ---> Running in 1584609fe7df 06:22:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:27 Removing intermediate container 1584609fe7df 06:22:27 ---> 689e1ecaafbc 06:22:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:22:27 (1/2) Installing dumb-init (1.2.2-r1) 06:22:27 (2/2) Installing su-exec (0.2-r1) 06:22:27 Executing busybox-1.31.1-r19.trigger 06:22:27 OK: 5 MiB in 16 packages 06:22:28 ---> c8438bd83f00 06:22:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:22:30 ---> aedafc3dd857 06:22:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:22:30 Removing intermediate container 249bc1005986 06:22:30 ---> f1c94114ddfa 06:22:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:22:30 ---> Running in a3e5f468c5d4 06:22:32 Removing intermediate container a3e5f468c5d4 06:22:32 ---> cdf9334db235 06:22:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:22:32 ---> Running in 5428d769f02c 06:22:32 ---> 48133fb231b1 06:22:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:22:33 Removing intermediate container 5428d769f02c 06:22:33 ---> dd45d3c1dd52 06:22:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:22:34 ---> Running in 362a30322c8f 06:22:35 ---> 8881330887cd 06:22:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:22:35 Removing intermediate container 793ff7fba6f6 06:22:35 ---> 0b9ce622cbc0 06:22:35 06:22:35 Step 10/23 : FROM alpine:3.12 06:22:35 ---> d10569e2745f 06:22:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:22:36 ---> Running in ce40d20adc23 06:22:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:38 ---> 8dce8867b063 06:22:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:22:38 (1/1) Installing dumb-init (1.2.2-r1) 06:22:38 Executing busybox-1.31.1-r19.trigger 06:22:38 OK: 5 MiB in 15 packages 06:22:39 Removing intermediate container 362a30322c8f 06:22:39 ---> 080d30e37824 06:22:39 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:22:39 Removing intermediate container 9b084d5603e3 06:22:39 ---> 775fca9f7a89 06:22:39 06:22:39 Step 10/22 : FROM alpine:3.12 06:22:39 ---> d10569e2745f 06:22:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:22:40 ---> 44796ece7c10 06:22:40 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/ 06:22:40 ---> Running in 08577f277984 06:22:40 ---> Running in c5e6cbfee2a7 06:22:40 ---> Running in 81275a41a8f8 06:22:40 Removing intermediate container ce40d20adc23 06:22:40 ---> 33815f73c994 06:22:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:22:40 Removing intermediate container 08577f277984 06:22:40 ---> cfb9398213f9 06:22:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:22:40 ---> Running in 6605eb12da0a 06:22:41 Removing intermediate container 6605eb12da0a 06:22:41 ---> dee57e0a4464 06:22:41 Step 13/23 : ENV APP_PORT=48082 06:22:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:42 ---> Running in a883fa4ee72c 06:22:42 ---> b84bf5179da9 06:22:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:22:42 (1/2) Installing ca-certificates (20191127-r4) 06:22:42 (2/2) Installing dumb-init (1.2.2-r1) 06:22:42 Executing busybox-1.31.1-r19.trigger 06:22:42 Executing ca-certificates-20191127-r4.trigger 06:22:42 ---> Running in 8a9dd4bf13e6 06:22:42 OK: 6 MiB in 16 packages 06:22:43 Removing intermediate container a883fa4ee72c 06:22:43 ---> 541222650a0f 06:22:43 Step 14/23 : EXPOSE $APP_PORT 06:22:44 ---> Running in 26ce8b6649fd 06:22:44 Removing intermediate container 81275a41a8f8 06:22:44 ---> fbf9984b03b5 06:22:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:22:44 Removing intermediate container e65e087c727b 06:22:44 ---> 3952b3b18f8d 06:22:44 06:22:44 Step 10/23 : FROM alpine:3.12 06:22:44 ---> d10569e2745f 06:22:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:22:44 ---> Using cache 06:22:44 ---> 33815f73c994 06:22:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:22:44 ---> Using cache 06:22:44 ---> dee57e0a4464 06:22:44 Step 13/23 : ENV APP_PORT=48081 06:22:45 ---> Running in af42bb6fcf6c 06:22:45 ---> Running in e76f2b4fbdee 06:22:45 Removing intermediate container 26ce8b6649fd 06:22:45 ---> e750f2979084 06:22:45 Step 15/23 : WORKDIR / 06:22:45 Removing intermediate container c5e6cbfee2a7 06:22:45 ---> a51da1f690f9 06:22:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:22:45 Removing intermediate container af42bb6fcf6c 06:22:45 ---> f8f45f98a81b 06:22:45 Step 22/24 : LABEL arch=arm64 06:22:45 ---> Running in 555a6c82b74a 06:22:45 ---> Running in c1fa99a5f8d7 06:22:45 ---> Running in 85198e18adc7 06:22:46 Removing intermediate container e76f2b4fbdee 06:22:46 ---> 270f10730a05 06:22:46 Step 14/23 : EXPOSE $APP_PORT 06:22:46 ---> Running in 230c03551968 06:22:46 Removing intermediate container 555a6c82b74a 06:22:46 ---> 802089630905 06:22:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:46 Removing intermediate container c1fa99a5f8d7 06:22:46 ---> 3c1fb2ad2d60 06:22:46 Step 13/22 : ENV APP_PORT=48060 06:22:46 Removing intermediate container 85198e18adc7 06:22:46 ---> 9df7d76b3578 06:22:46 Step 23/24 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:22:47 ---> Running in 9a58860b4c03 06:22:47 ---> Running in 35f03e4a2914 06:22:47 Removing intermediate container 230c03551968 06:22:47 ---> 698a26f6983a 06:22:47 Step 15/23 : WORKDIR / 06:22:47 ---> Running in 2b2efd01353e 06:22:47 Removing intermediate container 8a9dd4bf13e6 06:22:47 ---> e43ce96e6bb4 06:22:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:47 Removing intermediate container 9a58860b4c03 06:22:47 ---> 6724cd6ff52f 06:22:47 Step 14/22 : EXPOSE $APP_PORT 06:22:47 Removing intermediate container 35f03e4a2914 06:22:47 ---> 7db77c81034a 06:22:47 Step 24/24 : LABEL version=0.0.0 06:22:47 ---> 71973ccd806e 06:22:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:22:47 ---> Running in 6e1ea4df4c23 06:22:48 ---> Running in b075018a59c2 06:22:48 Removing intermediate container 2b2efd01353e 06:22:48 ---> 34aca95f08f5 06:22:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:48 Removing intermediate container 6e1ea4df4c23 06:22:48 ---> 8d6b2ff4f954 06:22:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:48 Removing intermediate container b075018a59c2 06:22:48 ---> 00e373cf605d 06:22:48 06:22:49 ---> db07c96f9a96 06:22:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:22:49 Successfully built 00e373cf605d 06:22:49 ---> a8cadd1c8419 06:22:49 ---> b1f519267bc0 06:22:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:22:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:22:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:22:49  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 06:22:50 ---> fa10895834f9 06:22:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:22:50 ---> 826033f2031f 06:22:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:22:51 ---> 82dfb4b0f3c9 06:22:51 Step 19/23 : ENTRYPOINT ["/core-command"] 06:22:52 ---> Running in 45a90fa4130c 06:22:53 ---> 20f1f95cc706 06:22:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:22:53 ---> df660c0a0de1 06:22:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:22:53 ---> ef0e4d99ca57 06:22:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:22:53 Removing intermediate container 45a90fa4130c 06:22:53 ---> 12c280a1af26 06:22:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:53 ---> Running in b82586d7a206 06:22:54 ---> 89ffbf9282bd 06:22:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:22:54 ---> Running in 0e7a9bfb6685 06:22:54 ---> 0b0401c6704a 06:22:54 ---> 835516706782 06:22:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:22:54 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:22:54 Removing intermediate container b82586d7a206 06:22:54 ---> 6332b6641782 06:22:54 Step 21/23 : LABEL arch=arm64 06:22:55 ---> Running in d0718de4fe05 06:22:55 ---> Running in ed3ece60efed 06:22:55 Removing intermediate container 0e7a9bfb6685 06:22:55 ---> 04451f19aec6 06:22:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:56 ---> d4137125ac4d 06:22:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:22:56 ---> Running in 2e4e8245f35d 06:22:56 Removing intermediate container d0718de4fe05 06:22:56 ---> 3f07a5fc9352 06:22:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:56 Removing intermediate container ed3ece60efed 06:22:56 ---> 16ec5801a342 06:22:56 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:22:57 ---> Running in e9a477d4c507 06:22:57 ---> Running in 5ffd0b248d45 06:22:57 ---> Running in b199a94d61de 06:22:57 Removing intermediate container 2e4e8245f35d 06:22:57 ---> c1b56142e879 06:22:57 Step 20/22 : LABEL arch=arm64 06:22:57 ---> Running in fc45cd9370f6 06:22:57 Removing intermediate container e9a477d4c507 06:22:57 ---> a64680cd24c3 06:22:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:22:57 Removing intermediate container 5ffd0b248d45 06:22:57 ---> fe387422d1eb 06:22:57 Step 21/23 : LABEL arch=arm64 06:22:57 Removing intermediate container b199a94d61de 06:22:57 ---> 14c1a092889d 06:22:57 Step 23/23 : LABEL version=0.0.0 06:22:58 ---> Running in 0815c2a39036 06:22:58 Removing intermediate container fc45cd9370f6 06:22:58 ---> 52a2b9f7b54e 06:22:58 Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:22:58 ---> Running in e67a7b140e29 06:22:58 ---> Running in af40df86e6e7 06:22:58 Removing intermediate container 0815c2a39036 06:22:58 ---> 12b347533b5e 06:22:58 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:22:58 ---> 7c9ca4b750fc 06:22:58 Step 26/31 : RUN chmod +x /entrypoint.sh 06:22:59 ---> Running in c42cafb455d0 06:22:59 ---> Running in 8b22517be66b 06:22:59 Removing intermediate container af40df86e6e7 06:22:59 ---> 6049631b6475 06:22:59 Step 22/22 : LABEL version=0.0.0 06:22:59 Removing intermediate container e67a7b140e29 06:22:59 ---> a825d6d3d0a9 06:22:59 06:23:00 Successfully built a825d6d3d0a9 06:23:00 ---> Running in 58a79f88a726 06:23:00 Successfully tagged docker-core-command-go-arm64:latest 06:23:00  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 06:23:01 Removing intermediate container 8b22517be66b 06:23:01 ---> 8d484ed30049 06:23:01 Step 23/23 : LABEL version=0.0.0 06:23:01 ---> Running in c48eca1aeb1b 06:23:01 Removing intermediate container 58a79f88a726 06:23:01 ---> 26e7fdc5d3ec 06:23:01 06:23:02 Successfully built 26e7fdc5d3ec 06:23:02 Removing intermediate container c48eca1aeb1b 06:23:02 ---> f0feb0ac9d89 06:23:02 06:23:02 Successfully tagged docker-support-notifications-go-arm64:latest 06:23:02 Building docker-support-scheduler-go 06:23:02  Building docker-support-notifications-go ... done Successfully built f0feb0ac9d89 06:23:02 Successfully tagged docker-core-metadata-go-arm64:latest 06:23:02  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 06:23:03 Removing intermediate container c42cafb455d0 06:23:03 ---> 7da067383f00 06:23:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:23:03 ---> Running in acff7e5ec990 06:23:04 Removing intermediate container acff7e5ec990 06:23:04 ---> b43c68c57fe2 06:23:04 Step 28/31 : CMD ["gate"] 06:23:04 ---> Running in f9a761bac873 06:23:05 Removing intermediate container f9a761bac873 06:23:05 ---> 23f2414c5731 06:23:05 Step 29/31 : LABEL arch=arm64 06:23:05 ---> Running in ffd9071a9451 06:23:06 Removing intermediate container ffd9071a9451 06:23:06 ---> 4f491dedcbc7 06:23:06 Step 30/31 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:23:08 ---> Running in a9483dfe1ce0 06:23:08 Removing intermediate container a9483dfe1ce0 06:23:08 ---> 5d160869580f 06:23:08 Step 31/31 : LABEL version=0.0.0 06:23:10 ---> Running in 635be3ca770b 06:23:11 Removing intermediate container 635be3ca770b 06:23:11 ---> 9271c2639f0a 06:23:11 06:23:12 Successfully built 9271c2639f0a 06:23:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:23:30  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:23:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:23:30 ---> 2690e1394c41 06:23:30 Step 3/23 : WORKDIR /edgex-go 06:23:30 ---> Using cache 06:23:30 ---> d90f4522b38c 06:23:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:30 ---> Using cache 06:23:30 ---> 6c1ff5a83db5 06:23:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:23:37 ---> Running in f5dd3935f2e3 06:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:38 OK: 217 MiB in 51 packages 06:23:42 Removing intermediate container f5dd3935f2e3 06:23:42 ---> 874f4e9ffb00 06:23:42 Step 6/23 : COPY go.mod . 06:23:43 ---> c791c283eb7a 06:23:43 Step 7/23 : RUN go mod download 06:23:44 ---> Running in a234559a6ee5 06:23:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:23:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:23:47 ---> 2690e1394c41 06:23:47 Step 3/22 : WORKDIR /edgex-go 06:23:47 ---> Using cache 06:23:47 ---> d90f4522b38c 06:23:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:47 ---> Using cache 06:23:47 ---> 6c1ff5a83db5 06:23:47 Step 5/22 : RUN apk add --update --no-cache make git 06:23:47 ---> Using cache 06:23:47 ---> c08e4c81db45 06:23:47 Step 6/22 : COPY go.mod . 06:23:47 ---> Using cache 06:23:47 ---> 62f92453261d 06:23:47 Step 7/22 : RUN go mod download 06:23:47 ---> Using cache 06:23:47 ---> 78ffba1aa589 06:23:47 Step 8/22 : COPY . . 06:23:47 ---> Using cache 06:23:47 ---> 8e00eef63a84 06:23:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:23:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:23:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:23:47 ---> 2690e1394c41 06:23:47 Step 3/21 : WORKDIR /edgex-go 06:23:47 ---> Using cache 06:23:47 ---> d90f4522b38c 06:23:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:47 ---> Using cache 06:23:47 ---> 6c1ff5a83db5 06:23:47 Step 5/21 : RUN apk add --update --no-cache make git 06:23:47 ---> Using cache 06:23:47 ---> c08e4c81db45 06:23:47 Step 6/21 : COPY go.mod . 06:23:47 ---> Using cache 06:23:47 ---> 62f92453261d 06:23:47 Step 7/21 : RUN go mod download 06:23:47 ---> Using cache 06:23:47 ---> 78ffba1aa589 06:23:47 Step 8/21 : COPY . . 06:23:47 ---> Using cache 06:23:47 ---> 8e00eef63a84 06:23:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:23:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:23:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:23:47 ---> 2690e1394c41 06:23:47 Step 3/26 : WORKDIR /edgex-go 06:23:47 ---> Using cache 06:23:47 ---> d90f4522b38c 06:23:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:47 ---> Using cache 06:23:47 ---> 6c1ff5a83db5 06:23:47 Step 5/26 : RUN apk add --update --no-cache make bash git 06:23:47 ---> Running in 142431493e99 06:23:47 ---> Running in 4eba29036454 06:23:47 ---> Running in ed274742f4c8 06:23:48 Removing intermediate container a234559a6ee5 06:23:48 ---> 073797ea82e6 06:23:48 Step 8/23 : COPY . . 06:23:49 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 06:23:49 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 06:23:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:51 OK: 217 MiB in 51 packages 06:23:57 Removing intermediate container ed274742f4c8 06:23:57 ---> 16a465979721 06:23:57 Step 6/26 : COPY go.mod . 06:23:58 ---> bcba3ed4863c 06:23:58 Step 7/26 : RUN go mod download 06:23:58 ---> Running in 02a09bca4ea6 06:24:05 Removing intermediate container 02a09bca4ea6 06:24:05 ---> ce00f190cba2 06:24:05 Step 8/26 : COPY . . 06:24:10 ---> 5b37cfebc6ab 06:24:10 Step 9/23 : RUN make cmd/core-data/core-data 06:24:11 ---> Running in d2e99c5027c2 06:24:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:24:29 ---> 0fba8f6babf4 06:24:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:24:29 ---> Running in f5caa6308a23 06:24:30 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 06:25:02 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 06:25:20 Removing intermediate container 4eba29036454 06:25:20 ---> de1bdc34be34 06:25:20 06:25:20 Step 10/21 : FROM alpine:3.12 06:25:20 ---> d10569e2745f 06:25:20 Step 11/21 : RUN apk add --update --no-cache curl 06:25:20 ---> Running in 053353f0016c 06:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:23 (1/4) Installing ca-certificates (20191127-r4) 06:25:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:25:23 (3/4) Installing libcurl (7.69.1-r3) 06:25:23 (4/4) Installing curl (7.69.1-r3) 06:25:23 Executing busybox-1.31.1-r19.trigger 06:25:23 Executing ca-certificates-20191127-r4.trigger 06:25:23 OK: 7 MiB in 18 packages 06:25:26 Removing intermediate container 053353f0016c 06:25:26 ---> a00af25476d6 06:25:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:25:26 ---> Running in 15e968d312eb 06:25:27 Removing intermediate container 15e968d312eb 06:25:27 ---> 5579bf23193d 06:25:27 Step 13/21 : WORKDIR /edgex 06:25:27 ---> Running in 91b5dce02039 06:25:28 Removing intermediate container 91b5dce02039 06:25:28 ---> 103563e08f9b 06:25:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:25:30 ---> f249d75cf213 06:25:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:25:32 ---> bdc565025833 06:25:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:25:36 ---> 6569554484cb 06:25:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:25:36 ---> Running in 693fc28ab16f 06:25:38 Removing intermediate container 693fc28ab16f 06:25:38 ---> c40b12ed2485 06:25:38 Step 18/21 : CMD ["--init=true"] 06:25:38 ---> Running in 090ca8acd555 06:25:38 Removing intermediate container 142431493e99 06:25:38 ---> 114a855271e7 06:25:38 06:25:38 Step 10/22 : FROM alpine:3.12 06:25:38 ---> d10569e2745f 06:25:38 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:25:38 ---> Using cache 06:25:38 ---> 33815f73c994 06:25:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:25:38 ---> Using cache 06:25:38 ---> dee57e0a4464 06:25:38 Step 13/22 : ENV APP_PORT=48085 06:25:38 ---> Running in 934188ceb51b 06:25:39 Removing intermediate container 090ca8acd555 06:25:39 ---> e597f763e892 06:25:39 Step 19/21 : LABEL arch=arm64 06:25:39 ---> Running in ba4ba5a4d992 06:25:39 Removing intermediate container 934188ceb51b 06:25:39 ---> ae28bcfd5c76 06:25:39 Step 14/22 : EXPOSE $APP_PORT 06:25:40 ---> Running in 55342786819e 06:25:40 Removing intermediate container ba4ba5a4d992 06:25:40 ---> 9128a251cfa6 06:25:40 Step 20/21 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:25:40 ---> Running in da03f20ee513 06:25:41 Removing intermediate container 55342786819e 06:25:41 ---> 3725e30e2703 06:25:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:25:41 Removing intermediate container da03f20ee513 06:25:41 ---> cc99340a7b40 06:25:41 Step 21/21 : LABEL version=0.0.0 06:25:42 ---> Running in 1d3136a54e21 06:25:43 ---> 2ccef54e2ba2 06:25:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:25:43 Removing intermediate container 1d3136a54e21 06:25:43 ---> e55d634b21fd 06:25:43 06:25:44 Successfully built e55d634b21fd 06:25:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:25:46  Building docker-security-proxy-setup-go ... done  ---> d5f2157e3afa 06:25:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:25:47 ---> 5d2cdee65b22 06:25:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:25:47 ---> Running in 7ef8dcff557b 06:25:48 Removing intermediate container 7ef8dcff557b 06:25:48 ---> 3d7579c9a6ce 06:25:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:25:48 ---> Running in 83f0cc15aa9a 06:25:49 Removing intermediate container 83f0cc15aa9a 06:25:49 ---> 09b9f30a6286 06:25:49 Step 20/22 : LABEL arch=arm64 06:25:49 ---> Running in 2ebb7f649d52 06:25:50 Removing intermediate container 2ebb7f649d52 06:25:50 ---> 2232850b7acc 06:25:50 Step 21/22 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:25:51 ---> Running in f1ec915bc385 06:25:51 Removing intermediate container f1ec915bc385 06:25:51 ---> ce3d45c0334f 06:25:51 Step 22/22 : LABEL version=0.0.0 06:25:51 ---> Running in a77a953d8743 06:25:52 Removing intermediate container a77a953d8743 06:25:52 ---> a6adb706ab55 06:25:52 06:25:53 Successfully built a6adb706ab55 06:25:53 Successfully tagged docker-support-scheduler-go-arm64:latest 06:26:03  Building docker-support-scheduler-go ... done Removing intermediate container f5caa6308a23 06:26:03 ---> b883d8af1550 06:26:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:26:03 ---> Running in 5597fa960be3 06:26:05 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 06:26:09 Removing intermediate container 5597fa960be3 06:26:09 ---> 83fcaed8be8d 06:26:09 06:26:09 Step 11/26 : FROM docker:20.10.0 06:26:09 20.10.0: Pulling from library/docker 06:26:19 Removing intermediate container d2e99c5027c2 06:26:19 ---> 86ef8d38dbcf 06:26:19 06:26:19 Step 10/23 : FROM alpine:3.12 06:26:19 ---> d10569e2745f 06:26:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:26:19 ---> Running in d1c6f9276f68 06:26:20 Removing intermediate container d1c6f9276f68 06:26:20 ---> 6d59eed14b60 06:26:20 Step 12/23 : ENV APP_PORT=48080 06:26:20 ---> Running in 0c88c4fa88c0 06:26:21 Removing intermediate container 0c88c4fa88c0 06:26:21 ---> c45802be7ee9 06:26:21 Step 13/23 : EXPOSE $APP_PORT 06:26:21 ---> Running in 0b56eab6149b 06:26:22 Removing intermediate container 0b56eab6149b 06:26:22 ---> a096099c2b2f 06:26:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:26:22 ---> Running in ce513700dace 06:26:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:26:23 Status: Downloaded newer image for docker:20.10.0 06:26:23 ---> eeaf43b92773 06:26:23 Step 12/26 : RUN apk add --no-cache bash 06:26:23 ---> Running in d8abb075b2c5 06:26:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:25 Removing intermediate container ce513700dace 06:26:25 ---> 7528864db0f8 06:26:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:26:26 ---> Running in 2fb40db36697 06:26:26 (1/2) Installing readline (8.0.4-r0) 06:26:26 (2/2) Installing bash (5.0.17-r0) 06:26:26 Executing bash-5.0.17-r0.post-install 06:26:26 Executing busybox-1.31.1-r19.trigger 06:26:26 OK: 12 MiB in 22 packages 06:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:28 Removing intermediate container d8abb075b2c5 06:26:28 ---> dd1cfbd8b005 06:26:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:26:28 ---> Running in 94811113f5ff 06:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:29 Removing intermediate container 94811113f5ff 06:26:29 ---> bee3265cf5bc 06:26:29 Step 14/26 : ENV APP_PORT=48090 06:26:29 ---> Running in 0d55a50f34ae 06:26:29 (1/6) Installing dumb-init (1.2.2-r1) 06:26:29 (2/6) Installing libgcc (9.3.0-r2) 06:26:29 (3/6) Installing libsodium (1.0.18-r0) 06:26:29 (4/6) Installing libstdc++ (9.3.0-r2) 06:26:29 Removing intermediate container 0d55a50f34ae 06:26:29 ---> 66f43424bbc7 06:26:29 Step 15/26 : EXPOSE $APP_PORT 06:26:30 ---> Running in af2b83ad1a80 06:26:30 (5/6) Installing libzmq (4.3.3-r0) 06:26:30 (6/6) Installing zeromq (4.3.3-r0) 06:26:30 Executing busybox-1.31.1-r19.trigger 06:26:30 OK: 8 MiB in 20 packages 06:26:30 Removing intermediate container af2b83ad1a80 06:26:30 ---> e0843b48920c 06:26:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:26:32 Removing intermediate container 2fb40db36697 06:26:32 ---> ec80891f0ab7 06:26:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:26:32 ---> 719f1f9c5fd5 06:26:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:26:33 ---> 40196e3c6e83 06:26:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:26:33 ---> 0929a20e2e71 06:26:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:26:35 ---> 518a14aaf61b 06:26:35 Step 19/26 : RUN apk --no-cache add py3-pip 06:26:35 ---> c3f7045cc03e 06:26:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:26:35 ---> Running in f215897d6500 06:26:36 ---> d5045c9ab9e0 06:26:36 Step 19/23 : ENTRYPOINT ["/core-data"] 06:26:36 ---> Running in 77a7e5b24fcb 06:26:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:37 Removing intermediate container 77a7e5b24fcb 06:26:37 ---> 7836de1a673f 06:26:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:26:37 ---> Running in e52cadc20f6e 06:26:37 (1/33) Installing libbz2 (1.0.8-r1) 06:26:37 (2/33) Installing expat (2.2.9-r1) 06:26:37 (3/33) Installing libffi (3.3-r2) 06:26:38 (4/33) Installing gdbm (1.13-r1) 06:26:38 (5/33) Installing xz-libs (5.2.5-r0) 06:26:38 (6/33) Installing sqlite-libs (3.32.1-r0) 06:26:38 (7/33) Installing python3 (3.8.8-r0) 06:26:38 Removing intermediate container e52cadc20f6e 06:26:38 ---> d9498af7846f 06:26:38 Step 21/23 : LABEL arch=arm64 06:26:38 ---> Running in 2fc08a750c68 06:26:39 Removing intermediate container 2fc08a750c68 06:26:39 ---> eafc55d24695 06:26:39 Step 22/23 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:26:40 ---> Running in 8e0424343e1f 06:26:40 (8/33) Installing py3-appdirs (1.4.4-r1) 06:26:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:26:40 (10/33) Installing py3-parsing (2.4.7-r0) 06:26:40 (11/33) Installing py3-six (1.15.0-r0) 06:26:40 (12/33) Installing py3-packaging (20.4-r0) 06:26:40 (13/33) Installing py3-setuptools (47.0.0-r0) 06:26:40 (14/33) Installing py3-chardet (3.0.4-r4) 06:26:40 Removing intermediate container 8e0424343e1f 06:26:40 ---> 67fc9490a5a8 06:26:40 Step 23/23 : LABEL version=0.0.0 06:26:40 (15/33) Installing py3-idna (2.9-r0) 06:26:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:26:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:26:40 (18/33) Installing py3-requests (2.23.0-r0) 06:26:40 (19/33) Installing py3-msgpack (1.0.0-r0) 06:26:40 (20/33) Installing py3-lockfile (0.12.2-r3) 06:26:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:26:40 (22/33) Installing py3-colorama (0.4.3-r0) 06:26:40 (23/33) Installing py3-distlib (0.3.0-r0) 06:26:40 ---> Running in b31e9ca0e511 06:26:40 (24/33) Installing py3-distro (1.5.0-r1) 06:26:40 (25/33) Installing py3-webencodings (0.5.1-r3) 06:26:40 (26/33) Installing py3-html5lib (1.0.1-r4) 06:26:41 (27/33) Installing py3-pytoml (0.1.21-r0) 06:26:41 (28/33) Installing py3-pep517 (0.8.2-r0) 06:26:41 (29/33) Installing py3-progress (1.5-r0) 06:26:41 (30/33) Installing py3-toml (0.10.1-r0) 06:26:41 (31/33) Installing py3-retrying (1.3.3-r0) 06:26:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:26:41 (33/33) Installing py3-pip (20.1.1-r0) 06:26:41 Executing busybox-1.31.1-r19.trigger 06:26:41 OK: 71 MiB in 55 packages 06:26:41 Removing intermediate container b31e9ca0e511 06:26:41 ---> 22bf34d06982 06:26:41 06:26:42 Successfully built 22bf34d06982 06:26:42 Successfully tagged docker-core-data-go-arm64:latest 06:26:49  Building docker-core-data-go ... done Removing intermediate container f215897d6500 06:26:49 ---> 14395ed3fd6e 06:26:49 Step 20/26 : RUN pip install docker-compose==1.23.2 06:26:49 ---> Running in 9de74992b6f3 06:26:57 Collecting docker-compose==1.23.2 06:26:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:26:59 Collecting PyYAML<4,>=3.10 06:26:59 Downloading PyYAML-3.13.tar.gz (270 kB) 06:27:03 Collecting docopt<0.7,>=0.6.1 06:27:03 Downloading docopt-0.6.2.tar.gz (25 kB) 06:27:07 Collecting cached-property<2,>=1.2.0 06:27:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:27:07 Collecting texttable<0.10,>=0.9.0 06:27:07 Downloading texttable-0.9.1.tar.gz (11 kB) 06:27:11 Collecting websocket-client<1.0,>=0.32.0 06:27:11 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:27:11 Collecting docker<4.0,>=3.6.0 06:27:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:27:13 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:27:13 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:27:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:27:14 Collecting dockerpty<0.5,>=0.4.1 06:27:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:27:17 Collecting jsonschema<3,>=2.5.1 06:27:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:27:17 Collecting docker-pycreds>=0.4.0 06:27:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:27:17 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) 06:27:18 Collecting urllib3<1.25,>=1.21.1 06:27:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:27:19 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) 06:27:19 Collecting idna<2.8,>=2.5 06:27:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:27:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:27:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:27:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:27:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:27:20 Installing collected packages: PyYAML, docopt, cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docker-compose 06:27:20 Running setup.py install for PyYAML: started 06:27:24 Running setup.py install for PyYAML: finished with status 'done' 06:27:24 Running setup.py install for docopt: started 06:27:26 Running setup.py install for docopt: finished with status 'done' 06:27:26 Running setup.py install for texttable: started 06:27:29 Running setup.py install for texttable: finished with status 'done' 06:27:29 Attempting uninstall: urllib3 06:27:29 Found existing installation: urllib3 1.25.9 06:27:29 Uninstalling urllib3-1.25.9: 06:27:30 Successfully uninstalled urllib3-1.25.9 06:27:31 Attempting uninstall: idna 06:27:31 Found existing installation: idna 2.9 06:27:31 Uninstalling idna-2.9: 06:27:31 Successfully uninstalled idna-2.9 06:27:31 Attempting uninstall: requests 06:27:31 Found existing installation: requests 2.23.0 06:27:31 Uninstalling requests-2.23.0: 06:27:32 Successfully uninstalled requests-2.23.0 06:27:33 Running setup.py install for dockerpty: started 06:27:35 Running setup.py install for dockerpty: finished with status 'done' 06:27:36 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 06:27:41 Removing intermediate container 9de74992b6f3 06:27:41 ---> 795b29d60903 06:27:41 Step 21/26 : RUN apk --no-cache add curl 06:27:41 ---> Running in f4b6518936a1 06:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:27:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:27:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:27:43 (2/3) Installing libcurl (7.69.1-r3) 06:27:43 (3/3) Installing curl (7.69.1-r3) 06:27:43 Executing busybox-1.31.1-r19.trigger 06:27:43 OK: 72 MiB in 58 packages 06:27:44 Removing intermediate container f4b6518936a1 06:27:44 ---> 53e6b0ad51a7 06:27:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:27:44 ---> Running in 2f8adb842862 06:27:45 Removing intermediate container 2f8adb842862 06:27:45 ---> f375d147eaa1 06:27:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:45 ---> Running in 87618846b28f 06:27:46 Removing intermediate container 87618846b28f 06:27:46 ---> df10f27e3567 06:27:46 Step 24/26 : LABEL arch=arm64 06:27:46 ---> Running in e5b081af25f8 06:27:46 Removing intermediate container e5b081af25f8 06:27:46 ---> 06b5ed0c6b1d 06:27:46 Step 25/26 : LABEL git_sha=f93fc19fc1f67fc6453447aaae3294d80ec3e045 06:27:47 ---> Running in 4a37e86296b0 06:27:47 Removing intermediate container 4a37e86296b0 06:27:47 ---> e431fa6bd1fa 06:27:47 Step 26/26 : LABEL version=0.0.0 06:27:47 ---> Running in 6fee04b36a5a 06:27:48 Removing intermediate container 6fee04b36a5a 06:27:48 ---> f63d85135950 06:27:48 06:27:48 Successfully built f63d85135950 06:27:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:27:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:27:49 $ docker stop --time=1 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 06:27:51 $ docker rm -f 78cae464c27db0551acc008e53c11e622713114b7478c1c935a89c01216e1461 [Pipeline] // withDockerContainer [Pipeline] sh 06:27:52 + docker images 06:27:52 + grep docker 06:27:52 docker-sys-mgmt-agent-go-arm64 latest f63d85135950 4 seconds ago 300MB 06:27:52 docker-core-data-go-arm64 latest 22bf34d06982 About a minute ago 21.3MB 06:27:52 docker-support-scheduler-go-arm64 latest a6adb706ab55 2 minutes ago 16.3MB 06:27:52 docker-security-proxy-setup-go-arm64 latest e55d634b21fd 2 minutes ago 23.4MB 06:27:52 docker-security-bootstrapper-go-arm64 latest 9271c2639f0a 4 minutes ago 17.8MB 06:27:52 docker-core-metadata-go-arm64 latest f0feb0ac9d89 4 minutes ago 17.9MB 06:27:52 docker-support-notifications-go-arm64 latest 26e7fdc5d3ec 4 minutes ago 16.9MB 06:27:52 docker-core-command-go-arm64 latest a825d6d3d0a9 4 minutes ago 16.2MB 06:27:52 docker-security-secretstore-setup-go-arm64 latest 00e373cf605d 5 minutes ago 23.7MB 06:27:52 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:27:53 ---> job-cost.sh 06:27:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Gd3h 06:28:40 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:30:17 lf-activate-venv(): INFO: Adding /tmp/venv-Gd3h/bin to PATH 06:30:17 INFO: No Stack... 06:30:17 INFO: Retrieving Pricing Info for: lf-standard-4 06:30:17 INFO: Archiving Costs [Pipeline] sh 06:30:18 + cat /w/workspace/edgex-go/1/archives/cost.csv 06:30:18 + cut -d, -f6 [Pipeline] lock 06:30:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] 06:30:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] did not exist. Created. 06:30:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:30:18 + echo total: 0.20999999344348907 [Pipeline] stash 06:30:19 Stashed 1 file(s) [Pipeline] } 06:30:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-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 06:30:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:30:24 ---> package-listing.sh 06:30:24 ++ facter osfamily 06:30:24 ++ tr '[:upper:]' '[:lower:]' 06:30:24 + OS_FAMILY=redhat 06:30:24 + workspace=/w/workspace/edgex-go/1 06:30:24 + START_PACKAGES=/tmp/packages_start.txt 06:30:24 + END_PACKAGES=/tmp/packages_end.txt 06:30:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:30:24 + PACKAGES=/tmp/packages_start.txt 06:30:24 + '[' /w/workspace/edgex-go/1 ']' 06:30:24 + PACKAGES=/tmp/packages_end.txt 06:30:24 + case "${OS_FAMILY}" in 06:30:24 + rpm -qa 06:30:24 + sort 06:30:29 + '[' -f /tmp/packages_start.txt ']' 06:30:29 + '[' -f /tmp/packages_end.txt ']' 06:30:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:30:29 + '[' /w/workspace/edgex-go/1 ']' 06:30:29 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:30:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:30:29 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 06:30:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:30:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:30:30 06:30:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:30:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:30:30 alpine: Pulling from edgex-lftools-log-publisher 06:30:30 df20fa9351a1: Pulling fs layer 06:30:30 36b3adc4ff6f: Pulling fs layer 06:30:30 8ad3a11d3b57: Pulling fs layer 06:30:30 46f8f816bc3b: Pulling fs layer 06:30:30 93b61091891f: Pulling fs layer 06:30:30 93b9cdb0e59b: Pulling fs layer 06:30:30 5e14af77c1be: Pulling fs layer 06:30:30 01666e4c0597: Pulling fs layer 06:30:30 aa168da1d23b: Pulling fs layer 06:30:30 46f8f816bc3b: Waiting 06:30:30 93b61091891f: Waiting 06:30:30 93b9cdb0e59b: Waiting 06:30:30 5e14af77c1be: Waiting 06:30:30 01666e4c0597: Waiting 06:30:30 aa168da1d23b: Waiting 06:30:30 36b3adc4ff6f: Verifying Checksum 06:30:30 36b3adc4ff6f: Download complete 06:30:30 46f8f816bc3b: Verifying Checksum 06:30:30 46f8f816bc3b: Download complete 06:30:31 df20fa9351a1: Verifying Checksum 06:30:31 df20fa9351a1: Download complete 06:30:31 93b61091891f: Download complete 06:30:31 93b9cdb0e59b: Verifying Checksum 06:30:31 93b9cdb0e59b: Download complete 06:30:31 5e14af77c1be: Verifying Checksum 06:30:31 5e14af77c1be: Download complete 06:30:31 01666e4c0597: Verifying Checksum 06:30:31 01666e4c0597: Download complete 06:30:31 df20fa9351a1: Pull complete 06:30:31 36b3adc4ff6f: Pull complete 06:30:31 8ad3a11d3b57: Download complete 06:30:32 8ad3a11d3b57: Pull complete 06:30:32 46f8f816bc3b: Pull complete 06:30:33 aa168da1d23b: Verifying Checksum 06:30:33 aa168da1d23b: Download complete 06:30:34 93b61091891f: Pull complete 06:30:34 93b9cdb0e59b: Pull complete 06:30:34 5e14af77c1be: Pull complete 06:30:34 01666e4c0597: Pull complete 06:30:43 aa168da1d23b: Pull complete 06:30:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:30:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:30:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:30:44 prd-centos7-docker-4c-2g-30264 does not seem to be running inside a container 06:30:44 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:30:48 $ docker top 3b537fd0b77db0b3c6729f71e9353974ccb033a3bf2a4d187a308f55a10b23db -eo pid,comm [Pipeline] { [Pipeline] sh 06:30:49 + touch /tmp/pre-build-complete [Pipeline] sh 06:30:49 + mkdir -p /var/log/sa [Pipeline] sh 06:30:50 + ls /var/log/sa-host 06:30:50 + sadf -c /var/log/sa-host/sa18 06:30:50 file_magic: OK 06:30:50 HZ: Using current value: 100 06:30:50 file_header: OK 06:30:50 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 06:30:50 Statistics: 06:30:50 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... 06:30:50 File successfully converted to sysstat format version 12.2.1 06:30:50 + sadf -c /var/log/sa-host/sa23 06:30:50 file_magic: OK 06:30:50 HZ: Using current value: 100 06:30:50 file_header: OK 06:30:50 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 06:30:50 Statistics: 06:30:50 Hnuu...uuuununununu... 06:30:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:30:50 provisioning config files... 06:30:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4581963483522529216tmp [Pipeline] { [Pipeline] echo 06:30:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:30:51 ---> create-netrc.sh [Pipeline] } 06:30:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:30:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:30:51 ---> python-tools-install.sh [Pipeline] echo 06:30:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:30:52 ---> sudo-logs.sh 06:30:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:30:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:30:52 ---> job-cost.sh 06:30:52 lf-activate-venv: SKIPPING 06:30:52 DEBUG: total: 0.20999999344348907 06:30:52 INFO: Retrieving Stack Cost... 06:30:53 INFO: Retrieving Pricing Info for: v1-standard-2 06:30:54 INFO: Archiving Costs [Pipeline] echo 06:30:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:30:54 ---> logs-deploy.sh 06:30:54 lf-activate-venv: SKIPPING 06:30:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/1 06:30:54 INFO: archiving workspace using pattern(s): 06:30:55 Archives upload complete. 06:30:56 INFO: archiving logs to Nexus 06:30:57 ---> uname -a: 06:30:57 Linux prd-centos7-docker-4c-2g-30264.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:30:57 06:30:57 06:30:57 ---> lscpu: 06:30:57 Architecture: x86_64 06:30:57 CPU op-mode(s): 32-bit, 64-bit 06:30:57 Byte Order: Little Endian 06:30:57 Address sizes: 40 bits physical, 48 bits virtual 06:30:57 CPU(s): 4 06:30:57 On-line CPU(s) list: 0-3 06:30:57 Thread(s) per core: 1 06:30:57 Core(s) per socket: 1 06:30:57 Socket(s): 4 06:30:57 NUMA node(s): 1 06:30:57 Vendor ID: GenuineIntel 06:30:57 CPU family: 6 06:30:57 Model: 44 06:30:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:30:57 Stepping: 1 06:30:57 CPU MHz: 2933.438 06:30:57 BogoMIPS: 5866.87 06:30:57 Virtualization: VT-x 06:30:57 Hypervisor vendor: KVM 06:30:57 Virtualization type: full 06:30:57 L1d cache: 128 KiB 06:30:57 L1i cache: 128 KiB 06:30:57 L2 cache: 16 MiB 06:30:57 L3 cache: 64 MiB 06:30:57 NUMA node0 CPU(s): 0-3 06:30:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:30:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:30:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:30:57 Vulnerability Meltdown: Mitigation; PTI 06:30:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:30:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:30:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:30:57 Vulnerability Srbds: Not affected 06:30:57 Vulnerability Tsx async abort: Not affected 06:30:57 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 06:30:57 06:30:57 06:30:57 ---> nproc: 06:30:57 4 06:30:57 06:30:57 06:30:57 ---> df -h: 06:30:57 Filesystem Size Used Available Use% Mounted on 06:30:57 overlay 50.0G 12.2G 37.8G 24% / 06:30:57 tmpfs 64.0M 0 64.0M 0% /dev 06:30:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:30:57 shm 64.0M 0 64.0M 0% /dev/shm 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1@tmp 06:30:57 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/1 06:30:57 06:30:57 06:30:57 ---> free -m: 06:30:57 total used free shared buff/cache available 06:30:57 Mem: 1837 716 130 0 990 1036 06:30:57 Swap: 1023 55 968 06:30:57 06:30:57 06:30:57 ---> ip addr: 06:30:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:30:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:30:57 inet 127.0.0.1/8 scope host lo 06:30:57 valid_lft forever preferred_lft forever 06:30:57 inet6 ::1/128 scope host 06:30:57 valid_lft forever preferred_lft forever 06:30:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:30:57 link/ether fa:16:3e:5d:9a:1c brd ff:ff:ff:ff:ff:ff 06:30:57 inet 10.30.123.151/23 brd 10.30.123.255 scope global dynamic eth0 06:30:57 valid_lft 84825sec preferred_lft 84825sec 06:30:57 inet6 fe80::f816:3eff:fe5d:9a1c/64 scope link 06:30:57 valid_lft forever preferred_lft forever 06:30:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:30:57 link/ether 02:42:78:cf:19:f2 brd ff:ff:ff:ff:ff:ff 06:30:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:30:57 valid_lft forever preferred_lft forever 06:30:57 inet6 fe80::42:78ff:fecf:19f2/64 scope link 06:30:57 valid_lft forever preferred_lft forever 06:30:57 06:30:57