Pull request #3372 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4b907205ea5357faa7e3690f4c5ba94685b35400+c419618f783e51adc3e0be9d68d8defacfb69d2d (f3c19fbef5d587aac7cb58dbaaa7bcf0a7ffa60c) 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-3372/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-3372/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-432 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [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 c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 4b907205ea5357faa7e3690f4c5ba94685b35400 Merge succeeded, producing 4b907205ea5357faa7e3690f4c5ba94685b35400 Checking out Revision 4b907205ea5357faa7e3690f4c5ba94685b35400 (PR-3372) > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/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:02:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:02:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:02:56 ========================================================= 06:02:56 EdgeX Global Pipelines Version Info 06:02:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:02:57 ------------------- 06:02:57 stable info: 06:02:57 ------------------- 06:02:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:02:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:02:57 Message: update stable to v1.0.186 06:02:58 ------------------- 06:02:58 experimental info: 06:02:58 ------------------- 06:02:58 Commited By: **** collab-it+edgex@linuxfoundation.org 06:02:58 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:02:58 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:02:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:02:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:02:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:02:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b907205ea5357faa7e3690f4c5ba94685b35400 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b90720 [Pipeline] echo 06:03:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:03:00 provisioning config files... 06:03:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7548838325141905581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:03:01 ---> docker-login.sh 06:03:01 nexus3.edgexfoundry.org:10001 06:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:01 Configure a credential helper to remove this warning. See 06:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:01 06:03:01 Login Succeeded 06:03:01 nexus3.edgexfoundry.org:10002 06:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:01 Configure a credential helper to remove this warning. See 06:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:01 06:03:01 Login Succeeded 06:03:01 nexus3.edgexfoundry.org:10003 06:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:01 Configure a credential helper to remove this warning. See 06:03:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:01 06:03:01 Login Succeeded 06:03:01 nexus3.edgexfoundry.org:10004 06:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:02 Configure a credential helper to remove this warning. See 06:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:02 06:03:02 Login Succeeded 06:03:02 docker.io 06:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:02 Configure a credential helper to remove this warning. See 06:03:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:02 06:03:02 Login Succeeded 06:03:02 ---> docker-login.sh ends [Pipeline] } 06:03:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:02 ++ 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:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/core-command/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo core-command,cmd/core-command/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/core-data/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo core-data,cmd/core-data/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/core-metadata/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo core-metadata,cmd/core-metadata/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/security-bootstrapper/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/security-proxy-setup/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/support-notifications/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo support-notifications,cmd/support-notifications/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/support-scheduler/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:03:02 + for file in '`ls cmd/**/Dockerfile`' 06:03:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:03:02 ++ cut -d/ -f2 06:03:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:03:03 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:03:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:03 06:03:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:03:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:04 latest: Pulling from edgex-devops/git-semver 06:03:04 31603596830f: Pulling fs layer 06:03:04 2a8b12db71e7: Pulling fs layer 06:03:04 6ca5941a6612: Pulling fs layer 06:03:04 ecc8261a40a4: Pulling fs layer 06:03:04 2a8b12db71e7: Download complete 06:03:05 31603596830f: Download complete 06:03:05 31603596830f: Pull complete 06:03:05 ecc8261a40a4: Verifying Checksum 06:03:05 ecc8261a40a4: Download complete 06:03:05 6ca5941a6612: Verifying Checksum 06:03:05 6ca5941a6612: Download complete 06:03:05 2a8b12db71e7: Pull complete 06:03:06 6ca5941a6612: Pull complete 06:03:06 ecc8261a40a4: Pull complete 06:03:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:03:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:03:06 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:03:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:03:09 $ docker top 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:03:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:10 [ssh-agent] Looking for ssh-agent implementation... 06:03:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:10 $ docker exec 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent 06:03:10 SSH_AUTH_SOCK=/tmp/ssh-QSGkUUhoHeZB/agent.11 06:03:10 SSH_AGENT_PID=16 06:03:10 Running ssh-add (command line suppressed) 06:03:10 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1290308760158049584.key (/w/workspace/edgex-go/1@tmp/private_key_1290308760158049584.key) 06:03:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:11 + git tag --points-at HEAD [Pipeline] } 06:03:11 $ docker exec --env ******** --env ******** 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent -k 06:03:11 unset SSH_AUTH_SOCK; 06:03:11 unset SSH_AGENT_PID; 06:03:11 echo Agent pid 16 killed; 06:03:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:03:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:11 [ssh-agent] Looking for ssh-agent implementation... 06:03:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:11 $ docker exec 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent 06:03:11 SSH_AUTH_SOCK=/tmp/ssh-l4Mc9D0ikPgS/agent.45 06:03:11 SSH_AGENT_PID=51 06:03:11 Running ssh-add (command line suppressed) 06:03:11 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8277327933718468341.key (/w/workspace/edgex-go/1@tmp/private_key_8277327933718468341.key) 06:03:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:12 + git semver init 06:03:12 # -> Open(): unable to determine branch for HEAD 06:03:12 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:03:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:03:12 # $SEMVER_REMOTE_NAME = origin 06:03:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:03:12 # $SEMVER_USER_NAME = edgex-jenkins 06:03:12 # $SEMVER_BRANCH = PR-3372 06:03:12 # $SEMVER_TEMP = /tmp/semver-753521921 06:03:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:03:34 # '/tmp/semver-753521921' -> '/w/workspace/edgex-go/1/.semver' 06:03:34 # -> Force: false 06:03:34 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:03:34 $ docker exec --env ******** --env ******** 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent -k 06:03:34 unset SSH_AUTH_SOCK; 06:03:34 unset SSH_AGENT_PID; 06:03:34 echo Agent pid 51 killed; 06:03:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:35 + git semver [Pipeline] } 06:03:35 $ docker stop --time=1 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 06:03:36 $ docker rm -f 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 [Pipeline] // withDockerContainer [Pipeline] sh 06:03:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:03:37 Stashed 1 file(s) [Pipeline] echo 06:03:37 [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:03:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:03:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:03:39 + sudo service docker restart 06:03:39 + true 06:03:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:03:39 ========================================================= 06:03:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:03:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:03:40 + 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:03:44 Sending build context to Docker daemon 329.4MB 06:03:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:03:44 Step 2/6 : FROM ${BASE} 06:03:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:03:44 188c0c94c7c5: Pulling fs layer 06:03:44 0ef7d3d256c8: Pulling fs layer 06:03:44 de9db76c5a1d: Pulling fs layer 06:03:44 bca2f99d35d6: Pulling fs layer 06:03:44 93359f2a8cfa: Pulling fs layer 06:03:44 7c6f9722023f: Pulling fs layer 06:03:44 a35cf1a2eb13: Pulling fs layer 06:03:44 93359f2a8cfa: Waiting 06:03:44 7c6f9722023f: Waiting 06:03:44 a35cf1a2eb13: Waiting 06:03:44 bca2f99d35d6: Waiting 06:03:44 de9db76c5a1d: Verifying Checksum 06:03:44 de9db76c5a1d: Download complete 06:03:44 0ef7d3d256c8: Verifying Checksum 06:03:44 0ef7d3d256c8: Download complete 06:03:44 93359f2a8cfa: Verifying Checksum 06:03:44 93359f2a8cfa: Download complete 06:03:44 188c0c94c7c5: Verifying Checksum 06:03:44 188c0c94c7c5: Download complete 06:03:44 7c6f9722023f: Download complete 06:03:44 188c0c94c7c5: Pull complete 06:03:44 0ef7d3d256c8: Pull complete 06:03:44 de9db76c5a1d: Pull complete 06:03:45 a35cf1a2eb13: Verifying Checksum 06:03:45 a35cf1a2eb13: Download complete 06:03:46 bca2f99d35d6: Verifying Checksum 06:03:46 bca2f99d35d6: Download complete 06:03:51 bca2f99d35d6: Pull complete 06:03:52 93359f2a8cfa: Pull complete 06:03:52 7c6f9722023f: Pull complete 06:03:53 Still waiting to schedule task 06:03:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:03:57 a35cf1a2eb13: Pull complete 06:03:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:03:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:03:57 ---> a62c8e92a672 06:03:57 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:03:57 ---> Running in fe951e18fa91 06:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:03:58 (1/12) Installing libmagic (5.38-r0) 06:03:59 (2/12) Installing file (5.38-r0) 06:03:59 (3/12) Installing libc-dev (0.7.2-r3) 06:03:59 (4/12) Installing g++ (9.3.0-r2) 06:04:11 (5/12) Installing fortify-headers (1.1-r0) 06:04:11 (6/12) Installing patch (2.7.6-r6) 06:04:12 (7/12) Installing build-base (0.5-r2) 06:04:12 (8/12) Installing libsodium (1.0.18-r0) 06:04:12 (9/12) Installing pkgconf (1.7.2-r0) 06:04:12 (10/12) Installing libsodium-dev (1.0.18-r0) 06:04:12 (11/12) Installing libzmq (4.3.3-r0) 06:04:12 (12/12) Installing zeromq-dev (4.3.3-r0) 06:04:12 Executing busybox-1.31.1-r19.trigger 06:04:12 OK: 233 MiB in 51 packages 06:04:17 Removing intermediate container fe951e18fa91 06:04:17 ---> 10d93549792b 06:04:17 Step 4/6 : WORKDIR /edgex-go 06:04:17 ---> Running in ce46624ca7cd 06:04:17 Removing intermediate container ce46624ca7cd 06:04:17 ---> fb502af5bf97 06:04:17 Step 5/6 : COPY go.mod . 06:04:17 ---> dba420c14ea5 06:04:17 Step 6/6 : RUN go mod download 06:04:17 ---> Running in ddd1e27589e3 06:04:39 Removing intermediate container ddd1e27589e3 06:04:39 ---> 0d20453c15a3 06:04:39 Successfully built 0d20453c15a3 06:04:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:04:39 + docker inspect -f . ci-base-image-x86_64 06:04:39 . [Pipeline] withDockerContainer 06:04:39 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:04:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:04:40 $ docker top c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:41 + go version 06:04:41 go version go1.15.5 linux/amd64 [Pipeline] } 06:04:41 $ docker stop --time=1 c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc 06:04:42 $ docker rm -f c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:04:43 + docker inspect -f . ci-base-image-x86_64 06:04:43 . [Pipeline] withDockerContainer 06:04:43 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:04:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:04:44 $ docker top 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 -eo pid,comm [Pipeline] { [Pipeline] echo 06:04:44 ========================================================= 06:04:44 [edgeXBuildGoParallel] Running Tests and Build... 06:04:44 ========================================================= [Pipeline] sh 06:04:45 + make test 06:04:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:04:55 ? github.com/edgexfoundry/edgex-go [no test files] 06:05:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:05:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:05:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:05:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:05:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:05:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:05:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:05:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:05:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:05:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:05:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.171s coverage: 45.9% of statements 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:05:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.093s coverage: 19.8% of statements 06:05:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements 06:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.255s coverage: 27.1% of statements 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:05:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:05:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:05:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 06:05:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:05:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:05:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements 06:05:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:05:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:05:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements 06:05:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.471s coverage: 28.6% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:05:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:05:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.494s coverage: 92.8% of statements 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.9% of statements 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:05:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.137s coverage: 79.5% of statements 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 06:05:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 06:05:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 06:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 06:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 06:06:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.315s coverage: 81.9% of statements 06:06:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.128s coverage: 92.9% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.099s coverage: 87.2% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.092s coverage: 84.6% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 64.4% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 69.0% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.213s coverage: 38.4% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.071s coverage: 10.5% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.207s coverage: 87.7% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.941s coverage: 29.1% of statements 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:06:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:06:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 95.6% of statements 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:06:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 06:06:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 28.1% of statements 06:06:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 06:06:17 GO111MODULE=on go vet ./... 06:06:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-441 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 06:06:52 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:06:57 gofmt -l . 06:06:58 [ "`gofmt -l .`" = "" ] 06:06:58 using credential edgex-jenkins-ssh 06:06:58 Cloning the remote Git repository 06:06:59 ./bin/test-go-mod-tidy.sh 06:06:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:06:58 > git init /w/workspace/edgex-go/1 # timeout=10 06:06:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:06:59 > git --version # timeout=10 06:06:59 > git --version # 'git version 2.17.1' 06:06:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:06:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:01 ./bin/test-attribution-txt.sh [Pipeline] sh 06:07:03 + ls -al . 06:07:03 total 796 06:07:03 drwxrwxr-x 10 1001 1001 4096 Apr 16 06:07 . 06:07:03 drwxr-xr-x 4 root root 28 Apr 16 06:04 .. 06:07:03 -rw-rw-r-- 1 1001 1001 11 Apr 16 06:02 .dockerignore 06:07:03 drwxrwxr-x 8 1001 1001 179 Apr 16 06:02 .git 06:07:03 drwxrwxr-x 3 1001 1001 125 Apr 16 06:02 .github 06:07:03 -rw-rw-r-- 1 1001 1001 818 Apr 16 06:02 .gitignore 06:07:03 drwx------ 3 1001 1001 60 Apr 16 06:03 .semver 06:07:03 -rw-rw-r-- 1 1001 1001 166 Apr 16 06:02 .sonarcloud.properties 06:07:03 -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:02 Attribution.txt 06:07:03 -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:02 CONTRIBUTING.md 06:07:03 -rw-rw-r-- 1 1001 1001 931 Apr 16 06:02 Dockerfile.build 06:07:03 -rw-rw-r-- 1 1001 1001 863 Apr 16 06:02 Jenkinsfile 06:07:03 -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:02 LICENSE 06:07:03 -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:02 Makefile 06:07:03 -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:02 README.md 06:07:03 -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:02 SECURITY.md 06:07:03 -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION 06:07:03 -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:02 ZMQWindows.md 06:07:03 drwxrwxr-x 2 1001 1001 117 Apr 16 06:02 bin 06:07:03 drwxrwxr-x 14 1001 1001 4096 Apr 16 06:02 cmd 06:07:03 -rw-r--r-- 1 root root 686607 Apr 16 06:06 coverage.out 06:07:03 -rw-r--r-- 1 root root 1058 Apr 16 06:06 go.mod 06:07:03 -rw-r--r-- 1 root root 22036 Apr 16 06:07 go.sum 06:07:03 drwxrwxr-x 8 1001 1001 127 Apr 16 06:02 internal 06:07:03 drwxrwxr-x 4 1001 1001 26 Apr 16 06:02 openapi 06:07:03 drwxrwxr-x 4 1001 1001 71 Apr 16 06:02 snap 06:07:03 -rw-rw-r-- 1 1001 1001 168 Apr 16 06:02 version.go [Pipeline] sh 06:07:03 + '[' -e coverage.out ] 06:07:03 + chown 1001:1001 coverage.out [Pipeline] stash 06:07:04 Stashed 1 file(s) [Pipeline] sh 06:07:04 + make build 06:07:04 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:07:10 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:07:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:07:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:07:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:07:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:17 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 4b907205ea5357faa7e3690f4c5ba94685b35400 06:07:17 Merge succeeded, producing 4b907205ea5357faa7e3690f4c5ba94685b35400 06:07:17 Checking out Revision 4b907205ea5357faa7e3690f4c5ba94685b35400 (PR-3372) 06:07:17 > git config core.sparsecheckout # timeout=10 06:07:17 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 06:07:17 > git remote # timeout=10 06:07:17 > git config --get remote.origin.url # timeout=10 06:07:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:17 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 06:07:17 > git rev-parse HEAD^{commit} # timeout=10 06:07:17 > git config core.sparsecheckout # timeout=10 06:07:17 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 06:07:21 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 06:07:22 > git --version # timeout=10 06:07:22 > git --version # 'git version 2.17.1' 06:07:22 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 06:07:22 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 [Pipeline] sh 06:07:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:07:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:07:24 + sudo service docker restart 06:07:24 + true 06:07:25 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:07:26 provisioning config files... 06:07:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1815408161087841438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:27 ---> docker-login.sh 06:07:27 nexus3.edgexfoundry.org:10001 06:07:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:28 Configure a credential helper to remove this warning. See 06:07:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:28 06:07:28 Login Succeeded 06:07:28 nexus3.edgexfoundry.org:10002 06:07:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:29 Configure a credential helper to remove this warning. See 06:07:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:29 06:07:29 Login Succeeded 06:07:29 nexus3.edgexfoundry.org:10003 06:07:29 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:07:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:29 Configure a credential helper to remove this warning. See 06:07:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:29 06:07:29 Login Succeeded 06:07:29 nexus3.edgexfoundry.org:10004 06:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:30 Configure a credential helper to remove this warning. See 06:07:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:30 06:07:30 Login Succeeded 06:07:30 docker.io 06:07:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:32 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:07:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:32 Configure a credential helper to remove this warning. See 06:07:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:32 06:07:32 Login Succeeded 06:07:32 ---> docker-login.sh ends [Pipeline] } 06:07:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:07:32 ========================================================= 06:07:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:07:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:07:33 + 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:07:34 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:07:36 Sending build context to Docker daemon 167.2MB 06:07:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:07:36 Step 2/6 : FROM ${BASE} 06:07:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:07:36 5f621e34cdf4: Pulling fs layer 06:07:36 a4357932f1b6: Pulling fs layer 06:07:36 18c013af1878: Pulling fs layer 06:07:36 00ac8860ef70: Pulling fs layer 06:07:36 63d7cb157983: Pulling fs layer 06:07:36 b116817d02f9: Pulling fs layer 06:07:36 745a02a5169b: Pulling fs layer 06:07:36 00ac8860ef70: Waiting 06:07:36 63d7cb157983: Waiting 06:07:36 b116817d02f9: Waiting 06:07:36 745a02a5169b: Waiting 06:07:36 18c013af1878: Verifying Checksum 06:07:36 18c013af1878: Download complete 06:07:36 a4357932f1b6: Verifying Checksum 06:07:36 a4357932f1b6: Download complete 06:07:36 63d7cb157983: Verifying Checksum 06:07:36 63d7cb157983: Download complete 06:07:36 b116817d02f9: Verifying Checksum 06:07:36 b116817d02f9: Download complete 06:07:36 5f621e34cdf4: Verifying Checksum 06:07:36 5f621e34cdf4: Download complete 06:07:36 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:07:36 5f621e34cdf4: Pull complete 06:07:37 a4357932f1b6: Pull complete 06:07:37 18c013af1878: Pull complete 06:07:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:07:38 745a02a5169b: Verifying Checksum 06:07:38 745a02a5169b: Download complete 06:07:39 00ac8860ef70: Download complete 06:07:40 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:07:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 06:07:44 $ docker stop --time=1 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 06:07:46 $ docker rm -f 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:07:48 06:07:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:07:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:07:48 latest: Pulling from edgex-devops/edgex-compose 06:07:48 cbdbe7a5bc2a: Pulling fs layer 06:07:48 ca9280d653b3: Pulling fs layer 06:07:48 7e9c9ca2126c: Pulling fs layer 06:07:48 cbdbe7a5bc2a: Verifying Checksum 06:07:48 cbdbe7a5bc2a: Download complete 06:07:49 ca9280d653b3: Verifying Checksum 06:07:49 ca9280d653b3: Download complete 06:07:49 cbdbe7a5bc2a: Pull complete 06:07:50 00ac8860ef70: Pull complete 06:07:50 63d7cb157983: Pull complete 06:07:50 b116817d02f9: Pull complete 06:07:50 ca9280d653b3: Pull complete 06:07:50 7e9c9ca2126c: Verifying Checksum 06:07:50 7e9c9ca2126c: Download complete 06:07:53 745a02a5169b: Pull complete 06:07:53 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:07:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:07:53 ---> b7e6874047d6 06:07:53 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:07:58 ---> Running in 4fb2d36f817d 06:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:07:58 7e9c9ca2126c: Pull complete 06:07:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:07:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:07:59 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:07:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:07:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:00 (1/12) Installing libmagic (5.38-r0) 06:08:00 (2/12) Installing file (5.38-r0) 06:08:00 (3/12) Installing libc-dev (0.7.2-r3) 06:08:00 (4/12) Installing g++ (9.3.0-r2) 06:08:01 $ docker top 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:02 + docker-compose build --help 06:08:02 + grep parallel 06:08:03 --parallel Build images in parallel. [Pipeline] } 06:08:03 $ docker stop --time=1 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce 06:08:05 $ docker rm -f 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:08:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:06 . [Pipeline] withDockerContainer 06:08:06 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:08:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:08:07 $ docker top b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:07 + docker-compose -f ./docker-compose-build.yml build --parallel 06:08:09 Building docker-core-command-go ... 06:08:09 Building docker-core-data-go ... 06:08:09 Building docker-core-metadata-go ... 06:08:09 Building docker-security-bootstrapper-go ... 06:08:09 Building docker-security-proxy-setup-go ... 06:08:09 Building docker-security-secretstore-setup-go ... 06:08:09 Building docker-support-notifications-go ... 06:08:09 Building docker-support-scheduler-go ... 06:08:09 Building docker-sys-mgmt-agent-go ... 06:08:09 Building docker-core-command-go 06:08:09 Building docker-security-bootstrapper-go 06:08:09 Building docker-core-metadata-go 06:08:09 Building docker-support-notifications-go 06:08:09 Building docker-support-scheduler-go 06:08:15 (5/12) Installing fortify-headers (1.1-r0) 06:08:15 (6/12) Installing patch (2.7.6-r6) 06:08:15 (7/12) Installing build-base (0.5-r2) 06:08:15 (8/12) Installing libsodium (1.0.18-r0) 06:08:15 (9/12) Installing pkgconf (1.7.2-r0) 06:08:15 (10/12) Installing libsodium-dev (1.0.18-r0) 06:08:15 (11/12) Installing libzmq (4.3.3-r0) 06:08:15 (12/12) Installing zeromq-dev (4.3.3-r0) 06:08:15 Executing busybox-1.31.1-r19.trigger 06:08:15 OK: 217 MiB in 51 packages 06:08:20 Removing intermediate container 4fb2d36f817d 06:08:20 ---> 770bb4df468e 06:08:20 Step 4/6 : WORKDIR /edgex-go 06:08:20 ---> Running in f842cfaae0a2 06:08:20 Removing intermediate container f842cfaae0a2 06:08:20 ---> f5d5c7491b2b 06:08:20 Step 5/6 : COPY go.mod . 06:08:20 ---> 8e48ab72b439 06:08:20 Step 6/6 : RUN go mod download 06:08:20 ---> Running in 47fba38992ac 06:08:47 Removing intermediate container 47fba38992ac 06:08:47 ---> da075f80360c 06:08:47 Successfully built da075f80360c 06:08:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:08:48 + docker inspect -f . ci-base-image-arm64 06:08:48 . [Pipeline] withDockerContainer 06:08:48 prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container 06:08:48 $ 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:08:50 $ docker top fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:51 + go version 06:08:51 go version go1.15.5 linux/arm64 [Pipeline] } 06:08:51 $ docker stop --time=1 fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 06:08:53 $ docker rm -f fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:08:54 + docker inspect -f . ci-base-image-arm64 06:08:54 . [Pipeline] withDockerContainer 06:08:55 prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container 06:08:55 $ 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:08:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:56 ---> 0d20453c15a3 06:08:56 Step 3/22 : WORKDIR /edgex-go 06:08:56 ---> Running in 504b5cd8256b 06:08:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:56 ---> 0d20453c15a3 06:08:56 Step 3/23 : WORKDIR /edgex-go 06:08:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:56 ---> 0d20453c15a3 06:08:56 Step 3/22 : WORKDIR /edgex-go 06:08:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:56 ---> 0d20453c15a3 06:08:56 Step 3/23 : WORKDIR /edgex-go 06:08:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:08:56 ---> 0d20453c15a3 06:08:56 Step 3/31 : WORKDIR /edgex-go 06:08:56 ---> Running in 8183dda15d63 06:08:56 ---> Running in fd3f654d523d 06:08:56 ---> Running in 82c94119f7c3 06:08:56 ---> Running in b68778a6c743 06:08:56 Removing intermediate container 504b5cd8256b 06:08:56 ---> d832ca8efbfc 06:08:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:56 ---> Running in f4c3495318d9 06:08:56 Removing intermediate container 8183dda15d63 06:08:56 ---> 4a2017adadc2 06:08:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:56 Removing intermediate container fd3f654d523d 06:08:56 ---> 1c5d7da453b9 06:08:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:56 Removing intermediate container b68778a6c743 06:08:56 ---> af1eca7feecd 06:08:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:56 Removing intermediate container 82c94119f7c3 06:08:56 ---> 0f69c6df55fa 06:08:56 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:56 ---> Running in 5b1538edb5f4 06:08:56 ---> Running in 446aebdc1e1c 06:08:56 ---> Running in 392d4cd88cb7 06:08:56 ---> Running in 488bf869d3c6 06:08:56 Removing intermediate container f4c3495318d9 06:08:56 ---> 9cf640475f75 06:08:56 Step 5/22 : RUN apk add --update --no-cache make git 06:08:56 ---> Running in 84f0c50776b0 06:08:56 Removing intermediate container 5b1538edb5f4 06:08:56 ---> 936947107763 06:08:56 Step 5/23 : RUN apk add --update --no-cache make git 06:08:56 ---> Running in 44414a61c8ce 06:08:56 Removing intermediate container 446aebdc1e1c 06:08:56 ---> 63ef8b7cae9e 06:08:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:08:56 Removing intermediate container 392d4cd88cb7 06:08:56 ---> 2639c3aa8c95 06:08:56 Step 5/23 : RUN apk add --update --no-cache make git 06:08:56 ---> Running in 219fdbdd295e 06:08:56 ---> Running in 8afed19d0c27 06:08:56 Removing intermediate container 488bf869d3c6 06:08:56 ---> 8cd45df8c87e 06:08:56 Step 5/31 : RUN apk add --update --no-cache make git 06:08:56 ---> Running in 3c8d7475a774 06:08:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:56 $ docker top c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de -eo pid,comm 06:08:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo 06:08:57 ========================================================= 06:08:57 [edgeXBuildGoParallel] Running Tests and Build... 06:08:57 ========================================================= [Pipeline] sh 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:58 + make test 06:08:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:08:58 OK: 233 MiB in 51 packages 06:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:58 OK: 233 MiB in 51 packages 06:08:58 OK: 233 MiB in 51 packages 06:08:58 Removing intermediate container 44414a61c8ce 06:08:58 ---> d679b3c6a748 06:08:58 Step 6/23 : COPY go.mod . 06:08:58 OK: 233 MiB in 51 packages 06:08:59 Removing intermediate container 84f0c50776b0 06:08:59 ---> 6fb1c87d8e7a 06:08:59 Step 6/22 : COPY go.mod . 06:08:59 ---> 8791aa1f999f 06:08:59 Step 7/23 : RUN go mod download 06:08:59 ---> Running in 51173230977b 06:08:59 Removing intermediate container 219fdbdd295e 06:08:59 ---> 856ab55079c8 06:08:59 Step 6/22 : COPY go.mod . 06:08:59 ---> e5771e71b1cc 06:08:59 Step 7/22 : RUN go mod download 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:59 ---> Running in a636fd99bb6d 06:09:00 Removing intermediate container 8afed19d0c27 06:09:00 ---> b76d4b91b320 06:09:00 Step 6/23 : COPY go.mod . 06:09:00 ---> 8c0a64ca32eb 06:09:00 Step 7/22 : RUN go mod download 06:09:00 ---> Running in bc07204a247e 06:09:00 OK: 233 MiB in 51 packages 06:09:00 ---> 2d5e631ccda5 06:09:00 Step 7/23 : RUN go mod download 06:09:00 ---> Running in 47effeed7f13 06:09:01 Removing intermediate container 3c8d7475a774 06:09:01 ---> 48785bbc53e5 06:09:01 Step 6/31 : COPY go.mod . 06:09:01 ---> e27e11dc2f03 06:09:01 Step 7/31 : RUN go mod download 06:09:01 ---> Running in 28f4d4544d28 06:09:02 Removing intermediate container 51173230977b 06:09:02 ---> b207efc0389a 06:09:02 Step 8/23 : COPY . . 06:09:02 Removing intermediate container bc07204a247e 06:09:02 ---> 3da06d7c76fb 06:09:02 Step 8/22 : COPY . . 06:09:03 Removing intermediate container a636fd99bb6d 06:09:03 ---> 15cebeb63631 06:09:03 Step 8/22 : COPY . . 06:09:03 Removing intermediate container 47effeed7f13 06:09:03 ---> 97daea3ea21c 06:09:03 Step 8/23 : COPY . . 06:09:08 Removing intermediate container 28f4d4544d28 06:09:08 ---> 12c9e66c182c 06:09:08 Step 8/31 : COPY . . 06:09:24 ? github.com/edgexfoundry/edgex-go [no test files] 06:09:48 ---> f3e9240624b0 06:09:48 ---> bf706afa39a7 06:09:48 Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-command/core-command 06:09:48 06:09:48 ---> 15ccdb8f7748 06:09:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:09:48 ---> Running in 1ade19530371 06:09:48 ---> Running in 2f7214c60403 06:09:48 ---> c7b05c91fa91 06:09:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:09:48 ---> Running in 8a94a8c379a4 06:09:48 ---> 508f1142e580 06:09:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:09:48 ---> Running in 821116ba6207 06:09:48 ---> Running in 5cc1a5aa930e 06:09:48 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:48 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:48 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:48 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:48 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:10:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:10:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:10:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:10:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:10:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:10:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:10:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:10:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:10:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:10:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:10:44 Removing intermediate container 5cc1a5aa930e 06:10:44 ---> 59d01ba3d1e7 06:10:44 06:10:44 Step 10/31 : FROM alpine:3.12 06:10:44 3.12: Pulling from library/alpine 06:10:45 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:10:45 Status: Downloaded newer image for alpine:3.12 06:10:45 ---> 13621d1b12d4 06:10:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:10:48 Removing intermediate container 821116ba6207 06:10:48 ---> 7bb5ab02aaba 06:10:48 06:10:48 Step 10/22 : FROM alpine:3.12 06:10:48 ---> 13621d1b12d4 06:10:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:10:48 Removing intermediate container 2f7214c60403 06:10:48 ---> e1e52b089e8d 06:10:48 06:10:48 Step 10/23 : FROM alpine:3.12 06:10:48 ---> 13621d1b12d4 06:10:48 Removing intermediate container 1ade19530371 06:10:48 ---> f8ff2c5ed0bb 06:10:48 06:10:48 Step 10/22 : FROM alpine:3.12 06:10:48 ---> 13621d1b12d4 06:10:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:10:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:10:48 ---> Running in 9373d25161ce 06:10:48 ---> Running in 7f53e0a95051 06:10:48 ---> Running in d0b847a4d511 06:10:48 ---> Running in 5435a571ede7 06:10:48 Removing intermediate container 9373d25161ce 06:10:48 ---> 9e5fb3edd16f 06:10:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:10:48 ---> Running in 032c840ffa54 06:10:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:10:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:10:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:49 (1/2) Installing ca-certificates (20191127-r4) 06:10:50 (2/2) Installing dumb-init (1.2.2-r1) 06:10:50 Executing busybox-1.31.1-r20.trigger 06:10:50 Executing ca-certificates-20191127-r4.trigger 06:10:50 OK: 6 MiB in 16 packages 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:51 Removing intermediate container 8a94a8c379a4 06:10:51 ---> 3af0aa51e2a8 06:10:51 06:10:51 Step 10/23 : FROM alpine:3.12 06:10:51 ---> 13621d1b12d4 06:10:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:10:51 (1/1) Installing dumb-init (1.2.2-r1) 06:10:51 Executing busybox-1.31.1-r20.trigger 06:10:51 OK: 6 MiB in 15 packages 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:51 (1/1) Installing dumb-init (1.2.2-r1) 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:51 (1/2) Installing dumb-init (1.2.2-r1) 06:10:51 (2/2) Installing su-exec (0.2-r1) 06:10:51 Executing busybox-1.31.1-r20.trigger 06:10:51 OK: 6 MiB in 16 packages 06:10:51 Executing busybox-1.31.1-r20.trigger 06:10:51 OK: 6 MiB in 15 packages 06:10:51 ---> Running in 61eb8b3351e1 06:10:54 Removing intermediate container d0b847a4d511 06:10:54 ---> 2583faf5770f 06:10:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 Removing intermediate container 7f53e0a95051 06:10:54 ---> e4d65234cf79 06:10:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:54 ---> Running in 39c56a5a4aa2 06:10:54 Removing intermediate container 5435a571ede7 06:10:54 ---> 24831ff4e721 06:10:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 ---> Running in 7f17ac1c4ac3 06:10:54 (1/1) Installing dumb-init (1.2.2-r1) 06:10:54 Executing busybox-1.31.1-r20.trigger 06:10:54 ---> Running in 88c0e7efe3a5 06:10:54 OK: 6 MiB in 15 packages 06:10:54 Removing intermediate container 032c840ffa54 06:10:54 ---> 31c6238d8374 06:10:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:10:54 Removing intermediate container 39c56a5a4aa2 06:10:54 ---> 64ba26bc947a 06:10:54 Step 13/23 : ENV APP_PORT=48082 06:10:54 ---> Running in be41ca8e8435 06:10:54 ---> Running in 5dfa73834313 06:10:54 Removing intermediate container 7f17ac1c4ac3 06:10:54 ---> 672b33f8153c 06:10:54 Step 13/22 : ENV APP_PORT=48060 06:10:55 Removing intermediate container 88c0e7efe3a5 06:10:55 ---> f8520e6a01f2 06:10:55 Step 13/22 : ENV APP_PORT=48085 06:10:55 ---> Running in 4e459088436b 06:10:55 ---> Running in 41b41fc4956b 06:10:55 Removing intermediate container 5dfa73834313 06:10:55 ---> bc5608633064 06:10:55 Step 14/23 : EXPOSE $APP_PORT 06:10:55 Removing intermediate container be41ca8e8435 06:10:55 ---> 81ca08546743 06:10:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:10:55 ---> Running in aa698c4a63f8 06:10:55 ---> Running in 54c6b50f80b1 06:10:55 Removing intermediate container 61eb8b3351e1 06:10:55 ---> 4db3dcdcd0db 06:10:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:55 Removing intermediate container 41b41fc4956b 06:10:55 ---> f2ea600c66fa 06:10:55 Step 14/22 : EXPOSE $APP_PORT 06:10:55 Removing intermediate container 4e459088436b 06:10:55 ---> cefc99771ed1 06:10:55 Step 14/22 : EXPOSE $APP_PORT 06:10:55 ---> Running in 4e0a5719432e 06:10:55 ---> Running in 8bd184fba850 06:10:55 Removing intermediate container aa698c4a63f8 06:10:55 ---> 157dcbe4b2e1 06:10:55 Step 15/23 : WORKDIR / 06:10:55 ---> Running in cd478c7d5a58 06:10:55 Removing intermediate container 54c6b50f80b1 06:10:55 ---> 0f506fe41918 06:10:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:10:56 ---> Running in 317609de0327 06:10:56 ---> Running in 875fc13352df 06:10:56 Removing intermediate container 4e0a5719432e 06:10:56 ---> 944e2332fb7b 06:10:56 Step 13/23 : ENV APP_PORT=48081 06:10:56 Removing intermediate container 8bd184fba850 06:10:56 ---> 2e3766cff8fc 06:10:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:56 Removing intermediate container cd478c7d5a58 06:10:56 ---> 84aad63b8c28 06:10:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:56 ---> Running in 25ab0e9b7f2e 06:10:56 Removing intermediate container 317609de0327 06:10:56 ---> 9805b32f062a 06:10:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:56 ---> 4693312487f4 06:10:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:10:56 ---> 370ef3a50822 06:10:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:10:56 Removing intermediate container 25ab0e9b7f2e 06:10:56 ---> 929dde13de3b 06:10:56 Step 14/23 : EXPOSE $APP_PORT 06:10:56 ---> Running in 23cd52656b2c 06:10:57 ---> 26036d0025ea 06:10:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:10:57 Removing intermediate container 23cd52656b2c 06:10:57 ---> a972fea2062a 06:10:57 Step 15/23 : WORKDIR / 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.419s coverage: 45.9% of statements 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements 06:10:57 ---> Running in 30eae24216cf 06:10:57 ---> f2670be335bf 06:10:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:10:57 ---> 436aa3561400 06:10:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:10:57 ---> ba2d83422722 06:10:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:10:57 Removing intermediate container 30eae24216cf 06:10:57 ---> c9c81284a26f 06:10:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:57 Removing intermediate container 875fc13352df 06:10:57 ---> e0a39b94ed60 06:10:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:10:57 ---> 8b896c59fcf7 06:10:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:10:58 ---> Running in 6182e11b3d2b 06:10:58 ---> Running in 86ae6594b228 06:10:58 ---> d80ab5f415bf 06:10:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:10:58 ---> 9931b20dd2aa 06:10:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:10:58 ---> df7e1d8e467a 06:10:58 Step 19/23 : ENTRYPOINT ["/core-command"] 06:10:58 ---> Running in b2dfcaa0f049 06:10:58 ---> Running in 53a117cdb2d4 06:10:58 Removing intermediate container 86ae6594b228 06:10:58 ---> 54c09f338488 06:10:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:10:58 Removing intermediate container 6182e11b3d2b 06:10:58 ---> 84e637db2b78 06:10:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:10:58 Removing intermediate container b2dfcaa0f049 06:10:58 ---> dd183f579cd1 06:10:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:10:58 ---> Running in 91672e6b7077 06:10:59 Removing intermediate container 53a117cdb2d4 06:10:59 ---> 8be8abf33d4c 06:10:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:10:59 ---> Running in 678d1cc8be64 06:10:59 ---> 7fbe773ad7ad 06:10:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:10:59 ---> Running in 12f0baef228b 06:10:59 ---> cc63e8b42612 06:10:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:10:59 Removing intermediate container 91672e6b7077 06:10:59 ---> a40b410410c2 06:10:59 Step 20/22 : LABEL arch=x86_64 06:10:59 Removing intermediate container 678d1cc8be64 06:10:59 ---> b9b4d14e2b2e 06:10:59 Step 20/22 : LABEL arch=x86_64 06:10:59 ---> Running in 926d241ce2f2 06:10:59 ---> Running in c0ed6ba78df5 06:10:59 ---> Running in 8627fcb3c29e 06:10:59 Removing intermediate container 12f0baef228b 06:10:59 ---> 20aaa6b4db41 06:10:59 Step 21/23 : LABEL arch=x86_64 06:11:00 ---> Running in 268c4034d032 06:11:00 Removing intermediate container c0ed6ba78df5 06:11:00 ---> 381d287d475c 06:11:00 Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:11:00 ---> 05dd3e078aa8 06:11:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:11:00 Removing intermediate container 8627fcb3c29e 06:11:00 ---> 1415e9f2a104 06:11:00 Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:11:00 ---> Running in 479a08991305 06:11:00 ---> Running in 2ab218ae005b 06:11:00 ---> Running in 8ebc171fb8d9 06:11:00 Removing intermediate container 268c4034d032 06:11:00 ---> 5f57d334d159 06:11:00 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:11:00 ---> Running in c62685338e03 06:11:00 Removing intermediate container 479a08991305 06:11:00 ---> 4ea69e96bbf1 06:11:00 Step 22/22 : LABEL version=0.0.0 06:11:00 Removing intermediate container 2ab218ae005b 06:11:00 ---> 358a034d2a11 06:11:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:11:00 ---> Running in 570ddb171cd8 06:11:00 Removing intermediate container 8ebc171fb8d9 06:11:00 ---> 9d219898db04 06:11:00 Step 22/22 : LABEL version=0.0.0 06:11:00 ---> Running in e6a7f92d76da 06:11:01 Removing intermediate container c62685338e03 06:11:01 ---> d4463dff18c7 06:11:01 Step 23/23 : LABEL version=0.0.0 06:11:01 ---> Running in 4ba48f38af17 06:11:01 ---> Running in 9ef1c39d43e4 06:11:01 Removing intermediate container 570ddb171cd8 06:11:01 ---> 6ab35e00cf7f 06:11:01 06:11:01 Removing intermediate container e6a7f92d76da 06:11:01 ---> e1718a71a852 06:11:01 Step 21/23 : LABEL arch=x86_64 06:11:01 Removing intermediate container 4ba48f38af17 06:11:01 ---> b79fbdc34e1d 06:11:01 06:11:01 Successfully built 6ab35e00cf7f 06:11:01 ---> Running in d8da2d4adfaa 06:11:01 Successfully tagged docker-support-scheduler-go:latest 06:11:01 Building docker-sys-mgmt-agent-go 06:11:01  Building docker-support-scheduler-go ... done Successfully built b79fbdc34e1d 06:11:01 Removing intermediate container 9ef1c39d43e4 06:11:01 ---> 06b815132bf1 06:11:01 06:11:01 Successfully tagged docker-support-notifications-go:latest 06:11:01 Building docker-security-secretstore-setup-go 06:11:01  Building docker-support-notifications-go ... done Removing intermediate container 926d241ce2f2 06:11:01 ---> 4683a796005e 06:11:01 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:02 Removing intermediate container d8da2d4adfaa 06:11:02 ---> 30ceac37f29d 06:11:02 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:11:02 Successfully built 06b815132bf1 06:11:02 Successfully tagged docker-core-command-go:latest 06:11:02  Building docker-core-command-go ... done Building docker-core-data-go 06:11:02 ---> Running in cf98f274b68a 06:11:02 ---> 159902d8fdec 06:11:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:11:02 Removing intermediate container cf98f274b68a 06:11:02 ---> 1460faf927e6 06:11:02 Step 23/23 : LABEL version=0.0.0 06:11:02 ---> Running in eb8ce2eda252 06:11:02 Removing intermediate container eb8ce2eda252 06:11:02 ---> 49938113ec1e 06:11:02 06:11:03 Successfully built 49938113ec1e 06:11:03 Successfully tagged docker-core-metadata-go:latest 06:11:03 Building docker-security-proxy-setup-go 06:11:03  Building docker-core-metadata-go ... done  ---> 74606bf4ee24 06:11:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:11:03 ---> dd386cd5213a 06:11:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:11:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:11:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:11:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.320s coverage: 100.0% of statements 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:11:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:11:04 ---> 0e420d3aeb43 06:11:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:11:07 ---> a46be29e6f53 06:11:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:11:07 ---> Running in cf8e57fb5cab 06:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.600s coverage: 82.9% of statements 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:11:10 Removing intermediate container cf8e57fb5cab 06:11:10 ---> 51aa0ec5a98d 06:11:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:11:11 ---> dff68bcbbb7a 06:11:11 Step 26/31 : RUN chmod +x /entrypoint.sh 06:11:12 ---> Running in 0c8dc5272174 06:11:16 Removing intermediate container 0c8dc5272174 06:11:16 ---> fd7a3a471895 06:11:16 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:11:16 ---> Running in fca0c0f04bac 06:11:20 Removing intermediate container fca0c0f04bac 06:11:20 ---> aa30ee15c237 06:11:20 Step 28/31 : CMD ["gate"] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.376s coverage: 28.6% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.269s coverage: 100.0% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.304s coverage: 100.0% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.506s coverage: 86.7% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.547s coverage: 97.5% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.218s coverage: 78.3% of statements 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:11:21 ---> Running in 45d965170555 06:11:24 Removing intermediate container 45d965170555 06:11:24 ---> c314cad4aefa 06:11:24 Step 29/31 : LABEL arch=x86_64 06:11:25 ---> Running in 1f59594c336e 06:11:25 Removing intermediate container 1f59594c336e 06:11:25 ---> 5af219c82572 06:11:25 Step 30/31 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:11:26 ---> Running in caac0cb54976 06:11:28 Removing intermediate container caac0cb54976 06:11:28 ---> c96aa622443f 06:11:28 Step 31/31 : LABEL version=0.0.0 06:11:29 ---> Running in b89593e6c776 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.513s coverage: 92.8% of statements 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.9% of statements 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:11:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.199s coverage: 79.5% of statements 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements 06:11:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.138s coverage: 87.5% of statements 06:11:31 Removing intermediate container b89593e6c776 06:11:31 ---> 25574b043d0e 06:11:31 06:11:32 Successfully built 25574b043d0e 06:11:32 Successfully tagged docker-security-bootstrapper-go:latest 06:11:32  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:32 ---> 0d20453c15a3 06:11:32 Step 3/23 : WORKDIR /edgex-go 06:11:32 ---> Using cache 06:11:32 ---> 0f69c6df55fa 06:11:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:32 ---> Using cache 06:11:32 ---> 8cd45df8c87e 06:11:32 Step 5/23 : RUN apk add --update --no-cache make bash git 06:11:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:11:33 ---> 0d20453c15a3 06:11:33 Step 3/24 : WORKDIR /edgex-go 06:11:33 ---> Using cache 06:11:33 ---> 0f69c6df55fa 06:11:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:33 ---> Using cache 06:11:33 ---> 8cd45df8c87e 06:11:33 Step 5/24 : RUN apk add --update --no-cache make git 06:11:33 ---> Using cache 06:11:33 ---> 48785bbc53e5 06:11:33 Step 6/24 : COPY go.mod . 06:11:33 ---> Using cache 06:11:33 ---> e27e11dc2f03 06:11:33 Step 7/24 : RUN go mod download 06:11:33 ---> Using cache 06:11:33 ---> 12c9e66c182c 06:11:33 Step 8/24 : COPY . . 06:11:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:11:33 ---> 0d20453c15a3 06:11:33 Step 3/21 : WORKDIR /edgex-go 06:11:33 ---> Using cache 06:11:33 ---> 0f69c6df55fa 06:11:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:33 ---> Using cache 06:11:33 ---> 8cd45df8c87e 06:11:33 Step 5/21 : RUN apk add --update --no-cache make git 06:11:33 ---> Using cache 06:11:33 ---> 48785bbc53e5 06:11:33 Step 6/21 : COPY go.mod . 06:11:33 ---> Using cache 06:11:33 ---> e27e11dc2f03 06:11:33 Step 7/21 : RUN go mod download 06:11:33 ---> Using cache 06:11:33 ---> 12c9e66c182c 06:11:33 Step 8/21 : COPY . . 06:11:33 ---> Using cache 06:11:33 ---> 508f1142e580 06:11:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:33 ---> Using cache 06:11:33 ---> 508f1142e580 06:11:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:11:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:33 ---> 0d20453c15a3 06:11:33 Step 3/23 : WORKDIR /edgex-go 06:11:33 ---> Using cache 06:11:33 ---> 0f69c6df55fa 06:11:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:33 ---> Using cache 06:11:33 ---> 8cd45df8c87e 06:11:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:11:34 ---> Running in 8ec9b9818056 06:11:34 ---> Running in 2080c886a541 06:11:34 ---> Running in 35fbd42921aa 06:11:34 ---> Running in f3efa2924ca4 06:11:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:11:35 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:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:37 OK: 233 MiB in 51 packages 06:11:37 OK: 233 MiB in 51 packages 06:11:38 Removing intermediate container f3efa2924ca4 06:11:38 ---> c16a1d7d15e8 06:11:38 Step 6/23 : COPY go.mod . 06:11:38 Removing intermediate container 2080c886a541 06:11:38 ---> 9fcd79bf3bfe 06:11:38 Step 6/23 : COPY go.mod . 06:11:39 ---> 5fe4282d8b70 06:11:39 Step 7/23 : RUN go mod download 06:11:39 ---> a9808ea46238 06:11:39 Step 7/23 : RUN go mod download 06:11:39 ---> Running in 9afb19286dd2 06:11:39 ---> Running in 06095824b5d6 06:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.202s coverage: 94.4% of statements 06:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements 06:11:43 Removing intermediate container 9afb19286dd2 06:11:43 ---> aa462f268ed2 06:11:43 Step 8/23 : COPY . . 06:11:43 Removing intermediate container 06095824b5d6 06:11:43 ---> b93156bf3f82 06:11:43 Step 8/23 : COPY . . 06:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.540s coverage: 81.9% of statements 06:11:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.232s coverage: 92.9% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.241s coverage: 84.6% of statements 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.6% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.780s coverage: 64.4% of statements 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:11:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:11:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements 06:11:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 06:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 06:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements 06:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 06:12: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:12:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:12:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 69.0% of statements 06:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:12:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.516s coverage: 38.4% of statements 06:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.091s coverage: 89.5% of statements 06:12:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:12:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.111s coverage: 84.8% of statements 06:12:12 ---> ddcd619f63ac 06:12:12 Step 9/23 : RUN make cmd/core-data/core-data 06:12:13 Removing intermediate container 35fbd42921aa 06:12:13 ---> 15449c211b12 06:12:13 06:12:13 Step 10/21 : FROM alpine:3.12 06:12:13 ---> 13621d1b12d4 06:12:13 Step 11/21 : RUN apk add --update --no-cache curl 06:12:13 Removing intermediate container 8ec9b9818056 06:12:13 ---> dc6b725506c9 06:12:13 06:12:13 Step 10/24 : FROM alpine:3.12 06:12:13 ---> 13621d1b12d4 06:12:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:12:13 ---> Running in 02b83a73b23a 06:12:13 ---> 1b9a077748f4 06:12:13 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:12:13 ---> Running in 7bce0b307e08 06:12:13 ---> Running in 12e9b92bbf52 06:12:13 ---> Running in 4d984edb5275 06:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:12:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.167s coverage: 10.5% of statements 06:12:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:12: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:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:14 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:12:14 (1/4) Installing ca-certificates (20191127-r4) 06:12:14 (1/6) Installing ca-certificates (20191127-r4) 06:12:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:12:14 (3/4) Installing libcurl (7.76.1-r0) 06:12:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:12:14 (3/6) Installing libcurl (7.76.1-r0) 06:12:14 (4/4) Installing curl (7.76.1-r0) 06:12:14 (4/6) Installing curl (7.76.1-r0) 06:12:14 Executing busybox-1.31.1-r20.trigger 06:12:14 (5/6) Installing dumb-init (1.2.2-r1) 06:12:14 (6/6) Installing su-exec (0.2-r1) 06:12:14 Executing busybox-1.31.1-r20.trigger 06:12:14 Executing ca-certificates-20191127-r4.trigger 06:12:14 Executing ca-certificates-20191127-r4.trigger 06:12:14 OK: 7 MiB in 18 packages 06:12:15 OK: 7 MiB in 20 packages 06:12:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.407s coverage: 87.7% of statements 06:12:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:12:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:12:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:12:18 Removing intermediate container 12e9b92bbf52 06:12:18 ---> 89d0fb24251f 06:12:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:18 Removing intermediate container 7bce0b307e08 06:12:18 ---> 66ef2e313ee6 06:12:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:18 ---> Running in 313d199d956c 06:12:18 ---> Running in eac7054bd80c 06:12:18 Removing intermediate container 313d199d956c 06:12:18 ---> 1d2034e81733 06:12:18 Step 13/24 : WORKDIR / 06:12:18 Removing intermediate container eac7054bd80c 06:12:18 ---> c2de7c735778 06:12:18 Step 13/21 : WORKDIR /edgex 06:12:18 ---> Running in 19b2ab2ca828 06:12:18 ---> Running in 4413c5c733f4 06:12:19 Removing intermediate container 19b2ab2ca828 06:12:19 ---> 1283e4593e05 06:12:19 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:19 Removing intermediate container 4413c5c733f4 06:12:19 ---> ea6e570d62c0 06:12:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:12:19 ---> fe1c49fe7be2 06:12:19 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:19 ---> 7c1fae4edece 06:12:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:12:20 ---> 6ca05b118cd5 06:12:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:12:21 ---> bd5082bd6443 06:12:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:12:21 ---> fb6a435e77d3 06:12:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:12:22 ---> dac537dcb75a 06:12:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:12:22 ---> 2775f04695a0 06:12:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.980s coverage: 29.1% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.376s coverage: 95.6% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:12:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 06:12:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements 06:12:23 ---> Running in ce97d49a724e 06:12:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 06:12:24 Removing intermediate container ce97d49a724e 06:12:24 ---> 342381bc472a 06:12:24 Step 18/21 : CMD ["--init=true"] 06:12:24 ---> f7c5a1326354 06:12:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:12:24 ---> Running in d05a55df18a6 06:12:25 GO111MODULE=on go vet ./... 06:12:25 ---> a165d8aa5689 06:12:25 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:25 Removing intermediate container d05a55df18a6 06:12:25 ---> 40825f050393 06:12:25 Step 19/21 : LABEL arch=x86_64 06:12:25 ---> Running in ebc2373fe75e 06:12:25 ---> Running in 425c06ca396a 06:12:25 Removing intermediate container 425c06ca396a 06:12:25 ---> 37b7960c41d8 06:12:25 Step 20/21 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:12:26 ---> Running in e830122e9974 06:12:27 Removing intermediate container e830122e9974 06:12:27 ---> 7d5671b57951 06:12:27 Step 21/21 : LABEL version=0.0.0 06:12:27 ---> Running in 61d650bcfc10 06:12:27 Removing intermediate container 61d650bcfc10 06:12:27 ---> be0ab8ad8bed 06:12:27 06:12:27 Removing intermediate container ebc2373fe75e 06:12:27 ---> 613d1cdef09c 06:12:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:12:27 ---> Running in 0af874555c32 06:12:28 Successfully built be0ab8ad8bed 06:12:28 Successfully tagged docker-security-proxy-setup-go:latest 06:12:28  Building docker-security-proxy-setup-go ... done Removing intermediate container 0af874555c32 06:12:28 ---> 09878af09fa9 06:12:28 Step 22/24 : LABEL arch=x86_64 06:12:28 ---> Running in 30a6ee78f78f 06:12:28 Removing intermediate container 30a6ee78f78f 06:12:28 ---> 0a3359c3c2c4 06:12:28 Step 23/24 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:12:28 ---> Running in 047bd94ab3da 06:12:29 Removing intermediate container 047bd94ab3da 06:12:29 ---> 739c7418ffeb 06:12:29 Step 24/24 : LABEL version=0.0.0 06:12:29 ---> Running in dca5d4af6a45 06:12:29 Removing intermediate container dca5d4af6a45 06:12:29 ---> 684e2eaeb139 06:12:29 06:12:29 Successfully built 684e2eaeb139 06:12:30 Successfully tagged docker-security-secretstore-setup-go:latest 06:12:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4d984edb5275 06:12:40 ---> 473620ff907e 06:12:40 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:12:40 ---> Running in 5efe9114fd48 06:12:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:12:42 Removing intermediate container 5efe9114fd48 06:12:42 ---> 9472d3e4aa56 06:12:42 06:12:42 Step 11/23 : FROM docker:20.10.0 06:12:42 Removing intermediate container 02b83a73b23a 06:12:42 ---> 4931bc72bed6 06:12:42 06:12:42 Step 10/23 : FROM alpine:3.12 06:12:42 ---> 13621d1b12d4 06:12:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:12:42 20.10.0: Pulling from library/docker 06:12:42 ---> Running in b65a7c6cbbd4 06:12:43 Removing intermediate container b65a7c6cbbd4 06:12:43 ---> 6f3e03b5e23d 06:12:43 Step 12/23 : ENV APP_PORT=48080 06:12:43 ---> Running in 0d23d5cb3f93 06:12:44 Removing intermediate container 0d23d5cb3f93 06:12:44 ---> befd3eec71b9 06:12:44 Step 13/23 : EXPOSE $APP_PORT 06:12:44 ---> Running in 8572ca9ab2ec 06:12:44 Removing intermediate container 8572ca9ab2ec 06:12:44 ---> 6362a7d44da8 06:12:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:44 ---> Running in 3b09a087c1b2 06:12:46 Removing intermediate container 3b09a087c1b2 06:12:46 ---> 92827c0e8b98 06:12:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:12:46 ---> Running in 41f89579d08b 06:12:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:48 (1/6) Installing dumb-init (1.2.2-r1) 06:12:48 (2/6) Installing libgcc (9.3.0-r2) 06:12:48 (3/6) Installing libsodium (1.0.18-r0) 06:12:48 (4/6) Installing libstdc++ (9.3.0-r2) 06:12:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:12:49 Status: Downloaded newer image for docker:20.10.0 06:12:49 ---> aefe523efa57 06:12:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:12:49 ---> Running in 0f59f76c85bb 06:12:49 (5/6) Installing libzmq (4.3.3-r0) 06:12:49 (6/6) Installing zeromq (4.3.3-r0) 06:12:49 Removing intermediate container 0f59f76c85bb 06:12:49 ---> f478302d8704 06:12:49 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:12:49 Executing busybox-1.31.1-r20.trigger 06:12:49 OK: 8 MiB in 20 packages 06:12:49 ---> Running in f36834e7d537 06:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:50 Removing intermediate container 41f89579d08b 06:12:50 ---> 606cff0e6efa 06:12:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:12:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:50 (1/39) Installing readline (8.0.4-r0) 06:12:50 (2/39) Installing bash (5.0.17-r0) 06:12:50 Executing bash-5.0.17-r0.post-install 06:12:50 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:12:50 (4/39) Installing libcurl (7.76.1-r0) 06:12:50 (5/39) Installing curl (7.76.1-r0) 06:12:50 (6/39) Installing dumb-init (1.2.2-r1) 06:12:50 (7/39) Installing libbz2 (1.0.8-r1) 06:12:50 (8/39) Installing expat (2.2.9-r1) 06:12:50 (9/39) Installing libffi (3.3-r2) 06:12:50 (10/39) Installing gdbm (1.13-r1) 06:12:50 (11/39) Installing xz-libs (5.2.5-r0) 06:12:50 (12/39) Installing sqlite-libs (3.32.1-r0) 06:12:50 (13/39) Installing python3 (3.8.8-r0) 06:12:51 ---> 76d3f82effd0 06:12:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:12:56 (14/39) Installing py3-appdirs (1.4.4-r1) 06:12:56 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:12:56 (16/39) Installing py3-parsing (2.4.7-r0) 06:12:56 (17/39) Installing py3-six (1.15.0-r0) 06:12:56 (18/39) Installing py3-packaging (20.4-r0) 06:12:56 ---> 60a862bec7cb 06:12:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:12:56 (19/39) Installing py3-setuptools (47.0.0-r0) 06:12:56 (20/39) Installing py3-chardet (3.0.4-r4) 06:12:56 (21/39) Installing py3-idna (2.9-r0) 06:12:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:12:56 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:12:56 (24/39) Installing py3-requests (2.23.0-r0) 06:12:56 (25/39) Installing py3-msgpack (1.0.0-r0) 06:12:56 (26/39) Installing py3-lockfile (0.12.2-r3) 06:12:56 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:12:56 (28/39) Installing py3-colorama (0.4.3-r0) 06:12:56 (29/39) Installing py3-distlib (0.3.0-r0) 06:12:56 (30/39) Installing py3-distro (1.5.0-r1) 06:12:56 (31/39) Installing py3-webencodings (0.5.1-r3) 06:12:56 (32/39) Installing py3-html5lib (1.0.1-r4) 06:12:57 (33/39) Installing py3-pytoml (0.1.21-r0) 06:12:57 (34/39) Installing py3-pep517 (0.8.2-r0) 06:12:57 ---> 6daac8e9bdcb 06:12:57 Step 19/23 : ENTRYPOINT ["/core-data"] 06:12:57 (35/39) Installing py3-progress (1.5-r0) 06:12:57 (36/39) Installing py3-toml (0.10.1-r0) 06:12:57 (37/39) Installing py3-retrying (1.3.3-r0) 06:12:57 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:12:57 (39/39) Installing py3-pip (20.1.1-r0) 06:12:57 ---> Running in d556519103f4 06:12:57 Executing busybox-1.31.1-r19.trigger 06:12:57 OK: 72 MiB in 59 packages 06:12:57 Removing intermediate container d556519103f4 06:12:57 ---> 39c856980dfe 06:12:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:12:57 ---> Running in bcad8d643b6a 06:12:57 Removing intermediate container bcad8d643b6a 06:12:57 ---> e639d8c519d2 06:12:57 Step 21/23 : LABEL arch=x86_64 06:12:58 ---> Running in 63dc891504d6 06:12:58 Collecting docker-compose==1.23.2 06:12:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:12:58 Removing intermediate container 63dc891504d6 06:12:58 ---> 618a1f4dff8f 06:12:58 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:12:58 ---> Running in 38f2e0739e19 06:12:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:12:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:12:59 Removing intermediate container 38f2e0739e19 06:12:59 ---> 33cd88f79ad4 06:12:59 Step 23/23 : LABEL version=0.0.0 06:12:59 ---> Running in 1c7788d4a304 06:12:59 Collecting websocket-client<1.0,>=0.32.0 06:12:59 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:12:59 Collecting docopt<0.7,>=0.6.1 06:12:59 Downloading docopt-0.6.2.tar.gz (25 kB) 06:12:59 Removing intermediate container 1c7788d4a304 06:12:59 ---> df09b10f5a3f 06:12:59 06:12:59 Successfully built df09b10f5a3f 06:12:59 Successfully tagged docker-core-data-go:latest 06:13:00  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 06:13:00 Downloading PyYAML-3.13.tar.gz (270 kB) 06:13:01 Collecting dockerpty<0.5,>=0.4.1 06:13:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:13:01 Collecting jsonschema<3,>=2.5.1 06:13:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:13:01 Collecting docker<4.0,>=3.6.0 06:13:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:13:01 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:02 Collecting cached-property<2,>=1.2.0 06:13:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:13:02 Collecting texttable<0.10,>=0.9.0 06:13:02 Downloading texttable-0.9.1.tar.gz (11 kB) 06:13:02 Collecting idna<2.8,>=2.5 06:13:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:13:02 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:13:02 Collecting urllib3<1.25,>=1.21.1 06:13:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:13:03 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:03 Collecting docker-pycreds>=0.4.0 06:13:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:13:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:13:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:13:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:13:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:13:03 Installing collected packages: idna, urllib3, requests, websocket-client, docopt, PyYAML, dockerpty, jsonschema, docker-pycreds, docker, cached-property, texttable, docker-compose 06:13:03 Attempting uninstall: idna 06:13:03 Found existing installation: idna 2.9 06:13:03 Uninstalling idna-2.9: 06:13:03 Successfully uninstalled idna-2.9 06:13:03 Attempting uninstall: urllib3 06:13:03 Found existing installation: urllib3 1.25.9 06:13:03 Uninstalling urllib3-1.25.9: 06:13:03 Successfully uninstalled urllib3-1.25.9 06:13:03 Attempting uninstall: requests 06:13:03 Found existing installation: requests 2.23.0 06:13:03 Uninstalling requests-2.23.0: 06:13:03 Successfully uninstalled requests-2.23.0 06:13:03 Running setup.py install for docopt: started 06:13:04 Running setup.py install for docopt: finished with status 'done' 06:13:04 Running setup.py install for PyYAML: started 06:13:04 Running setup.py install for PyYAML: finished with status 'done' 06:13:04 Running setup.py install for dockerpty: started 06:13:05 Running setup.py install for dockerpty: finished with status 'done' 06:13:05 Running setup.py install for texttable: started 06:13:06 Running setup.py install for texttable: finished with status 'done' 06:13:06 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:14 Removing intermediate container f36834e7d537 06:13:14 ---> dbbbbd63cf63 06:13:14 Step 14/23 : ENV APP_PORT=48090 06:13:14 ---> Running in 67e51bf60db0 06:13:14 Removing intermediate container 67e51bf60db0 06:13:14 ---> 700d6b8a40a1 06:13:14 Step 15/23 : EXPOSE $APP_PORT 06:13:14 ---> Running in 894bfac467f0 06:13:14 Removing intermediate container 894bfac467f0 06:13:14 ---> e9b4bf33ff67 06:13:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:13:14 ---> bd563c8b73c7 06:13:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:13:15 ---> ab10b283ceb6 06:13:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:13:15 ---> 30c7e690d602 06:13:15 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:13:15 ---> Running in 349529ef37c1 06:13:15 Removing intermediate container 349529ef37c1 06:13:15 ---> 97b81af6fe69 06:13:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:13:15 ---> Running in 71e178777990 06:13:15 Removing intermediate container 71e178777990 06:13:15 ---> 3503b3217d3c 06:13:15 Step 21/23 : LABEL arch=x86_64 06:13:15 ---> Running in 524799773f5c 06:13:16 Removing intermediate container 524799773f5c 06:13:16 ---> 0a7fc290f7f9 06:13:16 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:13:16 ---> Running in 1b8fca1d42c6 06:13:16 Removing intermediate container 1b8fca1d42c6 06:13:16 ---> dff164bcff21 06:13:16 Step 23/23 : LABEL version=0.0.0 06:13:16 ---> Running in 82eb0e8d1c1f 06:13:16 Removing intermediate container 82eb0e8d1c1f 06:13:16 ---> 1af1ed72ad3e 06:13:16 06:13:16 Successfully built 1af1ed72ad3e 06:13:16 Successfully tagged docker-sys-mgmt-agent-go:latest 06:13:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:13:17 $ docker stop --time=1 b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 06:13:18 $ docker rm -f b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 [Pipeline] // withDockerContainer [Pipeline] sh 06:13:19 + docker images 06:13:19 + grep docker 06:13:19 docker-sys-mgmt-agent-go latest 1af1ed72ad3e 3 seconds ago 312MB 06:13:19 docker-core-data-go latest df09b10f5a3f 20 seconds ago 22.7MB 06:13:19 docker-security-secretstore-setup-go latest 684e2eaeb139 50 seconds ago 25.9MB 06:13:19 docker-security-proxy-setup-go latest be0ab8ad8bed 52 seconds ago 25.6MB 06:13:19 docker-security-bootstrapper-go latest 25574b043d0e About a minute ago 19.1MB 06:13:19 docker-core-metadata-go latest 49938113ec1e 2 minutes ago 19MB 06:13:19 docker-core-command-go latest 06b815132bf1 2 minutes ago 17.3MB 06:13:19 docker-support-notifications-go latest b79fbdc34e1d 2 minutes ago 18MB 06:13:19 docker-support-scheduler-go latest 6ab35e00cf7f 2 minutes ago 17.4MB 06:13:19 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 06:13:35 Still waiting to schedule task 06:13:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:13:47 gofmt -l . 06:13:47 [ "`gofmt -l .`" = "" ] 06:13:47 ./bin/test-go-mod-tidy.sh 06:13:47 ./bin/test-attribution-txt.sh [Pipeline] sh 06:13:47 + ls -al . 06:13:47 total 824 06:13:47 drwxrwxr-x 9 1001 1001 4096 Apr 16 06:13 . 06:13:47 drwxr-xr-x 4 root root 4096 Apr 16 06:08 .. 06:13:47 -rw-rw-r-- 1 1001 1001 11 Apr 16 06:07 .dockerignore 06:13:47 drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 .git 06:13:47 drwxrwxr-x 3 1001 1001 4096 Apr 16 06:07 .github 06:13:47 -rw-rw-r-- 1 1001 1001 818 Apr 16 06:07 .gitignore 06:13:47 -rw-rw-r-- 1 1001 1001 166 Apr 16 06:07 .sonarcloud.properties 06:13:47 -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:07 Attribution.txt 06:13:47 -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:07 CONTRIBUTING.md 06:13:47 -rw-rw-r-- 1 1001 1001 931 Apr 16 06:07 Dockerfile.build 06:13:47 -rw-rw-r-- 1 1001 1001 863 Apr 16 06:07 Jenkinsfile 06:13:47 -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:07 LICENSE 06:13:47 -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:07 Makefile 06:13:47 -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:07 README.md 06:13:47 -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:07 SECURITY.md 06:13:47 -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION 06:13:47 -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:07 ZMQWindows.md 06:13:47 drwxrwxr-x 2 1001 1001 4096 Apr 16 06:07 bin 06:13:47 drwxrwxr-x 14 1001 1001 4096 Apr 16 06:07 cmd 06:13:47 -rw-r--r-- 1 root root 686607 Apr 16 06:12 coverage.out 06:13:47 -rw-r--r-- 1 root root 1058 Apr 16 06:13 go.mod 06:13:47 -rw-r--r-- 1 root root 22036 Apr 16 06:13 go.sum 06:13:47 drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 internal 06:13:47 drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 openapi 06:13:47 drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 snap 06:13:47 -rw-rw-r-- 1 1001 1001 168 Apr 16 06:07 version.go [Pipeline] sh 06:13:48 + '[' -e coverage.out ] 06:13:48 + chown 1001:1001 coverage.out [Pipeline] stash 06:13:48 Warning: overwriting stash ‘coverage-report’ 06:13:49 Stashed 1 file(s) [Pipeline] sh 06:13:49 + make build 06:13:49 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:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:14:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:14:31 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:14:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:14:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:14:43 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:14: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:14:55 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:15:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:15:05 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:15:09 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:15:09 Running on prd-ubuntu18.04-docker-8c-8g-450 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 06:15:09 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:15:12 using credential edgex-jenkins-ssh 06:15:12 Cloning the remote Git repository 06:15:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:15:12 > git init /w/workspace/edgex-go/1 # timeout=10 06:15:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:15:12 > git --version # timeout=10 06:15:12 > git --version # 'git version 2.17.1' 06:15:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 06:15:16 $ docker stop --time=1 c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de 06:15:18 $ docker rm -f c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:20 06:15:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:15:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:20 latest: Pulling from edgex-devops/edgex-compose-arm64 06:15:20 29e5d40040c1: Pulling fs layer 06:15:20 1ce36da41761: Pulling fs layer 06:15:20 25b303627fd3: Pulling fs layer 06:15:21 29e5d40040c1: Verifying Checksum 06:15:21 29e5d40040c1: Download complete 06:15:21 1ce36da41761: Verifying Checksum 06:15:21 1ce36da41761: Download complete 06:15:21 29e5d40040c1: Pull complete 06:15:23 1ce36da41761: Pull complete 06:15:23 25b303627fd3: Verifying Checksum 06:15:23 25b303627fd3: Download complete 06:15:33 25b303627fd3: Pull complete 06:15:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:15:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:15:33 prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container 06:15:33 $ 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:15:35 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 4b907205ea5357faa7e3690f4c5ba94685b35400 06:15:35 Merge succeeded, producing 4b907205ea5357faa7e3690f4c5ba94685b35400 06:15:35 Checking out Revision 4b907205ea5357faa7e3690f4c5ba94685b35400 (PR-3372) 06:15:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:15:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:15:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:15:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:15:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:15:35 > git config core.sparsecheckout # timeout=10 06:15:35 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 06:15:35 > git remote # timeout=10 06:15:35 > git config --get remote.origin.url # timeout=10 06:15:35 using GIT_SSH to set credentials SSH Credentials for GitHub 06:15:35 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 06:15:35 > git rev-parse HEAD^{commit} # timeout=10 06:15:35 > git config core.sparsecheckout # timeout=10 06:15:35 > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 06:15:36 $ docker top 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:37 + docker-compose build --help 06:15:37 + grep parallel 06:15:39 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 06:15:39 > git --version # timeout=10 06:15:39 > git --version # 'git version 2.17.1' 06:15:39 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:15:40 + echo snap-build.sh 06:15:40 snap-build.sh 06:15:40 + SNAP_BASE_DIR=. 06:15:40 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:15:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:15:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:15:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:15:40 + cd /w/workspace/edgex-go/1 06:15:40 + sudo apt-get remove -qy --purge lxd lxd-client 06:15:40 Reading package lists... 06:15:40 Building dependency tree... 06:15:40 Reading state information... 06:15:40 The following packages were automatically installed and are no longer required: 06:15:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:15:40 uidmap xdelta3 06:15:40 Use 'sudo apt autoremove' to remove them. 06:15:41 The following packages will be REMOVED: 06:15:41 lxd* lxd-client* 06:15:41 --parallel Build images in parallel. 06:15:41 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:15:41 After this operation, 31.7 MB disk space will be freed. [Pipeline] } 06:15:41 $ docker stop --time=1 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 06:15:42 (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:42 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:15:43 Removing lxd dnsmasq configuration 06:15:43 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:15:43 $ docker rm -f 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 06:15:43 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:44 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:15:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:44 . [Pipeline] withDockerContainer 06:15:44 (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:15:44 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:15:44 prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container 06:15:44 $ 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:15:45 Processing triggers for systemd (237-3ubuntu10.42) ... 06:15:45 $ docker top f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce -eo pid,comm 06:15:46 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] { [Pipeline] sh 06:15:47 + docker-compose -f ./docker-compose-build.yml build --parallel 06:15:47 + sudo snap remove --purge lxd 06:15:47 snap "lxd" is not installed 06:15:47 + sudo groupadd --force --system lxd 06:15:47 ++ whoami 06:15:47 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:15:48 + newgrp - lxd 06:15:48 + sudo snap install lxd 06:15:51 Building docker-core-command-go ... 06:15:51 Building docker-core-data-go ... 06:15:51 Building docker-core-metadata-go ... 06:15:51 Building docker-security-bootstrapper-go ... 06:15:51 Building docker-security-proxy-setup-go ... 06:15:51 Building docker-security-secretstore-setup-go ... 06:15:51 Building docker-support-notifications-go ... 06:15:51 Building docker-support-scheduler-go ... 06:15:51 Building docker-sys-mgmt-agent-go ... 06:15:51 Building docker-sys-mgmt-agent-go 06:15:51 Building docker-support-scheduler-go 06:15:51 Building docker-security-proxy-setup-go 06:15:51 Building docker-core-command-go 06:15:51 Building docker-core-metadata-go 06:16:34 error: cannot perform the following tasks: 06:16:34 - Ensure prerequisites for "lxd" are available (cannot install snap base "core18": cannot query the store for updates: got unexpected HTTP status code 503 via POST to "https://api.snapcraft.io/v2/snaps/refresh") [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:16:35 Failed in branch amd64 06:17:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:13 ---> da075f80360c 06:17:13 Step 3/23 : WORKDIR /edgex-go 06:17:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:17:13 ---> da075f80360c 06:17:13 Step 3/21 : WORKDIR /edgex-go 06:17:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:13 ---> da075f80360c 06:17:13 Step 3/23 : WORKDIR /edgex-go 06:17:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:13 ---> da075f80360c 06:17:13 Step 3/23 : WORKDIR /edgex-go 06:17:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:17:13 ---> da075f80360c 06:17:13 Step 3/22 : WORKDIR /edgex-go 06:17:13 ---> Running in b1b05fe9482b 06:17:13 ---> Running in 3671bb416666 06:17:13 ---> Running in 7f9d205d48cc 06:17:13 ---> Running in 6a544b3f54cd 06:17:13 ---> Running in 0d82096cf49e 06:17:13 Removing intermediate container 3671bb416666 06:17:13 ---> 3363ead771e5 06:17:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:13 Removing intermediate container 0d82096cf49e 06:17:13 ---> 2c2447d5d93b 06:17:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:13 Removing intermediate container b1b05fe9482b 06:17:13 ---> 233d3f78852e 06:17:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:13 Removing intermediate container 7f9d205d48cc 06:17:13 ---> c21f2261904f 06:17:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:13 Removing intermediate container 6a544b3f54cd 06:17:13 ---> 078d17db32cc 06:17:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:13 ---> Running in 3e7c56d445e8 06:17:13 ---> Running in 7411d4328362 06:17:13 ---> Running in abd0d5760804 06:17:13 ---> Running in ea31297b5a86 06:17:13 ---> Running in b6605e22a45c 06:17:13 Removing intermediate container 3e7c56d445e8 06:17:13 ---> a17d64153c58 06:17:13 Step 5/22 : RUN apk add --update --no-cache make git 06:17:13 ---> Running in 408314ca6176 06:17:13 Removing intermediate container abd0d5760804 06:17:13 ---> ba2837644eba 06:17:13 Step 5/23 : RUN apk add --update --no-cache make git 06:17:13 ---> Running in 1a6ba5d335f2 06:17:13 Removing intermediate container ea31297b5a86 06:17:13 ---> f53af0427d16 06:17:13 Step 5/21 : RUN apk add --update --no-cache make git 06:17:13 Removing intermediate container 7411d4328362 06:17:13 ---> e40aad5434b8 06:17:13 Step 5/23 : RUN apk add --update --no-cache make bash git 06:17:13 Removing intermediate container b6605e22a45c 06:17:13 ---> 46c20a6788bf 06:17:13 Step 5/23 : RUN apk add --update --no-cache make git 06:17:13 ---> Running in 44b09ec23a53 06:17:13 ---> Running in 904bdcb87a57 06:17:13 ---> Running in a1bfdd8d0ed6 06:17:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:14 OK: 217 MiB in 51 packages 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:15 OK: 217 MiB in 51 packages 06:17:15 OK: 217 MiB in 51 packages 06:17:16 OK: 217 MiB in 51 packages 06:17:16 OK: 217 MiB in 51 packages 06:17:16 Removing intermediate container 408314ca6176 06:17:16 ---> 2cc831ba21b9 06:17:16 Step 6/22 : COPY go.mod . 06:17:17 Removing intermediate container 1a6ba5d335f2 06:17:17 ---> 71000eddb1cc 06:17:17 Step 6/23 : COPY go.mod . 06:17:17 Removing intermediate container 44b09ec23a53 06:17:17 ---> bf24b57ee769 06:17:17 Step 6/21 : COPY go.mod . 06:17:17 ---> 46808376cad2 06:17:17 Step 7/22 : RUN go mod download 06:17:18 ---> Running in 077c544187f2 06:17:18 Removing intermediate container 904bdcb87a57 06:17:18 ---> 0275d7c77518 06:17:18 Step 6/23 : COPY go.mod . 06:17:18 Removing intermediate container a1bfdd8d0ed6 06:17:18 ---> 37f12bbc9946 06:17:18 Step 6/23 : COPY go.mod . 06:17:18 ---> 6e2e574a9fe1 06:17:18 Step 7/23 : RUN go mod download 06:17:18 ---> Running in 8cf51a9fcecf 06:17:18 ---> 23fb659077dd 06:17:18 Step 7/21 : RUN go mod download 06:17:19 ---> Running in d8eecd9a1276 06:17:19 ---> 64e4ad90e583 06:17:19 Step 7/23 : RUN go mod download 06:17:19 ---> Running in 0c1360b17c43 06:17:19 ---> c80991bb6970 06:17:19 Step 7/23 : RUN go mod download 06:17:20 ---> Running in c548d108ffa6 06:17:22 Removing intermediate container 077c544187f2 06:17:22 ---> 3e74c03bec1d 06:17:22 Step 8/22 : COPY . . 06:17:23 Removing intermediate container 8cf51a9fcecf 06:17:23 ---> 0d1486193042 06:17:23 Step 8/23 : COPY . . 06:17:24 Removing intermediate container d8eecd9a1276 06:17:24 ---> d06783f92720 06:17:24 Step 8/21 : COPY . . 06:17:24 Removing intermediate container 0c1360b17c43 06:17:24 ---> 29a71c83cbda 06:17:24 Step 8/23 : COPY . . 06:17:25 Removing intermediate container c548d108ffa6 06:17:25 ---> bd1dd9db3ef0 06:17:25 Step 8/23 : COPY . . 06:17:52 ---> 32d3a1961678 06:17:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:17:52 ---> 32eee90cf5dd 06:17:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:17:52 ---> Running in 94ca1fce69a3 06:17:52 ---> a619e10e37b1 06:17:52 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:17:52 ---> 417997f511f1 06:17:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:17:52 ---> Running in 6db7994525af 06:17:52 ---> Running in fe55b6858af2 06:17:52 ---> Running in ef7b93d5636f 06:17:52 ---> c10508e8190c 06:17:52 Step 9/23 : RUN make cmd/core-command/core-command 06:17:52 ---> Running in 61e18fd45cd1 06:17:52 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:52 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:52 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: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:17:53 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:19:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:19:48 Removing intermediate container ef7b93d5636f 06:19:48 ---> 013f62aa50f6 06:19:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:19:48 Removing intermediate container 6db7994525af 06:19:48 ---> 35ef9c50d7c4 06:19:48 06:19:48 Step 10/21 : FROM alpine:3.12 06:19:48 3.12: Pulling from library/alpine 06:19:48 ---> Running in 1f49e7a6620c 06:19:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:19:48 Status: Downloaded newer image for alpine:3.12 06:19:48 ---> 9852663dfa18 06:19:48 Step 11/21 : RUN apk add --update --no-cache curl 06:19:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:19:48 ---> Running in bb99bc57ade3 06:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:51 (1/4) Installing ca-certificates (20191127-r4) 06:19:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:19:51 (3/4) Installing libcurl (7.76.1-r0) 06:19:51 (4/4) Installing curl (7.76.1-r0) 06:19:51 Executing busybox-1.31.1-r20.trigger 06:19:51 Executing ca-certificates-20191127-r4.trigger 06:19:52 OK: 7 MiB in 18 packages 06:19:53 Removing intermediate container 94ca1fce69a3 06:19:53 ---> b026ec08aad8 06:19:53 06:19:53 Step 10/22 : FROM alpine:3.12 06:19:53 ---> 9852663dfa18 06:19:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:19:53 Removing intermediate container 61e18fd45cd1 06:19:53 ---> 6772209cbc5b 06:19:53 06:19:53 Step 10/23 : FROM alpine:3.12 06:19:53 ---> 9852663dfa18 06:19:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:19:54 ---> Running in 8419a096dabd 06:19:54 ---> Running in 9f353783a192 06:19:55 Removing intermediate container 1f49e7a6620c 06:19:55 ---> 4faca4864586 06:19:55 06:19:55 Step 11/23 : FROM docker:20.10.0 06:19:55 20.10.0: Pulling from library/docker 06:19:55 Removing intermediate container bb99bc57ade3 06:19:55 ---> 8bffc3ecd845 06:19:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:19:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:56 ---> Running in 2edf46a9b585 06:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:56 (1/1) Installing dumb-init (1.2.2-r1) 06:19:56 Executing busybox-1.31.1-r20.trigger 06:19:56 OK: 5 MiB in 15 packages 06:19:56 (1/1) Installing dumb-init (1.2.2-r1) 06:19:56 Executing busybox-1.31.1-r20.trigger 06:19:56 OK: 5 MiB in 15 packages 06:19:57 Removing intermediate container 2edf46a9b585 06:19:57 ---> 91c88234b9ff 06:19:57 Step 13/21 : WORKDIR /edgex 06:19:59 ---> Running in 90a84245ae57 06:20:00 Removing intermediate container fe55b6858af2 06:20:00 ---> 7dc478f557fd 06:20:00 06:20:00 Step 10/23 : FROM alpine:3.12 06:20:00 ---> 9852663dfa18 06:20:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:20:01 Removing intermediate container 90a84245ae57 06:20:01 ---> b5069e51f451 06:20:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:20:01 ---> Running in f4ff04718154 06:20:01 Removing intermediate container 8419a096dabd 06:20:01 ---> ccf69b4aecb8 06:20:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:20:01 Removing intermediate container 9f353783a192 06:20:01 ---> 3a4dd3c7232f 06:20:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:20:01 ---> Running in f5b098ec47f1 06:20:01 ---> Running in 02ede700b88f 06:20:01 Removing intermediate container f5b098ec47f1 06:20:01 ---> ff7b4ff74639 06:20:01 Step 13/23 : ENV APP_PORT=48082 06:20:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:20:02 Removing intermediate container 02ede700b88f 06:20:02 ---> ac4ef66dd9f2 06:20:02 Step 13/22 : ENV APP_PORT=48085 06:20:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:20:02 ---> dd4853530ee9 06:20:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:20:02 ---> Running in a1fd4c2d765e 06:20:02 ---> Running in 2a78b328cec3 06:20:02 (1/1) Installing dumb-init (1.2.2-r1) 06:20:02 Executing busybox-1.31.1-r20.trigger 06:20:02 OK: 5 MiB in 15 packages 06:20:03 Removing intermediate container a1fd4c2d765e 06:20:03 ---> de6f39fee44e 06:20:03 Step 14/23 : EXPOSE $APP_PORT 06:20:03 Removing intermediate container 2a78b328cec3 06:20:03 ---> 118a8cfe86be 06:20:03 Step 14/22 : EXPOSE $APP_PORT 06:20:03 ---> Running in 7016c86d2f53 06:20:04 ---> Running in eb8d784aca6e 06:20:04 ---> 95bd3daf461f 06:20:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:20:04 Removing intermediate container 7016c86d2f53 06:20:04 ---> e3cfd82e77ea 06:20:04 Step 15/23 : WORKDIR / 06:20:05 ---> Running in a0af570f706d 06:20:05 Removing intermediate container eb8d784aca6e 06:20:05 ---> c360b7537eb9 06:20:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:20:05 Removing intermediate container f4ff04718154 06:20:05 ---> 512ceed9c07d 06:20:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:20:05 ---> Running in 2a5e37bb1216 06:20:05 Removing intermediate container a0af570f706d 06:20:05 ---> c10edbebca02 06:20:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:20:06 Removing intermediate container 2a5e37bb1216 06:20:06 ---> 00167f13c627 06:20:06 Step 13/23 : ENV APP_PORT=48081 06:20:06 ---> 7b22121a1f62 06:20:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:20:07 ---> Running in 0580dae16eda 06:20:07 ---> d53147526b79 06:20:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:20:07 ---> a859da00bf6f 06:20:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:20:07 ---> Running in 49543f1628a4 06:20:08 Removing intermediate container 0580dae16eda 06:20:08 ---> e8c810d132e8 06:20:08 Step 14/23 : EXPOSE $APP_PORT 06:20:09 ---> Running in 245e4c2bd20f 06:20:09 Removing intermediate container 49543f1628a4 06:20:09 ---> 7ff02569a3ee 06:20:09 Step 18/21 : CMD ["--init=true"] 06:20:09 ---> Running in 56934fb84686 06:20:09 ---> 8525a36dd8f2 06:20:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:20:10 Removing intermediate container 245e4c2bd20f 06:20:10 ---> 3520c5379fa8 06:20:10 Step 15/23 : WORKDIR / 06:20:10 ---> 49c8c033f5e6 06:20:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:20:10 ---> Running in 2d496cc49f31 06:20:10 Removing intermediate container 56934fb84686 06:20:10 ---> 2f7a3dc19186 06:20:10 Step 19/21 : LABEL arch=arm64 06:20:10 ---> Running in 1c55009c18ac 06:20:10 ---> 8bc3753e7aad 06:20:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:20:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:20:10 ---> Running in bb88e3cf9d74 06:20:10 Status: Downloaded newer image for docker:20.10.0 06:20:10 ---> eeaf43b92773 06:20:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:20:10 ---> 2ee9e4b6d734 06:20:10 Step 19/23 : ENTRYPOINT ["/core-command"] 06:20:11 Removing intermediate container 2d496cc49f31 06:20:11 ---> 7972b5f51633 06:20:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:20:11 ---> Running in bae134585d16 06:20:11 Removing intermediate container 1c55009c18ac 06:20:11 ---> a09220201639 06:20:11 Step 20/21 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:20:11 ---> Running in 3d2827752827 06:20:11 ---> Running in 7487aebf6231 06:20:11 Removing intermediate container bb88e3cf9d74 06:20:11 ---> 68315deca3eb 06:20:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:11 ---> Running in 3c4a5230a564 06:20:11 Removing intermediate container bae134585d16 06:20:11 ---> 4913b881bb39 06:20:11 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:20:12 Removing intermediate container 3d2827752827 06:20:12 ---> 8910deba8328 06:20:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:12 ---> Running in 2061eb7b9e61 06:20:12 ---> 1920c85f454e 06:20:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:20:12 ---> Running in 8b5f2448a891 06:20:12 Removing intermediate container 7487aebf6231 06:20:12 ---> 4ac82081453a 06:20:12 Step 21/21 : LABEL version=0.0.0 06:20:12 Removing intermediate container 3c4a5230a564 06:20:12 ---> 5bcdbc87b53c 06:20:12 Step 20/22 : LABEL arch=arm64 06:20:12 ---> Running in 0ac76fb44ab7 06:20:12 ---> Running in 0269c364ad12 06:20:13 Removing intermediate container 8b5f2448a891 06:20:13 ---> ae7463ff92e3 06:20:13 Step 21/23 : LABEL arch=arm64 06:20:13 Removing intermediate container 0ac76fb44ab7 06:20:13 ---> 2567b11a07e8 06:20:13 06:20:13 ---> Running in 0935e44d41e9 06:20:13 Removing intermediate container 0269c364ad12 06:20:13 ---> 6b71be6427cc 06:20:13 Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:20:14 ---> 8478023a58f7 06:20:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:20:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:20:14 ---> Running in 6f973edd5efb 06:20:14 Successfully built 2567b11a07e8 06:20:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:20:14  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 06:20:14 Removing intermediate container 0935e44d41e9 06:20:14 ---> 0ad0c3077b5e 06:20:14 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:20:14 (1/39) Installing readline (8.0.4-r0) 06:20:14 (2/39) Installing bash (5.0.17-r0) 06:20:14 Executing bash-5.0.17-r0.post-install 06:20:14 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:20:14 (4/39) Installing libcurl (7.76.1-r0) 06:20:14 (5/39) Installing curl (7.76.1-r0) 06:20:14 (6/39) Installing dumb-init (1.2.2-r1) 06:20:14 (7/39) Installing libbz2 (1.0.8-r1) 06:20:14 (8/39) Installing expat (2.2.9-r1) 06:20:14 (9/39) Installing libffi (3.3-r2) 06:20:14 (10/39) Installing gdbm (1.13-r1) 06:20:14 ---> Running in a14af02b96b9 06:20:14 (11/39) Installing xz-libs (5.2.5-r0) 06:20:14 (12/39) Installing sqlite-libs (3.32.1-r0) 06:20:14 (13/39) Installing python3 (3.8.8-r0) 06:20:14 Removing intermediate container 6f973edd5efb 06:20:14 ---> 6b19033190af 06:20:14 Step 22/22 : LABEL version=0.0.0 06:20:15 ---> 30ac2dada758 06:20:15 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:20:15 ---> Running in c63ea0a7edad 06:20:16 ---> Running in 85fcdb4bc849 06:20:16 Removing intermediate container a14af02b96b9 06:20:16 ---> fe1c48fa9bcd 06:20:16 Step 23/23 : LABEL version=0.0.0 06:20:16 (14/39) Installing py3-appdirs (1.4.4-r1) 06:20:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:20:16 (16/39) Installing py3-parsing (2.4.7-r0) 06:20:16 (17/39) Installing py3-six (1.15.0-r0) 06:20:16 (18/39) Installing py3-packaging (20.4-r0) 06:20:16 (19/39) Installing py3-setuptools (47.0.0-r0) 06:20:16 (20/39) Installing py3-chardet (3.0.4-r4) 06:20:16 (21/39) Installing py3-idna (2.9-r0) 06:20:16 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:20:16 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:20:16 (24/39) Installing py3-requests (2.23.0-r0) 06:20:17 (25/39) Installing py3-msgpack (1.0.0-r0) 06:20:17 Removing intermediate container c63ea0a7edad 06:20:17 ---> 08e99ea03b2b 06:20:17 06:20:17 (26/39) Installing py3-lockfile (0.12.2-r3) 06:20:17 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:20:17 (28/39) Installing py3-colorama (0.4.3-r0) 06:20:17 (29/39) Installing py3-distlib (0.3.0-r0) 06:20:17 (30/39) Installing py3-distro (1.5.0-r1) 06:20:17 (31/39) Installing py3-webencodings (0.5.1-r3) 06:20:17 (32/39) Installing py3-html5lib (1.0.1-r4) 06:20:17 (33/39) Installing py3-pytoml (0.1.21-r0) 06:20:17 (34/39) Installing py3-pep517 (0.8.2-r0) 06:20:17 (35/39) Installing py3-progress (1.5-r0) 06:20:17 (36/39) Installing py3-toml (0.10.1-r0) 06:20:17 (37/39) Installing py3-retrying (1.3.3-r0) 06:20:17 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:20:17 (39/39) Installing py3-pip (20.1.1-r0) 06:20:17 Executing busybox-1.31.1-r19.trigger 06:20:17 OK: 72 MiB in 59 packages 06:20:17 Successfully built 08e99ea03b2b 06:20:17 ---> Running in de0871f4d33a 06:20:17 Successfully tagged docker-support-scheduler-go-arm64:latest 06:20:17  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 06:20:17 Removing intermediate container 85fcdb4bc849 06:20:17 ---> 4abc97952e23 06:20:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:18 ---> Running in 57ccebd01614 06:20:18 Removing intermediate container de0871f4d33a 06:20:18 ---> a8cbf3ff5e33 06:20:18 06:20:18 Successfully built a8cbf3ff5e33 06:20:18 Removing intermediate container 57ccebd01614 06:20:18 ---> 45b6bb676dbe 06:20:18 Step 21/23 : LABEL arch=arm64 06:20:18 Successfully tagged docker-core-command-go-arm64:latest 06:20:18  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 06:20:19 ---> Running in bc1d5e5030a5 06:20:19 Removing intermediate container bc1d5e5030a5 06:20:19 ---> 8ddc1213a243 06:20:19 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:20:20 ---> Running in 88f5cd5c7f87 06:20:21 Removing intermediate container 88f5cd5c7f87 06:20:21 ---> eecc18b3f268 06:20:21 Step 23/23 : LABEL version=0.0.0 06:20:22 Collecting docker-compose==1.23.2 06:20:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:20:23 ---> Running in 28c1cbd3cf68 06:20:24 Removing intermediate container 28c1cbd3cf68 06:20:24 ---> 9c09f27a4996 06:20:24 06:20:24 Collecting docopt<0.7,>=0.6.1 06:20:24 Downloading docopt-0.6.2.tar.gz (25 kB) 06:20:24 Successfully built 9c09f27a4996 06:20:24 Successfully tagged docker-core-metadata-go-arm64:latest 06:20:24 Building docker-security-bootstrapper-go 06:20:26  Building docker-core-metadata-go ... done 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:20:26 Collecting websocket-client<1.0,>=0.32.0 06:20:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:20:27 Collecting PyYAML<4,>=3.10 06:20:27 Downloading PyYAML-3.13.tar.gz (270 kB) 06:20:30 Collecting dockerpty<0.5,>=0.4.1 06:20:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:20:33 Collecting docker<4.0,>=3.6.0 06:20:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:20:34 Collecting jsonschema<3,>=2.5.1 06:20:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:20:35 Collecting cached-property<2,>=1.2.0 06:20:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:20:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:20:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:20:36 Collecting texttable<0.10,>=0.9.0 06:20:36 Downloading texttable-0.9.1.tar.gz (11 kB) 06:20:38 Collecting docker-pycreds>=0.4.0 06:20:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:20:39 Collecting urllib3<1.25,>=1.21.1 06:20:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:20:39 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:20:39 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:20:39 Collecting idna<2.8,>=2.5 06:20:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:20:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:20:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:20:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:20:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:20:40 Installing collected packages: docopt, websocket-client, PyYAML, dockerpty, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, texttable, docker-compose 06:20:41 Running setup.py install for docopt: started 06:20:43 Running setup.py install for docopt: finished with status 'done' 06:20:43 Running setup.py install for PyYAML: started 06:20:46 Running setup.py install for PyYAML: finished with status 'done' 06:20:46 Running setup.py install for dockerpty: started 06:20:48 Running setup.py install for dockerpty: finished with status 'done' 06:20:48 Attempting uninstall: urllib3 06:20:48 Found existing installation: urllib3 1.25.9 06:20:48 Uninstalling urllib3-1.25.9: 06:20:48 Successfully uninstalled urllib3-1.25.9 06:20:49 Attempting uninstall: idna 06:20:49 Found existing installation: idna 2.9 06:20:49 Uninstalling idna-2.9: 06:20:49 Successfully uninstalled idna-2.9 06:20:49 Attempting uninstall: requests 06:20:49 Found existing installation: requests 2.23.0 06:20:49 Uninstalling requests-2.23.0: 06:20:50 Successfully uninstalled requests-2.23.0 06:20:51 Running setup.py install for texttable: started 06:20:54 Running setup.py install for texttable: finished with status 'done' 06:20:55 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:21:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:21:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:21:00 ---> da075f80360c 06:21:00 Step 3/23 : WORKDIR /edgex-go 06:21:00 ---> Using cache 06:21:00 ---> 078d17db32cc 06:21:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:00 ---> Using cache 06:21:00 ---> 46c20a6788bf 06:21:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:21:04 ---> Running in 8a18d3b2e830 06:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:21:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:21:06 ---> da075f80360c 06:21:06 Step 3/22 : WORKDIR /edgex-go 06:21:06 ---> Using cache 06:21:06 ---> 078d17db32cc 06:21:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:06 ---> Using cache 06:21:06 ---> 46c20a6788bf 06:21:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:21:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:21:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:21:06 ---> da075f80360c 06:21:06 Step 3/24 : WORKDIR /edgex-go 06:21:06 ---> Using cache 06:21:06 ---> 078d17db32cc 06:21:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:06 ---> Using cache 06:21:06 ---> 46c20a6788bf 06:21:06 Step 5/24 : RUN apk add --update --no-cache make git 06:21:06 ---> Using cache 06:21:06 ---> 37f12bbc9946 06:21:06 Step 6/24 : COPY go.mod . 06:21:06 ---> Using cache 06:21:06 ---> c80991bb6970 06:21:06 Step 7/24 : RUN go mod download 06:21:06 ---> Using cache 06:21:06 ---> bd1dd9db3ef0 06:21:06 Step 8/24 : COPY . . 06:21:07 OK: 217 MiB in 51 packages 06:21:07 ---> Using cache 06:21:07 ---> 417997f511f1 06:21:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:21:08 ---> Running in 9e13bffacb6f 06:21:08 ---> Running in f47e0adc9f27 06:21:10 Removing intermediate container 8a18d3b2e830 06:21:10 ---> 16931e14a5e2 06:21:10 Step 6/23 : COPY go.mod . 06:21:10 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:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:21:11 ---> 20bcc83dfdf8 06:21:11 Step 7/23 : RUN go mod download 06:21:12 ---> Running in da9d7967c040 06:21:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:21:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:21:12 ---> da075f80360c 06:21:12 Step 3/31 : WORKDIR /edgex-go 06:21:12 ---> Using cache 06:21:12 ---> 078d17db32cc 06:21:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:21:12 ---> Using cache 06:21:12 ---> 46c20a6788bf 06:21:12 Step 5/31 : RUN apk add --update --no-cache make git 06:21:12 ---> Using cache 06:21:12 ---> 37f12bbc9946 06:21:12 Step 6/31 : COPY go.mod . 06:21:12 ---> Using cache 06:21:12 ---> c80991bb6970 06:21:12 Step 7/31 : RUN go mod download 06:21:12 ---> Using cache 06:21:12 ---> bd1dd9db3ef0 06:21:12 Step 8/31 : COPY . . 06:21:12 OK: 217 MiB in 51 packages 06:21:13 ---> Using cache 06:21:13 ---> 417997f511f1 06:21:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:21:13 ---> Running in 686c2bfcdc7e 06:21:15 Removing intermediate container 9e13bffacb6f 06:21:15 ---> 1290a0f5fe89 06:21:15 Step 6/22 : COPY go.mod . 06:21:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:21:16 Removing intermediate container 2061eb7b9e61 06:21:16 ---> dce6f558e691 06:21:16 Step 14/23 : ENV APP_PORT=48090 06:21:16 ---> Running in 72f7eb4d8e9d 06:21:17 ---> 9beb00b2dfa5 06:21:17 Step 7/22 : RUN go mod download 06:21:17 ---> Running in 60a902ae1431 06:21:17 Removing intermediate container da9d7967c040 06:21:17 ---> 12b4a144789f 06:21:17 Step 8/23 : COPY . . 06:21:18 Removing intermediate container 72f7eb4d8e9d 06:21:18 ---> 16a0120a8ee6 06:21:18 Step 15/23 : EXPOSE $APP_PORT 06:21:18 ---> Running in fa7a90583807 06:21:19 Removing intermediate container fa7a90583807 06:21:19 ---> fc7ef70ca356 06:21:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:21:24 ---> 3ffbaec79e03 06:21:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:21:24 Removing intermediate container 60a902ae1431 06:21:24 ---> 1e04bcb7446a 06:21:24 Step 8/22 : COPY . . 06:21:26 ---> 05650a852a8c 06:21:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:21:29 ---> 6597b7d811a7 06:21:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:21:30 ---> Running in a98871e6013a 06:21:32 Removing intermediate container a98871e6013a 06:21:32 ---> f0d9ec5758aa 06:21:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:21:32 ---> Running in 31dbc4b4640e 06:21:34 Removing intermediate container 31dbc4b4640e 06:21:34 ---> ea679e98adaf 06:21:34 Step 21/23 : LABEL arch=arm64 06:21:34 ---> Running in f483450b025f 06:21:36 Removing intermediate container f483450b025f 06:21:36 ---> 9e64bf8ac3d8 06:21:36 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:21:36 ---> Running in ff765c3c0ed6 06:21:37 Removing intermediate container ff765c3c0ed6 06:21:37 ---> 9ba06a7e717e 06:21:37 Step 23/23 : LABEL version=0.0.0 06:21:38 ---> Running in d88e4f9fc9fe 06:21:39 Removing intermediate container d88e4f9fc9fe 06:21:39 ---> e8e144f45539 06:21:39 06:21:40 Successfully built e8e144f45539 06:21:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:21:49  Building docker-sys-mgmt-agent-go ... done  ---> b74864810578 06:21:49 Step 9/23 : RUN make cmd/core-data/core-data 06:21:49 ---> Running in 6d7cf0f8b823 06:21:51 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:21:52 ---> 938c12528626 06:21:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:21:52 ---> Running in 042dd2881326 06:21:54 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:16 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:32 Removing intermediate container f47e0adc9f27 06:22:32 ---> eded662197d8 06:22:32 06:22:32 Step 10/24 : FROM alpine:3.12 06:22:32 ---> 9852663dfa18 06:22:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:22:32 ---> Running in 3b711c8208b1 06:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:33 (1/6) Installing ca-certificates (20191127-r4) 06:22:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:22:33 (3/6) Installing libcurl (7.76.1-r0) 06:22:33 (4/6) Installing curl (7.76.1-r0) 06:22:33 (5/6) Installing dumb-init (1.2.2-r1) 06:22:33 (6/6) Installing su-exec (0.2-r1) 06:22:33 Executing busybox-1.31.1-r20.trigger 06:22:33 Executing ca-certificates-20191127-r4.trigger 06:22:34 OK: 7 MiB in 20 packages 06:22:34 Removing intermediate container 686c2bfcdc7e 06:22:34 ---> e91e9dd5bfa5 06:22:34 06:22:34 Step 10/31 : FROM alpine:3.12 06:22:34 ---> 9852663dfa18 06:22:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:22:34 ---> Running in e0f6467abfe3 06:22:35 Removing intermediate container e0f6467abfe3 06:22:35 ---> d57065b65c6e 06:22:35 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:22:35 ---> Running in 0867c3d4c076 06:22:37 Removing intermediate container 3b711c8208b1 06:22:37 ---> b18656516209 06:22:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:22:37 ---> Running in 8f0ac442127f 06:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:38 (1/2) Installing dumb-init (1.2.2-r1) 06:22:38 (2/2) Installing su-exec (0.2-r1) 06:22:38 Executing busybox-1.31.1-r20.trigger 06:22:38 OK: 5 MiB in 16 packages 06:22:38 Removing intermediate container 8f0ac442127f 06:22:38 ---> 6fbcecb67a2d 06:22:38 Step 13/24 : WORKDIR / 06:22:38 ---> Running in ae8a86278e97 06:22:39 Removing intermediate container ae8a86278e97 06:22:39 ---> 728b15456788 06:22:39 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:40 Removing intermediate container 0867c3d4c076 06:22:40 ---> 8e06beb24583 06:22:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:22:40 ---> Running in 93c93fb13902 06:22:40 ---> 87ad04b5bdaa 06:22:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:22:41 Removing intermediate container 93c93fb13902 06:22:41 ---> aaa3b2b857de 06:22:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:22:41 ---> Running in 60a25bf6ad79 06:22:42 ---> d295afd8f493 06:22:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:22:42 Removing intermediate container 60a25bf6ad79 06:22:42 ---> 7eb6558d9d20 06:22:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:22:42 ---> Running in cdadc3264388 06:22:43 ---> dacf31a8dc37 06:22:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:22:46 ---> 8d9d8809eda1 06:22:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:22:46 Removing intermediate container cdadc3264388 06:22:46 ---> ed23ed375ff6 06:22:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:22:46 ---> Running in 53b6ff022a88 06:22:47 ---> ef106726098d 06:22:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:22:48 Removing intermediate container 53b6ff022a88 06:22:48 ---> 37602aaf2e88 06:22:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:22:49 ---> 8c7640348563 06:22:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:22:49 ---> 467102350dcf 06:22:49 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:49 ---> Running in 439f7e1285f9 06:22:50 ---> Running in 5cd16d5ec6fa 06:22:54 Removing intermediate container 5cd16d5ec6fa 06:22:54 ---> b8c637232c2c 06:22:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:22:54 ---> Running in 0b72e1127c98 06:22:54 Removing intermediate container 439f7e1285f9 06:22:54 ---> 5857312b6094 06:22:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:54 Removing intermediate container 0b72e1127c98 06:22:54 ---> 78c77091435f 06:22:54 Step 22/24 : LABEL arch=arm64 06:22:55 ---> Running in 1b1039ae0c79 06:22:55 ---> 13b40998ddb6 06:22:55 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:22:56 Removing intermediate container 1b1039ae0c79 06:22:56 ---> d38c23a10bbc 06:22:56 Step 23/24 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:22:56 ---> Running in 52ef28153245 06:22:57 Removing intermediate container 52ef28153245 06:22:57 ---> cdb5608a540a 06:22:57 Step 24/24 : LABEL version=0.0.0 06:22:57 ---> Running in 713bec0f7b53 06:22:57 ---> a7a4323c31ef 06:22:57 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:22:58 Removing intermediate container 713bec0f7b53 06:22:58 ---> dac8a9758ad7 06:22:58 06:22:58 Successfully built dac8a9758ad7 06:22:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:22:59  Building docker-security-secretstore-setup-go ... done  ---> 9bcc9c34e178 06:22:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:23:00 ---> d438c1e80ceb 06:23:00 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:23:01 ---> c4396a031755 06:23:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:23:01 ---> Running in 7f9de18f1dbf 06:23:02 Removing intermediate container 7f9de18f1dbf 06:23:02 ---> 180fa52a207a 06:23:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:23:04 ---> 69f7649631d3 06:23:04 Step 26/31 : RUN chmod +x /entrypoint.sh 06:23:04 ---> Running in 95f6a73c84ef 06:23:08 Removing intermediate container 95f6a73c84ef 06:23:08 ---> 713fccc4ce50 06:23:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:23:08 ---> Running in 8d78be70ba76 06:23:09 Removing intermediate container 8d78be70ba76 06:23:09 ---> 5441b460dfde 06:23:09 Step 28/31 : CMD ["gate"] 06:23:09 ---> Running in ac52a4c088c2 06:23:10 Removing intermediate container ac52a4c088c2 06:23:10 ---> bdf7b96c03a1 06:23:10 Step 29/31 : LABEL arch=arm64 06:23:10 ---> Running in 33dc93e1e907 06:23:11 Removing intermediate container 33dc93e1e907 06:23:11 ---> 52694607a95d 06:23:11 Step 30/31 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:23:11 ---> Running in 48513620faf9 06:23:12 Removing intermediate container 48513620faf9 06:23:12 ---> b2bd0e966115 06:23:12 Step 31/31 : LABEL version=0.0.0 06:23:12 ---> Running in 9354ec29ded6 06:23:13 Removing intermediate container 9354ec29ded6 06:23:13 ---> aa8ee0920c97 06:23:13 06:23:14 Successfully built aa8ee0920c97 06:23:14 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:23:17  Building docker-security-bootstrapper-go ... done Removing intermediate container 042dd2881326 06:23:17 ---> 4c8187bdd2f4 06:23:17 06:23:17 Step 10/22 : FROM alpine:3.12 06:23:17 ---> 9852663dfa18 06:23:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:23:17 ---> Running in 30923dc89161 06:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:19 (1/2) Installing ca-certificates (20191127-r4) 06:23:19 (2/2) Installing dumb-init (1.2.2-r1) 06:23:19 Executing busybox-1.31.1-r20.trigger 06:23:19 Executing ca-certificates-20191127-r4.trigger 06:23:19 OK: 6 MiB in 16 packages 06:23:21 Removing intermediate container 30923dc89161 06:23:21 ---> e8e16b7da0b7 06:23:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:23:21 ---> Running in cbb3356ecfc2 06:23:21 Removing intermediate container cbb3356ecfc2 06:23:21 ---> ce81ad637ace 06:23:21 Step 13/22 : ENV APP_PORT=48060 06:23:21 ---> Running in 5bd188fee37b 06:23:22 Removing intermediate container 5bd188fee37b 06:23:22 ---> 06344b90e636 06:23:22 Step 14/22 : EXPOSE $APP_PORT 06:23:22 ---> Running in 385c8a9db745 06:23:23 Removing intermediate container 385c8a9db745 06:23:23 ---> d94e9ba1eb62 06:23:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:23:24 ---> ff003f226753 06:23:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:23:24 Removing intermediate container 6d7cf0f8b823 06:23:24 ---> 0df3de2c74fc 06:23:24 06:23:24 Step 10/23 : FROM alpine:3.12 06:23:24 ---> 9852663dfa18 06:23:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:23:25 ---> Running in a7153e0a1560 06:23:25 Removing intermediate container a7153e0a1560 06:23:25 ---> 4bac3dc035e1 06:23:25 Step 12/23 : ENV APP_PORT=48080 06:23:25 ---> b3748ae5b778 06:23:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:23:25 ---> Running in 6fd4ea04741b 06:23:26 Removing intermediate container 6fd4ea04741b 06:23:26 ---> 1748c3c53562 06:23:26 Step 13/23 : EXPOSE $APP_PORT 06:23:26 ---> f1be9961b82d 06:23:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:23:26 ---> Running in 9a3226af0393 06:23:26 ---> Running in 68c6b204adb7 06:23:27 Removing intermediate container 9a3226af0393 06:23:27 ---> d8bfb573dcc7 06:23:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:27 Removing intermediate container 68c6b204adb7 06:23:27 ---> 5efcd9932f82 06:23:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:23:27 ---> Running in 8c165800e0b8 06:23:27 ---> Running in 28edddfd6c60 06:23:27 Removing intermediate container 28edddfd6c60 06:23:27 ---> 67b3bfb5a5bb 06:23:27 Step 20/22 : LABEL arch=arm64 06:23:27 ---> Running in 864a25137ebb 06:23:28 Removing intermediate container 864a25137ebb 06:23:28 ---> 0925cc3f2f09 06:23:28 Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:23:28 ---> Running in e0b049eaca6e 06:23:29 Removing intermediate container e0b049eaca6e 06:23:29 ---> a4ff19c0a6e3 06:23:29 Step 22/22 : LABEL version=0.0.0 06:23:29 ---> Running in 18e2b168ed85 06:23:29 Removing intermediate container 8c165800e0b8 06:23:29 ---> b3d97acc8eb0 06:23:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:23:29 ---> Running in 643751bc5f1b 06:23:29 Removing intermediate container 18e2b168ed85 06:23:29 ---> 6e4a1f607037 06:23:29 06:23:30 Successfully built 6e4a1f607037 06:23:30 Successfully tagged docker-support-notifications-go-arm64:latest 06:23:30  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:32 (1/6) Installing dumb-init (1.2.2-r1) 06:23:32 (2/6) Installing libgcc (9.3.0-r2) 06:23:32 (3/6) Installing libsodium (1.0.18-r0) 06:23:32 (4/6) Installing libstdc++ (9.3.0-r2) 06:23:32 (5/6) Installing libzmq (4.3.3-r0) 06:23:32 (6/6) Installing zeromq (4.3.3-r0) 06:23:32 Executing busybox-1.31.1-r20.trigger 06:23:32 OK: 8 MiB in 20 packages 06:23:34 Removing intermediate container 643751bc5f1b 06:23:34 ---> abe42b521093 06:23:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:23:34 ---> 4bf9bb137297 06:23:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:23:36 ---> a20afecbba1c 06:23:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:23:36 ---> 37bb1955df50 06:23:36 Step 19/23 : ENTRYPOINT ["/core-data"] 06:23:36 ---> Running in 138b3c94973b 06:23:37 Removing intermediate container 138b3c94973b 06:23:37 ---> a2fd5de2ad66 06:23:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:23:37 ---> Running in ec30bba29f10 06:23:38 Removing intermediate container ec30bba29f10 06:23:38 ---> 25db1498b064 06:23:38 Step 21/23 : LABEL arch=arm64 06:23:38 ---> Running in a5f5fc08431d 06:23:38 Removing intermediate container a5f5fc08431d 06:23:38 ---> f3d4f9e6d241 06:23:38 Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 06:23:38 ---> Running in aea0b7cd5fed 06:23:39 Removing intermediate container aea0b7cd5fed 06:23:39 ---> f83172d46ba8 06:23:39 Step 23/23 : LABEL version=0.0.0 06:23:39 ---> Running in 6805ba6590e3 06:23:39 Removing intermediate container 6805ba6590e3 06:23:39 ---> 3575f67c74b8 06:23:39 06:23:40 Successfully built 3575f67c74b8 06:23:40 Successfully tagged docker-core-data-go-arm64:latest 06:23:40  Building docker-core-data-go ... done  [Pipeline] } 06:23:40 $ docker stop --time=1 f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce 06:23:42 $ docker rm -f f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce [Pipeline] // withDockerContainer [Pipeline] sh 06:23:43 + docker images 06:23:43 + grep docker 06:23:43 docker-core-data-go-arm64 latest 3575f67c74b8 4 seconds ago 21.4MB 06:23:43 docker-support-notifications-go-arm64 latest 6e4a1f607037 14 seconds ago 17MB 06:23:43 docker-security-bootstrapper-go-arm64 latest aa8ee0920c97 31 seconds ago 17.9MB 06:23:43 docker-security-secretstore-setup-go-arm64 latest dac8a9758ad7 46 seconds ago 24.6MB 06:23:43 docker-sys-mgmt-agent-go-arm64 latest e8e144f45539 2 minutes ago 299MB 06:23:43 docker-core-metadata-go-arm64 latest 9c09f27a4996 3 minutes ago 17.9MB 06:23:43 docker-core-command-go-arm64 latest a8cbf3ff5e33 3 minutes ago 16.3MB 06:23:43 docker-support-scheduler-go-arm64 latest 08e99ea03b2b 3 minutes ago 16.4MB 06:23:43 docker-security-proxy-setup-go-arm64 latest 2567b11a07e8 3 minutes ago 24.3MB 06:23:43 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 06:23:44 ---> job-cost.sh 06:23:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vFP2 06:24:23 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:26:30 lf-activate-venv(): INFO: Adding /tmp/venv-vFP2/bin to PATH 06:26:30 INFO: No Stack... 06:26:30 INFO: Retrieving Pricing Info for: lf-standard-4 06:26:30 INFO: Archiving Costs [Pipeline] sh 06:26:30 + cut -d, -f6 06:26:30 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 06:26:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] 06:26:30 Resource [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] did not exist. Created. 06:26:30 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:26:31 + echo total: 0.20999999344348907 [Pipeline] stash 06:26:31 Stashed 1 file(s) [Pipeline] } 06:26:31 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-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:26:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:26:34 ---> package-listing.sh 06:26:34 ++ facter osfamily 06:26:34 ++ tr '[:upper:]' '[:lower:]' 06:26:34 + OS_FAMILY=redhat 06:26:34 + workspace=/w/workspace/edgex-go/1 06:26:34 + START_PACKAGES=/tmp/packages_start.txt 06:26:34 + END_PACKAGES=/tmp/packages_end.txt 06:26:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:26:34 + PACKAGES=/tmp/packages_start.txt 06:26:34 + '[' /w/workspace/edgex-go/1 ']' 06:26:34 + PACKAGES=/tmp/packages_end.txt 06:26:34 + case "${OS_FAMILY}" in 06:26:34 + rpm -qa 06:26:34 + sort 06:26:39 + '[' -f /tmp/packages_start.txt ']' 06:26:39 + '[' -f /tmp/packages_end.txt ']' 06:26:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:26:39 + '[' /w/workspace/edgex-go/1 ']' 06:26:39 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:26:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:26:39 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:26:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:26:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:40 06:26:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:26:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:40 alpine: Pulling from edgex-lftools-log-publisher 06:26:40 df20fa9351a1: Pulling fs layer 06:26:40 36b3adc4ff6f: Pulling fs layer 06:26:40 8ad3a11d3b57: Pulling fs layer 06:26:40 46f8f816bc3b: Pulling fs layer 06:26:40 93b61091891f: Pulling fs layer 06:26:40 93b9cdb0e59b: Pulling fs layer 06:26:40 5e14af77c1be: Pulling fs layer 06:26:40 01666e4c0597: Pulling fs layer 06:26:40 aa168da1d23b: Pulling fs layer 06:26:40 46f8f816bc3b: Waiting 06:26:40 93b61091891f: Waiting 06:26:40 93b9cdb0e59b: Waiting 06:26:40 5e14af77c1be: Waiting 06:26:40 01666e4c0597: Waiting 06:26:40 aa168da1d23b: Waiting 06:26:40 36b3adc4ff6f: Verifying Checksum 06:26:40 36b3adc4ff6f: Download complete 06:26:40 46f8f816bc3b: Verifying Checksum 06:26:40 46f8f816bc3b: Download complete 06:26:40 df20fa9351a1: Verifying Checksum 06:26:40 df20fa9351a1: Download complete 06:26:40 93b9cdb0e59b: Verifying Checksum 06:26:40 93b9cdb0e59b: Download complete 06:26:40 93b61091891f: Download complete 06:26:40 5e14af77c1be: Verifying Checksum 06:26:40 5e14af77c1be: Download complete 06:26:40 01666e4c0597: Verifying Checksum 06:26:40 01666e4c0597: Download complete 06:26:40 8ad3a11d3b57: Verifying Checksum 06:26:40 8ad3a11d3b57: Download complete 06:26:41 df20fa9351a1: Pull complete 06:26:41 36b3adc4ff6f: Pull complete 06:26:42 8ad3a11d3b57: Pull complete 06:26:43 aa168da1d23b: Verifying Checksum 06:26:43 aa168da1d23b: Download complete 06:26:43 46f8f816bc3b: Pull complete 06:26:44 93b61091891f: Pull complete 06:26:45 93b9cdb0e59b: Pull complete 06:26:45 5e14af77c1be: Pull complete 06:26:45 01666e4c0597: Pull complete 06:26:55 aa168da1d23b: Pull complete 06:26:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:26:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:26:55 prd-centos7-docker-4c-2g-432 does not seem to be running inside a container 06:26:55 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:26:59 $ docker top 2a067e1bd191aff11e985ef677f2fcf000fd4bca7e503717ca3fedf478828f2e -eo pid,comm [Pipeline] { [Pipeline] sh 06:27:00 + touch /tmp/pre-build-complete [Pipeline] sh 06:27:00 + mkdir -p /var/log/sa [Pipeline] sh 06:27:01 + ls /var/log/sa-host 06:27:01 + sadf -c /var/log/sa-host/sa16 06:27:01 file_magic: OK 06:27:01 HZ: Using current value: 100 06:27:01 file_header: OK 06:27:01 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:27:01 Statistics: 06:27:01 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... 06:27:01 File successfully converted to sysstat format version 12.2.1 06:27:01 + sadf -c /var/log/sa-host/sa23 06:27:01 file_magic: OK 06:27:01 HZ: Using current value: 100 06:27:01 file_header: OK 06:27:01 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:27:01 Statistics: 06:27:01 Hnuu...uuuununununu... 06:27:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:27:01 provisioning config files... 06:27:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8111665975505588247tmp [Pipeline] { [Pipeline] echo 06:27:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:27:01 ---> create-netrc.sh [Pipeline] } 06:27:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:27:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:27:02 ---> python-tools-install.sh [Pipeline] echo 06:27:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:27:02 ---> sudo-logs.sh 06:27:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:27:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:27:03 ---> job-cost.sh 06:27:03 lf-activate-venv: SKIPPING 06:27:03 DEBUG: total: 0.20999999344348907 06:27:03 INFO: Retrieving Stack Cost... 06:27:03 INFO: Retrieving Pricing Info for: v1-standard-2 06:27:04 INFO: Archiving Costs [Pipeline] echo 06:27:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:27:04 ---> logs-deploy.sh 06:27:04 lf-activate-venv: SKIPPING 06:27:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/1 06:27:04 INFO: archiving workspace using pattern(s): 06:27:06 Archives upload complete. 06:27:06 INFO: archiving logs to Nexus