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 [2021-04-16T06:02:55.763Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-16T06:02:55.982Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-16T06:02:56.094Z] ========================================================= [2021-04-16T06:02:56.094Z] EdgeX Global Pipelines Version Info [2021-04-16T06:02:56.094Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:02:57.629Z] ------------------- [2021-04-16T06:02:57.629Z] stable info: [2021-04-16T06:02:57.629Z] ------------------- [2021-04-16T06:02:57.629Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-16T06:02:57.629Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-16T06:02:57.629Z] Message: update stable to v1.0.186 [2021-04-16T06:02:58.589Z] ------------------- [2021-04-16T06:02:58.589Z] experimental info: [2021-04-16T06:02:58.589Z] ------------------- [2021-04-16T06:02:58.589Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-16T06:02:58.589Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-16T06:02:58.589Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-16T06:02:58.823Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-16T06:02:58.881Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-16T06:02:58.946Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-16T06:02:59.002Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-16T06:02:59.066Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-16T06:02:59.121Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-16T06:02:59.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-16T06:02:59.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-16T06:02:59.301Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-16T06:02:59.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-16T06:02:59.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-16T06:02:59.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-16T06:02:59.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-16T06:02:59.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-16T06:02:59.724Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T06:02:59.785Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-16T06:02:59.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-16T06:02:59.901Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-16T06:02:59.953Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-16T06:03:00.009Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-16T06:03:00.077Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-16T06:03:00.142Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-16T06:03:00.198Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo [2021-04-16T06:03:00.253Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo [2021-04-16T06:03:00.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo [2021-04-16T06:03:00.368Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b907205ea5357faa7e3690f4c5ba94685b35400 [Pipeline] echo [2021-04-16T06:03:00.425Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b90720 [Pipeline] echo [2021-04-16T06:03:00.476Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-16T06:03:00.619Z] provisioning config files... [2021-04-16T06:03:00.655Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7548838325141905581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:03:01.035Z] ---> docker-login.sh [2021-04-16T06:03:01.035Z] nexus3.edgexfoundry.org:10001 [2021-04-16T06:03:01.301Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:01.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:01.565Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:01.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:01.565Z] [2021-04-16T06:03:01.565Z] Login Succeeded [2021-04-16T06:03:01.565Z] nexus3.edgexfoundry.org:10002 [2021-04-16T06:03:01.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:01.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:01.565Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:01.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:01.565Z] [2021-04-16T06:03:01.565Z] Login Succeeded [2021-04-16T06:03:01.565Z] nexus3.edgexfoundry.org:10003 [2021-04-16T06:03:01.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:01.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:01.835Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:01.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:01.835Z] [2021-04-16T06:03:01.835Z] Login Succeeded [2021-04-16T06:03:01.835Z] nexus3.edgexfoundry.org:10004 [2021-04-16T06:03:02.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:02.100Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:02.100Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:02.100Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:02.100Z] [2021-04-16T06:03:02.100Z] Login Succeeded [2021-04-16T06:03:02.100Z] docker.io [2021-04-16T06:03:02.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:03:02.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:03:02.366Z] Configure a credential helper to remove this warning. See [2021-04-16T06:03:02.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:03:02.366Z] [2021-04-16T06:03:02.366Z] Login Succeeded [2021-04-16T06:03:02.366Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T06:03:02.434Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T06:03:02.874Z] ++ 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 [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/core-command/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/core-data/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-16T06:03:02.874Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-16T06:03:02.874Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-16T06:03:02.874Z] ++ cut -d/ -f2 [2021-04-16T06:03:02.874Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-16T06:03:03.039Z] 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 [2021-04-16T06:03:03.913Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:03.913Z] [2021-04-16T06:03:03.913Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:03:04.300Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:04.564Z] latest: Pulling from edgex-devops/git-semver [2021-04-16T06:03:04.564Z] 31603596830f: Pulling fs layer [2021-04-16T06:03:04.564Z] 2a8b12db71e7: Pulling fs layer [2021-04-16T06:03:04.564Z] 6ca5941a6612: Pulling fs layer [2021-04-16T06:03:04.564Z] ecc8261a40a4: Pulling fs layer [2021-04-16T06:03:04.825Z] 2a8b12db71e7: Download complete [2021-04-16T06:03:05.091Z] 31603596830f: Download complete [2021-04-16T06:03:05.361Z] 31603596830f: Pull complete [2021-04-16T06:03:05.361Z] ecc8261a40a4: Verifying Checksum [2021-04-16T06:03:05.361Z] ecc8261a40a4: Download complete [2021-04-16T06:03:05.361Z] 6ca5941a6612: Verifying Checksum [2021-04-16T06:03:05.361Z] 6ca5941a6612: Download complete [2021-04-16T06:03:05.629Z] 2a8b12db71e7: Pull complete [2021-04-16T06:03:06.576Z] 6ca5941a6612: Pull complete [2021-04-16T06:03:06.576Z] ecc8261a40a4: Pull complete [2021-04-16T06:03:06.576Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-16T06:03:06.576Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-16T06:03:06.576Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-16T06:03:06.750Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:03:06.798Z] $ 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 [2021-04-16T06:03:09.805Z] $ docker top 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-16T06:03:10.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T06:03:10.072Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T06:03:10.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T06:03:10.324Z] $ docker exec 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent [2021-04-16T06:03:10.496Z] SSH_AUTH_SOCK=/tmp/ssh-QSGkUUhoHeZB/agent.11 [2021-04-16T06:03:10.496Z] SSH_AGENT_PID=16 [2021-04-16T06:03:10.512Z] Running ssh-add (command line suppressed) [2021-04-16T06:03:10.637Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_1290308760158049584.key (/w/workspace/edgex-go/1@tmp/private_key_1290308760158049584.key) [2021-04-16T06:03:10.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T06:03:11.027Z] + git tag --points-at HEAD [Pipeline] } [2021-04-16T06:03:11.053Z] $ docker exec --env ******** --env ******** 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent -k [2021-04-16T06:03:11.170Z] unset SSH_AUTH_SOCK; [2021-04-16T06:03:11.170Z] unset SSH_AGENT_PID; [2021-04-16T06:03:11.170Z] echo Agent pid 16 killed; [2021-04-16T06:03:11.223Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-16T06:03:11.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-16T06:03:11.311Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-16T06:03:11.506Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-16T06:03:11.511Z] $ docker exec 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent [2021-04-16T06:03:11.693Z] SSH_AUTH_SOCK=/tmp/ssh-l4Mc9D0ikPgS/agent.45 [2021-04-16T06:03:11.693Z] SSH_AGENT_PID=51 [2021-04-16T06:03:11.700Z] Running ssh-add (command line suppressed) [2021-04-16T06:03:11.831Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8277327933718468341.key (/w/workspace/edgex-go/1@tmp/private_key_8277327933718468341.key) [2021-04-16T06:03:11.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-16T06:03:12.230Z] + git semver init [2021-04-16T06:03:12.231Z] # -> Open(): unable to determine branch for HEAD [2021-04-16T06:03:12.231Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-04-16T06:03:12.231Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-04-16T06:03:12.231Z] # $SEMVER_REMOTE_NAME = origin [2021-04-16T06:03:12.231Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-16T06:03:12.231Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-16T06:03:12.231Z] # $SEMVER_BRANCH = PR-3372 [2021-04-16T06:03:12.231Z] # $SEMVER_TEMP = /tmp/semver-753521921 [2021-04-16T06:03:12.231Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-16T06:03:34.301Z] # '/tmp/semver-753521921' -> '/w/workspace/edgex-go/1/.semver' [2021-04-16T06:03:34.301Z] # -> Force: false [2021-04-16T06:03:34.301Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-04-16T06:03:34.344Z] $ docker exec --env ******** --env ******** 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 ssh-agent -k [2021-04-16T06:03:34.606Z] unset SSH_AUTH_SOCK; [2021-04-16T06:03:34.607Z] unset SSH_AGENT_PID; [2021-04-16T06:03:34.607Z] echo Agent pid 51 killed; [2021-04-16T06:03:34.690Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-16T06:03:35.144Z] + git semver [Pipeline] } [2021-04-16T06:03:35.177Z] $ docker stop --time=1 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 [2021-04-16T06:03:36.710Z] $ docker rm -f 97d2518d83f629a3375bc1c03847e5a584103329d949ea5c49b194990d08c657 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:03:37.224Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-16T06:03:37.761Z] Stashed 1 file(s) [Pipeline] echo [2021-04-16T06:03:37.784Z] [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 [2021-04-16T06:03:38.649Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:03:38.970Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:03:39.302Z] + sudo service docker restart [2021-04-16T06:03:39.303Z] + true [2021-04-16T06:03:39.303Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-16T06:03:39.920Z] ========================================================= [2021-04-16T06:03:39.920Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-16T06:03:39.921Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:03:40.327Z] + 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 . [2021-04-16T06:03:44.641Z] Sending build context to Docker daemon 329.4MB [2021-04-16T06:03:44.641Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T06:03:44.641Z] Step 2/6 : FROM ${BASE} [2021-04-16T06:03:44.641Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-16T06:03:44.641Z] 188c0c94c7c5: Pulling fs layer [2021-04-16T06:03:44.641Z] 0ef7d3d256c8: Pulling fs layer [2021-04-16T06:03:44.641Z] de9db76c5a1d: Pulling fs layer [2021-04-16T06:03:44.641Z] bca2f99d35d6: Pulling fs layer [2021-04-16T06:03:44.641Z] 93359f2a8cfa: Pulling fs layer [2021-04-16T06:03:44.641Z] 7c6f9722023f: Pulling fs layer [2021-04-16T06:03:44.641Z] a35cf1a2eb13: Pulling fs layer [2021-04-16T06:03:44.641Z] 93359f2a8cfa: Waiting [2021-04-16T06:03:44.641Z] 7c6f9722023f: Waiting [2021-04-16T06:03:44.641Z] a35cf1a2eb13: Waiting [2021-04-16T06:03:44.641Z] bca2f99d35d6: Waiting [2021-04-16T06:03:44.641Z] de9db76c5a1d: Verifying Checksum [2021-04-16T06:03:44.641Z] de9db76c5a1d: Download complete [2021-04-16T06:03:44.641Z] 0ef7d3d256c8: Verifying Checksum [2021-04-16T06:03:44.641Z] 0ef7d3d256c8: Download complete [2021-04-16T06:03:44.641Z] 93359f2a8cfa: Verifying Checksum [2021-04-16T06:03:44.641Z] 93359f2a8cfa: Download complete [2021-04-16T06:03:44.641Z] 188c0c94c7c5: Verifying Checksum [2021-04-16T06:03:44.641Z] 188c0c94c7c5: Download complete [2021-04-16T06:03:44.641Z] 7c6f9722023f: Download complete [2021-04-16T06:03:44.641Z] 188c0c94c7c5: Pull complete [2021-04-16T06:03:44.907Z] 0ef7d3d256c8: Pull complete [2021-04-16T06:03:44.907Z] de9db76c5a1d: Pull complete [2021-04-16T06:03:45.870Z] a35cf1a2eb13: Verifying Checksum [2021-04-16T06:03:45.870Z] a35cf1a2eb13: Download complete [2021-04-16T06:03:46.820Z] bca2f99d35d6: Verifying Checksum [2021-04-16T06:03:46.820Z] bca2f99d35d6: Download complete [2021-04-16T06:03:51.839Z] bca2f99d35d6: Pull complete [2021-04-16T06:03:52.103Z] 93359f2a8cfa: Pull complete [2021-04-16T06:03:52.103Z] 7c6f9722023f: Pull complete [2021-04-16T06:03:53.152Z] Still waiting to schedule task [2021-04-16T06:03:53.152Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-04-16T06:03:57.438Z] a35cf1a2eb13: Pull complete [2021-04-16T06:03:57.438Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-16T06:03:57.438Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-16T06:03:57.438Z] ---> a62c8e92a672 [2021-04-16T06:03:57.438Z] 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 [2021-04-16T06:03:57.438Z] ---> Running in fe951e18fa91 [2021-04-16T06:03:58.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:03:58.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:03:58.855Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T06:03:59.431Z] (2/12) Installing file (5.38-r0) [2021-04-16T06:03:59.693Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T06:03:59.693Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T06:04:11.969Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T06:04:11.969Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T06:04:12.236Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T06:04:12.236Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T06:04:12.236Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T06:04:12.499Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T06:04:12.499Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T06:04:12.499Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T06:04:12.764Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:04:12.764Z] OK: 233 MiB in 51 packages [2021-04-16T06:04:17.011Z] Removing intermediate container fe951e18fa91 [2021-04-16T06:04:17.011Z] ---> 10d93549792b [2021-04-16T06:04:17.011Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T06:04:17.011Z] ---> Running in ce46624ca7cd [2021-04-16T06:04:17.011Z] Removing intermediate container ce46624ca7cd [2021-04-16T06:04:17.011Z] ---> fb502af5bf97 [2021-04-16T06:04:17.011Z] Step 5/6 : COPY go.mod . [2021-04-16T06:04:17.011Z] ---> dba420c14ea5 [2021-04-16T06:04:17.011Z] Step 6/6 : RUN go mod download [2021-04-16T06:04:17.011Z] ---> Running in ddd1e27589e3 [2021-04-16T06:04:39.094Z] Removing intermediate container ddd1e27589e3 [2021-04-16T06:04:39.094Z] ---> 0d20453c15a3 [2021-04-16T06:04:39.094Z] Successfully built 0d20453c15a3 [2021-04-16T06:04:39.094Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:04:39.436Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T06:04:39.436Z] . [Pipeline] withDockerContainer [2021-04-16T06:04:39.576Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:04:39.641Z] $ 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 [2021-04-16T06:04:40.504Z] $ docker top c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:04:41.012Z] + go version [2021-04-16T06:04:41.012Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-16T06:04:41.043Z] $ docker stop --time=1 c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc [2021-04-16T06:04:42.481Z] $ docker rm -f c5158e8fb2d8a77fc545cf937c6bf03e5aaa2a0c73ff53f868221e211be260cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:04:43.625Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-16T06:04:43.625Z] . [Pipeline] withDockerContainer [2021-04-16T06:04:43.814Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:04:43.887Z] $ 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 [2021-04-16T06:04:44.658Z] $ docker top 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-16T06:04:44.857Z] ========================================================= [2021-04-16T06:04:44.857Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T06:04:44.857Z] ========================================================= [Pipeline] sh [2021-04-16T06:04:45.173Z] + make test [2021-04-16T06:04:45.173Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T06:04:55.265Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T06:05:17.637Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T06:05:26.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T06:05:26.008Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T06:05:26.008Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T06:05:30.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T06:05:30.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T06:05:30.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T06:05:30.349Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T06:05:30.962Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T06:05:31.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T06:05:34.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T06:05:34.935Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T06:05:34.935Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T06:05:38.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.171s coverage: 45.9% of statements [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T06:05:38.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T06:05:38.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.093s coverage: 19.8% of statements [2021-04-16T06:05:38.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements [2021-04-16T06:05:40.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.255s coverage: 27.1% of statements [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T06:05:40.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T06:05:40.998Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T06:05:40.998Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T06:05:41.594Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements [2021-04-16T06:05:41.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T06:05:41.594Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T06:05:42.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements [2021-04-16T06:05:42.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T06:05:42.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:05:42.191Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements [2021-04-16T06:05:42.191Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.471s coverage: 28.6% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T06:05:46.519Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T06:05:46.519Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.494s coverage: 92.8% of statements [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.9% of statements [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T06:05:49.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 47.1% of statements [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.137s coverage: 79.5% of statements [2021-04-16T06:05:49.166Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements [2021-04-16T06:05:49.442Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-04-16T06:05:50.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements [2021-04-16T06:06:02.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-04-16T06:06:02.331Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-04-16T06:06:04.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.315s coverage: 81.9% of statements [2021-04-16T06:06:04.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.128s coverage: 92.9% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.099s coverage: 87.2% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.092s coverage: 84.6% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.6% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 64.4% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.341s coverage: 69.0% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.213s coverage: 38.4% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T06:06:13.611Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.071s coverage: 10.5% of statements [2021-04-16T06:06:13.611Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T06:06:13.884Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.207s coverage: 87.7% of statements [2021-04-16T06:06:13.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T06:06:13.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:06:13.884Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T06:06:15.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.941s coverage: 29.1% of statements [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T06:06:15.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T06:06:15.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T06:06:15.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T06:06:16.184Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 95.6% of statements [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T06:06:16.184Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T06:06:16.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T06:06:16.184Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T06:06:16.184Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T06:06:16.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-04-16T06:06:17.038Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 28.1% of statements [2021-04-16T06:06:17.307Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-04-16T06:06:17.886Z] GO111MODULE=on go vet ./... [2021-04-16T06:06:51.935Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-441 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-16T06:06:52.005Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-16T06:06:57.129Z] gofmt -l . [2021-04-16T06:06:58.613Z] [ "`gofmt -l .`" = "" ] [2021-04-16T06:06:58.636Z] using credential edgex-jenkins-ssh [2021-04-16T06:06:58.654Z] Cloning the remote Git repository [2021-04-16T06:06:59.658Z] ./bin/test-go-mod-tidy.sh [2021-04-16T06:06:58.784Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:06:58.993Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-16T06:06:59.087Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:06:59.089Z] > git --version # timeout=10 [2021-04-16T06:06:59.122Z] > git --version # 'git version 2.17.1' [2021-04-16T06:06:59.125Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:06:59.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:07:01.122Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-16T06:07:03.318Z] + ls -al . [2021-04-16T06:07:03.318Z] total 796 [2021-04-16T06:07:03.318Z] drwxrwxr-x 10 1001 1001 4096 Apr 16 06:07 . [2021-04-16T06:07:03.318Z] drwxr-xr-x 4 root root 28 Apr 16 06:04 .. [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 06:02 .dockerignore [2021-04-16T06:07:03.318Z] drwxrwxr-x 8 1001 1001 179 Apr 16 06:02 .git [2021-04-16T06:07:03.318Z] drwxrwxr-x 3 1001 1001 125 Apr 16 06:02 .github [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 06:02 .gitignore [2021-04-16T06:07:03.318Z] drwx------ 3 1001 1001 60 Apr 16 06:03 .semver [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 06:02 .sonarcloud.properties [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:02 Attribution.txt [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:02 CONTRIBUTING.md [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 06:02 Dockerfile.build [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 06:02 Jenkinsfile [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:02 LICENSE [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:02 Makefile [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:02 README.md [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:02 SECURITY.md [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:02 ZMQWindows.md [2021-04-16T06:07:03.318Z] drwxrwxr-x 2 1001 1001 117 Apr 16 06:02 bin [2021-04-16T06:07:03.318Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 06:02 cmd [2021-04-16T06:07:03.318Z] -rw-r--r-- 1 root root 686607 Apr 16 06:06 coverage.out [2021-04-16T06:07:03.318Z] -rw-r--r-- 1 root root 1058 Apr 16 06:06 go.mod [2021-04-16T06:07:03.318Z] -rw-r--r-- 1 root root 22036 Apr 16 06:07 go.sum [2021-04-16T06:07:03.318Z] drwxrwxr-x 8 1001 1001 127 Apr 16 06:02 internal [2021-04-16T06:07:03.318Z] drwxrwxr-x 4 1001 1001 26 Apr 16 06:02 openapi [2021-04-16T06:07:03.318Z] drwxrwxr-x 4 1001 1001 71 Apr 16 06:02 snap [2021-04-16T06:07:03.318Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 06:02 version.go [Pipeline] sh [2021-04-16T06:07:03.666Z] + '[' -e coverage.out ] [2021-04-16T06:07:03.666Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T06:07:04.102Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T06:07:04.779Z] + make build [2021-04-16T06:07:04.779Z] 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 [2021-04-16T06:07:10.233Z] 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 [2021-04-16T06:07:16.138Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:07:16.163Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:07:16.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:07:16.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:07:16.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:07:16.247Z] > 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 [2021-04-16T06:07:17.020Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:07:17.498Z] Merge succeeded, producing 4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:07:17.499Z] Checking out Revision 4b907205ea5357faa7e3690f4c5ba94685b35400 (PR-3372) [2021-04-16T06:07:17.052Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:07:17.069Z] > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 [2021-04-16T06:07:17.410Z] > git remote # timeout=10 [2021-04-16T06:07:17.433Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T06:07:17.454Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:07:17.464Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T06:07:17.487Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T06:07:17.508Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:07:17.527Z] > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 [2021-04-16T06:07:21.999Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-16T06:07:22.068Z] > git --version # timeout=10 [2021-04-16T06:07:22.092Z] > git --version # 'git version 2.17.1' [2021-04-16T06:07:22.116Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2021-04-16T06:07:22.690Z] 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 [2021-04-16T06:07:23.745Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:07:24.179Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-16T06:07:24.543Z] + sudo service docker restart [2021-04-16T06:07:24.543Z] + true [2021-04-16T06:07:25.378Z] 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 [2021-04-16T06:07:26.718Z] provisioning config files... [2021-04-16T06:07:26.790Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1815408161087841438tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:07:27.243Z] ---> docker-login.sh [2021-04-16T06:07:27.243Z] nexus3.edgexfoundry.org:10001 [2021-04-16T06:07:28.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:28.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:28.519Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:28.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:28.519Z] [2021-04-16T06:07:28.519Z] Login Succeeded [2021-04-16T06:07:28.519Z] nexus3.edgexfoundry.org:10002 [2021-04-16T06:07:28.926Z] 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 [2021-04-16T06:07:29.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:29.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:29.119Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:29.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:29.119Z] [2021-04-16T06:07:29.119Z] Login Succeeded [2021-04-16T06:07:29.119Z] nexus3.edgexfoundry.org:10003 [2021-04-16T06:07:29.523Z] 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 [2021-04-16T06:07:29.724Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:29.724Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:29.724Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:29.724Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:29.724Z] [2021-04-16T06:07:29.724Z] Login Succeeded [2021-04-16T06:07:29.724Z] nexus3.edgexfoundry.org:10004 [2021-04-16T06:07:30.330Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:30.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:30.330Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:30.330Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:30.330Z] [2021-04-16T06:07:30.330Z] Login Succeeded [2021-04-16T06:07:30.330Z] docker.io [2021-04-16T06:07:30.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-16T06:07:32.136Z] 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 [2021-04-16T06:07:32.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-16T06:07:32.408Z] Configure a credential helper to remove this warning. See [2021-04-16T06:07:32.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-16T06:07:32.408Z] [2021-04-16T06:07:32.408Z] Login Succeeded [2021-04-16T06:07:32.408Z] ---> docker-login.sh ends [Pipeline] } [2021-04-16T06:07:32.443Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-16T06:07:32.927Z] ========================================================= [2021-04-16T06:07:32.927Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-16T06:07:32.927Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:07:33.325Z] + 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 . [2021-04-16T06:07:34.750Z] 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 [2021-04-16T06:07:36.000Z] Sending build context to Docker daemon 167.2MB [2021-04-16T06:07:36.000Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-16T06:07:36.001Z] Step 2/6 : FROM ${BASE} [2021-04-16T06:07:36.001Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-16T06:07:36.001Z] 5f621e34cdf4: Pulling fs layer [2021-04-16T06:07:36.001Z] a4357932f1b6: Pulling fs layer [2021-04-16T06:07:36.001Z] 18c013af1878: Pulling fs layer [2021-04-16T06:07:36.001Z] 00ac8860ef70: Pulling fs layer [2021-04-16T06:07:36.001Z] 63d7cb157983: Pulling fs layer [2021-04-16T06:07:36.001Z] b116817d02f9: Pulling fs layer [2021-04-16T06:07:36.001Z] 745a02a5169b: Pulling fs layer [2021-04-16T06:07:36.001Z] 00ac8860ef70: Waiting [2021-04-16T06:07:36.001Z] 63d7cb157983: Waiting [2021-04-16T06:07:36.001Z] b116817d02f9: Waiting [2021-04-16T06:07:36.001Z] 745a02a5169b: Waiting [2021-04-16T06:07:36.001Z] 18c013af1878: Verifying Checksum [2021-04-16T06:07:36.001Z] 18c013af1878: Download complete [2021-04-16T06:07:36.001Z] a4357932f1b6: Verifying Checksum [2021-04-16T06:07:36.001Z] a4357932f1b6: Download complete [2021-04-16T06:07:36.001Z] 63d7cb157983: Verifying Checksum [2021-04-16T06:07:36.001Z] 63d7cb157983: Download complete [2021-04-16T06:07:36.001Z] b116817d02f9: Verifying Checksum [2021-04-16T06:07:36.001Z] b116817d02f9: Download complete [2021-04-16T06:07:36.001Z] 5f621e34cdf4: Verifying Checksum [2021-04-16T06:07:36.001Z] 5f621e34cdf4: Download complete [2021-04-16T06:07:36.159Z] 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 [2021-04-16T06:07:36.614Z] 5f621e34cdf4: Pull complete [2021-04-16T06:07:37.234Z] a4357932f1b6: Pull complete [2021-04-16T06:07:37.509Z] 18c013af1878: Pull complete [2021-04-16T06:07:38.200Z] 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 [2021-04-16T06:07:38.522Z] 745a02a5169b: Verifying Checksum [2021-04-16T06:07:38.522Z] 745a02a5169b: Download complete [2021-04-16T06:07:39.994Z] 00ac8860ef70: Download complete [2021-04-16T06:07:40.185Z] 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 [2021-04-16T06:07:41.186Z] 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] } [2021-04-16T06:07:44.563Z] $ docker stop --time=1 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 [2021-04-16T06:07:46.314Z] $ docker rm -f 1f9e29bb31fb4e4b703538a99800bfa14f88ab45feca0de12d7e65e4108190d4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:07:48.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:07:48.234Z] [2021-04-16T06:07:48.234Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:07:48.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:07:48.635Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-16T06:07:48.635Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-16T06:07:48.635Z] ca9280d653b3: Pulling fs layer [2021-04-16T06:07:48.635Z] 7e9c9ca2126c: Pulling fs layer [2021-04-16T06:07:48.904Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-16T06:07:48.904Z] cbdbe7a5bc2a: Download complete [2021-04-16T06:07:49.173Z] ca9280d653b3: Verifying Checksum [2021-04-16T06:07:49.173Z] ca9280d653b3: Download complete [2021-04-16T06:07:49.173Z] cbdbe7a5bc2a: Pull complete [2021-04-16T06:07:50.200Z] 00ac8860ef70: Pull complete [2021-04-16T06:07:50.200Z] 63d7cb157983: Pull complete [2021-04-16T06:07:50.477Z] b116817d02f9: Pull complete [2021-04-16T06:07:50.594Z] ca9280d653b3: Pull complete [2021-04-16T06:07:50.594Z] 7e9c9ca2126c: Verifying Checksum [2021-04-16T06:07:50.594Z] 7e9c9ca2126c: Download complete [2021-04-16T06:07:53.871Z] 745a02a5169b: Pull complete [2021-04-16T06:07:53.871Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-16T06:07:53.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-16T06:07:53.871Z] ---> b7e6874047d6 [2021-04-16T06:07:53.871Z] 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 [2021-04-16T06:07:58.188Z] ---> Running in 4fb2d36f817d [2021-04-16T06:07:58.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:07:58.794Z] 7e9c9ca2126c: Pull complete [2021-04-16T06:07:58.794Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-16T06:07:58.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:07:58.794Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-16T06:07:59.007Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:07:59.191Z] $ 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 [2021-04-16T06:07:59.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:08:00.359Z] (1/12) Installing libmagic (5.38-r0) [2021-04-16T06:08:00.631Z] (2/12) Installing file (5.38-r0) [2021-04-16T06:08:00.631Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-16T06:08:00.631Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-16T06:08:01.831Z] $ docker top 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:08:02.452Z] + docker-compose build --help [2021-04-16T06:08:02.452Z] + grep parallel [2021-04-16T06:08:03.859Z] --parallel Build images in parallel. [Pipeline] } [2021-04-16T06:08:03.906Z] $ docker stop --time=1 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce [2021-04-16T06:08:05.562Z] $ docker rm -f 00b418d28cb4dac0bfee560e0440726f650b93da22ba540afe7a2516625aa6ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:08:06.227Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-16T06:08:06.228Z] . [Pipeline] withDockerContainer [2021-04-16T06:08:06.370Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:08:06.430Z] $ 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 [2021-04-16T06:08:07.243Z] $ docker top b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:08:07.727Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T06:08:09.134Z] Building docker-core-command-go ... [2021-04-16T06:08:09.134Z] Building docker-core-data-go ... [2021-04-16T06:08:09.134Z] Building docker-core-metadata-go ... [2021-04-16T06:08:09.134Z] Building docker-security-bootstrapper-go ... [2021-04-16T06:08:09.134Z] Building docker-security-proxy-setup-go ... [2021-04-16T06:08:09.134Z] Building docker-security-secretstore-setup-go ... [2021-04-16T06:08:09.134Z] Building docker-support-notifications-go ... [2021-04-16T06:08:09.134Z] Building docker-support-scheduler-go ... [2021-04-16T06:08:09.134Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T06:08:09.134Z] Building docker-core-command-go [2021-04-16T06:08:09.134Z] Building docker-security-bootstrapper-go [2021-04-16T06:08:09.134Z] Building docker-core-metadata-go [2021-04-16T06:08:09.134Z] Building docker-support-notifications-go [2021-04-16T06:08:09.134Z] Building docker-support-scheduler-go [2021-04-16T06:08:15.742Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-16T06:08:15.742Z] (6/12) Installing patch (2.7.6-r6) [2021-04-16T06:08:15.742Z] (7/12) Installing build-base (0.5-r2) [2021-04-16T06:08:15.742Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-16T06:08:15.742Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-16T06:08:15.742Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-16T06:08:15.742Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-16T06:08:15.742Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-16T06:08:15.742Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:08:15.742Z] OK: 217 MiB in 51 packages [2021-04-16T06:08:20.075Z] Removing intermediate container 4fb2d36f817d [2021-04-16T06:08:20.075Z] ---> 770bb4df468e [2021-04-16T06:08:20.075Z] Step 4/6 : WORKDIR /edgex-go [2021-04-16T06:08:20.075Z] ---> Running in f842cfaae0a2 [2021-04-16T06:08:20.075Z] Removing intermediate container f842cfaae0a2 [2021-04-16T06:08:20.075Z] ---> f5d5c7491b2b [2021-04-16T06:08:20.075Z] Step 5/6 : COPY go.mod . [2021-04-16T06:08:20.679Z] ---> 8e48ab72b439 [2021-04-16T06:08:20.679Z] Step 6/6 : RUN go mod download [2021-04-16T06:08:20.679Z] ---> Running in 47fba38992ac [2021-04-16T06:08:47.480Z] Removing intermediate container 47fba38992ac [2021-04-16T06:08:47.480Z] ---> da075f80360c [2021-04-16T06:08:47.771Z] Successfully built da075f80360c [2021-04-16T06:08:48.050Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:08:48.462Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T06:08:48.463Z] . [Pipeline] withDockerContainer [2021-04-16T06:08:48.816Z] prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container [2021-04-16T06:08:48.942Z] $ 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 [2021-04-16T06:08:50.696Z] $ docker top fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:08:51.754Z] + go version [2021-04-16T06:08:51.754Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-16T06:08:51.808Z] $ docker stop --time=1 fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 [2021-04-16T06:08:53.865Z] $ docker rm -f fd85970aafb2e47669262043c2919e89c3f5b27992b14e5e80bb7d50eb21bb85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:08:54.823Z] + docker inspect -f . ci-base-image-arm64 [2021-04-16T06:08:54.823Z] . [Pipeline] withDockerContainer [2021-04-16T06:08:55.162Z] prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container [2021-04-16T06:08:55.289Z] $ 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 [2021-04-16T06:08:56.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:56.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:56.152Z] ---> 0d20453c15a3 [2021-04-16T06:08:56.152Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:08:56.152Z] ---> Running in 504b5cd8256b [2021-04-16T06:08:56.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:56.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:56.152Z] ---> 0d20453c15a3 [2021-04-16T06:08:56.152Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:08:56.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:56.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:56.152Z] ---> 0d20453c15a3 [2021-04-16T06:08:56.152Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:08:56.152Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:56.152Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:56.152Z] ---> 0d20453c15a3 [2021-04-16T06:08:56.152Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:08:56.152Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:08:56.152Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:08:56.152Z] ---> 0d20453c15a3 [2021-04-16T06:08:56.152Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T06:08:56.152Z] ---> Running in 8183dda15d63 [2021-04-16T06:08:56.152Z] ---> Running in fd3f654d523d [2021-04-16T06:08:56.152Z] ---> Running in 82c94119f7c3 [2021-04-16T06:08:56.152Z] ---> Running in b68778a6c743 [2021-04-16T06:08:56.152Z] Removing intermediate container 504b5cd8256b [2021-04-16T06:08:56.152Z] ---> d832ca8efbfc [2021-04-16T06:08:56.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:56.152Z] ---> Running in f4c3495318d9 [2021-04-16T06:08:56.152Z] Removing intermediate container 8183dda15d63 [2021-04-16T06:08:56.152Z] ---> 4a2017adadc2 [2021-04-16T06:08:56.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:56.152Z] Removing intermediate container fd3f654d523d [2021-04-16T06:08:56.152Z] ---> 1c5d7da453b9 [2021-04-16T06:08:56.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:56.152Z] Removing intermediate container b68778a6c743 [2021-04-16T06:08:56.152Z] ---> af1eca7feecd [2021-04-16T06:08:56.152Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:56.152Z] Removing intermediate container 82c94119f7c3 [2021-04-16T06:08:56.152Z] ---> 0f69c6df55fa [2021-04-16T06:08:56.152Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:08:56.152Z] ---> Running in 5b1538edb5f4 [2021-04-16T06:08:56.152Z] ---> Running in 446aebdc1e1c [2021-04-16T06:08:56.152Z] ---> Running in 392d4cd88cb7 [2021-04-16T06:08:56.152Z] ---> Running in 488bf869d3c6 [2021-04-16T06:08:56.152Z] Removing intermediate container f4c3495318d9 [2021-04-16T06:08:56.152Z] ---> 9cf640475f75 [2021-04-16T06:08:56.152Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T06:08:56.152Z] ---> Running in 84f0c50776b0 [2021-04-16T06:08:56.152Z] Removing intermediate container 5b1538edb5f4 [2021-04-16T06:08:56.152Z] ---> 936947107763 [2021-04-16T06:08:56.152Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:08:56.152Z] ---> Running in 44414a61c8ce [2021-04-16T06:08:56.152Z] Removing intermediate container 446aebdc1e1c [2021-04-16T06:08:56.152Z] ---> 63ef8b7cae9e [2021-04-16T06:08:56.152Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T06:08:56.426Z] Removing intermediate container 392d4cd88cb7 [2021-04-16T06:08:56.426Z] ---> 2639c3aa8c95 [2021-04-16T06:08:56.426Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:08:56.426Z] ---> Running in 219fdbdd295e [2021-04-16T06:08:56.426Z] ---> Running in 8afed19d0c27 [2021-04-16T06:08:56.426Z] Removing intermediate container 488bf869d3c6 [2021-04-16T06:08:56.426Z] ---> 8cd45df8c87e [2021-04-16T06:08:56.426Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T06:08:56.691Z] ---> Running in 3c8d7475a774 [2021-04-16T06:08:56.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:56.959Z] $ docker top c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de -eo pid,comm [2021-04-16T06:08:56.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:57.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] { [Pipeline] echo [2021-04-16T06:08:57.429Z] ========================================================= [2021-04-16T06:08:57.429Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-16T06:08:57.429Z] ========================================================= [Pipeline] sh [2021-04-16T06:08:57.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:57.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:57.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:57.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:58.105Z] + make test [2021-04-16T06:08:58.105Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-16T06:08:58.108Z] OK: 233 MiB in 51 packages [2021-04-16T06:08:58.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:58.374Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:58.374Z] OK: 233 MiB in 51 packages [2021-04-16T06:08:58.653Z] OK: 233 MiB in 51 packages [2021-04-16T06:08:58.653Z] Removing intermediate container 44414a61c8ce [2021-04-16T06:08:58.653Z] ---> d679b3c6a748 [2021-04-16T06:08:58.653Z] Step 6/23 : COPY go.mod . [2021-04-16T06:08:58.936Z] OK: 233 MiB in 51 packages [2021-04-16T06:08:59.206Z] Removing intermediate container 84f0c50776b0 [2021-04-16T06:08:59.206Z] ---> 6fb1c87d8e7a [2021-04-16T06:08:59.206Z] Step 6/22 : COPY go.mod . [2021-04-16T06:08:59.206Z] ---> 8791aa1f999f [2021-04-16T06:08:59.206Z] Step 7/23 : RUN go mod download [2021-04-16T06:08:59.471Z] ---> Running in 51173230977b [2021-04-16T06:08:59.773Z] Removing intermediate container 219fdbdd295e [2021-04-16T06:08:59.773Z] ---> 856ab55079c8 [2021-04-16T06:08:59.773Z] Step 6/22 : COPY go.mod . [2021-04-16T06:08:59.773Z] ---> e5771e71b1cc [2021-04-16T06:08:59.773Z] Step 7/22 : RUN go mod download [2021-04-16T06:08:59.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:08:59.773Z] ---> Running in a636fd99bb6d [2021-04-16T06:09:00.050Z] Removing intermediate container 8afed19d0c27 [2021-04-16T06:09:00.050Z] ---> b76d4b91b320 [2021-04-16T06:09:00.050Z] Step 6/23 : COPY go.mod . [2021-04-16T06:09:00.050Z] ---> 8c0a64ca32eb [2021-04-16T06:09:00.050Z] Step 7/22 : RUN go mod download [2021-04-16T06:09:00.329Z] ---> Running in bc07204a247e [2021-04-16T06:09:00.329Z] OK: 233 MiB in 51 packages [2021-04-16T06:09:00.601Z] ---> 2d5e631ccda5 [2021-04-16T06:09:00.601Z] Step 7/23 : RUN go mod download [2021-04-16T06:09:00.601Z] ---> Running in 47effeed7f13 [2021-04-16T06:09:01.210Z] Removing intermediate container 3c8d7475a774 [2021-04-16T06:09:01.211Z] ---> 48785bbc53e5 [2021-04-16T06:09:01.211Z] Step 6/31 : COPY go.mod . [2021-04-16T06:09:01.818Z] ---> e27e11dc2f03 [2021-04-16T06:09:01.818Z] Step 7/31 : RUN go mod download [2021-04-16T06:09:01.818Z] ---> Running in 28f4d4544d28 [2021-04-16T06:09:02.826Z] Removing intermediate container 51173230977b [2021-04-16T06:09:02.826Z] ---> b207efc0389a [2021-04-16T06:09:02.826Z] Step 8/23 : COPY . . [2021-04-16T06:09:02.826Z] Removing intermediate container bc07204a247e [2021-04-16T06:09:02.826Z] ---> 3da06d7c76fb [2021-04-16T06:09:02.826Z] Step 8/22 : COPY . . [2021-04-16T06:09:03.120Z] Removing intermediate container a636fd99bb6d [2021-04-16T06:09:03.120Z] ---> 15cebeb63631 [2021-04-16T06:09:03.120Z] Step 8/22 : COPY . . [2021-04-16T06:09:03.398Z] Removing intermediate container 47effeed7f13 [2021-04-16T06:09:03.398Z] ---> 97daea3ea21c [2021-04-16T06:09:03.398Z] Step 8/23 : COPY . . [2021-04-16T06:09:08.894Z] Removing intermediate container 28f4d4544d28 [2021-04-16T06:09:08.894Z] ---> 12c9e66c182c [2021-04-16T06:09:08.894Z] Step 8/31 : COPY . . [2021-04-16T06:09:24.979Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-16T06:09:48.101Z] ---> f3e9240624b0 [2021-04-16T06:09:48.101Z] ---> bf706afa39a7 [2021-04-16T06:09:48.101Z] Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/core-command/core-command [2021-04-16T06:09:48.101Z] [2021-04-16T06:09:48.101Z] ---> 15ccdb8f7748 [2021-04-16T06:09:48.101Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T06:09:48.101Z] ---> Running in 1ade19530371 [2021-04-16T06:09:48.101Z] ---> Running in 2f7214c60403 [2021-04-16T06:09:48.101Z] ---> c7b05c91fa91 [2021-04-16T06:09:48.101Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T06:09:48.101Z] ---> Running in 8a94a8c379a4 [2021-04-16T06:09:48.101Z] ---> 508f1142e580 [2021-04-16T06:09:48.101Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T06:09:48.101Z] ---> Running in 821116ba6207 [2021-04-16T06:09:48.101Z] ---> Running in 5cc1a5aa930e [2021-04-16T06:09:48.101Z] 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 [2021-04-16T06:09:48.101Z] 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 [2021-04-16T06:09:48.101Z] 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 [2021-04-16T06:09:48.101Z] 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 [2021-04-16T06:09:48.101Z] 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 [2021-04-16T06:10:21.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-16T06:10:25.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-16T06:10:34.245Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-16T06:10:34.245Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-16T06:10:36.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-16T06:10:36.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-16T06:10:36.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-16T06:10:36.885Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-16T06:10:40.298Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-16T06:10:40.572Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-16T06:10:44.796Z] Removing intermediate container 5cc1a5aa930e [2021-04-16T06:10:44.796Z] ---> 59d01ba3d1e7 [2021-04-16T06:10:44.796Z] [2021-04-16T06:10:44.796Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T06:10:44.796Z] 3.12: Pulling from library/alpine [2021-04-16T06:10:45.376Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T06:10:45.376Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T06:10:45.376Z] ---> 13621d1b12d4 [2021-04-16T06:10:45.376Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T06:10:48.063Z] Removing intermediate container 821116ba6207 [2021-04-16T06:10:48.063Z] ---> 7bb5ab02aaba [2021-04-16T06:10:48.063Z] [2021-04-16T06:10:48.063Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:10:48.063Z] ---> 13621d1b12d4 [2021-04-16T06:10:48.063Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T06:10:48.063Z] Removing intermediate container 2f7214c60403 [2021-04-16T06:10:48.063Z] ---> e1e52b089e8d [2021-04-16T06:10:48.063Z] [2021-04-16T06:10:48.063Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:10:48.063Z] ---> 13621d1b12d4 [2021-04-16T06:10:48.063Z] Removing intermediate container 1ade19530371 [2021-04-16T06:10:48.063Z] ---> f8ff2c5ed0bb [2021-04-16T06:10:48.063Z] [2021-04-16T06:10:48.063Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:10:48.063Z] ---> 13621d1b12d4 [2021-04-16T06:10:48.063Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:48.063Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:48.063Z] ---> Running in 9373d25161ce [2021-04-16T06:10:48.063Z] ---> Running in 7f53e0a95051 [2021-04-16T06:10:48.063Z] ---> Running in d0b847a4d511 [2021-04-16T06:10:48.063Z] ---> Running in 5435a571ede7 [2021-04-16T06:10:48.063Z] Removing intermediate container 9373d25161ce [2021-04-16T06:10:48.063Z] ---> 9e5fb3edd16f [2021-04-16T06:10:48.063Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T06:10:48.654Z] ---> Running in 032c840ffa54 [2021-04-16T06:10:48.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-16T06:10:48.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-16T06:10:48.894Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-16T06:10:49.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:49.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:49.522Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T06:10:50.922Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:50.922Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:50.922Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:10:50.922Z] OK: 6 MiB in 16 packages [2021-04-16T06:10:51.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.580Z] Removing intermediate container 8a94a8c379a4 [2021-04-16T06:10:51.580Z] ---> 3af0aa51e2a8 [2021-04-16T06:10:51.580Z] [2021-04-16T06:10:51.580Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:10:51.580Z] ---> 13621d1b12d4 [2021-04-16T06:10:51.580Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:10:51.580Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:51.853Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:51.853Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:51.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.853Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:51.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:51.853Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:51.853Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T06:10:51.853Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:51.853Z] OK: 6 MiB in 16 packages [2021-04-16T06:10:51.853Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:51.853Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:51.853Z] ---> Running in 61eb8b3351e1 [2021-04-16T06:10:54.462Z] Removing intermediate container d0b847a4d511 [2021-04-16T06:10:54.462Z] ---> 2583faf5770f [2021-04-16T06:10:54.462Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.462Z] Removing intermediate container 7f53e0a95051 [2021-04-16T06:10:54.462Z] ---> e4d65234cf79 [2021-04-16T06:10:54.462Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:54.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:10:54.462Z] ---> Running in 39c56a5a4aa2 [2021-04-16T06:10:54.462Z] Removing intermediate container 5435a571ede7 [2021-04-16T06:10:54.462Z] ---> 24831ff4e721 [2021-04-16T06:10:54.462Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:54.462Z] ---> Running in 7f17ac1c4ac3 [2021-04-16T06:10:54.462Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:10:54.462Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:10:54.462Z] ---> Running in 88c0e7efe3a5 [2021-04-16T06:10:54.462Z] OK: 6 MiB in 15 packages [2021-04-16T06:10:54.462Z] Removing intermediate container 032c840ffa54 [2021-04-16T06:10:54.462Z] ---> 31c6238d8374 [2021-04-16T06:10:54.462Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T06:10:54.462Z] Removing intermediate container 39c56a5a4aa2 [2021-04-16T06:10:54.462Z] ---> 64ba26bc947a [2021-04-16T06:10:54.462Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T06:10:54.729Z] ---> Running in be41ca8e8435 [2021-04-16T06:10:54.729Z] ---> Running in 5dfa73834313 [2021-04-16T06:10:54.729Z] Removing intermediate container 7f17ac1c4ac3 [2021-04-16T06:10:54.729Z] ---> 672b33f8153c [2021-04-16T06:10:54.729Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T06:10:55.001Z] Removing intermediate container 88c0e7efe3a5 [2021-04-16T06:10:55.001Z] ---> f8520e6a01f2 [2021-04-16T06:10:55.001Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T06:10:55.001Z] ---> Running in 4e459088436b [2021-04-16T06:10:55.001Z] ---> Running in 41b41fc4956b [2021-04-16T06:10:55.001Z] Removing intermediate container 5dfa73834313 [2021-04-16T06:10:55.001Z] ---> bc5608633064 [2021-04-16T06:10:55.272Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:10:55.272Z] Removing intermediate container be41ca8e8435 [2021-04-16T06:10:55.272Z] ---> 81ca08546743 [2021-04-16T06:10:55.272Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T06:10:55.272Z] ---> Running in aa698c4a63f8 [2021-04-16T06:10:55.272Z] ---> Running in 54c6b50f80b1 [2021-04-16T06:10:55.537Z] Removing intermediate container 61eb8b3351e1 [2021-04-16T06:10:55.537Z] ---> 4db3dcdcd0db [2021-04-16T06:10:55.538Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:10:55.538Z] Removing intermediate container 41b41fc4956b [2021-04-16T06:10:55.538Z] ---> f2ea600c66fa [2021-04-16T06:10:55.538Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:10:55.538Z] Removing intermediate container 4e459088436b [2021-04-16T06:10:55.538Z] ---> cefc99771ed1 [2021-04-16T06:10:55.538Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:10:55.805Z] ---> Running in 4e0a5719432e [2021-04-16T06:10:55.805Z] ---> Running in 8bd184fba850 [2021-04-16T06:10:55.805Z] Removing intermediate container aa698c4a63f8 [2021-04-16T06:10:55.805Z] ---> 157dcbe4b2e1 [2021-04-16T06:10:55.805Z] Step 15/23 : WORKDIR / [2021-04-16T06:10:55.805Z] ---> Running in cd478c7d5a58 [2021-04-16T06:10:55.805Z] Removing intermediate container 54c6b50f80b1 [2021-04-16T06:10:55.805Z] ---> 0f506fe41918 [2021-04-16T06:10:55.805Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T06:10:56.069Z] ---> Running in 317609de0327 [2021-04-16T06:10:56.069Z] ---> Running in 875fc13352df [2021-04-16T06:10:56.069Z] Removing intermediate container 4e0a5719432e [2021-04-16T06:10:56.069Z] ---> 944e2332fb7b [2021-04-16T06:10:56.069Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T06:10:56.341Z] Removing intermediate container 8bd184fba850 [2021-04-16T06:10:56.342Z] ---> 2e3766cff8fc [2021-04-16T06:10:56.342Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:56.342Z] Removing intermediate container cd478c7d5a58 [2021-04-16T06:10:56.342Z] ---> 84aad63b8c28 [2021-04-16T06:10:56.342Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:56.342Z] ---> Running in 25ab0e9b7f2e [2021-04-16T06:10:56.613Z] Removing intermediate container 317609de0327 [2021-04-16T06:10:56.613Z] ---> 9805b32f062a [2021-04-16T06:10:56.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:56.613Z] ---> 4693312487f4 [2021-04-16T06:10:56.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T06:10:56.613Z] ---> 370ef3a50822 [2021-04-16T06:10:56.613Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T06:10:56.896Z] Removing intermediate container 25ab0e9b7f2e [2021-04-16T06:10:56.896Z] ---> 929dde13de3b [2021-04-16T06:10:56.896Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:10:56.896Z] ---> Running in 23cd52656b2c [2021-04-16T06:10:57.178Z] ---> 26036d0025ea [2021-04-16T06:10:57.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T06:10:57.178Z] Removing intermediate container 23cd52656b2c [2021-04-16T06:10:57.178Z] ---> a972fea2062a [2021-04-16T06:10:57.178Z] Step 15/23 : WORKDIR / [2021-04-16T06:10:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.419s coverage: 45.9% of statements [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-16T06:10:57.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-16T06:10:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements [2021-04-16T06:10:57.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.230s coverage: 100.0% of statements [2021-04-16T06:10:57.451Z] ---> Running in 30eae24216cf [2021-04-16T06:10:57.730Z] ---> f2670be335bf [2021-04-16T06:10:57.730Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T06:10:57.730Z] ---> 436aa3561400 [2021-04-16T06:10:57.730Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T06:10:57.730Z] ---> ba2d83422722 [2021-04-16T06:10:57.730Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-16T06:10:57.997Z] Removing intermediate container 30eae24216cf [2021-04-16T06:10:57.997Z] ---> c9c81284a26f [2021-04-16T06:10:57.997Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:10:57.997Z] Removing intermediate container 875fc13352df [2021-04-16T06:10:57.997Z] ---> e0a39b94ed60 [2021-04-16T06:10:57.997Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T06:10:57.997Z] ---> 8b896c59fcf7 [2021-04-16T06:10:57.997Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T06:10:58.272Z] ---> Running in 6182e11b3d2b [2021-04-16T06:10:58.272Z] ---> Running in 86ae6594b228 [2021-04-16T06:10:58.272Z] ---> d80ab5f415bf [2021-04-16T06:10:58.272Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T06:10:58.272Z] ---> 9931b20dd2aa [2021-04-16T06:10:58.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T06:10:58.272Z] ---> df7e1d8e467a [2021-04-16T06:10:58.272Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T06:10:58.550Z] ---> Running in b2dfcaa0f049 [2021-04-16T06:10:58.550Z] ---> Running in 53a117cdb2d4 [2021-04-16T06:10:58.550Z] Removing intermediate container 86ae6594b228 [2021-04-16T06:10:58.550Z] ---> 54c09f338488 [2021-04-16T06:10:58.550Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:10:58.550Z] Removing intermediate container 6182e11b3d2b [2021-04-16T06:10:58.550Z] ---> 84e637db2b78 [2021-04-16T06:10:58.550Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T06:10:58.820Z] Removing intermediate container b2dfcaa0f049 [2021-04-16T06:10:58.820Z] ---> dd183f579cd1 [2021-04-16T06:10:58.820Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:10:58.820Z] ---> Running in 91672e6b7077 [2021-04-16T06:10:59.087Z] Removing intermediate container 53a117cdb2d4 [2021-04-16T06:10:59.087Z] ---> 8be8abf33d4c [2021-04-16T06:10:59.087Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:10:59.087Z] ---> Running in 678d1cc8be64 [2021-04-16T06:10:59.368Z] ---> 7fbe773ad7ad [2021-04-16T06:10:59.368Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T06:10:59.368Z] ---> Running in 12f0baef228b [2021-04-16T06:10:59.368Z] ---> cc63e8b42612 [2021-04-16T06:10:59.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T06:10:59.368Z] Removing intermediate container 91672e6b7077 [2021-04-16T06:10:59.368Z] ---> a40b410410c2 [2021-04-16T06:10:59.368Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T06:10:59.368Z] Removing intermediate container 678d1cc8be64 [2021-04-16T06:10:59.368Z] ---> b9b4d14e2b2e [2021-04-16T06:10:59.368Z] Step 20/22 : LABEL arch=x86_64 [2021-04-16T06:10:59.368Z] ---> Running in 926d241ce2f2 [2021-04-16T06:10:59.368Z] ---> Running in c0ed6ba78df5 [2021-04-16T06:10:59.647Z] ---> Running in 8627fcb3c29e [2021-04-16T06:10:59.647Z] Removing intermediate container 12f0baef228b [2021-04-16T06:10:59.647Z] ---> 20aaa6b4db41 [2021-04-16T06:10:59.647Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:11:00.264Z] ---> Running in 268c4034d032 [2021-04-16T06:11:00.264Z] Removing intermediate container c0ed6ba78df5 [2021-04-16T06:11:00.264Z] ---> 381d287d475c [2021-04-16T06:11:00.264Z] Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:11:00.264Z] ---> 05dd3e078aa8 [2021-04-16T06:11:00.264Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T06:11:00.264Z] Removing intermediate container 8627fcb3c29e [2021-04-16T06:11:00.264Z] ---> 1415e9f2a104 [2021-04-16T06:11:00.264Z] Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:11:00.264Z] ---> Running in 479a08991305 [2021-04-16T06:11:00.264Z] ---> Running in 2ab218ae005b [2021-04-16T06:11:00.264Z] ---> Running in 8ebc171fb8d9 [2021-04-16T06:11:00.566Z] Removing intermediate container 268c4034d032 [2021-04-16T06:11:00.566Z] ---> 5f57d334d159 [2021-04-16T06:11:00.566Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:11:00.566Z] ---> Running in c62685338e03 [2021-04-16T06:11:00.566Z] Removing intermediate container 479a08991305 [2021-04-16T06:11:00.567Z] ---> 4ea69e96bbf1 [2021-04-16T06:11:00.567Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:11:00.847Z] Removing intermediate container 2ab218ae005b [2021-04-16T06:11:00.847Z] ---> 358a034d2a11 [2021-04-16T06:11:00.847Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:11:00.847Z] ---> Running in 570ddb171cd8 [2021-04-16T06:11:00.847Z] Removing intermediate container 8ebc171fb8d9 [2021-04-16T06:11:00.847Z] ---> 9d219898db04 [2021-04-16T06:11:00.847Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:11:00.847Z] ---> Running in e6a7f92d76da [2021-04-16T06:11:01.113Z] Removing intermediate container c62685338e03 [2021-04-16T06:11:01.113Z] ---> d4463dff18c7 [2021-04-16T06:11:01.113Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:11:01.113Z] ---> Running in 4ba48f38af17 [2021-04-16T06:11:01.383Z] ---> Running in 9ef1c39d43e4 [2021-04-16T06:11:01.383Z] Removing intermediate container 570ddb171cd8 [2021-04-16T06:11:01.383Z] ---> 6ab35e00cf7f [2021-04-16T06:11:01.383Z] [2021-04-16T06:11:01.383Z] Removing intermediate container e6a7f92d76da [2021-04-16T06:11:01.383Z] ---> e1718a71a852 [2021-04-16T06:11:01.383Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:11:01.383Z] Removing intermediate container 4ba48f38af17 [2021-04-16T06:11:01.383Z] ---> b79fbdc34e1d [2021-04-16T06:11:01.383Z] [2021-04-16T06:11:01.653Z] Successfully built 6ab35e00cf7f [2021-04-16T06:11:01.653Z] ---> Running in d8da2d4adfaa [2021-04-16T06:11:01.653Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-16T06:11:01.920Z] Building docker-sys-mgmt-agent-go [2021-04-16T06:11:01.920Z]  Building docker-support-scheduler-go ... done Successfully built b79fbdc34e1d [2021-04-16T06:11:01.920Z] Removing intermediate container 9ef1c39d43e4 [2021-04-16T06:11:01.920Z] ---> 06b815132bf1 [2021-04-16T06:11:01.920Z] [2021-04-16T06:11:01.920Z] Successfully tagged docker-support-notifications-go:latest [2021-04-16T06:11:01.920Z] Building docker-security-secretstore-setup-go [2021-04-16T06:11:01.920Z]  Building docker-support-notifications-go ... done Removing intermediate container 926d241ce2f2 [2021-04-16T06:11:01.920Z] ---> 4683a796005e [2021-04-16T06:11:01.920Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:11:02.199Z] Removing intermediate container d8da2d4adfaa [2021-04-16T06:11:02.199Z] ---> 30ceac37f29d [2021-04-16T06:11:02.199Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:11:02.199Z] Successfully built 06b815132bf1 [2021-04-16T06:11:02.199Z] Successfully tagged docker-core-command-go:latest [2021-04-16T06:11:02.199Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-16T06:11:02.199Z] ---> Running in cf98f274b68a [2021-04-16T06:11:02.199Z] ---> 159902d8fdec [2021-04-16T06:11:02.199Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T06:11:02.473Z] Removing intermediate container cf98f274b68a [2021-04-16T06:11:02.473Z] ---> 1460faf927e6 [2021-04-16T06:11:02.473Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:11:02.473Z] ---> Running in eb8ce2eda252 [2021-04-16T06:11:02.760Z] Removing intermediate container eb8ce2eda252 [2021-04-16T06:11:02.760Z] ---> 49938113ec1e [2021-04-16T06:11:02.760Z] [2021-04-16T06:11:03.078Z] Successfully built 49938113ec1e [2021-04-16T06:11:03.078Z] Successfully tagged docker-core-metadata-go:latest [2021-04-16T06:11:03.078Z] Building docker-security-proxy-setup-go [2021-04-16T06:11:03.078Z]  Building docker-core-metadata-go ... done  ---> 74606bf4ee24 [2021-04-16T06:11:03.078Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T06:11:03.471Z] ---> dd386cd5213a [2021-04-16T06:11:03.471Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T06:11:03.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-16T06:11:03.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-16T06:11:03.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.320s coverage: 100.0% of statements [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-16T06:11:03.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-16T06:11:04.151Z] ---> 0e420d3aeb43 [2021-04-16T06:11:04.151Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T06:11:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements [2021-04-16T06:11:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-16T06:11:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-16T06:11:07.227Z] ---> a46be29e6f53 [2021-04-16T06:11:07.227Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T06:11:07.498Z] ---> Running in cf8e57fb5cab [2021-04-16T06:11:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.600s coverage: 82.9% of statements [2021-04-16T06:11:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-16T06:11:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:11:07.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements [2021-04-16T06:11:07.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-16T06:11:10.862Z] Removing intermediate container cf8e57fb5cab [2021-04-16T06:11:10.862Z] ---> 51aa0ec5a98d [2021-04-16T06:11:10.862Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T06:11:11.457Z] ---> dff68bcbbb7a [2021-04-16T06:11:11.457Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T06:11:12.065Z] ---> Running in 0c8dc5272174 [2021-04-16T06:11:16.346Z] Removing intermediate container 0c8dc5272174 [2021-04-16T06:11:16.346Z] ---> fd7a3a471895 [2021-04-16T06:11:16.346Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T06:11:16.346Z] ---> Running in fca0c0f04bac [2021-04-16T06:11:20.675Z] Removing intermediate container fca0c0f04bac [2021-04-16T06:11:20.675Z] ---> aa30ee15c237 [2021-04-16T06:11:20.675Z] Step 28/31 : CMD ["gate"] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.376s coverage: 28.6% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.269s coverage: 100.0% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.304s coverage: 100.0% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.506s coverage: 86.7% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.547s coverage: 97.5% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-16T06:11:20.921Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.218s coverage: 78.3% of statements [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-16T06:11:20.921Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-16T06:11:21.652Z] ---> Running in 45d965170555 [2021-04-16T06:11:24.576Z] Removing intermediate container 45d965170555 [2021-04-16T06:11:24.576Z] ---> c314cad4aefa [2021-04-16T06:11:24.576Z] Step 29/31 : LABEL arch=x86_64 [2021-04-16T06:11:25.174Z] ---> Running in 1f59594c336e [2021-04-16T06:11:25.784Z] Removing intermediate container 1f59594c336e [2021-04-16T06:11:25.784Z] ---> 5af219c82572 [2021-04-16T06:11:25.784Z] Step 30/31 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:11:26.861Z] ---> Running in caac0cb54976 [2021-04-16T06:11:28.897Z] Removing intermediate container caac0cb54976 [2021-04-16T06:11:28.897Z] ---> c96aa622443f [2021-04-16T06:11:28.897Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T06:11:29.947Z] ---> Running in b89593e6c776 [2021-04-16T06:11:31.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.513s coverage: 92.8% of statements [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.255s coverage: 0.9% of statements [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-16T06:11:31.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.199s coverage: 79.5% of statements [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.140s coverage: 94.1% of statements [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-04-16T06:11:31.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.138s coverage: 87.5% of statements [2021-04-16T06:11:31.532Z] Removing intermediate container b89593e6c776 [2021-04-16T06:11:31.533Z] ---> 25574b043d0e [2021-04-16T06:11:31.533Z] [2021-04-16T06:11:32.561Z] Successfully built 25574b043d0e [2021-04-16T06:11:32.561Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-16T06:11:32.835Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:32.835Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:32.835Z] ---> 0d20453c15a3 [2021-04-16T06:11:32.835Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:11:32.835Z] ---> Using cache [2021-04-16T06:11:32.835Z] ---> 0f69c6df55fa [2021-04-16T06:11:32.835Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:32.835Z] ---> Using cache [2021-04-16T06:11:32.835Z] ---> 8cd45df8c87e [2021-04-16T06:11:32.835Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T06:11:33.234Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:33.235Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:33.235Z] ---> 0d20453c15a3 [2021-04-16T06:11:33.235Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T06:11:33.235Z] ---> Using cache [2021-04-16T06:11:33.235Z] ---> 0f69c6df55fa [2021-04-16T06:11:33.235Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:33.235Z] ---> Using cache [2021-04-16T06:11:33.235Z] ---> 8cd45df8c87e [2021-04-16T06:11:33.235Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T06:11:33.235Z] ---> Using cache [2021-04-16T06:11:33.235Z] ---> 48785bbc53e5 [2021-04-16T06:11:33.235Z] Step 6/24 : COPY go.mod . [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> e27e11dc2f03 [2021-04-16T06:11:33.501Z] Step 7/24 : RUN go mod download [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> 12c9e66c182c [2021-04-16T06:11:33.501Z] Step 8/24 : COPY . . [2021-04-16T06:11:33.501Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:33.501Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:33.501Z] ---> 0d20453c15a3 [2021-04-16T06:11:33.501Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> 0f69c6df55fa [2021-04-16T06:11:33.501Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> 8cd45df8c87e [2021-04-16T06:11:33.501Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> 48785bbc53e5 [2021-04-16T06:11:33.501Z] Step 6/21 : COPY go.mod . [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> e27e11dc2f03 [2021-04-16T06:11:33.501Z] Step 7/21 : RUN go mod download [2021-04-16T06:11:33.501Z] ---> Using cache [2021-04-16T06:11:33.501Z] ---> 12c9e66c182c [2021-04-16T06:11:33.501Z] Step 8/21 : COPY . . [2021-04-16T06:11:33.774Z] ---> Using cache [2021-04-16T06:11:33.774Z] ---> 508f1142e580 [2021-04-16T06:11:33.774Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T06:11:33.774Z] ---> Using cache [2021-04-16T06:11:33.774Z] ---> 508f1142e580 [2021-04-16T06:11:33.774Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T06:11:33.774Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:11:33.774Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:11:33.774Z] ---> 0d20453c15a3 [2021-04-16T06:11:33.774Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:11:33.774Z] ---> Using cache [2021-04-16T06:11:33.774Z] ---> 0f69c6df55fa [2021-04-16T06:11:33.774Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:11:33.774Z] ---> Using cache [2021-04-16T06:11:33.774Z] ---> 8cd45df8c87e [2021-04-16T06:11:33.774Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T06:11:34.731Z] ---> Running in 8ec9b9818056 [2021-04-16T06:11:34.731Z] ---> Running in 2080c886a541 [2021-04-16T06:11:34.731Z] ---> Running in 35fbd42921aa [2021-04-16T06:11:34.731Z] ---> Running in f3efa2924ca4 [2021-04-16T06:11:35.758Z] 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 [2021-04-16T06:11:35.758Z] 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 [2021-04-16T06:11:36.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:36.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:36.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:36.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:11:37.055Z] OK: 233 MiB in 51 packages [2021-04-16T06:11:37.359Z] OK: 233 MiB in 51 packages [2021-04-16T06:11:38.394Z] Removing intermediate container f3efa2924ca4 [2021-04-16T06:11:38.394Z] ---> c16a1d7d15e8 [2021-04-16T06:11:38.394Z] Step 6/23 : COPY go.mod . [2021-04-16T06:11:38.394Z] Removing intermediate container 2080c886a541 [2021-04-16T06:11:38.394Z] ---> 9fcd79bf3bfe [2021-04-16T06:11:38.394Z] Step 6/23 : COPY go.mod . [2021-04-16T06:11:39.001Z] ---> 5fe4282d8b70 [2021-04-16T06:11:39.001Z] Step 7/23 : RUN go mod download [2021-04-16T06:11:39.001Z] ---> a9808ea46238 [2021-04-16T06:11:39.001Z] Step 7/23 : RUN go mod download [2021-04-16T06:11:39.301Z] ---> Running in 9afb19286dd2 [2021-04-16T06:11:39.301Z] ---> Running in 06095824b5d6 [2021-04-16T06:11:43.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.202s coverage: 94.4% of statements [2021-04-16T06:11:43.585Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-04-16T06:11:43.626Z] Removing intermediate container 9afb19286dd2 [2021-04-16T06:11:43.626Z] ---> aa462f268ed2 [2021-04-16T06:11:43.626Z] Step 8/23 : COPY . . [2021-04-16T06:11:43.626Z] Removing intermediate container 06095824b5d6 [2021-04-16T06:11:43.626Z] ---> b93156bf3f82 [2021-04-16T06:11:43.626Z] Step 8/23 : COPY . . [2021-04-16T06:11:50.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.540s coverage: 81.9% of statements [2021-04-16T06:11:50.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.232s coverage: 92.9% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.241s coverage: 84.6% of statements [2021-04-16T06:11:58.593Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.6% of statements [2021-04-16T06:11:58.593Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-16T06:11:58.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.780s coverage: 64.4% of statements [2021-04-16T06:11:58.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-16T06:11:58.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-16T06:11:58.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.126s coverage: 100.0% of statements [2021-04-16T06:11:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-04-16T06:12:00.134Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-04-16T06:12:01.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements [2021-04-16T06:12:01.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements [2021-04-16T06:12:02.139Z] 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 [2021-04-16T06:12:02.139Z] 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 [2021-04-16T06:12:05.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 69.0% of statements [2021-04-16T06:12:05.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-16T06:12:05.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-16T06:12:05.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-16T06:12:07.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.516s coverage: 38.4% of statements [2021-04-16T06:12:07.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-16T06:12:07.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-16T06:12:07.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.091s coverage: 89.5% of statements [2021-04-16T06:12:07.171Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-16T06:12:07.171Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.111s coverage: 84.8% of statements [2021-04-16T06:12:12.467Z] ---> ddcd619f63ac [2021-04-16T06:12:12.467Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T06:12:13.043Z] Removing intermediate container 35fbd42921aa [2021-04-16T06:12:13.043Z] ---> 15449c211b12 [2021-04-16T06:12:13.043Z] [2021-04-16T06:12:13.043Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T06:12:13.043Z] ---> 13621d1b12d4 [2021-04-16T06:12:13.043Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T06:12:13.043Z] Removing intermediate container 8ec9b9818056 [2021-04-16T06:12:13.043Z] ---> dc6b725506c9 [2021-04-16T06:12:13.043Z] [2021-04-16T06:12:13.043Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T06:12:13.043Z] ---> 13621d1b12d4 [2021-04-16T06:12:13.043Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T06:12:13.323Z] ---> Running in 02b83a73b23a [2021-04-16T06:12:13.323Z] ---> 1b9a077748f4 [2021-04-16T06:12:13.323Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T06:12:13.323Z] ---> Running in 7bce0b307e08 [2021-04-16T06:12:13.323Z] ---> Running in 12e9b92bbf52 [2021-04-16T06:12:13.323Z] ---> Running in 4d984edb5275 [2021-04-16T06:12:13.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-16T06:12:13.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-16T06:12:13.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-16T06:12:13.905Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.167s coverage: 10.5% of statements [2021-04-16T06:12:13.905Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-16T06:12:14.307Z] 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 [2021-04-16T06:12:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:14.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:14.583Z] 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 [2021-04-16T06:12:14.858Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T06:12:14.858Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T06:12:14.858Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:12:14.858Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T06:12:14.858Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:12:14.858Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T06:12:14.858Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T06:12:14.858Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T06:12:14.858Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:12:14.858Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:12:14.858Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T06:12:14.858Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:12:14.858Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:12:14.858Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:12:14.858Z] OK: 7 MiB in 18 packages [2021-04-16T06:12:15.122Z] OK: 7 MiB in 20 packages [2021-04-16T06:12:15.350Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.407s coverage: 87.7% of statements [2021-04-16T06:12:15.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-16T06:12:15.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:12:15.350Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-16T06:12:18.507Z] Removing intermediate container 12e9b92bbf52 [2021-04-16T06:12:18.507Z] ---> 89d0fb24251f [2021-04-16T06:12:18.507Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:12:18.507Z] Removing intermediate container 7bce0b307e08 [2021-04-16T06:12:18.507Z] ---> 66ef2e313ee6 [2021-04-16T06:12:18.507Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:12:18.507Z] ---> Running in 313d199d956c [2021-04-16T06:12:18.507Z] ---> Running in eac7054bd80c [2021-04-16T06:12:18.507Z] Removing intermediate container 313d199d956c [2021-04-16T06:12:18.507Z] ---> 1d2034e81733 [2021-04-16T06:12:18.507Z] Step 13/24 : WORKDIR / [2021-04-16T06:12:18.507Z] Removing intermediate container eac7054bd80c [2021-04-16T06:12:18.507Z] ---> c2de7c735778 [2021-04-16T06:12:18.507Z] Step 13/21 : WORKDIR /edgex [2021-04-16T06:12:18.799Z] ---> Running in 19b2ab2ca828 [2021-04-16T06:12:18.799Z] ---> Running in 4413c5c733f4 [2021-04-16T06:12:19.077Z] Removing intermediate container 19b2ab2ca828 [2021-04-16T06:12:19.077Z] ---> 1283e4593e05 [2021-04-16T06:12:19.077Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T06:12:19.077Z] Removing intermediate container 4413c5c733f4 [2021-04-16T06:12:19.077Z] ---> ea6e570d62c0 [2021-04-16T06:12:19.077Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T06:12:19.677Z] ---> fe1c49fe7be2 [2021-04-16T06:12:19.677Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T06:12:19.967Z] ---> 7c1fae4edece [2021-04-16T06:12:19.967Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T06:12:20.242Z] ---> 6ca05b118cd5 [2021-04-16T06:12:20.242Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T06:12:21.247Z] ---> bd5082bd6443 [2021-04-16T06:12:21.247Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T06:12:21.532Z] ---> fb6a435e77d3 [2021-04-16T06:12:21.532Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T06:12:22.994Z] ---> dac537dcb75a [2021-04-16T06:12:22.994Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T06:12:22.994Z] ---> 2775f04695a0 [2021-04-16T06:12:22.994Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.980s coverage: 29.1% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.215s coverage: 100.0% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.376s coverage: 95.6% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-16T06:12:23.644Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements [2021-04-16T06:12:23.644Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements [2021-04-16T06:12:23.644Z] ---> Running in ce97d49a724e [2021-04-16T06:12:24.237Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-04-16T06:12:24.625Z] Removing intermediate container ce97d49a724e [2021-04-16T06:12:24.625Z] ---> 342381bc472a [2021-04-16T06:12:24.625Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T06:12:24.626Z] ---> f7c5a1326354 [2021-04-16T06:12:24.626Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T06:12:24.626Z] ---> Running in d05a55df18a6 [2021-04-16T06:12:25.209Z] GO111MODULE=on go vet ./... [2021-04-16T06:12:25.220Z] ---> a165d8aa5689 [2021-04-16T06:12:25.220Z] 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/ [2021-04-16T06:12:25.220Z] Removing intermediate container d05a55df18a6 [2021-04-16T06:12:25.220Z] ---> 40825f050393 [2021-04-16T06:12:25.220Z] Step 19/21 : LABEL arch=x86_64 [2021-04-16T06:12:25.220Z] ---> Running in ebc2373fe75e [2021-04-16T06:12:25.493Z] ---> Running in 425c06ca396a [2021-04-16T06:12:25.774Z] Removing intermediate container 425c06ca396a [2021-04-16T06:12:25.774Z] ---> 37b7960c41d8 [2021-04-16T06:12:25.774Z] Step 20/21 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:12:26.395Z] ---> Running in e830122e9974 [2021-04-16T06:12:27.017Z] Removing intermediate container e830122e9974 [2021-04-16T06:12:27.017Z] ---> 7d5671b57951 [2021-04-16T06:12:27.017Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T06:12:27.017Z] ---> Running in 61d650bcfc10 [2021-04-16T06:12:27.628Z] Removing intermediate container 61d650bcfc10 [2021-04-16T06:12:27.628Z] ---> be0ab8ad8bed [2021-04-16T06:12:27.628Z] [2021-04-16T06:12:27.905Z] Removing intermediate container ebc2373fe75e [2021-04-16T06:12:27.905Z] ---> 613d1cdef09c [2021-04-16T06:12:27.905Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T06:12:27.905Z] ---> Running in 0af874555c32 [2021-04-16T06:12:28.180Z] Successfully built be0ab8ad8bed [2021-04-16T06:12:28.180Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-16T06:12:28.459Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0af874555c32 [2021-04-16T06:12:28.459Z] ---> 09878af09fa9 [2021-04-16T06:12:28.459Z] Step 22/24 : LABEL arch=x86_64 [2021-04-16T06:12:28.459Z] ---> Running in 30a6ee78f78f [2021-04-16T06:12:28.742Z] Removing intermediate container 30a6ee78f78f [2021-04-16T06:12:28.742Z] ---> 0a3359c3c2c4 [2021-04-16T06:12:28.742Z] Step 23/24 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:12:28.742Z] ---> Running in 047bd94ab3da [2021-04-16T06:12:29.022Z] Removing intermediate container 047bd94ab3da [2021-04-16T06:12:29.022Z] ---> 739c7418ffeb [2021-04-16T06:12:29.022Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T06:12:29.306Z] ---> Running in dca5d4af6a45 [2021-04-16T06:12:29.584Z] Removing intermediate container dca5d4af6a45 [2021-04-16T06:12:29.584Z] ---> 684e2eaeb139 [2021-04-16T06:12:29.584Z] [2021-04-16T06:12:29.864Z] Successfully built 684e2eaeb139 [2021-04-16T06:12:30.141Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-16T06:12:40.328Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4d984edb5275 [2021-04-16T06:12:40.328Z] ---> 473620ff907e [2021-04-16T06:12:40.328Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T06:12:40.328Z] ---> Running in 5efe9114fd48 [2021-04-16T06:12:40.328Z] 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 [2021-04-16T06:12:42.927Z] Removing intermediate container 5efe9114fd48 [2021-04-16T06:12:42.927Z] ---> 9472d3e4aa56 [2021-04-16T06:12:42.927Z] [2021-04-16T06:12:42.927Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T06:12:42.927Z] Removing intermediate container 02b83a73b23a [2021-04-16T06:12:42.927Z] ---> 4931bc72bed6 [2021-04-16T06:12:42.927Z] [2021-04-16T06:12:42.927Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:12:42.927Z] ---> 13621d1b12d4 [2021-04-16T06:12:42.927Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T06:12:42.927Z] 20.10.0: Pulling from library/docker [2021-04-16T06:12:42.927Z] ---> Running in b65a7c6cbbd4 [2021-04-16T06:12:43.193Z] Removing intermediate container b65a7c6cbbd4 [2021-04-16T06:12:43.193Z] ---> 6f3e03b5e23d [2021-04-16T06:12:43.193Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T06:12:43.470Z] ---> Running in 0d23d5cb3f93 [2021-04-16T06:12:44.058Z] Removing intermediate container 0d23d5cb3f93 [2021-04-16T06:12:44.058Z] ---> befd3eec71b9 [2021-04-16T06:12:44.058Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T06:12:44.326Z] ---> Running in 8572ca9ab2ec [2021-04-16T06:12:44.601Z] Removing intermediate container 8572ca9ab2ec [2021-04-16T06:12:44.601Z] ---> 6362a7d44da8 [2021-04-16T06:12:44.601Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:12:44.882Z] ---> Running in 3b09a087c1b2 [2021-04-16T06:12:46.392Z] Removing intermediate container 3b09a087c1b2 [2021-04-16T06:12:46.392Z] ---> 92827c0e8b98 [2021-04-16T06:12:46.392Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T06:12:46.393Z] ---> Running in 41f89579d08b [2021-04-16T06:12:47.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:48.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:48.409Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:12:48.672Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T06:12:48.672Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T06:12:48.672Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T06:12:49.253Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T06:12:49.253Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T06:12:49.253Z] ---> aefe523efa57 [2021-04-16T06:12:49.253Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:12:49.518Z] ---> Running in 0f59f76c85bb [2021-04-16T06:12:49.518Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T06:12:49.518Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T06:12:49.791Z] Removing intermediate container 0f59f76c85bb [2021-04-16T06:12:49.791Z] ---> f478302d8704 [2021-04-16T06:12:49.791Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T06:12:49.791Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:12:49.791Z] OK: 8 MiB in 20 packages [2021-04-16T06:12:49.791Z] ---> Running in f36834e7d537 [2021-04-16T06:12:50.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:50.377Z] Removing intermediate container 41f89579d08b [2021-04-16T06:12:50.377Z] ---> 606cff0e6efa [2021-04-16T06:12:50.377Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:12:50.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-16T06:12:50.640Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T06:12:50.640Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T06:12:50.640Z] Executing bash-5.0.17-r0.post-install [2021-04-16T06:12:50.903Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:12:50.903Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T06:12:50.903Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T06:12:50.903Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T06:12:50.903Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T06:12:50.903Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T06:12:50.903Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T06:12:50.903Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T06:12:50.903Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T06:12:50.903Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T06:12:50.903Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T06:12:51.863Z] ---> 76d3f82effd0 [2021-04-16T06:12:51.863Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T06:12:56.103Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T06:12:56.103Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T06:12:56.103Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T06:12:56.103Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T06:12:56.103Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T06:12:56.103Z] ---> 60a862bec7cb [2021-04-16T06:12:56.103Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T06:12:56.103Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T06:12:56.103Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T06:12:56.103Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T06:12:56.103Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T06:12:56.103Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T06:12:56.103Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T06:12:56.103Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T06:12:56.103Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T06:12:56.103Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T06:12:56.103Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T06:12:56.103Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T06:12:56.103Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T06:12:56.103Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T06:12:56.103Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T06:12:57.061Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T06:12:57.061Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T06:12:57.061Z] ---> 6daac8e9bdcb [2021-04-16T06:12:57.061Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T06:12:57.061Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T06:12:57.061Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T06:12:57.061Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T06:12:57.061Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T06:12:57.061Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-16T06:12:57.061Z] ---> Running in d556519103f4 [2021-04-16T06:12:57.061Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:12:57.061Z] OK: 72 MiB in 59 packages [2021-04-16T06:12:57.638Z] Removing intermediate container d556519103f4 [2021-04-16T06:12:57.638Z] ---> 39c856980dfe [2021-04-16T06:12:57.638Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:12:57.912Z] ---> Running in bcad8d643b6a [2021-04-16T06:12:57.912Z] Removing intermediate container bcad8d643b6a [2021-04-16T06:12:57.912Z] ---> e639d8c519d2 [2021-04-16T06:12:57.912Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:12:58.175Z] ---> Running in 63dc891504d6 [2021-04-16T06:12:58.175Z] Collecting docker-compose==1.23.2 [2021-04-16T06:12:58.175Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T06:12:58.175Z] Removing intermediate container 63dc891504d6 [2021-04-16T06:12:58.175Z] ---> 618a1f4dff8f [2021-04-16T06:12:58.175Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:12:58.440Z] ---> Running in 38f2e0739e19 [2021-04-16T06:12:58.702Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T06:12:58.703Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T06:12:59.276Z] Removing intermediate container 38f2e0739e19 [2021-04-16T06:12:59.276Z] ---> 33cd88f79ad4 [2021-04-16T06:12:59.276Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:12:59.539Z] ---> Running in 1c7788d4a304 [2021-04-16T06:12:59.539Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T06:12:59.539Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T06:12:59.539Z] Collecting docopt<0.7,>=0.6.1 [2021-04-16T06:12:59.539Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T06:12:59.539Z] Removing intermediate container 1c7788d4a304 [2021-04-16T06:12:59.539Z] ---> df09b10f5a3f [2021-04-16T06:12:59.539Z] [2021-04-16T06:12:59.803Z] Successfully built df09b10f5a3f [2021-04-16T06:12:59.803Z] Successfully tagged docker-core-data-go:latest [2021-04-16T06:13:00.381Z]  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 [2021-04-16T06:13:00.381Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T06:13:01.332Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T06:13:01.332Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T06:13:01.908Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T06:13:01.908Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T06:13:01.908Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T06:13:01.908Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T06:13:01.908Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-16T06:13:02.171Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T06:13:02.171Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T06:13:02.171Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T06:13:02.171Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T06:13:02.747Z] Collecting idna<2.8,>=2.5 [2021-04-16T06:13:02.747Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T06:13:02.747Z] 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) [2021-04-16T06:13:02.747Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T06:13:02.747Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T06:13:03.012Z] 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) [2021-04-16T06:13:03.012Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T06:13:03.012Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T06:13:03.013Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T06:13:03.013Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T06:13:03.013Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T06:13:03.013Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T06:13:03.277Z] Installing collected packages: idna, urllib3, requests, websocket-client, docopt, PyYAML, dockerpty, jsonschema, docker-pycreds, docker, cached-property, texttable, docker-compose [2021-04-16T06:13:03.277Z] Attempting uninstall: idna [2021-04-16T06:13:03.277Z] Found existing installation: idna 2.9 [2021-04-16T06:13:03.277Z] Uninstalling idna-2.9: [2021-04-16T06:13:03.277Z] Successfully uninstalled idna-2.9 [2021-04-16T06:13:03.544Z] Attempting uninstall: urllib3 [2021-04-16T06:13:03.544Z] Found existing installation: urllib3 1.25.9 [2021-04-16T06:13:03.544Z] Uninstalling urllib3-1.25.9: [2021-04-16T06:13:03.544Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T06:13:03.544Z] Attempting uninstall: requests [2021-04-16T06:13:03.544Z] Found existing installation: requests 2.23.0 [2021-04-16T06:13:03.544Z] Uninstalling requests-2.23.0: [2021-04-16T06:13:03.544Z] Successfully uninstalled requests-2.23.0 [2021-04-16T06:13:03.813Z] Running setup.py install for docopt: started [2021-04-16T06:13:04.386Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T06:13:04.386Z] Running setup.py install for PyYAML: started [2021-04-16T06:13:04.962Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T06:13:04.962Z] Running setup.py install for dockerpty: started [2021-04-16T06:13:05.550Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T06:13:05.814Z] Running setup.py install for texttable: started [2021-04-16T06:13:06.405Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T06:13:06.669Z] 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 [2021-04-16T06:13:14.900Z] Removing intermediate container f36834e7d537 [2021-04-16T06:13:14.900Z] ---> dbbbbd63cf63 [2021-04-16T06:13:14.900Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T06:13:14.900Z] ---> Running in 67e51bf60db0 [2021-04-16T06:13:14.900Z] Removing intermediate container 67e51bf60db0 [2021-04-16T06:13:14.900Z] ---> 700d6b8a40a1 [2021-04-16T06:13:14.900Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T06:13:14.900Z] ---> Running in 894bfac467f0 [2021-04-16T06:13:14.900Z] Removing intermediate container 894bfac467f0 [2021-04-16T06:13:14.900Z] ---> e9b4bf33ff67 [2021-04-16T06:13:14.900Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T06:13:14.900Z] ---> bd563c8b73c7 [2021-04-16T06:13:14.900Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T06:13:15.163Z] ---> ab10b283ceb6 [2021-04-16T06:13:15.163Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T06:13:15.426Z] ---> 30c7e690d602 [2021-04-16T06:13:15.426Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T06:13:15.426Z] ---> Running in 349529ef37c1 [2021-04-16T06:13:15.689Z] Removing intermediate container 349529ef37c1 [2021-04-16T06:13:15.689Z] ---> 97b81af6fe69 [2021-04-16T06:13:15.689Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:13:15.689Z] ---> Running in 71e178777990 [2021-04-16T06:13:15.951Z] Removing intermediate container 71e178777990 [2021-04-16T06:13:15.951Z] ---> 3503b3217d3c [2021-04-16T06:13:15.951Z] Step 21/23 : LABEL arch=x86_64 [2021-04-16T06:13:15.951Z] ---> Running in 524799773f5c [2021-04-16T06:13:16.215Z] Removing intermediate container 524799773f5c [2021-04-16T06:13:16.215Z] ---> 0a7fc290f7f9 [2021-04-16T06:13:16.215Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:13:16.215Z] ---> Running in 1b8fca1d42c6 [2021-04-16T06:13:16.478Z] Removing intermediate container 1b8fca1d42c6 [2021-04-16T06:13:16.478Z] ---> dff164bcff21 [2021-04-16T06:13:16.478Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:13:16.478Z] ---> Running in 82eb0e8d1c1f [2021-04-16T06:13:16.478Z] Removing intermediate container 82eb0e8d1c1f [2021-04-16T06:13:16.478Z] ---> 1af1ed72ad3e [2021-04-16T06:13:16.478Z] [2021-04-16T06:13:16.743Z] Successfully built 1af1ed72ad3e [2021-04-16T06:13:16.743Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-16T06:13:17.015Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-16T06:13:17.055Z] $ docker stop --time=1 b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 [2021-04-16T06:13:18.790Z] $ docker rm -f b28a2f1e113299901b7536199d0746f3ab1dd2ef1c14ec63f5ea5ca038f18616 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:13:19.356Z] + docker images [2021-04-16T06:13:19.357Z] + grep docker [2021-04-16T06:13:19.624Z] docker-sys-mgmt-agent-go latest 1af1ed72ad3e 3 seconds ago 312MB [2021-04-16T06:13:19.624Z] docker-core-data-go latest df09b10f5a3f 20 seconds ago 22.7MB [2021-04-16T06:13:19.624Z] docker-security-secretstore-setup-go latest 684e2eaeb139 50 seconds ago 25.9MB [2021-04-16T06:13:19.624Z] docker-security-proxy-setup-go latest be0ab8ad8bed 52 seconds ago 25.6MB [2021-04-16T06:13:19.624Z] docker-security-bootstrapper-go latest 25574b043d0e About a minute ago 19.1MB [2021-04-16T06:13:19.624Z] docker-core-metadata-go latest 49938113ec1e 2 minutes ago 19MB [2021-04-16T06:13:19.624Z] docker-core-command-go latest 06b815132bf1 2 minutes ago 17.3MB [2021-04-16T06:13:19.624Z] docker-support-notifications-go latest b79fbdc34e1d 2 minutes ago 18MB [2021-04-16T06:13:19.625Z] docker-support-scheduler-go latest 6ab35e00cf7f 2 minutes ago 17.4MB [2021-04-16T06:13:19.625Z] 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 [2021-04-16T06:13:35.212Z] Still waiting to schedule task [2021-04-16T06:13:35.212Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-16T06:13:47.009Z] gofmt -l . [2021-04-16T06:13:47.009Z] [ "`gofmt -l .`" = "" ] [2021-04-16T06:13:47.009Z] ./bin/test-go-mod-tidy.sh [2021-04-16T06:13:47.009Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-16T06:13:47.383Z] + ls -al . [2021-04-16T06:13:47.403Z] total 824 [2021-04-16T06:13:47.403Z] drwxrwxr-x 9 1001 1001 4096 Apr 16 06:13 . [2021-04-16T06:13:47.403Z] drwxr-xr-x 4 root root 4096 Apr 16 06:08 .. [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 11 Apr 16 06:07 .dockerignore [2021-04-16T06:13:47.403Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 .git [2021-04-16T06:13:47.403Z] drwxrwxr-x 3 1001 1001 4096 Apr 16 06:07 .github [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 818 Apr 16 06:07 .gitignore [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 166 Apr 16 06:07 .sonarcloud.properties [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:07 Attribution.txt [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:07 CONTRIBUTING.md [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 931 Apr 16 06:07 Dockerfile.build [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 863 Apr 16 06:07 Jenkinsfile [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:07 LICENSE [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:07 Makefile [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:07 README.md [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:07 SECURITY.md [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:07 ZMQWindows.md [2021-04-16T06:13:47.403Z] drwxrwxr-x 2 1001 1001 4096 Apr 16 06:07 bin [2021-04-16T06:13:47.403Z] drwxrwxr-x 14 1001 1001 4096 Apr 16 06:07 cmd [2021-04-16T06:13:47.403Z] -rw-r--r-- 1 root root 686607 Apr 16 06:12 coverage.out [2021-04-16T06:13:47.403Z] -rw-r--r-- 1 root root 1058 Apr 16 06:13 go.mod [2021-04-16T06:13:47.403Z] -rw-r--r-- 1 root root 22036 Apr 16 06:13 go.sum [2021-04-16T06:13:47.403Z] drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 internal [2021-04-16T06:13:47.403Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 openapi [2021-04-16T06:13:47.403Z] drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 snap [2021-04-16T06:13:47.403Z] -rw-rw-r-- 1 1001 1001 168 Apr 16 06:07 version.go [Pipeline] sh [2021-04-16T06:13:48.065Z] + '[' -e coverage.out ] [2021-04-16T06:13:48.065Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-16T06:13:48.107Z] Warning: overwriting stash ‘coverage-report’ [2021-04-16T06:13:49.015Z] Stashed 1 file(s) [Pipeline] sh [2021-04-16T06:13:49.362Z] + make build [2021-04-16T06:13:49.637Z] 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 [2021-04-16T06:13:59.780Z] 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 [2021-04-16T06:14:26.791Z] 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 [2021-04-16T06:14:31.083Z] 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 [2021-04-16T06:14:37.796Z] 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 [2021-04-16T06:14:37.796Z] 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 [2021-04-16T06:14:43.197Z] 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 [2021-04-16T06:14:49.906Z] 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 [2021-04-16T06:14:55.304Z] 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 [2021-04-16T06:15:00.701Z] 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 [2021-04-16T06:15:05.057Z] 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 [2021-04-16T06:15:09.382Z] 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 [2021-04-16T06:15:09.802Z] Running on prd-ubuntu18.04-docker-8c-8g-450 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws [2021-04-16T06:15:09.860Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-04-16T06:15:12.301Z] using credential edgex-jenkins-ssh [2021-04-16T06:15:12.315Z] Cloning the remote Git repository [2021-04-16T06:15:12.341Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:15:12.416Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-04-16T06:15:12.443Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:15:12.443Z] > git --version # timeout=10 [2021-04-16T06:15:12.456Z] > git --version # 'git version 2.17.1' [2021-04-16T06:15:12.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:15:12.482Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [2021-04-16T06:15:16.140Z] $ docker stop --time=1 c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de [2021-04-16T06:15:18.590Z] $ docker rm -f c2f8dfbd8da7ce2467823243fb3f2cb13f14b3f5d24751bf3325911cda77b7de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:20.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:20.465Z] [2021-04-16T06:15:20.465Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:20.864Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:20.864Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-16T06:15:20.864Z] 29e5d40040c1: Pulling fs layer [2021-04-16T06:15:20.864Z] 1ce36da41761: Pulling fs layer [2021-04-16T06:15:20.864Z] 25b303627fd3: Pulling fs layer [2021-04-16T06:15:21.137Z] 29e5d40040c1: Verifying Checksum [2021-04-16T06:15:21.137Z] 29e5d40040c1: Download complete [2021-04-16T06:15:21.409Z] 1ce36da41761: Verifying Checksum [2021-04-16T06:15:21.409Z] 1ce36da41761: Download complete [2021-04-16T06:15:21.681Z] 29e5d40040c1: Pull complete [2021-04-16T06:15:23.111Z] 1ce36da41761: Pull complete [2021-04-16T06:15:23.387Z] 25b303627fd3: Verifying Checksum [2021-04-16T06:15:23.387Z] 25b303627fd3: Download complete [2021-04-16T06:15:33.544Z] 25b303627fd3: Pull complete [2021-04-16T06:15:33.544Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-16T06:15:33.544Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:33.544Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-16T06:15:33.835Z] prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container [2021-04-16T06:15:33.907Z] $ 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 [2021-04-16T06:15:35.702Z] Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:15:35.879Z] Merge succeeded, producing 4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:15:35.879Z] Checking out Revision 4b907205ea5357faa7e3690f4c5ba94685b35400 (PR-3372) [2021-04-16T06:15:35.181Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:15:35.189Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-16T06:15:35.216Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-16T06:15:35.235Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-16T06:15:35.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:15:35.241Z] > 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 [2021-04-16T06:15:35.718Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:15:35.723Z] > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 [2021-04-16T06:15:35.853Z] > git remote # timeout=10 [2021-04-16T06:15:35.858Z] > git config --get remote.origin.url # timeout=10 [2021-04-16T06:15:35.863Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-16T06:15:35.866Z] > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 [2021-04-16T06:15:35.877Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-16T06:15:35.886Z] > git config core.sparsecheckout # timeout=10 [2021-04-16T06:15:35.889Z] > git checkout -f 4b907205ea5357faa7e3690f4c5ba94685b35400 # timeout=10 [2021-04-16T06:15:36.925Z] $ docker top 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:15:37.893Z] + docker-compose build --help [2021-04-16T06:15:37.893Z] + grep parallel [2021-04-16T06:15:39.568Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [2021-04-16T06:15:39.598Z] > git --version # timeout=10 [2021-04-16T06:15:39.604Z] > git --version # 'git version 2.17.1' [2021-04-16T06:15:39.609Z] fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:15:40.606Z] + echo snap-build.sh [2021-04-16T06:15:40.606Z] snap-build.sh [2021-04-16T06:15:40.606Z] + SNAP_BASE_DIR=. [2021-04-16T06:15:40.606Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-04-16T06:15:40.606Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-04-16T06:15:40.606Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-04-16T06:15:40.606Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-04-16T06:15:40.606Z] + cd /w/workspace/edgex-go/1 [2021-04-16T06:15:40.606Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-04-16T06:15:40.606Z] Reading package lists... [2021-04-16T06:15:40.873Z] Building dependency tree... [2021-04-16T06:15:40.873Z] Reading state information... [2021-04-16T06:15:40.873Z] The following packages were automatically installed and are no longer required: [2021-04-16T06:15:40.873Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-04-16T06:15:40.873Z] uidmap xdelta3 [2021-04-16T06:15:40.873Z] Use 'sudo apt autoremove' to remove them. [2021-04-16T06:15:41.137Z] The following packages will be REMOVED: [2021-04-16T06:15:41.137Z] lxd* lxd-client* [2021-04-16T06:15:41.274Z] --parallel Build images in parallel. [2021-04-16T06:15:41.401Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-04-16T06:15:41.401Z] After this operation, 31.7 MB disk space will be freed. [Pipeline] } [2021-04-16T06:15:41.575Z] $ docker stop --time=1 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 [2021-04-16T06:15:42.459Z] (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.) [2021-04-16T06:15:42.459Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:15:43.408Z] Removing lxd dnsmasq configuration [2021-04-16T06:15:43.408Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:15:43.495Z] $ docker rm -f 8e09e13ff407a6e380c1cd764587c5c555b5ca3f2bac04351e3fe3a21c262c52 [2021-04-16T06:15:43.669Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:15:44.247Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-04-16T06:15:44.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-16T06:15:44.402Z] . [Pipeline] withDockerContainer [2021-04-16T06:15:44.509Z] (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.) [2021-04-16T06:15:44.509Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-04-16T06:15:44.642Z] prd-ubuntu18.04-docker-arm64-4c-16g-441 does not seem to be running inside a container [2021-04-16T06:15:44.711Z] $ 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 [2021-04-16T06:15:45.902Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-04-16T06:15:45.956Z] $ docker top f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce -eo pid,comm [2021-04-16T06:15:46.172Z] Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] { [Pipeline] sh [2021-04-16T06:15:47.155Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-16T06:15:47.565Z] + sudo snap remove --purge lxd [2021-04-16T06:15:47.830Z] snap "lxd" is not installed [2021-04-16T06:15:47.830Z] + sudo groupadd --force --system lxd [2021-04-16T06:15:47.830Z] ++ whoami [2021-04-16T06:15:47.830Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-04-16T06:15:48.091Z] + newgrp - lxd [2021-04-16T06:15:48.091Z] + sudo snap install lxd [2021-04-16T06:15:51.462Z] Building docker-core-command-go ... [2021-04-16T06:15:51.463Z] Building docker-core-data-go ... [2021-04-16T06:15:51.463Z] Building docker-core-metadata-go ... [2021-04-16T06:15:51.463Z] Building docker-security-bootstrapper-go ... [2021-04-16T06:15:51.463Z] Building docker-security-proxy-setup-go ... [2021-04-16T06:15:51.463Z] Building docker-security-secretstore-setup-go ... [2021-04-16T06:15:51.463Z] Building docker-support-notifications-go ... [2021-04-16T06:15:51.463Z] Building docker-support-scheduler-go ... [2021-04-16T06:15:51.463Z] Building docker-sys-mgmt-agent-go ... [2021-04-16T06:15:51.463Z] Building docker-sys-mgmt-agent-go [2021-04-16T06:15:51.463Z] Building docker-support-scheduler-go [2021-04-16T06:15:51.463Z] Building docker-security-proxy-setup-go [2021-04-16T06:15:51.463Z] Building docker-core-command-go [2021-04-16T06:15:51.463Z] Building docker-core-metadata-go [2021-04-16T06:16:34.839Z] error: cannot perform the following tasks: [2021-04-16T06:16:34.840Z] - 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] } [2021-04-16T06:16:35.479Z] Failed in branch amd64 [2021-04-16T06:17:13.217Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:13.217Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:13.218Z] ---> da075f80360c [2021-04-16T06:17:13.218Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:13.218Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:13.218Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:13.218Z] ---> da075f80360c [2021-04-16T06:17:13.218Z] Step 3/21 : WORKDIR /edgex-go [2021-04-16T06:17:13.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:13.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:13.218Z] ---> da075f80360c [2021-04-16T06:17:13.218Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:13.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:13.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:13.218Z] ---> da075f80360c [2021-04-16T06:17:13.218Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:17:13.218Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:17:13.218Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:17:13.218Z] ---> da075f80360c [2021-04-16T06:17:13.218Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:17:13.218Z] ---> Running in b1b05fe9482b [2021-04-16T06:17:13.218Z] ---> Running in 3671bb416666 [2021-04-16T06:17:13.218Z] ---> Running in 7f9d205d48cc [2021-04-16T06:17:13.218Z] ---> Running in 6a544b3f54cd [2021-04-16T06:17:13.218Z] ---> Running in 0d82096cf49e [2021-04-16T06:17:13.218Z] Removing intermediate container 3671bb416666 [2021-04-16T06:17:13.218Z] ---> 3363ead771e5 [2021-04-16T06:17:13.218Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:13.218Z] Removing intermediate container 0d82096cf49e [2021-04-16T06:17:13.218Z] ---> 2c2447d5d93b [2021-04-16T06:17:13.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:13.218Z] Removing intermediate container b1b05fe9482b [2021-04-16T06:17:13.218Z] ---> 233d3f78852e [2021-04-16T06:17:13.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:13.218Z] Removing intermediate container 7f9d205d48cc [2021-04-16T06:17:13.218Z] ---> c21f2261904f [2021-04-16T06:17:13.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:13.218Z] Removing intermediate container 6a544b3f54cd [2021-04-16T06:17:13.218Z] ---> 078d17db32cc [2021-04-16T06:17:13.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:17:13.218Z] ---> Running in 3e7c56d445e8 [2021-04-16T06:17:13.218Z] ---> Running in 7411d4328362 [2021-04-16T06:17:13.218Z] ---> Running in abd0d5760804 [2021-04-16T06:17:13.218Z] ---> Running in ea31297b5a86 [2021-04-16T06:17:13.218Z] ---> Running in b6605e22a45c [2021-04-16T06:17:13.218Z] Removing intermediate container 3e7c56d445e8 [2021-04-16T06:17:13.218Z] ---> a17d64153c58 [2021-04-16T06:17:13.218Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-16T06:17:13.218Z] ---> Running in 408314ca6176 [2021-04-16T06:17:13.218Z] Removing intermediate container abd0d5760804 [2021-04-16T06:17:13.218Z] ---> ba2837644eba [2021-04-16T06:17:13.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:17:13.218Z] ---> Running in 1a6ba5d335f2 [2021-04-16T06:17:13.218Z] Removing intermediate container ea31297b5a86 [2021-04-16T06:17:13.218Z] ---> f53af0427d16 [2021-04-16T06:17:13.218Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-16T06:17:13.218Z] Removing intermediate container 7411d4328362 [2021-04-16T06:17:13.218Z] ---> e40aad5434b8 [2021-04-16T06:17:13.218Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-16T06:17:13.218Z] Removing intermediate container b6605e22a45c [2021-04-16T06:17:13.218Z] ---> 46c20a6788bf [2021-04-16T06:17:13.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-16T06:17:13.218Z] ---> Running in 44b09ec23a53 [2021-04-16T06:17:13.218Z] ---> Running in 904bdcb87a57 [2021-04-16T06:17:13.218Z] ---> Running in a1bfdd8d0ed6 [2021-04-16T06:17:13.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:13.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.658Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:14.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:14.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:17:15.221Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:15.831Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:16.106Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:16.106Z] OK: 217 MiB in 51 packages [2021-04-16T06:17:16.707Z] Removing intermediate container 408314ca6176 [2021-04-16T06:17:16.707Z] ---> 2cc831ba21b9 [2021-04-16T06:17:16.707Z] Step 6/22 : COPY go.mod . [2021-04-16T06:17:17.312Z] Removing intermediate container 1a6ba5d335f2 [2021-04-16T06:17:17.312Z] ---> 71000eddb1cc [2021-04-16T06:17:17.312Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:17.589Z] Removing intermediate container 44b09ec23a53 [2021-04-16T06:17:17.589Z] ---> bf24b57ee769 [2021-04-16T06:17:17.589Z] Step 6/21 : COPY go.mod . [2021-04-16T06:17:17.865Z] ---> 46808376cad2 [2021-04-16T06:17:17.865Z] Step 7/22 : RUN go mod download [2021-04-16T06:17:18.141Z] ---> Running in 077c544187f2 [2021-04-16T06:17:18.141Z] Removing intermediate container 904bdcb87a57 [2021-04-16T06:17:18.141Z] ---> 0275d7c77518 [2021-04-16T06:17:18.141Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:18.417Z] Removing intermediate container a1bfdd8d0ed6 [2021-04-16T06:17:18.417Z] ---> 37f12bbc9946 [2021-04-16T06:17:18.417Z] Step 6/23 : COPY go.mod . [2021-04-16T06:17:18.417Z] ---> 6e2e574a9fe1 [2021-04-16T06:17:18.417Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:18.692Z] ---> Running in 8cf51a9fcecf [2021-04-16T06:17:18.692Z] ---> 23fb659077dd [2021-04-16T06:17:18.692Z] Step 7/21 : RUN go mod download [2021-04-16T06:17:19.297Z] ---> Running in d8eecd9a1276 [2021-04-16T06:17:19.297Z] ---> 64e4ad90e583 [2021-04-16T06:17:19.297Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:19.610Z] ---> Running in 0c1360b17c43 [2021-04-16T06:17:19.887Z] ---> c80991bb6970 [2021-04-16T06:17:19.887Z] Step 7/23 : RUN go mod download [2021-04-16T06:17:20.164Z] ---> Running in c548d108ffa6 [2021-04-16T06:17:22.831Z] Removing intermediate container 077c544187f2 [2021-04-16T06:17:22.831Z] ---> 3e74c03bec1d [2021-04-16T06:17:22.831Z] Step 8/22 : COPY . . [2021-04-16T06:17:23.435Z] Removing intermediate container 8cf51a9fcecf [2021-04-16T06:17:23.435Z] ---> 0d1486193042 [2021-04-16T06:17:23.435Z] Step 8/23 : COPY . . [2021-04-16T06:17:24.039Z] Removing intermediate container d8eecd9a1276 [2021-04-16T06:17:24.039Z] ---> d06783f92720 [2021-04-16T06:17:24.039Z] Step 8/21 : COPY . . [2021-04-16T06:17:24.650Z] Removing intermediate container 0c1360b17c43 [2021-04-16T06:17:24.650Z] ---> 29a71c83cbda [2021-04-16T06:17:24.650Z] Step 8/23 : COPY . . [2021-04-16T06:17:25.637Z] Removing intermediate container c548d108ffa6 [2021-04-16T06:17:25.637Z] ---> bd1dd9db3ef0 [2021-04-16T06:17:25.637Z] Step 8/23 : COPY . . [2021-04-16T06:17:52.494Z] ---> 32d3a1961678 [2021-04-16T06:17:52.494Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-16T06:17:52.494Z] ---> 32eee90cf5dd [2021-04-16T06:17:52.494Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-16T06:17:52.494Z] ---> Running in 94ca1fce69a3 [2021-04-16T06:17:52.494Z] ---> a619e10e37b1 [2021-04-16T06:17:52.494Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-16T06:17:52.494Z] ---> 417997f511f1 [2021-04-16T06:17:52.494Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-16T06:17:52.494Z] ---> Running in 6db7994525af [2021-04-16T06:17:52.494Z] ---> Running in fe55b6858af2 [2021-04-16T06:17:52.494Z] ---> Running in ef7b93d5636f [2021-04-16T06:17:52.494Z] ---> c10508e8190c [2021-04-16T06:17:52.494Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-16T06:17:52.494Z] ---> Running in 61e18fd45cd1 [2021-04-16T06:17:52.494Z] 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 [2021-04-16T06:17:52.494Z] 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 [2021-04-16T06:17:52.772Z] 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 [2021-04-16T06:17:52.772Z] 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 [2021-04-16T06:17:53.051Z] 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 [2021-04-16T06:19:29.886Z] 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 [2021-04-16T06:19:48.260Z] Removing intermediate container ef7b93d5636f [2021-04-16T06:19:48.260Z] ---> 013f62aa50f6 [2021-04-16T06:19:48.260Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-16T06:19:48.260Z] Removing intermediate container 6db7994525af [2021-04-16T06:19:48.260Z] ---> 35ef9c50d7c4 [2021-04-16T06:19:48.260Z] [2021-04-16T06:19:48.260Z] Step 10/21 : FROM alpine:3.12 [2021-04-16T06:19:48.260Z] 3.12: Pulling from library/alpine [2021-04-16T06:19:48.260Z] ---> Running in 1f49e7a6620c [2021-04-16T06:19:48.260Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-16T06:19:48.260Z] Status: Downloaded newer image for alpine:3.12 [2021-04-16T06:19:48.260Z] ---> 9852663dfa18 [2021-04-16T06:19:48.260Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-16T06:19:48.260Z] 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 [2021-04-16T06:19:48.541Z] ---> Running in bb99bc57ade3 [2021-04-16T06:19:51.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:51.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:51.457Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-16T06:19:51.748Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:19:51.749Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-16T06:19:51.749Z] (4/4) Installing curl (7.76.1-r0) [2021-04-16T06:19:51.749Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:51.749Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:19:52.022Z] OK: 7 MiB in 18 packages [2021-04-16T06:19:53.471Z] Removing intermediate container 94ca1fce69a3 [2021-04-16T06:19:53.471Z] ---> b026ec08aad8 [2021-04-16T06:19:53.471Z] [2021-04-16T06:19:53.471Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:19:53.471Z] ---> 9852663dfa18 [2021-04-16T06:19:53.471Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:19:53.748Z] Removing intermediate container 61e18fd45cd1 [2021-04-16T06:19:53.748Z] ---> 6772209cbc5b [2021-04-16T06:19:53.748Z] [2021-04-16T06:19:53.748Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:19:53.748Z] ---> 9852663dfa18 [2021-04-16T06:19:53.748Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:19:54.043Z] ---> Running in 8419a096dabd [2021-04-16T06:19:54.043Z] ---> Running in 9f353783a192 [2021-04-16T06:19:55.494Z] Removing intermediate container 1f49e7a6620c [2021-04-16T06:19:55.494Z] ---> 4faca4864586 [2021-04-16T06:19:55.494Z] [2021-04-16T06:19:55.494Z] Step 11/23 : FROM docker:20.10.0 [2021-04-16T06:19:55.494Z] 20.10.0: Pulling from library/docker [2021-04-16T06:19:55.776Z] Removing intermediate container bb99bc57ade3 [2021-04-16T06:19:55.776Z] ---> 8bffc3ecd845 [2021-04-16T06:19:55.776Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:19:55.776Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:56.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:56.059Z] ---> Running in 2edf46a9b585 [2021-04-16T06:19:56.059Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:56.337Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:19:56.945Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:19:56.945Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:56.945Z] OK: 5 MiB in 15 packages [2021-04-16T06:19:56.945Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:19:56.945Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:19:56.945Z] OK: 5 MiB in 15 packages [2021-04-16T06:19:57.549Z] Removing intermediate container 2edf46a9b585 [2021-04-16T06:19:57.549Z] ---> 91c88234b9ff [2021-04-16T06:19:57.549Z] Step 13/21 : WORKDIR /edgex [2021-04-16T06:19:59.540Z] ---> Running in 90a84245ae57 [2021-04-16T06:20:00.138Z] Removing intermediate container fe55b6858af2 [2021-04-16T06:20:00.138Z] ---> 7dc478f557fd [2021-04-16T06:20:00.138Z] [2021-04-16T06:20:00.138Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:20:00.138Z] ---> 9852663dfa18 [2021-04-16T06:20:00.138Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-16T06:20:01.367Z] Removing intermediate container 90a84245ae57 [2021-04-16T06:20:01.367Z] ---> b5069e51f451 [2021-04-16T06:20:01.367Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-16T06:20:01.367Z] ---> Running in f4ff04718154 [2021-04-16T06:20:01.367Z] Removing intermediate container 8419a096dabd [2021-04-16T06:20:01.367Z] ---> ccf69b4aecb8 [2021-04-16T06:20:01.367Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:20:01.367Z] Removing intermediate container 9f353783a192 [2021-04-16T06:20:01.367Z] ---> 3a4dd3c7232f [2021-04-16T06:20:01.639Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:20:01.639Z] ---> Running in f5b098ec47f1 [2021-04-16T06:20:01.639Z] ---> Running in 02ede700b88f [2021-04-16T06:20:01.917Z] Removing intermediate container f5b098ec47f1 [2021-04-16T06:20:01.917Z] ---> ff7b4ff74639 [2021-04-16T06:20:01.917Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-16T06:20:01.917Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:02.191Z] Removing intermediate container 02ede700b88f [2021-04-16T06:20:02.191Z] ---> ac4ef66dd9f2 [2021-04-16T06:20:02.191Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-16T06:20:02.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:02.191Z] ---> dd4853530ee9 [2021-04-16T06:20:02.191Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-16T06:20:02.191Z] ---> Running in a1fd4c2d765e [2021-04-16T06:20:02.466Z] ---> Running in 2a78b328cec3 [2021-04-16T06:20:02.743Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-16T06:20:02.743Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:20:02.743Z] OK: 5 MiB in 15 packages [2021-04-16T06:20:03.342Z] Removing intermediate container a1fd4c2d765e [2021-04-16T06:20:03.342Z] ---> de6f39fee44e [2021-04-16T06:20:03.342Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:20:03.613Z] Removing intermediate container 2a78b328cec3 [2021-04-16T06:20:03.613Z] ---> 118a8cfe86be [2021-04-16T06:20:03.613Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:20:03.885Z] ---> Running in 7016c86d2f53 [2021-04-16T06:20:04.491Z] ---> Running in eb8d784aca6e [2021-04-16T06:20:04.765Z] ---> 95bd3daf461f [2021-04-16T06:20:04.765Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-16T06:20:04.765Z] Removing intermediate container 7016c86d2f53 [2021-04-16T06:20:04.765Z] ---> e3cfd82e77ea [2021-04-16T06:20:04.765Z] Step 15/23 : WORKDIR / [2021-04-16T06:20:05.046Z] ---> Running in a0af570f706d [2021-04-16T06:20:05.046Z] Removing intermediate container eb8d784aca6e [2021-04-16T06:20:05.046Z] ---> c360b7537eb9 [2021-04-16T06:20:05.322Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:20:05.322Z] Removing intermediate container f4ff04718154 [2021-04-16T06:20:05.322Z] ---> 512ceed9c07d [2021-04-16T06:20:05.322Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:20:05.922Z] ---> Running in 2a5e37bb1216 [2021-04-16T06:20:05.922Z] Removing intermediate container a0af570f706d [2021-04-16T06:20:05.922Z] ---> c10edbebca02 [2021-04-16T06:20:05.922Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:20:06.939Z] Removing intermediate container 2a5e37bb1216 [2021-04-16T06:20:06.939Z] ---> 00167f13c627 [2021-04-16T06:20:06.939Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-16T06:20:06.939Z] ---> 7b22121a1f62 [2021-04-16T06:20:06.939Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-16T06:20:07.264Z] ---> Running in 0580dae16eda [2021-04-16T06:20:07.264Z] ---> d53147526b79 [2021-04-16T06:20:07.264Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-16T06:20:07.583Z] ---> a859da00bf6f [2021-04-16T06:20:07.583Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-16T06:20:07.583Z] ---> Running in 49543f1628a4 [2021-04-16T06:20:08.197Z] Removing intermediate container 0580dae16eda [2021-04-16T06:20:08.197Z] ---> e8c810d132e8 [2021-04-16T06:20:08.197Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-16T06:20:09.279Z] ---> Running in 245e4c2bd20f [2021-04-16T06:20:09.279Z] Removing intermediate container 49543f1628a4 [2021-04-16T06:20:09.279Z] ---> 7ff02569a3ee [2021-04-16T06:20:09.279Z] Step 18/21 : CMD ["--init=true"] [2021-04-16T06:20:09.565Z] ---> Running in 56934fb84686 [2021-04-16T06:20:09.565Z] ---> 8525a36dd8f2 [2021-04-16T06:20:09.565Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-16T06:20:10.159Z] Removing intermediate container 245e4c2bd20f [2021-04-16T06:20:10.159Z] ---> 3520c5379fa8 [2021-04-16T06:20:10.159Z] Step 15/23 : WORKDIR / [2021-04-16T06:20:10.159Z] ---> 49c8c033f5e6 [2021-04-16T06:20:10.159Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-16T06:20:10.159Z] ---> Running in 2d496cc49f31 [2021-04-16T06:20:10.437Z] Removing intermediate container 56934fb84686 [2021-04-16T06:20:10.437Z] ---> 2f7a3dc19186 [2021-04-16T06:20:10.437Z] Step 19/21 : LABEL arch=arm64 [2021-04-16T06:20:10.709Z] ---> Running in 1c55009c18ac [2021-04-16T06:20:10.709Z] ---> 8bc3753e7aad [2021-04-16T06:20:10.709Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-16T06:20:10.981Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-16T06:20:10.981Z] ---> Running in bb88e3cf9d74 [2021-04-16T06:20:10.981Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-16T06:20:10.981Z] ---> eeaf43b92773 [2021-04-16T06:20:10.981Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:20:10.981Z] ---> 2ee9e4b6d734 [2021-04-16T06:20:10.981Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-16T06:20:11.256Z] Removing intermediate container 2d496cc49f31 [2021-04-16T06:20:11.256Z] ---> 7972b5f51633 [2021-04-16T06:20:11.256Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:20:11.256Z] ---> Running in bae134585d16 [2021-04-16T06:20:11.256Z] Removing intermediate container 1c55009c18ac [2021-04-16T06:20:11.256Z] ---> a09220201639 [2021-04-16T06:20:11.256Z] Step 20/21 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:20:11.256Z] ---> Running in 3d2827752827 [2021-04-16T06:20:11.536Z] ---> Running in 7487aebf6231 [2021-04-16T06:20:11.536Z] Removing intermediate container bb88e3cf9d74 [2021-04-16T06:20:11.536Z] ---> 68315deca3eb [2021-04-16T06:20:11.536Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:11.815Z] ---> Running in 3c4a5230a564 [2021-04-16T06:20:11.816Z] Removing intermediate container bae134585d16 [2021-04-16T06:20:11.816Z] ---> 4913b881bb39 [2021-04-16T06:20:11.816Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-16T06:20:12.092Z] Removing intermediate container 3d2827752827 [2021-04-16T06:20:12.092Z] ---> 8910deba8328 [2021-04-16T06:20:12.092Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:12.092Z] ---> Running in 2061eb7b9e61 [2021-04-16T06:20:12.092Z] ---> 1920c85f454e [2021-04-16T06:20:12.092Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-16T06:20:12.383Z] ---> Running in 8b5f2448a891 [2021-04-16T06:20:12.383Z] Removing intermediate container 7487aebf6231 [2021-04-16T06:20:12.383Z] ---> 4ac82081453a [2021-04-16T06:20:12.383Z] Step 21/21 : LABEL version=0.0.0 [2021-04-16T06:20:12.658Z] Removing intermediate container 3c4a5230a564 [2021-04-16T06:20:12.658Z] ---> 5bcdbc87b53c [2021-04-16T06:20:12.658Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T06:20:12.658Z] ---> Running in 0ac76fb44ab7 [2021-04-16T06:20:12.934Z] ---> Running in 0269c364ad12 [2021-04-16T06:20:13.208Z] Removing intermediate container 8b5f2448a891 [2021-04-16T06:20:13.208Z] ---> ae7463ff92e3 [2021-04-16T06:20:13.208Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:20:13.481Z] Removing intermediate container 0ac76fb44ab7 [2021-04-16T06:20:13.481Z] ---> 2567b11a07e8 [2021-04-16T06:20:13.481Z] [2021-04-16T06:20:13.755Z] ---> Running in 0935e44d41e9 [2021-04-16T06:20:13.755Z] Removing intermediate container 0269c364ad12 [2021-04-16T06:20:13.755Z] ---> 6b71be6427cc [2021-04-16T06:20:13.755Z] Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:20:14.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:14.033Z] ---> 8478023a58f7 [2021-04-16T06:20:14.033Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-16T06:20:14.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:20:14.033Z] ---> Running in 6f973edd5efb [2021-04-16T06:20:14.033Z] Successfully built 2567b11a07e8 [2021-04-16T06:20:14.313Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-16T06:20:14.313Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-16T06:20:14.586Z] Removing intermediate container 0935e44d41e9 [2021-04-16T06:20:14.586Z] ---> 0ad0c3077b5e [2021-04-16T06:20:14.586Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:20:14.586Z] (1/39) Installing readline (8.0.4-r0) [2021-04-16T06:20:14.586Z] (2/39) Installing bash (5.0.17-r0) [2021-04-16T06:20:14.586Z] Executing bash-5.0.17-r0.post-install [2021-04-16T06:20:14.586Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:20:14.586Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-16T06:20:14.863Z] (5/39) Installing curl (7.76.1-r0) [2021-04-16T06:20:14.863Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-16T06:20:14.863Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-16T06:20:14.863Z] (8/39) Installing expat (2.2.9-r1) [2021-04-16T06:20:14.863Z] (9/39) Installing libffi (3.3-r2) [2021-04-16T06:20:14.863Z] (10/39) Installing gdbm (1.13-r1) [2021-04-16T06:20:14.863Z] ---> Running in a14af02b96b9 [2021-04-16T06:20:14.863Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-16T06:20:14.863Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-16T06:20:14.863Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-16T06:20:14.863Z] Removing intermediate container 6f973edd5efb [2021-04-16T06:20:14.863Z] ---> 6b19033190af [2021-04-16T06:20:14.863Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:20:15.137Z] ---> 30ac2dada758 [2021-04-16T06:20:15.137Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-16T06:20:15.408Z] ---> Running in c63ea0a7edad [2021-04-16T06:20:16.002Z] ---> Running in 85fcdb4bc849 [2021-04-16T06:20:16.002Z] Removing intermediate container a14af02b96b9 [2021-04-16T06:20:16.002Z] ---> fe1c48fa9bcd [2021-04-16T06:20:16.003Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:20:16.979Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-16T06:20:16.979Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-16T06:20:16.979Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-16T06:20:16.979Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-16T06:20:16.979Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-16T06:20:16.979Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-16T06:20:16.979Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-16T06:20:16.979Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-16T06:20:16.979Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-16T06:20:16.979Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-16T06:20:16.979Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-16T06:20:17.250Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-16T06:20:17.251Z] Removing intermediate container c63ea0a7edad [2021-04-16T06:20:17.251Z] ---> 08e99ea03b2b [2021-04-16T06:20:17.251Z] [2021-04-16T06:20:17.251Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-16T06:20:17.251Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-16T06:20:17.251Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-16T06:20:17.251Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-16T06:20:17.251Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-16T06:20:17.251Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-16T06:20:17.251Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-16T06:20:17.251Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-16T06:20:17.251Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-16T06:20:17.251Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-16T06:20:17.251Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-16T06:20:17.251Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-16T06:20:17.251Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-16T06:20:17.251Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-16T06:20:17.526Z] Executing busybox-1.31.1-r19.trigger [2021-04-16T06:20:17.526Z] OK: 72 MiB in 59 packages [2021-04-16T06:20:17.799Z] Successfully built 08e99ea03b2b [2021-04-16T06:20:17.799Z] ---> Running in de0871f4d33a [2021-04-16T06:20:17.799Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-16T06:20:17.799Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2021-04-16T06:20:17.799Z] Removing intermediate container 85fcdb4bc849 [2021-04-16T06:20:17.799Z] ---> 4abc97952e23 [2021-04-16T06:20:17.799Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:20:18.393Z] ---> Running in 57ccebd01614 [2021-04-16T06:20:18.393Z] Removing intermediate container de0871f4d33a [2021-04-16T06:20:18.393Z] ---> a8cbf3ff5e33 [2021-04-16T06:20:18.393Z] [2021-04-16T06:20:18.996Z] Successfully built a8cbf3ff5e33 [2021-04-16T06:20:18.996Z] Removing intermediate container 57ccebd01614 [2021-04-16T06:20:18.996Z] ---> 45b6bb676dbe [2021-04-16T06:20:18.996Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:20:18.996Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-16T06:20:18.997Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-04-16T06:20:19.288Z] ---> Running in bc1d5e5030a5 [2021-04-16T06:20:19.886Z] Removing intermediate container bc1d5e5030a5 [2021-04-16T06:20:19.886Z] ---> 8ddc1213a243 [2021-04-16T06:20:19.886Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:20:20.480Z] ---> Running in 88f5cd5c7f87 [2021-04-16T06:20:21.916Z] Removing intermediate container 88f5cd5c7f87 [2021-04-16T06:20:21.916Z] ---> eecc18b3f268 [2021-04-16T06:20:21.916Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:20:22.510Z] Collecting docker-compose==1.23.2 [2021-04-16T06:20:22.783Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-16T06:20:23.061Z] ---> Running in 28c1cbd3cf68 [2021-04-16T06:20:24.509Z] Removing intermediate container 28c1cbd3cf68 [2021-04-16T06:20:24.509Z] ---> 9c09f27a4996 [2021-04-16T06:20:24.509Z] [2021-04-16T06:20:24.509Z] Collecting docopt<0.7,>=0.6.1 [2021-04-16T06:20:24.509Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-16T06:20:24.785Z] Successfully built 9c09f27a4996 [2021-04-16T06:20:24.785Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-16T06:20:24.785Z] Building docker-security-bootstrapper-go [2021-04-16T06:20:26.234Z]  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) [2021-04-16T06:20:26.505Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-16T06:20:26.505Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-16T06:20:27.489Z] Collecting PyYAML<4,>=3.10 [2021-04-16T06:20:27.489Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-16T06:20:30.868Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-16T06:20:30.869Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-16T06:20:33.488Z] Collecting docker<4.0,>=3.6.0 [2021-04-16T06:20:33.488Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-16T06:20:34.472Z] Collecting jsonschema<3,>=2.5.1 [2021-04-16T06:20:34.472Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-16T06:20:35.066Z] Collecting cached-property<2,>=1.2.0 [2021-04-16T06:20:35.066Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-16T06:20:36.501Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-16T06:20:36.501Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-16T06:20:36.774Z] Collecting texttable<0.10,>=0.9.0 [2021-04-16T06:20:36.774Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-16T06:20:38.748Z] Collecting docker-pycreds>=0.4.0 [2021-04-16T06:20:38.748Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-16T06:20:39.340Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-16T06:20:39.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-16T06:20:39.615Z] 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) [2021-04-16T06:20:39.615Z] 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) [2021-04-16T06:20:39.892Z] Collecting idna<2.8,>=2.5 [2021-04-16T06:20:39.892Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-16T06:20:39.892Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-16T06:20:39.892Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-16T06:20:39.892Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-16T06:20:39.892Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-16T06:20:40.876Z] Installing collected packages: docopt, websocket-client, PyYAML, dockerpty, urllib3, idna, requests, docker-pycreds, docker, jsonschema, cached-property, texttable, docker-compose [2021-04-16T06:20:41.152Z] Running setup.py install for docopt: started [2021-04-16T06:20:43.759Z] Running setup.py install for docopt: finished with status 'done' [2021-04-16T06:20:43.759Z] Running setup.py install for PyYAML: started [2021-04-16T06:20:46.381Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-16T06:20:46.381Z] Running setup.py install for dockerpty: started [2021-04-16T06:20:48.362Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-16T06:20:48.362Z] Attempting uninstall: urllib3 [2021-04-16T06:20:48.362Z] Found existing installation: urllib3 1.25.9 [2021-04-16T06:20:48.362Z] Uninstalling urllib3-1.25.9: [2021-04-16T06:20:48.637Z] Successfully uninstalled urllib3-1.25.9 [2021-04-16T06:20:49.232Z] Attempting uninstall: idna [2021-04-16T06:20:49.232Z] Found existing installation: idna 2.9 [2021-04-16T06:20:49.232Z] Uninstalling idna-2.9: [2021-04-16T06:20:49.232Z] Successfully uninstalled idna-2.9 [2021-04-16T06:20:49.835Z] Attempting uninstall: requests [2021-04-16T06:20:49.835Z] Found existing installation: requests 2.23.0 [2021-04-16T06:20:49.835Z] Uninstalling requests-2.23.0: [2021-04-16T06:20:50.111Z] Successfully uninstalled requests-2.23.0 [2021-04-16T06:20:51.565Z] Running setup.py install for texttable: started [2021-04-16T06:20:54.186Z] Running setup.py install for texttable: finished with status 'done' [2021-04-16T06:20:55.185Z] 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 [2021-04-16T06:21:00.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:21:00.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:21:00.617Z] ---> da075f80360c [2021-04-16T06:21:00.617Z] Step 3/23 : WORKDIR /edgex-go [2021-04-16T06:21:00.617Z] ---> Using cache [2021-04-16T06:21:00.617Z] ---> 078d17db32cc [2021-04-16T06:21:00.617Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:21:00.617Z] ---> Using cache [2021-04-16T06:21:00.617Z] ---> 46c20a6788bf [2021-04-16T06:21:00.617Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-16T06:21:04.049Z] ---> Running in 8a18d3b2e830 [2021-04-16T06:21:05.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:21:06.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:21:06.662Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:21:06.662Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:21:06.662Z] ---> da075f80360c [2021-04-16T06:21:06.662Z] Step 3/22 : WORKDIR /edgex-go [2021-04-16T06:21:06.662Z] ---> Using cache [2021-04-16T06:21:06.662Z] ---> 078d17db32cc [2021-04-16T06:21:06.662Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:21:06.662Z] ---> Using cache [2021-04-16T06:21:06.662Z] ---> 46c20a6788bf [2021-04-16T06:21:06.662Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-16T06:21:06.946Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:21:06.946Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:21:06.946Z] ---> da075f80360c [2021-04-16T06:21:06.946Z] Step 3/24 : WORKDIR /edgex-go [2021-04-16T06:21:06.946Z] ---> Using cache [2021-04-16T06:21:06.946Z] ---> 078d17db32cc [2021-04-16T06:21:06.946Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:21:06.946Z] ---> Using cache [2021-04-16T06:21:06.946Z] ---> 46c20a6788bf [2021-04-16T06:21:06.946Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-16T06:21:06.946Z] ---> Using cache [2021-04-16T06:21:06.946Z] ---> 37f12bbc9946 [2021-04-16T06:21:06.946Z] Step 6/24 : COPY go.mod . [2021-04-16T06:21:06.946Z] ---> Using cache [2021-04-16T06:21:06.946Z] ---> c80991bb6970 [2021-04-16T06:21:06.946Z] Step 7/24 : RUN go mod download [2021-04-16T06:21:06.946Z] ---> Using cache [2021-04-16T06:21:06.946Z] ---> bd1dd9db3ef0 [2021-04-16T06:21:06.946Z] Step 8/24 : COPY . . [2021-04-16T06:21:07.229Z] OK: 217 MiB in 51 packages [2021-04-16T06:21:07.508Z] ---> Using cache [2021-04-16T06:21:07.508Z] ---> 417997f511f1 [2021-04-16T06:21:07.508Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-16T06:21:08.111Z] ---> Running in 9e13bffacb6f [2021-04-16T06:21:08.111Z] ---> Running in f47e0adc9f27 [2021-04-16T06:21:10.121Z] Removing intermediate container 8a18d3b2e830 [2021-04-16T06:21:10.121Z] ---> 16931e14a5e2 [2021-04-16T06:21:10.121Z] Step 6/23 : COPY go.mod . [2021-04-16T06:21:10.121Z] 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 [2021-04-16T06:21:10.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:21:11.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:21:11.478Z] ---> 20bcc83dfdf8 [2021-04-16T06:21:11.478Z] Step 7/23 : RUN go mod download [2021-04-16T06:21:12.124Z] ---> Running in da9d7967c040 [2021-04-16T06:21:12.449Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-16T06:21:12.449Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-16T06:21:12.449Z] ---> da075f80360c [2021-04-16T06:21:12.449Z] Step 3/31 : WORKDIR /edgex-go [2021-04-16T06:21:12.449Z] ---> Using cache [2021-04-16T06:21:12.449Z] ---> 078d17db32cc [2021-04-16T06:21:12.449Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:21:12.449Z] ---> Using cache [2021-04-16T06:21:12.449Z] ---> 46c20a6788bf [2021-04-16T06:21:12.450Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-16T06:21:12.450Z] ---> Using cache [2021-04-16T06:21:12.450Z] ---> 37f12bbc9946 [2021-04-16T06:21:12.450Z] Step 6/31 : COPY go.mod . [2021-04-16T06:21:12.450Z] ---> Using cache [2021-04-16T06:21:12.450Z] ---> c80991bb6970 [2021-04-16T06:21:12.450Z] Step 7/31 : RUN go mod download [2021-04-16T06:21:12.450Z] ---> Using cache [2021-04-16T06:21:12.450Z] ---> bd1dd9db3ef0 [2021-04-16T06:21:12.450Z] Step 8/31 : COPY . . [2021-04-16T06:21:12.450Z] OK: 217 MiB in 51 packages [2021-04-16T06:21:13.098Z] ---> Using cache [2021-04-16T06:21:13.098Z] ---> 417997f511f1 [2021-04-16T06:21:13.098Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-16T06:21:13.710Z] ---> Running in 686c2bfcdc7e [2021-04-16T06:21:15.173Z] Removing intermediate container 9e13bffacb6f [2021-04-16T06:21:15.451Z] ---> 1290a0f5fe89 [2021-04-16T06:21:15.451Z] Step 6/22 : COPY go.mod . [2021-04-16T06:21:16.069Z] 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 [2021-04-16T06:21:16.673Z] Removing intermediate container 2061eb7b9e61 [2021-04-16T06:21:16.673Z] ---> dce6f558e691 [2021-04-16T06:21:16.674Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-16T06:21:16.956Z] ---> Running in 72f7eb4d8e9d [2021-04-16T06:21:17.234Z] ---> 9beb00b2dfa5 [2021-04-16T06:21:17.234Z] Step 7/22 : RUN go mod download [2021-04-16T06:21:17.515Z] ---> Running in 60a902ae1431 [2021-04-16T06:21:17.795Z] Removing intermediate container da9d7967c040 [2021-04-16T06:21:17.795Z] ---> 12b4a144789f [2021-04-16T06:21:17.795Z] Step 8/23 : COPY . . [2021-04-16T06:21:18.076Z] Removing intermediate container 72f7eb4d8e9d [2021-04-16T06:21:18.076Z] ---> 16a0120a8ee6 [2021-04-16T06:21:18.076Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-16T06:21:18.683Z] ---> Running in fa7a90583807 [2021-04-16T06:21:19.682Z] Removing intermediate container fa7a90583807 [2021-04-16T06:21:19.682Z] ---> fc7ef70ca356 [2021-04-16T06:21:19.682Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-16T06:21:24.030Z] ---> 3ffbaec79e03 [2021-04-16T06:21:24.030Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-16T06:21:24.030Z] Removing intermediate container 60a902ae1431 [2021-04-16T06:21:24.030Z] ---> 1e04bcb7446a [2021-04-16T06:21:24.030Z] Step 8/22 : COPY . . [2021-04-16T06:21:26.035Z] ---> 05650a852a8c [2021-04-16T06:21:26.035Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-16T06:21:29.468Z] ---> 6597b7d811a7 [2021-04-16T06:21:29.468Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-16T06:21:30.073Z] ---> Running in a98871e6013a [2021-04-16T06:21:32.071Z] Removing intermediate container a98871e6013a [2021-04-16T06:21:32.071Z] ---> f0d9ec5758aa [2021-04-16T06:21:32.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:21:32.673Z] ---> Running in 31dbc4b4640e [2021-04-16T06:21:34.126Z] Removing intermediate container 31dbc4b4640e [2021-04-16T06:21:34.127Z] ---> ea679e98adaf [2021-04-16T06:21:34.127Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:21:34.731Z] ---> Running in f483450b025f [2021-04-16T06:21:36.180Z] Removing intermediate container f483450b025f [2021-04-16T06:21:36.180Z] ---> 9e64bf8ac3d8 [2021-04-16T06:21:36.180Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:21:36.787Z] ---> Running in ff765c3c0ed6 [2021-04-16T06:21:37.778Z] Removing intermediate container ff765c3c0ed6 [2021-04-16T06:21:37.778Z] ---> 9ba06a7e717e [2021-04-16T06:21:37.778Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:21:38.394Z] ---> Running in d88e4f9fc9fe [2021-04-16T06:21:39.849Z] Removing intermediate container d88e4f9fc9fe [2021-04-16T06:21:39.849Z] ---> e8e144f45539 [2021-04-16T06:21:39.849Z] [2021-04-16T06:21:40.841Z] Successfully built e8e144f45539 [2021-04-16T06:21:40.841Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-16T06:21:49.176Z]  Building docker-sys-mgmt-agent-go ... done  ---> b74864810578 [2021-04-16T06:21:49.176Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-16T06:21:49.779Z] ---> Running in 6d7cf0f8b823 [2021-04-16T06:21:51.776Z] 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 [2021-04-16T06:21:52.382Z] ---> 938c12528626 [2021-04-16T06:21:52.382Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-16T06:21:52.674Z] ---> Running in 042dd2881326 [2021-04-16T06:21:54.674Z] 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 [2021-04-16T06:22:16.906Z] 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 [2021-04-16T06:22:32.058Z] Removing intermediate container f47e0adc9f27 [2021-04-16T06:22:32.059Z] ---> eded662197d8 [2021-04-16T06:22:32.059Z] [2021-04-16T06:22:32.059Z] Step 10/24 : FROM alpine:3.12 [2021-04-16T06:22:32.059Z] ---> 9852663dfa18 [2021-04-16T06:22:32.059Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-16T06:22:32.059Z] ---> Running in 3b711c8208b1 [2021-04-16T06:22:32.653Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:32.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:33.528Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-16T06:22:33.528Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-16T06:22:33.528Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-16T06:22:33.845Z] (4/6) Installing curl (7.76.1-r0) [2021-04-16T06:22:33.845Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:22:33.845Z] (6/6) Installing su-exec (0.2-r1) [2021-04-16T06:22:33.845Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:22:33.845Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:22:34.121Z] OK: 7 MiB in 20 packages [2021-04-16T06:22:34.411Z] Removing intermediate container 686c2bfcdc7e [2021-04-16T06:22:34.411Z] ---> e91e9dd5bfa5 [2021-04-16T06:22:34.411Z] [2021-04-16T06:22:34.411Z] Step 10/31 : FROM alpine:3.12 [2021-04-16T06:22:34.411Z] ---> 9852663dfa18 [2021-04-16T06:22:34.411Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-16T06:22:34.686Z] ---> Running in e0f6467abfe3 [2021-04-16T06:22:35.291Z] Removing intermediate container e0f6467abfe3 [2021-04-16T06:22:35.291Z] ---> d57065b65c6e [2021-04-16T06:22:35.291Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-16T06:22:35.570Z] ---> Running in 0867c3d4c076 [2021-04-16T06:22:37.563Z] Removing intermediate container 3b711c8208b1 [2021-04-16T06:22:37.563Z] ---> b18656516209 [2021-04-16T06:22:37.563Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-16T06:22:37.563Z] ---> Running in 8f0ac442127f [2021-04-16T06:22:37.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:37.563Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:22:38.165Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:22:38.165Z] (2/2) Installing su-exec (0.2-r1) [2021-04-16T06:22:38.165Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:22:38.442Z] OK: 5 MiB in 16 packages [2021-04-16T06:22:38.442Z] Removing intermediate container 8f0ac442127f [2021-04-16T06:22:38.442Z] ---> 6fbcecb67a2d [2021-04-16T06:22:38.442Z] Step 13/24 : WORKDIR / [2021-04-16T06:22:38.722Z] ---> Running in ae8a86278e97 [2021-04-16T06:22:39.349Z] Removing intermediate container ae8a86278e97 [2021-04-16T06:22:39.349Z] ---> 728b15456788 [2021-04-16T06:22:39.349Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-16T06:22:40.334Z] Removing intermediate container 0867c3d4c076 [2021-04-16T06:22:40.334Z] ---> 8e06beb24583 [2021-04-16T06:22:40.334Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-16T06:22:40.616Z] ---> Running in 93c93fb13902 [2021-04-16T06:22:40.891Z] ---> 87ad04b5bdaa [2021-04-16T06:22:40.891Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-16T06:22:41.166Z] Removing intermediate container 93c93fb13902 [2021-04-16T06:22:41.166Z] ---> aaa3b2b857de [2021-04-16T06:22:41.445Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-16T06:22:41.445Z] ---> Running in 60a25bf6ad79 [2021-04-16T06:22:42.057Z] ---> d295afd8f493 [2021-04-16T06:22:42.057Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-16T06:22:42.334Z] Removing intermediate container 60a25bf6ad79 [2021-04-16T06:22:42.334Z] ---> 7eb6558d9d20 [2021-04-16T06:22:42.334Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-16T06:22:42.610Z] ---> Running in cdadc3264388 [2021-04-16T06:22:43.417Z] ---> dacf31a8dc37 [2021-04-16T06:22:43.417Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-16T06:22:46.308Z] ---> 8d9d8809eda1 [2021-04-16T06:22:46.308Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-16T06:22:46.910Z] Removing intermediate container cdadc3264388 [2021-04-16T06:22:46.910Z] ---> ed23ed375ff6 [2021-04-16T06:22:46.910Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-16T06:22:46.910Z] ---> Running in 53b6ff022a88 [2021-04-16T06:22:47.974Z] ---> ef106726098d [2021-04-16T06:22:47.974Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-16T06:22:48.250Z] Removing intermediate container 53b6ff022a88 [2021-04-16T06:22:48.250Z] ---> 37602aaf2e88 [2021-04-16T06:22:48.250Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-16T06:22:49.725Z] ---> 8c7640348563 [2021-04-16T06:22:49.725Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-16T06:22:49.725Z] ---> 467102350dcf [2021-04-16T06:22:49.725Z] 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/ [2021-04-16T06:22:49.725Z] ---> Running in 439f7e1285f9 [2021-04-16T06:22:50.000Z] ---> Running in 5cd16d5ec6fa [2021-04-16T06:22:54.328Z] Removing intermediate container 5cd16d5ec6fa [2021-04-16T06:22:54.328Z] ---> b8c637232c2c [2021-04-16T06:22:54.328Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-16T06:22:54.328Z] ---> Running in 0b72e1127c98 [2021-04-16T06:22:54.328Z] Removing intermediate container 439f7e1285f9 [2021-04-16T06:22:54.328Z] ---> 5857312b6094 [2021-04-16T06:22:54.328Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:22:54.938Z] Removing intermediate container 0b72e1127c98 [2021-04-16T06:22:54.938Z] ---> 78c77091435f [2021-04-16T06:22:54.938Z] Step 22/24 : LABEL arch=arm64 [2021-04-16T06:22:55.220Z] ---> Running in 1b1039ae0c79 [2021-04-16T06:22:55.498Z] ---> 13b40998ddb6 [2021-04-16T06:22:55.498Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-16T06:22:56.114Z] Removing intermediate container 1b1039ae0c79 [2021-04-16T06:22:56.114Z] ---> d38c23a10bbc [2021-04-16T06:22:56.114Z] Step 23/24 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:22:56.391Z] ---> Running in 52ef28153245 [2021-04-16T06:22:57.381Z] Removing intermediate container 52ef28153245 [2021-04-16T06:22:57.381Z] ---> cdb5608a540a [2021-04-16T06:22:57.381Z] Step 24/24 : LABEL version=0.0.0 [2021-04-16T06:22:57.658Z] ---> Running in 713bec0f7b53 [2021-04-16T06:22:57.658Z] ---> a7a4323c31ef [2021-04-16T06:22:57.658Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-16T06:22:58.261Z] Removing intermediate container 713bec0f7b53 [2021-04-16T06:22:58.261Z] ---> dac8a9758ad7 [2021-04-16T06:22:58.261Z] [2021-04-16T06:22:58.869Z] Successfully built dac8a9758ad7 [2021-04-16T06:22:58.869Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-16T06:22:59.146Z]  Building docker-security-secretstore-setup-go ... done  ---> 9bcc9c34e178 [2021-04-16T06:22:59.146Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-16T06:23:00.598Z] ---> d438c1e80ceb [2021-04-16T06:23:00.598Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-16T06:23:01.588Z] ---> c4396a031755 [2021-04-16T06:23:01.588Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-16T06:23:01.866Z] ---> Running in 7f9de18f1dbf [2021-04-16T06:23:02.857Z] Removing intermediate container 7f9de18f1dbf [2021-04-16T06:23:02.857Z] ---> 180fa52a207a [2021-04-16T06:23:02.857Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-16T06:23:04.305Z] ---> 69f7649631d3 [2021-04-16T06:23:04.305Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-16T06:23:04.586Z] ---> Running in 95f6a73c84ef [2021-04-16T06:23:08.013Z] Removing intermediate container 95f6a73c84ef [2021-04-16T06:23:08.013Z] ---> 713fccc4ce50 [2021-04-16T06:23:08.013Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-16T06:23:08.616Z] ---> Running in 8d78be70ba76 [2021-04-16T06:23:09.219Z] Removing intermediate container 8d78be70ba76 [2021-04-16T06:23:09.219Z] ---> 5441b460dfde [2021-04-16T06:23:09.219Z] Step 28/31 : CMD ["gate"] [2021-04-16T06:23:09.832Z] ---> Running in ac52a4c088c2 [2021-04-16T06:23:10.438Z] Removing intermediate container ac52a4c088c2 [2021-04-16T06:23:10.438Z] ---> bdf7b96c03a1 [2021-04-16T06:23:10.438Z] Step 29/31 : LABEL arch=arm64 [2021-04-16T06:23:10.715Z] ---> Running in 33dc93e1e907 [2021-04-16T06:23:11.325Z] Removing intermediate container 33dc93e1e907 [2021-04-16T06:23:11.325Z] ---> 52694607a95d [2021-04-16T06:23:11.325Z] Step 30/31 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:23:11.606Z] ---> Running in 48513620faf9 [2021-04-16T06:23:12.220Z] Removing intermediate container 48513620faf9 [2021-04-16T06:23:12.220Z] ---> b2bd0e966115 [2021-04-16T06:23:12.220Z] Step 31/31 : LABEL version=0.0.0 [2021-04-16T06:23:12.821Z] ---> Running in 9354ec29ded6 [2021-04-16T06:23:13.422Z] Removing intermediate container 9354ec29ded6 [2021-04-16T06:23:13.422Z] ---> aa8ee0920c97 [2021-04-16T06:23:13.422Z] [2021-04-16T06:23:14.025Z] Successfully built aa8ee0920c97 [2021-04-16T06:23:14.025Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-16T06:23:17.429Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 042dd2881326 [2021-04-16T06:23:17.429Z] ---> 4c8187bdd2f4 [2021-04-16T06:23:17.429Z] [2021-04-16T06:23:17.429Z] Step 10/22 : FROM alpine:3.12 [2021-04-16T06:23:17.429Z] ---> 9852663dfa18 [2021-04-16T06:23:17.429Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-16T06:23:17.429Z] ---> Running in 30923dc89161 [2021-04-16T06:23:18.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:18.415Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:19.009Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-16T06:23:19.284Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-16T06:23:19.284Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:23:19.284Z] Executing ca-certificates-20191127-r4.trigger [2021-04-16T06:23:19.284Z] OK: 6 MiB in 16 packages [2021-04-16T06:23:21.257Z] Removing intermediate container 30923dc89161 [2021-04-16T06:23:21.257Z] ---> e8e16b7da0b7 [2021-04-16T06:23:21.257Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-16T06:23:21.257Z] ---> Running in cbb3356ecfc2 [2021-04-16T06:23:21.854Z] Removing intermediate container cbb3356ecfc2 [2021-04-16T06:23:21.854Z] ---> ce81ad637ace [2021-04-16T06:23:21.854Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-16T06:23:21.854Z] ---> Running in 5bd188fee37b [2021-04-16T06:23:22.449Z] Removing intermediate container 5bd188fee37b [2021-04-16T06:23:22.449Z] ---> 06344b90e636 [2021-04-16T06:23:22.449Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-16T06:23:22.721Z] ---> Running in 385c8a9db745 [2021-04-16T06:23:23.316Z] Removing intermediate container 385c8a9db745 [2021-04-16T06:23:23.316Z] ---> d94e9ba1eb62 [2021-04-16T06:23:23.316Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:23:24.753Z] ---> ff003f226753 [2021-04-16T06:23:24.754Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-16T06:23:24.754Z] Removing intermediate container 6d7cf0f8b823 [2021-04-16T06:23:24.754Z] ---> 0df3de2c74fc [2021-04-16T06:23:24.754Z] [2021-04-16T06:23:24.754Z] Step 10/23 : FROM alpine:3.12 [2021-04-16T06:23:24.754Z] ---> 9852663dfa18 [2021-04-16T06:23:24.754Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-16T06:23:25.029Z] ---> Running in a7153e0a1560 [2021-04-16T06:23:25.627Z] Removing intermediate container a7153e0a1560 [2021-04-16T06:23:25.627Z] ---> 4bac3dc035e1 [2021-04-16T06:23:25.627Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-16T06:23:25.627Z] ---> b3748ae5b778 [2021-04-16T06:23:25.627Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-16T06:23:25.906Z] ---> Running in 6fd4ea04741b [2021-04-16T06:23:26.177Z] Removing intermediate container 6fd4ea04741b [2021-04-16T06:23:26.177Z] ---> 1748c3c53562 [2021-04-16T06:23:26.177Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-16T06:23:26.449Z] ---> f1be9961b82d [2021-04-16T06:23:26.449Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-16T06:23:26.449Z] ---> Running in 9a3226af0393 [2021-04-16T06:23:26.449Z] ---> Running in 68c6b204adb7 [2021-04-16T06:23:27.041Z] Removing intermediate container 9a3226af0393 [2021-04-16T06:23:27.041Z] ---> d8bfb573dcc7 [2021-04-16T06:23:27.041Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-16T06:23:27.041Z] Removing intermediate container 68c6b204adb7 [2021-04-16T06:23:27.041Z] ---> 5efcd9932f82 [2021-04-16T06:23:27.041Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:23:27.041Z] ---> Running in 8c165800e0b8 [2021-04-16T06:23:27.316Z] ---> Running in 28edddfd6c60 [2021-04-16T06:23:27.916Z] Removing intermediate container 28edddfd6c60 [2021-04-16T06:23:27.916Z] ---> 67b3bfb5a5bb [2021-04-16T06:23:27.916Z] Step 20/22 : LABEL arch=arm64 [2021-04-16T06:23:27.916Z] ---> Running in 864a25137ebb [2021-04-16T06:23:28.515Z] Removing intermediate container 864a25137ebb [2021-04-16T06:23:28.516Z] ---> 0925cc3f2f09 [2021-04-16T06:23:28.516Z] Step 21/22 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:23:28.516Z] ---> Running in e0b049eaca6e [2021-04-16T06:23:29.123Z] Removing intermediate container e0b049eaca6e [2021-04-16T06:23:29.123Z] ---> a4ff19c0a6e3 [2021-04-16T06:23:29.123Z] Step 22/22 : LABEL version=0.0.0 [2021-04-16T06:23:29.123Z] ---> Running in 18e2b168ed85 [2021-04-16T06:23:29.396Z] Removing intermediate container 8c165800e0b8 [2021-04-16T06:23:29.396Z] ---> b3d97acc8eb0 [2021-04-16T06:23:29.396Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-16T06:23:29.671Z] ---> Running in 643751bc5f1b [2021-04-16T06:23:29.671Z] Removing intermediate container 18e2b168ed85 [2021-04-16T06:23:29.671Z] ---> 6e4a1f607037 [2021-04-16T06:23:29.671Z] [2021-04-16T06:23:30.273Z] Successfully built 6e4a1f607037 [2021-04-16T06:23:30.273Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-16T06:23:30.868Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:31.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-16T06:23:32.051Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-16T06:23:32.323Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-16T06:23:32.323Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-16T06:23:32.323Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-16T06:23:32.596Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-16T06:23:32.867Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-16T06:23:32.867Z] Executing busybox-1.31.1-r20.trigger [2021-04-16T06:23:32.867Z] OK: 8 MiB in 20 packages [2021-04-16T06:23:34.299Z] Removing intermediate container 643751bc5f1b [2021-04-16T06:23:34.299Z] ---> abe42b521093 [2021-04-16T06:23:34.299Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-16T06:23:34.897Z] ---> 4bf9bb137297 [2021-04-16T06:23:34.897Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-16T06:23:36.331Z] ---> a20afecbba1c [2021-04-16T06:23:36.331Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-16T06:23:36.931Z] ---> 37bb1955df50 [2021-04-16T06:23:36.931Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-16T06:23:36.931Z] ---> Running in 138b3c94973b [2021-04-16T06:23:37.528Z] Removing intermediate container 138b3c94973b [2021-04-16T06:23:37.528Z] ---> a2fd5de2ad66 [2021-04-16T06:23:37.528Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-16T06:23:37.528Z] ---> Running in ec30bba29f10 [2021-04-16T06:23:38.123Z] Removing intermediate container ec30bba29f10 [2021-04-16T06:23:38.123Z] ---> 25db1498b064 [2021-04-16T06:23:38.123Z] Step 21/23 : LABEL arch=arm64 [2021-04-16T06:23:38.123Z] ---> Running in a5f5fc08431d [2021-04-16T06:23:38.722Z] Removing intermediate container a5f5fc08431d [2021-04-16T06:23:38.722Z] ---> f3d4f9e6d241 [2021-04-16T06:23:38.722Z] Step 22/23 : LABEL git_sha=4b907205ea5357faa7e3690f4c5ba94685b35400 [2021-04-16T06:23:38.722Z] ---> Running in aea0b7cd5fed [2021-04-16T06:23:39.319Z] Removing intermediate container aea0b7cd5fed [2021-04-16T06:23:39.320Z] ---> f83172d46ba8 [2021-04-16T06:23:39.320Z] Step 23/23 : LABEL version=0.0.0 [2021-04-16T06:23:39.320Z] ---> Running in 6805ba6590e3 [2021-04-16T06:23:39.916Z] Removing intermediate container 6805ba6590e3 [2021-04-16T06:23:39.916Z] ---> 3575f67c74b8 [2021-04-16T06:23:39.916Z] [2021-04-16T06:23:40.192Z] Successfully built 3575f67c74b8 [2021-04-16T06:23:40.192Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-16T06:23:40.515Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-16T06:23:40.521Z] $ docker stop --time=1 f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce [2021-04-16T06:23:42.455Z] $ docker rm -f f339fc253fe82af42bfdb6f2c2023b746c83710b4e745f96e06fe06c893dd8ce [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-16T06:23:43.160Z] + docker images [2021-04-16T06:23:43.160Z] + grep docker [2021-04-16T06:23:43.436Z] docker-core-data-go-arm64 latest 3575f67c74b8 4 seconds ago 21.4MB [2021-04-16T06:23:43.436Z] docker-support-notifications-go-arm64 latest 6e4a1f607037 14 seconds ago 17MB [2021-04-16T06:23:43.436Z] docker-security-bootstrapper-go-arm64 latest aa8ee0920c97 31 seconds ago 17.9MB [2021-04-16T06:23:43.436Z] docker-security-secretstore-setup-go-arm64 latest dac8a9758ad7 46 seconds ago 24.6MB [2021-04-16T06:23:43.436Z] docker-sys-mgmt-agent-go-arm64 latest e8e144f45539 2 minutes ago 299MB [2021-04-16T06:23:43.436Z] docker-core-metadata-go-arm64 latest 9c09f27a4996 3 minutes ago 17.9MB [2021-04-16T06:23:43.436Z] docker-core-command-go-arm64 latest a8cbf3ff5e33 3 minutes ago 16.3MB [2021-04-16T06:23:43.436Z] docker-support-scheduler-go-arm64 latest 08e99ea03b2b 3 minutes ago 16.4MB [2021-04-16T06:23:43.436Z] docker-security-proxy-setup-go-arm64 latest 2567b11a07e8 3 minutes ago 24.3MB [2021-04-16T06:23:43.436Z] 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 [2021-04-16T06:23:44.245Z] ---> job-cost.sh [2021-04-16T06:23:44.245Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vFP2 [2021-04-16T06:24:23.185Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-16T06:26:30.006Z] lf-activate-venv(): INFO: Adding /tmp/venv-vFP2/bin to PATH [2021-04-16T06:26:30.006Z] INFO: No Stack... [2021-04-16T06:26:30.006Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-16T06:26:30.006Z] INFO: Archiving Costs [Pipeline] sh [2021-04-16T06:26:30.370Z] + cut -d, -f6 [2021-04-16T06:26:30.371Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2021-04-16T06:26:30.543Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] [2021-04-16T06:26:30.550Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] did not exist. Created. [2021-04-16T06:26:30.550Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-16T06:26:31.010Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-16T06:26:31.359Z] Stashed 1 file(s) [Pipeline] } [2021-04-16T06:26:31.382Z] 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 [2021-04-16T06:26:33.394Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:26:34.337Z] ---> package-listing.sh [2021-04-16T06:26:34.337Z] ++ facter osfamily [2021-04-16T06:26:34.337Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-16T06:26:34.337Z] + OS_FAMILY=redhat [2021-04-16T06:26:34.337Z] + workspace=/w/workspace/edgex-go/1 [2021-04-16T06:26:34.337Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-16T06:26:34.337Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-16T06:26:34.337Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-16T06:26:34.337Z] + PACKAGES=/tmp/packages_start.txt [2021-04-16T06:26:34.337Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-16T06:26:34.338Z] + PACKAGES=/tmp/packages_end.txt [2021-04-16T06:26:34.338Z] + case "${OS_FAMILY}" in [2021-04-16T06:26:34.338Z] + rpm -qa [2021-04-16T06:26:34.338Z] + sort [2021-04-16T06:26:39.659Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-16T06:26:39.659Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-16T06:26:39.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-16T06:26:39.659Z] + '[' /w/workspace/edgex-go/1 ']' [2021-04-16T06:26:39.659Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-04-16T06:26:39.659Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-04-16T06:26:39.694Z] 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 [2021-04-16T06:26:40.010Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:26:40.351Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:40.351Z] [2021-04-16T06:26:40.351Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-16T06:26:40.714Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:40.714Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-16T06:26:40.714Z] df20fa9351a1: Pulling fs layer [2021-04-16T06:26:40.714Z] 36b3adc4ff6f: Pulling fs layer [2021-04-16T06:26:40.714Z] 8ad3a11d3b57: Pulling fs layer [2021-04-16T06:26:40.714Z] 46f8f816bc3b: Pulling fs layer [2021-04-16T06:26:40.714Z] 93b61091891f: Pulling fs layer [2021-04-16T06:26:40.714Z] 93b9cdb0e59b: Pulling fs layer [2021-04-16T06:26:40.714Z] 5e14af77c1be: Pulling fs layer [2021-04-16T06:26:40.714Z] 01666e4c0597: Pulling fs layer [2021-04-16T06:26:40.714Z] aa168da1d23b: Pulling fs layer [2021-04-16T06:26:40.714Z] 46f8f816bc3b: Waiting [2021-04-16T06:26:40.714Z] 93b61091891f: Waiting [2021-04-16T06:26:40.714Z] 93b9cdb0e59b: Waiting [2021-04-16T06:26:40.714Z] 5e14af77c1be: Waiting [2021-04-16T06:26:40.714Z] 01666e4c0597: Waiting [2021-04-16T06:26:40.714Z] aa168da1d23b: Waiting [2021-04-16T06:26:40.714Z] 36b3adc4ff6f: Verifying Checksum [2021-04-16T06:26:40.714Z] 36b3adc4ff6f: Download complete [2021-04-16T06:26:40.714Z] 46f8f816bc3b: Verifying Checksum [2021-04-16T06:26:40.714Z] 46f8f816bc3b: Download complete [2021-04-16T06:26:40.978Z] df20fa9351a1: Verifying Checksum [2021-04-16T06:26:40.978Z] df20fa9351a1: Download complete [2021-04-16T06:26:40.978Z] 93b9cdb0e59b: Verifying Checksum [2021-04-16T06:26:40.978Z] 93b9cdb0e59b: Download complete [2021-04-16T06:26:40.978Z] 93b61091891f: Download complete [2021-04-16T06:26:40.978Z] 5e14af77c1be: Verifying Checksum [2021-04-16T06:26:40.978Z] 5e14af77c1be: Download complete [2021-04-16T06:26:40.978Z] 01666e4c0597: Verifying Checksum [2021-04-16T06:26:40.978Z] 01666e4c0597: Download complete [2021-04-16T06:26:40.978Z] 8ad3a11d3b57: Verifying Checksum [2021-04-16T06:26:40.978Z] 8ad3a11d3b57: Download complete [2021-04-16T06:26:41.241Z] df20fa9351a1: Pull complete [2021-04-16T06:26:41.505Z] 36b3adc4ff6f: Pull complete [2021-04-16T06:26:42.472Z] 8ad3a11d3b57: Pull complete [2021-04-16T06:26:43.052Z] aa168da1d23b: Verifying Checksum [2021-04-16T06:26:43.052Z] aa168da1d23b: Download complete [2021-04-16T06:26:43.998Z] 46f8f816bc3b: Pull complete [2021-04-16T06:26:44.945Z] 93b61091891f: Pull complete [2021-04-16T06:26:45.208Z] 93b9cdb0e59b: Pull complete [2021-04-16T06:26:45.481Z] 5e14af77c1be: Pull complete [2021-04-16T06:26:45.481Z] 01666e4c0597: Pull complete [2021-04-16T06:26:55.551Z] aa168da1d23b: Pull complete [2021-04-16T06:26:55.551Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-16T06:26:55.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-16T06:26:55.551Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-16T06:26:55.797Z] prd-centos7-docker-4c-2g-432 does not seem to be running inside a container [2021-04-16T06:26:55.888Z] $ 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 [2021-04-16T06:26:59.944Z] $ docker top 2a067e1bd191aff11e985ef677f2fcf000fd4bca7e503717ca3fedf478828f2e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-16T06:27:00.501Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-16T06:27:00.829Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-16T06:27:01.157Z] + ls /var/log/sa-host [2021-04-16T06:27:01.157Z] + sadf -c /var/log/sa-host/sa16 [2021-04-16T06:27:01.157Z] file_magic: OK [2021-04-16T06:27:01.157Z] HZ: Using current value: 100 [2021-04-16T06:27:01.157Z] file_header: OK [2021-04-16T06:27:01.157Z] 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 [2021-04-16T06:27:01.157Z] Statistics: [2021-04-16T06:27:01.157Z] 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... [2021-04-16T06:27:01.157Z] File successfully converted to sysstat format version 12.2.1 [2021-04-16T06:27:01.157Z] + sadf -c /var/log/sa-host/sa23 [2021-04-16T06:27:01.157Z] file_magic: OK [2021-04-16T06:27:01.157Z] HZ: Using current value: 100 [2021-04-16T06:27:01.157Z] file_header: OK [2021-04-16T06:27:01.157Z] 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 [2021-04-16T06:27:01.157Z] Statistics: [2021-04-16T06:27:01.157Z] Hnuu...uuuununununu... [2021-04-16T06:27:01.157Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-16T06:27:01.384Z] provisioning config files... [2021-04-16T06:27:01.411Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8111665975505588247tmp [Pipeline] { [Pipeline] echo [2021-04-16T06:27:01.464Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:27:01.818Z] ---> create-netrc.sh [Pipeline] } [2021-04-16T06:27:01.849Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-16T06:27:01.924Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:27:02.299Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-16T06:27:02.327Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:27:02.688Z] ---> sudo-logs.sh [2021-04-16T06:27:02.688Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-16T06:27:02.863Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:27:03.206Z] ---> job-cost.sh [2021-04-16T06:27:03.206Z] lf-activate-venv: SKIPPING [2021-04-16T06:27:03.206Z] DEBUG: total: 0.20999999344348907 [2021-04-16T06:27:03.206Z] INFO: Retrieving Stack Cost... [2021-04-16T06:27:03.797Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-16T06:27:04.372Z] INFO: Archiving Costs [Pipeline] echo [2021-04-16T06:27:04.406Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-16T06:27:04.738Z] ---> logs-deploy.sh [2021-04-16T06:27:04.738Z] lf-activate-venv: SKIPPING [2021-04-16T06:27:04.738Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/1 [2021-04-16T06:27:04.738Z] INFO: archiving workspace using pattern(s): [2021-04-16T06:27:06.141Z] Archives upload complete. [2021-04-16T06:27:06.141Z] INFO: archiving logs to Nexus