Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 38d8ac8cf9377e12442077cf8ccce54130d64734 rather than 78d1f73e05b7a0cf5d7de6800130460359666dd4 Obtained Jenkinsfile from 38d8ac8cf9377e12442077cf8ccce54130d64734 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4398 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 78d1f73e05b7a0cf5d7de6800130460359666dd4 > 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/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 78d1f73e05b7a0cf5d7de6800130460359666dd4 # timeout=10 Merge succeeded, producing 8195376f6a24af36fb6975a700d1237c270b0659 Checking out Revision 8195376f6a24af36fb6975a700d1237c270b0659 (PR-3442) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8195376f6a24af36fb6975a700d1237c270b0659 # timeout=10 Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" > git rev-list --no-walk 78d1f73e05b7a0cf5d7de6800130460359666dd4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-11T08:31:02.054Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-11T08:31:02.141Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-11T08:31:02.165Z] ========================================================= [2021-05-11T08:31:02.165Z] EdgeX Global Pipelines Version Info [2021-05-11T08:31:02.165Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:31:04.547Z] ------------------- [2021-05-11T08:31:04.547Z] stable info: [2021-05-11T08:31:04.547Z] ------------------- [2021-05-11T08:31:04.547Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-11T08:31:04.547Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-11T08:31:04.547Z] Message: update stable to v1.0.191 [2021-05-11T08:31:05.547Z] ------------------- [2021-05-11T08:31:05.547Z] experimental info: [2021-05-11T08:31:05.547Z] ------------------- [2021-05-11T08:31:05.547Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-11T08:31:05.547Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-11T08:31:05.547Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-11T08:31:05.683Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-11T08:31:05.706Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-11T08:31:05.743Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-11T08:31:05.765Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-11T08:31:05.786Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-11T08:31:05.806Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-11T08:31:05.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-11T08:31:05.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-11T08:31:05.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-11T08:31:05.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-11T08:31:05.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-11T08:31:05.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-11T08:31:05.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-11T08:31:06.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-11T08:31:06.046Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T08:31:06.080Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-11T08:31:06.100Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-11T08:31:06.120Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-11T08:31:06.141Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-11T08:31:06.176Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-11T08:31:06.196Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-11T08:31:06.215Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-11T08:31:06.236Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3442 [Pipeline] echo [2021-05-11T08:31:06.257Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3442 [Pipeline] echo [2021-05-11T08:31:06.294Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3442 [Pipeline] echo [2021-05-11T08:31:06.315Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8195376f6a24af36fb6975a700d1237c270b0659 [Pipeline] echo [2021-05-11T08:31:06.335Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8195376 [Pipeline] echo [2021-05-11T08:31:06.356Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T08:31:06.448Z] provisioning config files... [2021-05-11T08:31:06.491Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7040067799334995423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:31:06.882Z] ---> docker-login.sh [2021-05-11T08:31:06.882Z] nexus3.edgexfoundry.org:10001 [2021-05-11T08:31:07.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:31:07.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:31:07.445Z] Configure a credential helper to remove this warning. See [2021-05-11T08:31:07.445Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:31:07.445Z] [2021-05-11T08:31:07.445Z] Login Succeeded [2021-05-11T08:31:07.445Z] nexus3.edgexfoundry.org:10002 [2021-05-11T08:31:07.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:31:07.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:31:07.712Z] Configure a credential helper to remove this warning. See [2021-05-11T08:31:07.712Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:31:07.712Z] [2021-05-11T08:31:07.712Z] Login Succeeded [2021-05-11T08:31:07.712Z] nexus3.edgexfoundry.org:10003 [2021-05-11T08:31:07.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:31:07.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:31:07.983Z] Configure a credential helper to remove this warning. See [2021-05-11T08:31:07.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:31:07.983Z] [2021-05-11T08:31:07.983Z] Login Succeeded [2021-05-11T08:31:07.983Z] nexus3.edgexfoundry.org:10004 [2021-05-11T08:31:08.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:31:08.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:31:08.258Z] Configure a credential helper to remove this warning. See [2021-05-11T08:31:08.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:31:08.258Z] [2021-05-11T08:31:08.258Z] Login Succeeded [2021-05-11T08:31:08.258Z] docker.io [2021-05-11T08:31:08.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:31:08.822Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:31:08.822Z] Configure a credential helper to remove this warning. See [2021-05-11T08:31:08.822Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:31:08.822Z] [2021-05-11T08:31:08.822Z] Login Succeeded [2021-05-11T08:31:08.822Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T08:31:08.853Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T08:31:09.236Z] ++ 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-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/core-command/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/core-data/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-11T08:31:09.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-11T08:31:09.236Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-11T08:31:09.236Z] ++ cut -d/ -f2 [2021-05-11T08:31:09.236Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-11T08:31:09.406Z] 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-05-11T08:31:10.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:31:10.061Z] [2021-05-11T08:31:10.061Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:31:10.420Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:31:10.420Z] latest: Pulling from edgex-devops/git-semver [2021-05-11T08:31:10.420Z] 31603596830f: Pulling fs layer [2021-05-11T08:31:10.420Z] 54011a49482f: Pulling fs layer [2021-05-11T08:31:10.420Z] a6820b24f6d8: Pulling fs layer [2021-05-11T08:31:10.420Z] f581987b2513: Pulling fs layer [2021-05-11T08:31:10.420Z] f581987b2513: Waiting [2021-05-11T08:31:10.420Z] 54011a49482f: Verifying Checksum [2021-05-11T08:31:10.420Z] 54011a49482f: Download complete [2021-05-11T08:31:10.735Z] 31603596830f: Verifying Checksum [2021-05-11T08:31:10.735Z] 31603596830f: Download complete [2021-05-11T08:31:11.021Z] f581987b2513: Verifying Checksum [2021-05-11T08:31:11.021Z] f581987b2513: Download complete [2021-05-11T08:31:11.021Z] a6820b24f6d8: Verifying Checksum [2021-05-11T08:31:11.021Z] a6820b24f6d8: Download complete [2021-05-11T08:31:11.299Z] 31603596830f: Pull complete [2021-05-11T08:31:11.581Z] 54011a49482f: Pull complete [2021-05-11T08:31:13.037Z] a6820b24f6d8: Pull complete [2021-05-11T08:31:13.309Z] f581987b2513: Pull complete [2021-05-11T08:31:13.309Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-11T08:31:13.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-11T08:31:13.577Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-11T08:31:13.758Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:31:13.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-11T08:31:16.417Z] $ docker top de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-11T08:31:16.746Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T08:31:16.746Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T08:31:16.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T08:31:16.998Z] $ docker exec de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 ssh-agent [2021-05-11T08:31:17.190Z] SSH_AUTH_SOCK=/tmp/ssh-ObOS2VxXhdsw/agent.11 [2021-05-11T08:31:17.190Z] SSH_AGENT_PID=16 [2021-05-11T08:31:17.205Z] Running ssh-add (command line suppressed) [2021-05-11T08:31:17.483Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3944251720397418166.key (/w/workspace/edgex-go/2@tmp/private_key_3944251720397418166.key) [2021-05-11T08:31:17.644Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T08:31:18.434Z] + git tag --points-at HEAD [Pipeline] } [2021-05-11T08:31:18.480Z] $ docker exec --env ******** --env ******** de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 ssh-agent -k [2021-05-11T08:31:18.777Z] unset SSH_AUTH_SOCK; [2021-05-11T08:31:18.778Z] unset SSH_AGENT_PID; [2021-05-11T08:31:18.778Z] echo Agent pid 16 killed; [2021-05-11T08:31:18.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-11T08:31:19.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-11T08:31:19.019Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-11T08:31:19.553Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-11T08:31:19.569Z] $ docker exec de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 ssh-agent [2021-05-11T08:31:20.049Z] SSH_AUTH_SOCK=/tmp/ssh-RJzIYMhxuFQ8/agent.45 [2021-05-11T08:31:20.049Z] SSH_AGENT_PID=50 [2021-05-11T08:31:20.064Z] Running ssh-add (command line suppressed) [2021-05-11T08:31:20.390Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2690051788072564213.key (/w/workspace/edgex-go/2@tmp/private_key_2690051788072564213.key) [2021-05-11T08:31:20.484Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-11T08:31:21.169Z] + git semver init [2021-05-11T08:31:21.169Z] # -> Open(): unable to determine branch for HEAD [2021-05-11T08:31:21.169Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-05-11T08:31:21.169Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-05-11T08:31:21.169Z] # $SEMVER_REMOTE_NAME = origin [2021-05-11T08:31:21.169Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-11T08:31:21.169Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-11T08:31:21.169Z] # $SEMVER_BRANCH = PR-3442 [2021-05-11T08:31:21.169Z] # $SEMVER_TEMP = /tmp/semver-162450006 [2021-05-11T08:31:21.169Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-11T08:32:00.315Z] # '/tmp/semver-162450006' -> '/w/workspace/edgex-go/2/.semver' [2021-05-11T08:32:00.315Z] # -> Force: false [2021-05-11T08:32:00.315Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-05-11T08:32:00.337Z] $ docker exec --env ******** --env ******** de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 ssh-agent -k [2021-05-11T08:32:00.650Z] unset SSH_AUTH_SOCK; [2021-05-11T08:32:00.651Z] unset SSH_AGENT_PID; [2021-05-11T08:32:00.651Z] echo Agent pid 50 killed; [2021-05-11T08:32:00.787Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-11T08:32:01.152Z] + git semver [Pipeline] } [2021-05-11T08:32:01.183Z] $ docker stop --time=1 de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 [2021-05-11T08:32:02.896Z] $ docker rm -f de30f3c564dda1b6259874ac572d57f946b5988b1bbb88c3f4fa8409ba554847 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T08:32:03.431Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-11T08:32:04.063Z] Stashed 1 file(s) [Pipeline] echo [2021-05-11T08:32:04.066Z] [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-05-11T08:32:04.638Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:32:04.957Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:32:05.274Z] + sudo service docker restart [2021-05-11T08:32:05.274Z] + true [2021-05-11T08:32:05.274Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-11T08:32:05.868Z] ========================================================= [2021-05-11T08:32:05.868Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-11T08:32:05.868Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:32:06.182Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-11T08:32:10.457Z] Sending build context to Docker daemon 330.3MB [2021-05-11T08:32:10.457Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T08:32:10.457Z] Step 2/6 : FROM ${BASE} [2021-05-11T08:32:10.457Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-11T08:32:10.457Z] 540db60ca938: Pulling fs layer [2021-05-11T08:32:10.457Z] adcc1eea9eea: Pulling fs layer [2021-05-11T08:32:10.457Z] 4c4ab2625f07: Pulling fs layer [2021-05-11T08:32:10.457Z] 0510c868ecb4: Pulling fs layer [2021-05-11T08:32:10.457Z] afea3b2eda06: Pulling fs layer [2021-05-11T08:32:10.457Z] 7809a108b3ef: Pulling fs layer [2021-05-11T08:32:10.457Z] f706445af74f: Pulling fs layer [2021-05-11T08:32:10.457Z] 0510c868ecb4: Waiting [2021-05-11T08:32:10.457Z] afea3b2eda06: Waiting [2021-05-11T08:32:10.457Z] f706445af74f: Waiting [2021-05-11T08:32:10.457Z] 7809a108b3ef: Waiting [2021-05-11T08:32:10.457Z] 4c4ab2625f07: Verifying Checksum [2021-05-11T08:32:10.457Z] 4c4ab2625f07: Download complete [2021-05-11T08:32:10.457Z] adcc1eea9eea: Download complete [2021-05-11T08:32:10.457Z] afea3b2eda06: Download complete [2021-05-11T08:32:10.457Z] 7809a108b3ef: Verifying Checksum [2021-05-11T08:32:10.457Z] 7809a108b3ef: Download complete [2021-05-11T08:32:10.457Z] 540db60ca938: Verifying Checksum [2021-05-11T08:32:10.457Z] 540db60ca938: Download complete [2021-05-11T08:32:11.035Z] 540db60ca938: Pull complete [2021-05-11T08:32:11.035Z] adcc1eea9eea: Pull complete [2021-05-11T08:32:11.299Z] 4c4ab2625f07: Pull complete [2021-05-11T08:32:13.886Z] f706445af74f: Verifying Checksum [2021-05-11T08:32:13.886Z] f706445af74f: Download complete [2021-05-11T08:32:15.304Z] 0510c868ecb4: Verifying Checksum [2021-05-11T08:32:15.304Z] 0510c868ecb4: Download complete [2021-05-11T08:32:19.236Z] Still waiting to schedule task [2021-05-11T08:32:19.236Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-11T08:32:23.961Z] 0510c868ecb4: Pull complete [2021-05-11T08:32:23.961Z] afea3b2eda06: Pull complete [2021-05-11T08:32:24.226Z] 7809a108b3ef: Pull complete [2021-05-11T08:32:28.578Z] f706445af74f: Pull complete [2021-05-11T08:32:28.578Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-11T08:32:28.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-11T08:32:28.867Z] ---> b068be0155e3 [2021-05-11T08:32:28.867Z] 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-05-11T08:32:29.867Z] ---> Running in df7911aaadd6 [2021-05-11T08:32:30.879Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:32:32.862Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:32:33.494Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T08:32:35.516Z] (2/12) Installing file (5.39-r0) [2021-05-11T08:32:35.516Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T08:32:35.516Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T08:32:50.683Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T08:32:50.683Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T08:32:50.683Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T08:32:50.683Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T08:32:50.683Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T08:32:50.976Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T08:32:51.263Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T08:32:51.263Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T08:32:51.532Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T08:32:51.532Z] OK: 219 MiB in 52 packages [2021-05-11T08:32:55.991Z] Removing intermediate container df7911aaadd6 [2021-05-11T08:32:55.991Z] ---> 2a9f263462bc [2021-05-11T08:32:55.991Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T08:32:55.991Z] ---> Running in 15ae91a02cfb [2021-05-11T08:32:56.780Z] Removing intermediate container 15ae91a02cfb [2021-05-11T08:32:56.780Z] ---> d12f09c57ceb [2021-05-11T08:32:56.780Z] Step 5/6 : COPY go.mod . [2021-05-11T08:32:57.077Z] ---> 5fa28114ce68 [2021-05-11T08:32:57.077Z] Step 6/6 : RUN go mod download [2021-05-11T08:32:57.382Z] ---> Running in 00aeef58fc9b [2021-05-11T08:33:30.100Z] Removing intermediate container 00aeef58fc9b [2021-05-11T08:33:30.100Z] ---> 3667bdcbb05f [2021-05-11T08:33:30.100Z] Successfully built 3667bdcbb05f [2021-05-11T08:33:30.100Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:33:30.487Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T08:33:30.753Z] . [Pipeline] withDockerContainer [2021-05-11T08:33:30.917Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:33:31.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T08:33:33.091Z] $ docker top de0c10ba1cdb7aacf5dba4a1fe197c82872e9a0ef1648b2867ca9a7f42c15aa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:33:33.825Z] + go version [2021-05-11T08:33:33.825Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-11T08:33:33.857Z] $ docker stop --time=1 de0c10ba1cdb7aacf5dba4a1fe197c82872e9a0ef1648b2867ca9a7f42c15aa7 [2021-05-11T08:33:35.839Z] $ docker rm -f de0c10ba1cdb7aacf5dba4a1fe197c82872e9a0ef1648b2867ca9a7f42c15aa7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:33:36.562Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-11T08:33:36.562Z] . [Pipeline] withDockerContainer [2021-05-11T08:33:37.040Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:33:37.345Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-11T08:33:39.149Z] $ docker top f97b3c1e301633cc3ee95cf78ce34a58f40334736b2e1c7b27081b68a1150223 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T08:33:39.321Z] ========================================================= [2021-05-11T08:33:39.321Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T08:33:39.321Z] ========================================================= [Pipeline] sh [2021-05-11T08:33:40.096Z] + go mod tidy [Pipeline] sh [2021-05-11T08:33:46.568Z] + make test [2021-05-11T08:33:46.568Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T08:34:05.330Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T08:34:38.305Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T08:34:46.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T08:34:46.931Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T08:34:46.931Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T08:34:52.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T08:34:52.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T08:34:52.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T08:34:52.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T08:34:53.556Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T08:34:54.186Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T08:34:59.712Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T08:34:59.712Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T08:34:59.712Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T08:35:02.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.216s coverage: 46.1% of statements [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T08:35:02.520Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T08:35:02.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.077s coverage: 19.8% of statements [2021-05-11T08:35:02.520Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.228s coverage: 100.0% of statements [2021-05-11T08:35:07.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.276s coverage: 27.8% of statements [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T08:35:07.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.173s coverage: 81.2% of statements [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T08:35:07.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.169s coverage: 100.0% of statements [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T08:35:07.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T08:35:07.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T08:35:07.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 71.3% of statements [2021-05-11T08:35:07.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T08:35:07.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T08:35:08.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 87.7% of statements [2021-05-11T08:35:08.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:08.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:08.060Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.275s coverage: 78.9% of statements [2021-05-11T08:35:08.060Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T08:35:11.461Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4407 in /w/workspace/edgexfoundry_edgex-go_PR-3442 [Pipeline] { [Pipeline] ws [2021-05-11T08:35:11.484Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.430s coverage: 28.6% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.131s coverage: 100.0% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.187s coverage: 97.5% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T08:35:13.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T08:35:13.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T08:35:16.996Z] using credential edgex-jenkins-ssh [2021-05-11T08:35:17.021Z] Cloning the remote Git repository [2021-05-11T08:35:17.187Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.580s coverage: 95.1% of statements [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T08:35:17.187Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T08:35:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.099s coverage: 58.8% of statements [2021-05-11T08:35:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T08:35:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T08:35:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.107s coverage: 0.9% of statements [2021-05-11T08:35:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T08:35:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.075s coverage: 22.0% of statements [2021-05-11T08:35:17.188Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T08:35:17.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.070s coverage: 47.1% of statements [2021-05-11T08:35:17.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.107s coverage: 79.5% of statements [2021-05-11T08:35:17.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements [2021-05-11T08:35:17.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-05-11T08:35:17.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements [2021-05-11T08:35:17.091Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:35:17.230Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-05-11T08:35:17.324Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:35:17.324Z] > git --version # timeout=10 [2021-05-11T08:35:17.343Z] > git --version # 'git version 2.17.1' [2021-05-11T08:35:17.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:35:17.425Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:35:28.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements [2021-05-11T08:35:28.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.098s coverage: 44.8% of statements [2021-05-11T08:35:33.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.470s coverage: 81.8% of statements [2021-05-11T08:35:33.212Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T08:35:35.690Z] Merging remotes/origin/master commit 38d8ac8cf9377e12442077cf8ccce54130d64734 into PR head commit 78d1f73e05b7a0cf5d7de6800130460359666dd4 [2021-05-11T08:35:34.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:35:34.721Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-11T08:35:34.746Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-11T08:35:34.773Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-11T08:35:34.774Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:35:34.784Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3442/head:refs/remotes/origin/PR-3442 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-11T08:35:35.711Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:35:35.724Z] > git checkout -f 78d1f73e05b7a0cf5d7de6800130460359666dd4 # timeout=10 [2021-05-11T08:35:36.028Z] > git remote # timeout=10 [2021-05-11T08:35:36.042Z] > git config --get remote.origin.url # timeout=10 [2021-05-11T08:35:36.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-11T08:35:36.079Z] > git merge 38d8ac8cf9377e12442077cf8ccce54130d64734 # timeout=10 [2021-05-11T08:35:36.392Z] Merge succeeded, producing 79a9bdf297d7db716d7801e366ed133c2029c237 [2021-05-11T08:35:36.393Z] Checking out Revision 79a9bdf297d7db716d7801e366ed133c2029c237 (PR-3442) [2021-05-11T08:35:36.376Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-11T08:35:36.404Z] > git config core.sparsecheckout # timeout=10 [2021-05-11T08:35:36.422Z] > git checkout -f 79a9bdf297d7db716d7801e366ed133c2029c237 # timeout=10 [2021-05-11T08:35:40.624Z] Commit message: "Merge commit '38d8ac8cf9377e12442077cf8ccce54130d64734' into HEAD" [2021-05-11T08:35:40.640Z] > git rev-list --no-walk 78d1f73e05b7a0cf5d7de6800130460359666dd4 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.243s coverage: 92.9% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 65.1% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.193s coverage: 87.2% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 76.0% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.0% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.274s coverage: 85.4% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.303s coverage: 91.2% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.339s coverage: 64.4% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.493s coverage: 66.9% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 43.4% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-05-11T08:35:41.782Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T08:35:41.782Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.115s coverage: 84.8% of statements [2021-05-11T08:35:42.111Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:35:42.521Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-11T08:35:42.873Z] + true [2021-05-11T08:35:42.873Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-11T08:35:44.905Z] provisioning config files... [2021-05-11T08:35:44.956Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3917786990884279498tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:35:45.341Z] ---> docker-login.sh [2021-05-11T08:35:45.341Z] nexus3.edgexfoundry.org:10001 [2021-05-11T08:35:46.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:35:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.230s coverage: 47.1% of statements [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T08:35:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T08:35:46.404Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T08:35:46.404Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T08:35:46.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:35:46.630Z] Configure a credential helper to remove this warning. See [2021-05-11T08:35:46.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:35:46.630Z] [2021-05-11T08:35:46.630Z] Login Succeeded [2021-05-11T08:35:46.630Z] nexus3.edgexfoundry.org:10002 [2021-05-11T08:35:46.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:35:47.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:35:47.181Z] Configure a credential helper to remove this warning. See [2021-05-11T08:35:47.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:35:47.181Z] [2021-05-11T08:35:47.181Z] Login Succeeded [2021-05-11T08:35:47.181Z] nexus3.edgexfoundry.org:10003 [2021-05-11T08:35:47.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:35:47.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:35:47.734Z] Configure a credential helper to remove this warning. See [2021-05-11T08:35:47.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:35:47.734Z] [2021-05-11T08:35:47.734Z] Login Succeeded [2021-05-11T08:35:47.734Z] nexus3.edgexfoundry.org:10004 [2021-05-11T08:35:48.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:35:48.320Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:35:48.320Z] Configure a credential helper to remove this warning. See [2021-05-11T08:35:48.320Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:35:48.320Z] [2021-05-11T08:35:48.320Z] Login Succeeded [2021-05-11T08:35:48.320Z] docker.io [2021-05-11T08:35:48.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-11T08:35:48.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.169s coverage: 22.7% of statements [2021-05-11T08:35:48.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T08:35:48.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.303s coverage: 92.6% of statements [2021-05-11T08:35:48.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:48.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:48.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T08:35:49.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-11T08:35:49.194Z] Configure a credential helper to remove this warning. See [2021-05-11T08:35:49.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-11T08:35:49.194Z] [2021-05-11T08:35:49.194Z] Login Succeeded [2021-05-11T08:35:49.194Z] ---> docker-login.sh ends [Pipeline] } [2021-05-11T08:35:49.212Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-11T08:35:49.517Z] ========================================================= [2021-05-11T08:35:49.517Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-11T08:35:49.517Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:35:49.863Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.224s coverage: 28.8% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.123s coverage: 99.0% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.074s coverage: 64.6% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.180s coverage: 97.6% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T08:35:52.244Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T08:35:52.244Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T08:35:52.508Z] Sending build context to Docker daemon 167.8MB [2021-05-11T08:35:52.508Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-11T08:35:52.508Z] Step 2/6 : FROM ${BASE} [2021-05-11T08:35:52.508Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-11T08:35:52.508Z] 595b0fe564bb: Pulling fs layer [2021-05-11T08:35:52.508Z] 7186ed65a4f7: Pulling fs layer [2021-05-11T08:35:52.508Z] 316046926c0a: Pulling fs layer [2021-05-11T08:35:52.508Z] 4ebd0625c992: Pulling fs layer [2021-05-11T08:35:52.508Z] 207e8628e3a3: Pulling fs layer [2021-05-11T08:35:52.508Z] c791037a9be2: Pulling fs layer [2021-05-11T08:35:52.508Z] ffd874e62e21: Pulling fs layer [2021-05-11T08:35:52.508Z] 4ebd0625c992: Waiting [2021-05-11T08:35:52.508Z] 207e8628e3a3: Waiting [2021-05-11T08:35:52.508Z] c791037a9be2: Waiting [2021-05-11T08:35:52.508Z] ffd874e62e21: Waiting [2021-05-11T08:35:52.508Z] 316046926c0a: Download complete [2021-05-11T08:35:52.508Z] 7186ed65a4f7: Verifying Checksum [2021-05-11T08:35:52.508Z] 7186ed65a4f7: Download complete [2021-05-11T08:35:52.508Z] 207e8628e3a3: Verifying Checksum [2021-05-11T08:35:52.508Z] 207e8628e3a3: Download complete [2021-05-11T08:35:52.508Z] c791037a9be2: Verifying Checksum [2021-05-11T08:35:52.508Z] c791037a9be2: Download complete [2021-05-11T08:35:52.508Z] 595b0fe564bb: Verifying Checksum [2021-05-11T08:35:52.508Z] 595b0fe564bb: Download complete [2021-05-11T08:35:52.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-05-11T08:35:52.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T08:35:52.849Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T08:35:52.849Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-05-11T08:35:53.120Z] 595b0fe564bb: Pull complete [2021-05-11T08:35:53.451Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 28.1% of statements [2021-05-11T08:35:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T08:35:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.062s coverage: 85.7% of statements [2021-05-11T08:35:53.723Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T08:35:53.723Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements [2021-05-11T08:35:53.726Z] 7186ed65a4f7: Pull complete [2021-05-11T08:35:54.004Z] 316046926c0a: Pull complete [2021-05-11T08:35:54.329Z] GO111MODULE=on go vet ./... [2021-05-11T08:35:54.994Z] ffd874e62e21: Verifying Checksum [2021-05-11T08:35:54.994Z] ffd874e62e21: Download complete [2021-05-11T08:35:56.434Z] 4ebd0625c992: Verifying Checksum [2021-05-11T08:35:56.434Z] 4ebd0625c992: Download complete [2021-05-11T08:36:06.653Z] 4ebd0625c992: Pull complete [2021-05-11T08:36:06.653Z] 207e8628e3a3: Pull complete [2021-05-11T08:36:06.925Z] c791037a9be2: Pull complete [2021-05-11T08:36:11.240Z] ffd874e62e21: Pull complete [2021-05-11T08:36:11.240Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-11T08:36:11.240Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-11T08:36:11.240Z] ---> cfc18b08335c [2021-05-11T08:36:11.240Z] 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-05-11T08:36:13.904Z] ---> Running in 43349cea9845 [2021-05-11T08:36:15.351Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:36:17.330Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:36:18.311Z] (1/12) Installing libmagic (5.39-r0) [2021-05-11T08:36:18.587Z] (2/12) Installing file (5.39-r0) [2021-05-11T08:36:18.862Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-11T08:36:19.134Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-11T08:36:25.853Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-11T08:36:25.853Z] (6/12) Installing patch (2.7.6-r6) [2021-05-11T08:36:25.853Z] (7/12) Installing build-base (0.5-r2) [2021-05-11T08:36:25.853Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-11T08:36:26.134Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-11T08:36:26.134Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-11T08:36:26.407Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-11T08:36:26.683Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-11T08:36:26.683Z] Executing busybox-1.32.1-r6.trigger [2021-05-11T08:36:26.683Z] OK: 218 MiB in 52 packages [2021-05-11T08:36:31.005Z] Removing intermediate container 43349cea9845 [2021-05-11T08:36:31.005Z] ---> da1ab9c15fd5 [2021-05-11T08:36:31.005Z] Step 4/6 : WORKDIR /edgex-go [2021-05-11T08:36:31.286Z] ---> Running in b54ede1784c7 [2021-05-11T08:36:31.886Z] Removing intermediate container b54ede1784c7 [2021-05-11T08:36:31.886Z] ---> f2fea371ba56 [2021-05-11T08:36:31.886Z] Step 5/6 : COPY go.mod . [2021-05-11T08:36:32.483Z] ---> c6b478c588ad [2021-05-11T08:36:32.483Z] Step 6/6 : RUN go mod download [2021-05-11T08:36:32.483Z] ---> Running in 13a10db066af [2021-05-11T08:36:51.218Z] gofmt -l . [2021-05-11T08:36:51.218Z] [ "`gofmt -l .`" = "" ] [2021-05-11T08:36:51.218Z] ./bin/test-go-mod-tidy.sh [2021-05-11T08:36:52.316Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-11T08:36:55.552Z] + ls -al . [2021-05-11T08:36:55.552Z] total 828 [2021-05-11T08:36:55.552Z] drwxrwxr-x 10 1001 1001 4096 May 11 08:36 . [2021-05-11T08:36:55.552Z] drwxr-xr-x 4 root root 28 May 11 08:33 .. [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 11 May 11 08:30 .dockerignore [2021-05-11T08:36:55.552Z] drwxrwxr-x 8 1001 1001 179 May 11 08:31 .git [2021-05-11T08:36:55.552Z] drwxrwxr-x 3 1001 1001 125 May 11 08:30 .github [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 818 May 11 08:30 .gitignore [2021-05-11T08:36:55.552Z] drwx------ 3 1001 1001 60 May 11 08:31 .semver [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 166 May 11 08:30 .sonarcloud.properties [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 8609 May 11 08:30 Attribution.txt [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 3804 May 11 08:30 CONTRIBUTING.md [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 931 May 11 08:30 Dockerfile.build [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 863 May 11 08:30 Jenkinsfile [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 10775 May 11 08:30 LICENSE [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 5774 May 11 08:30 Makefile [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 7978 May 11 08:30 README.md [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 6755 May 11 08:30 SECURITY.md [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 5 May 11 08:32 VERSION [2021-05-11T08:36:55.552Z] -rw-rw-r-- 1 1001 1001 4131 May 11 08:30 ZMQWindows.md [2021-05-11T08:36:55.552Z] drwxrwxr-x 2 1001 1001 117 May 11 08:30 bin [2021-05-11T08:36:55.553Z] drwxrwxr-x 14 1001 1001 4096 May 11 08:30 cmd [2021-05-11T08:36:55.553Z] -rw-r--r-- 1 root root 719396 May 11 08:35 coverage.out [2021-05-11T08:36:55.553Z] -rw-r--r-- 1 root root 1060 May 11 08:36 go.mod [2021-05-11T08:36:55.553Z] -rw-r--r-- 1 root root 21595 May 11 08:33 go.sum [2021-05-11T08:36:55.553Z] drwxrwxr-x 8 1001 1001 127 May 11 08:30 internal [2021-05-11T08:36:55.553Z] drwxrwxr-x 4 1001 1001 26 May 11 08:30 openapi [2021-05-11T08:36:55.553Z] drwxrwxr-x 4 1001 1001 71 May 11 08:30 snap [2021-05-11T08:36:55.553Z] -rw-rw-r-- 1 1001 1001 168 May 11 08:30 version.go [Pipeline] sh [2021-05-11T08:36:56.368Z] + '[' -e coverage.out ] [2021-05-11T08:36:56.368Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T08:36:56.679Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T08:36:57.070Z] + make build [2021-05-11T08:36:57.070Z] 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-05-11T08:36:59.355Z] Removing intermediate container 13a10db066af [2021-05-11T08:36:59.355Z] ---> f3113a35b471 [2021-05-11T08:36:59.355Z] Successfully built f3113a35b471 [2021-05-11T08:36:59.355Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:36:59.704Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T08:36:59.704Z] . [Pipeline] withDockerContainer [2021-05-11T08:36:59.947Z] prd-ubuntu18.04-docker-arm64-4c-16g-4407 does not seem to be running inside a container [2021-05-11T08:37:00.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T08:37:00.605Z] 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-05-11T08:37:01.725Z] $ docker top ffcc3ccf9f6e4e5754cf9f9ca206ac557805d6754d89ff7389d3b2625a8044ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:37:02.688Z] + go version [2021-05-11T08:37:02.688Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-11T08:37:02.722Z] $ docker stop --time=1 ffcc3ccf9f6e4e5754cf9f9ca206ac557805d6754d89ff7389d3b2625a8044ba [2021-05-11T08:37:04.723Z] $ docker rm -f ffcc3ccf9f6e4e5754cf9f9ca206ac557805d6754d89ff7389d3b2625a8044ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:05.448Z] + docker inspect -f . ci-base-image-arm64 [2021-05-11T08:37:05.448Z] . [Pipeline] withDockerContainer [2021-05-11T08:37:05.725Z] prd-ubuntu18.04-docker-arm64-4c-16g-4407 does not seem to be running inside a container [2021-05-11T08:37:05.820Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-11T08:37:07.326Z] $ docker top 55498eec33ac93e8c2e530274ab41c0007cc3523bad25a880daf32835bc80361 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-11T08:37:07.653Z] ========================================================= [2021-05-11T08:37:07.653Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-11T08:37:07.653Z] ========================================================= [Pipeline] sh [2021-05-11T08:37:08.308Z] + go mod tidy [Pipeline] sh [2021-05-11T08:37:09.963Z] + make test [2021-05-11T08:37:09.963Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-11T08:37:15.876Z] 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-05-11T08:37:17.884Z] 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-05-11T08:37:19.851Z] 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-05-11T08:37:20.430Z] 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-05-11T08:37:23.054Z] 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-05-11T08:37:25.005Z] 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-05-11T08:37:26.427Z] 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-05-11T08:37:28.372Z] 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-05-11T08:37:29.781Z] 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-05-11T08:37:31.757Z] 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-05-11T08:37:35.183Z] $ docker stop --time=1 f97b3c1e301633cc3ee95cf78ce34a58f40334736b2e1c7b27081b68a1150223 [2021-05-11T08:37:36.935Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-11T08:37:37.059Z] $ docker rm -f f97b3c1e301633cc3ee95cf78ce34a58f40334736b2e1c7b27081b68a1150223 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:38.936Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:39.205Z] [2021-05-11T08:37:39.205Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:37:39.580Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:39.580Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-11T08:37:39.580Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-11T08:37:39.580Z] ca9280d653b3: Pulling fs layer [2021-05-11T08:37:39.580Z] 7e9c9ca2126c: Pulling fs layer [2021-05-11T08:37:39.889Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-11T08:37:39.889Z] cbdbe7a5bc2a: Download complete [2021-05-11T08:37:41.383Z] cbdbe7a5bc2a: Pull complete [2021-05-11T08:37:41.383Z] ca9280d653b3: Verifying Checksum [2021-05-11T08:37:41.383Z] ca9280d653b3: Download complete [2021-05-11T08:37:43.396Z] ca9280d653b3: Pull complete [2021-05-11T08:37:43.687Z] 7e9c9ca2126c: Verifying Checksum [2021-05-11T08:37:43.687Z] 7e9c9ca2126c: Download complete [2021-05-11T08:37:52.495Z] 7e9c9ca2126c: Pull complete [2021-05-11T08:37:52.495Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-11T08:37:52.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:37:52.495Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-11T08:37:52.844Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:37:53.031Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T08:37:55.688Z] $ docker top 6e460fea6a192b1bfc0b38a3a2220baab82a54e7d09d4270db7170690cb21540 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:37:57.088Z] + docker-compose build --help [2021-05-11T08:37:57.088Z] + grep parallel [2021-05-11T08:37:58.599Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T08:37:58.897Z] $ docker stop --time=1 6e460fea6a192b1bfc0b38a3a2220baab82a54e7d09d4270db7170690cb21540 [2021-05-11T08:38:00.456Z] $ docker rm -f 6e460fea6a192b1bfc0b38a3a2220baab82a54e7d09d4270db7170690cb21540 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:38:01.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-11T08:38:01.011Z] . [Pipeline] withDockerContainer [2021-05-11T08:38:01.318Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:38:01.506Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-11T08:38:03.573Z] $ docker top 03d3ca575d9fde6e2edef458ca24e3f975d72385081779d56fc1fe472b496e7d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:38:04.599Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T08:38:06.653Z] Building docker-core-command-go ... [2021-05-11T08:38:06.653Z] Building docker-core-data-go ... [2021-05-11T08:38:06.653Z] Building docker-core-metadata-go ... [2021-05-11T08:38:06.653Z] Building docker-security-bootstrapper-go ... [2021-05-11T08:38:06.653Z] Building docker-security-proxy-setup-go ... [2021-05-11T08:38:06.653Z] Building docker-security-secretstore-setup-go ... [2021-05-11T08:38:06.653Z] Building docker-support-notifications-go ... [2021-05-11T08:38:06.653Z] Building docker-support-scheduler-go ... [2021-05-11T08:38:06.653Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T08:38:06.653Z] Building docker-sys-mgmt-agent-go [2021-05-11T08:38:06.653Z] Building docker-core-command-go [2021-05-11T08:38:06.653Z] Building docker-core-data-go [2021-05-11T08:38:06.653Z] Building docker-security-secretstore-setup-go [2021-05-11T08:38:06.653Z] Building docker-security-proxy-setup-go [2021-05-11T08:38:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-11T08:38:45.021Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-11T08:38:53.352Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-11T08:38:53.352Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-11T08:38:57.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-11T08:38:57.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-11T08:38:57.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-11T08:38:57.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-11T08:39:03.186Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-11T08:39:03.186Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-11T08:39:04.036Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:39:04.036Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:39:04.036Z] ---> 3667bdcbb05f [2021-05-11T08:39:04.036Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:39:04.036Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:39:04.036Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:39:04.036Z] ---> 3667bdcbb05f [2021-05-11T08:39:04.036Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T08:39:04.036Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:39:04.036Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:39:04.036Z] ---> 3667bdcbb05f [2021-05-11T08:39:04.036Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:39:04.036Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:39:04.036Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:39:04.036Z] ---> 3667bdcbb05f [2021-05-11T08:39:04.036Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T08:39:04.036Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:39:04.036Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:39:04.036Z] ---> 3667bdcbb05f [2021-05-11T08:39:04.036Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:39:04.036Z] ---> Running in d84e595ae2c6 [2021-05-11T08:39:04.036Z] ---> Running in 9c879b231449 [2021-05-11T08:39:04.036Z] ---> Running in 62bd89307b8f [2021-05-11T08:39:04.036Z] ---> Running in 7cca2fb7b0ae [2021-05-11T08:39:04.036Z] ---> Running in cebefa33d741 [2021-05-11T08:39:04.036Z] Removing intermediate container cebefa33d741 [2021-05-11T08:39:04.036Z] ---> c67203cf1823 [2021-05-11T08:39:04.036Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:39:04.036Z] Removing intermediate container 62bd89307b8f [2021-05-11T08:39:04.036Z] ---> 66984fd12940 [2021-05-11T08:39:04.036Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:39:04.036Z] Removing intermediate container d84e595ae2c6 [2021-05-11T08:39:04.036Z] ---> 777268bec174 [2021-05-11T08:39:04.036Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:39:04.036Z] Removing intermediate container 7cca2fb7b0ae [2021-05-11T08:39:04.036Z] ---> 251a736985ef [2021-05-11T08:39:04.036Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:39:04.036Z] Removing intermediate container 9c879b231449 [2021-05-11T08:39:04.036Z] ---> 3b379e37097b [2021-05-11T08:39:04.036Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:39:04.036Z] ---> Running in 6f4d60f2a0ae [2021-05-11T08:39:04.036Z] ---> Running in f7dce77f282b [2021-05-11T08:39:04.036Z] ---> Running in 7566886372d4 [2021-05-11T08:39:04.036Z] ---> Running in 702238730fc2 [2021-05-11T08:39:04.036Z] ---> Running in c5770222dfa1 [2021-05-11T08:39:05.558Z] Removing intermediate container 7566886372d4 [2021-05-11T08:39:05.558Z] ---> 868625fffa41 [2021-05-11T08:39:05.558Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T08:39:05.558Z] ---> Running in c76ce692f580 [2021-05-11T08:39:06.212Z] Removing intermediate container 6f4d60f2a0ae [2021-05-11T08:39:06.212Z] ---> fc33d56d2bad [2021-05-11T08:39:06.212Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T08:39:06.212Z] Removing intermediate container 702238730fc2 [2021-05-11T08:39:06.212Z] ---> e125ceeead41 [2021-05-11T08:39:06.212Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:39:06.212Z] Removing intermediate container f7dce77f282b [2021-05-11T08:39:06.212Z] ---> 1ac206f0f16c [2021-05-11T08:39:06.212Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T08:39:06.212Z] ---> Running in c7488e7a7e81 [2021-05-11T08:39:06.490Z] ---> Running in 680518e40e3b [2021-05-11T08:39:06.490Z] ---> Running in 8c240b8c685e [2021-05-11T08:39:06.490Z] Removing intermediate container c5770222dfa1 [2021-05-11T08:39:06.490Z] ---> e84fcbf70785 [2021-05-11T08:39:06.490Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T08:39:06.786Z] ---> Running in 3240de07f4e2 [2021-05-11T08:39:07.073Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:07.729Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:07.729Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:08.346Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:08.346Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:09.374Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:09.374Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:09.374Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:10.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:10.027Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:39:10.681Z] OK: 219 MiB in 52 packages [2021-05-11T08:39:10.681Z] OK: 219 MiB in 52 packages [2021-05-11T08:39:10.982Z] OK: 219 MiB in 52 packages [2021-05-11T08:39:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-11T08:39:11.480Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-11T08:39:11.480Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-11T08:39:11.639Z] OK: 219 MiB in 52 packages [2021-05-11T08:39:11.982Z] OK: 219 MiB in 52 packages [2021-05-11T08:39:12.627Z] Removing intermediate container 680518e40e3b [2021-05-11T08:39:12.627Z] ---> 22ba173bbf83 [2021-05-11T08:39:12.627Z] Step 6/22 : COPY go.mod . [2021-05-11T08:39:12.627Z] Removing intermediate container c7488e7a7e81 [2021-05-11T08:39:12.627Z] ---> ddc3d916a8d8 [2021-05-11T08:39:12.627Z] Step 6/26 : COPY go.mod . [2021-05-11T08:39:12.930Z] Removing intermediate container 8c240b8c685e [2021-05-11T08:39:12.930Z] ---> e08cfefd9a8b [2021-05-11T08:39:13.247Z] Step 6/24 : COPY go.mod . [2021-05-11T08:39:13.537Z] ---> e34fbbac50f1 [2021-05-11T08:39:13.537Z] Step 7/22 : RUN go mod download [2021-05-11T08:39:13.537Z] Removing intermediate container 3240de07f4e2 [2021-05-11T08:39:13.537Z] ---> 57cea9c40cf6 [2021-05-11T08:39:13.537Z] Step 6/24 : COPY go.mod . [2021-05-11T08:39:13.916Z] ---> Running in 1757f0723518 [2021-05-11T08:39:13.916Z] Removing intermediate container c76ce692f580 [2021-05-11T08:39:13.916Z] ---> 1c306c16a16c [2021-05-11T08:39:13.916Z] Step 6/24 : COPY go.mod . [2021-05-11T08:39:13.916Z] ---> ca94ae59b2c2 [2021-05-11T08:39:13.916Z] Step 7/26 : RUN go mod download [2021-05-11T08:39:14.288Z] ---> e360cd3e6166 [2021-05-11T08:39:14.288Z] Step 7/24 : RUN go mod download [2021-05-11T08:39:14.288Z] ---> Running in 5ea0f0e779b9 [2021-05-11T08:39:14.581Z] ---> Running in 3dfedf5dfae4 [2021-05-11T08:39:14.872Z] ---> 231ab2020d56 [2021-05-11T08:39:14.872Z] Step 7/24 : RUN go mod download [2021-05-11T08:39:15.143Z] ---> fd1420a32d53 [2021-05-11T08:39:15.143Z] Step 7/24 : RUN go mod download [2021-05-11T08:39:15.143Z] ---> Running in 91ec140e809c [2021-05-11T08:39:15.456Z] ---> Running in 9a4ddda1457f [2021-05-11T08:39:16.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.377s coverage: 46.1% of statements [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-11T08:39:16.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-11T08:39:16.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements [2021-05-11T08:39:17.192Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.249s coverage: 100.0% of statements [2021-05-11T08:39:19.250Z] Removing intermediate container 91ec140e809c [2021-05-11T08:39:19.250Z] ---> f17fe4c95a04 [2021-05-11T08:39:19.250Z] Step 8/24 : COPY . . [2021-05-11T08:39:19.250Z] Removing intermediate container 5ea0f0e779b9 [2021-05-11T08:39:19.250Z] ---> 8bdd701aac44 [2021-05-11T08:39:19.250Z] Step 8/26 : COPY . . [2021-05-11T08:39:19.250Z] Removing intermediate container 3dfedf5dfae4 [2021-05-11T08:39:19.250Z] ---> cfcbb8411e76 [2021-05-11T08:39:19.250Z] Step 8/24 : COPY . . [2021-05-11T08:39:19.250Z] Removing intermediate container 1757f0723518 [2021-05-11T08:39:19.250Z] ---> 9ea08bdecbaf [2021-05-11T08:39:19.250Z] Step 8/22 : COPY . . [2021-05-11T08:39:19.250Z] Removing intermediate container 9a4ddda1457f [2021-05-11T08:39:19.250Z] ---> 3b90c93e2503 [2021-05-11T08:39:19.250Z] Step 8/24 : COPY . . [2021-05-11T08:39:25.495Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.628s coverage: 27.8% of statements [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-11T08:39:25.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.265s coverage: 81.2% of statements [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-11T08:39:25.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-11T08:39:25.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.165s coverage: 100.0% of statements [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-11T08:39:25.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-11T08:39:26.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 71.3% of statements [2021-05-11T08:39:26.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-11T08:39:26.488Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-11T08:39:27.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.548s coverage: 87.7% of statements [2021-05-11T08:39:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-11T08:39:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:39:27.474Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.192s coverage: 78.9% of statements [2021-05-11T08:39:27.474Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-11T08:39:37.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.244s coverage: 28.6% of statements [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-11T08:39:37.650Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements [2021-05-11T08:39:37.650Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-11T08:39:37.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.152s coverage: 100.0% of statements [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-11T08:39:37.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.494s coverage: 86.7% of statements [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-11T08:39:37.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.408s coverage: 97.5% of statements [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-11T08:39:37.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.228s coverage: 78.3% of statements [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-11T08:39:37.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.308s coverage: 95.1% of statements [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.230s coverage: 0.9% of statements [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.212s coverage: 22.0% of statements [2021-05-11T08:39:44.376Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.204s coverage: 79.5% of statements [2021-05-11T08:39:44.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements [2021-05-11T08:39:44.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.179s coverage: 96.3% of statements [2021-05-11T08:39:45.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.164s coverage: 87.5% of statements [2021-05-11T08:39:58.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.143s coverage: 94.4% of statements [2021-05-11T08:39:58.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.143s coverage: 44.8% of statements [2021-05-11T08:40:03.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.531s coverage: 81.8% of statements [2021-05-11T08:40:03.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.201s coverage: 92.9% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 76.0% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.140s coverage: 80.0% of statements [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 85.4% of statements [2021-05-11T08:40:10.148Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.245s coverage: 91.2% of statements [2021-05-11T08:40:10.148Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-11T08:40:11.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.828s coverage: 64.4% of statements [2021-05-11T08:40:11.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-11T08:40:11.595Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-11T08:40:11.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.142s coverage: 100.0% of statements [2021-05-11T08:40:11.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.130s coverage: 91.3% of statements [2021-05-11T08:40:11.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-05-11T08:40:11.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.114s coverage: 73.7% of statements [2021-05-11T08:40:12.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-05-11T08:40:17.589Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.115s coverage: 66.9% of statements [2021-05-11T08:40:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-11T08:40:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-11T08:40:17.589Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-11T08:40:19.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.733s coverage: 43.4% of statements [2021-05-11T08:40:19.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-11T08:40:19.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-11T08:40:19.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.095s coverage: 89.5% of statements [2021-05-11T08:40:19.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-11T08:40:19.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements [2021-05-11T08:40:25.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.1% of statements [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-11T08:40:25.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.180s coverage: 100.0% of statements [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-11T08:40:25.777Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.150s coverage: 100.0% of statements [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-11T08:40:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-11T08:40:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.245s coverage: 22.7% of statements [2021-05-11T08:40:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-11T08:40:27.791Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.496s coverage: 92.6% of statements [2021-05-11T08:40:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-11T08:40:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:40:27.791Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-11T08:40:38.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.091s coverage: 28.8% of statements [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-11T08:40:38.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-11T08:40:38.109Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.188s coverage: 100.0% of statements [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-11T08:40:38.109Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.212s coverage: 64.6% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.340s coverage: 97.6% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.064s coverage: 100.0% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.145s coverage: 87.9% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.114s coverage: 100.0% of statements [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.165s coverage: 28.1% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-11T08:40:38.110Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.057s coverage: 85.7% of statements [2021-05-11T08:40:38.110Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-11T08:40:38.385Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-11T08:40:39.369Z] GO111MODULE=on go vet ./... [2021-05-11T08:40:57.447Z] ---> 6ee2d23ea98e [2021-05-11T08:40:57.447Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:57.447Z] ---> c2264eda285c [2021-05-11T08:40:57.447Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:57.447Z] ---> Running in c30174a1c25f [2021-05-11T08:40:57.447Z] ---> 6d14876c4bcb [2021-05-11T08:40:57.447Z] Step 9/22 : RUN go mod tidy [2021-05-11T08:40:57.447Z] ---> 64fc5194aa38 [2021-05-11T08:40:57.447Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:40:57.447Z] ---> 3713de4d54bb [2021-05-11T08:40:57.447Z] Step 9/26 : RUN go mod tidy [2021-05-11T08:40:57.447Z] ---> Running in a6c959529346 [2021-05-11T08:40:57.447Z] ---> Running in 0dac84f6c55f [2021-05-11T08:40:57.447Z] ---> Running in 837724f13947 [2021-05-11T08:40:57.447Z] ---> Running in 5fec150abe7d [2021-05-11T08:41:00.343Z] Removing intermediate container 5fec150abe7d [2021-05-11T08:41:00.343Z] ---> 2a31931f518c [2021-05-11T08:41:00.343Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T08:41:00.343Z] Removing intermediate container c30174a1c25f [2021-05-11T08:41:00.343Z] ---> 529d45681b4a [2021-05-11T08:41:00.343Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T08:41:00.343Z] Removing intermediate container 0dac84f6c55f [2021-05-11T08:41:00.343Z] ---> 5584105e2586 [2021-05-11T08:41:00.343Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T08:41:00.614Z] Removing intermediate container 837724f13947 [2021-05-11T08:41:00.614Z] ---> 3beb5d115a69 [2021-05-11T08:41:00.614Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T08:41:00.614Z] ---> Running in a2235e26774a [2021-05-11T08:41:00.614Z] ---> Running in 5995f5186236 [2021-05-11T08:41:00.614Z] ---> Running in a0e888b187b1 [2021-05-11T08:41:00.614Z] Removing intermediate container a6c959529346 [2021-05-11T08:41:00.614Z] ---> 741bdb31d46d [2021-05-11T08:41:00.614Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T08:41:00.931Z] ---> Running in f96d7cd376e2 [2021-05-11T08:41:00.931Z] ---> Running in f8f0384b05fe [2021-05-11T08:41:02.052Z] 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-05-11T08:41:02.052Z] 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-05-11T08:41:02.332Z] 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-05-11T08:41:02.332Z] 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-05-11T08:41:02.332Z] 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-05-11T08:41:59.529Z] 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-05-11T08:41:59.529Z] 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-05-11T08:42:05.406Z] Removing intermediate container f96d7cd376e2 [2021-05-11T08:42:05.406Z] ---> 22ea34e1824f [2021-05-11T08:42:05.406Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T08:42:06.075Z] ---> Running in 5110cc0cfbd2 [2021-05-11T08:42:06.752Z] Removing intermediate container f8f0384b05fe [2021-05-11T08:42:06.752Z] ---> 1082acaca77b [2021-05-11T08:42:06.752Z] [2021-05-11T08:42:06.752Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:42:06.752Z] 3.12: Pulling from library/alpine [2021-05-11T08:42:08.890Z] 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-05-11T08:42:09.387Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:42:09.387Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T08:42:09.387Z] ---> 13621d1b12d4 [2021-05-11T08:42:09.387Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:42:11.542Z] ---> Running in 8f938e03626a [2021-05-11T08:42:12.630Z] Removing intermediate container 5995f5186236 [2021-05-11T08:42:12.630Z] ---> 4370e88bdcde [2021-05-11T08:42:12.630Z] [2021-05-11T08:42:12.630Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T08:42:12.630Z] ---> 13621d1b12d4 [2021-05-11T08:42:12.630Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T08:42:12.936Z] Removing intermediate container a2235e26774a [2021-05-11T08:42:12.936Z] ---> 1e471e0bc3a9 [2021-05-11T08:42:12.936Z] [2021-05-11T08:42:12.936Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T08:42:12.936Z] ---> 13621d1b12d4 [2021-05-11T08:42:12.936Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T08:42:13.928Z] ---> Running in 6b46fdf52e5d [2021-05-11T08:42:13.928Z] ---> Running in 8ff0cbd6a4d5 [2021-05-11T08:42:14.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:14.233Z] Removing intermediate container a0e888b187b1 [2021-05-11T08:42:14.233Z] ---> 09958ff61a17 [2021-05-11T08:42:14.233Z] [2021-05-11T08:42:14.233Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:42:14.233Z] ---> 13621d1b12d4 [2021-05-11T08:42:14.233Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T08:42:14.233Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:14.576Z] ---> Running in 4d0b3eb09a98 [2021-05-11T08:42:14.576Z] Removing intermediate container 5110cc0cfbd2 [2021-05-11T08:42:14.576Z] ---> 815dfdce8c5f [2021-05-11T08:42:14.576Z] [2021-05-11T08:42:14.576Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T08:42:14.576Z] 20.10.0: Pulling from library/docker [2021-05-11T08:42:14.899Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:42:14.899Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:42:14.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:14.899Z] OK: 6 MiB in 15 packages [2021-05-11T08:42:14.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:14.899Z] Removing intermediate container 4d0b3eb09a98 [2021-05-11T08:42:14.899Z] ---> f8a79c2d8b0c [2021-05-11T08:42:14.899Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T08:42:15.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:15.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:15.274Z] ---> Running in 2c0271d41075 [2021-05-11T08:42:15.580Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T08:42:15.580Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:42:15.580Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T08:42:15.580Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T08:42:15.580Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T08:42:15.580Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:42:15.580Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T08:42:15.580Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:42:15.580Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:42:15.580Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:42:15.580Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T08:42:15.918Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T08:42:15.918Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:42:15.918Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:42:15.918Z] OK: 7 MiB in 18 packages [2021-05-11T08:42:15.918Z] OK: 7 MiB in 20 packages [2021-05-11T08:42:16.213Z] gofmt -l . [2021-05-11T08:42:16.944Z] Removing intermediate container 2c0271d41075 [2021-05-11T08:42:16.944Z] ---> 99470dc9306f [2021-05-11T08:42:16.944Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T08:42:18.016Z] ---> Running in 5a27de63a6fd [2021-05-11T08:42:18.632Z] Removing intermediate container 8f938e03626a [2021-05-11T08:42:18.632Z] ---> 6f78c047b16d [2021-05-11T08:42:18.632Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:42:18.951Z] Removing intermediate container 5a27de63a6fd [2021-05-11T08:42:18.951Z] ---> b44481a66e8e [2021-05-11T08:42:18.951Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:42:19.277Z] ---> Running in 472f92cfcd63 [2021-05-11T08:42:19.277Z] ---> Running in 5f6c435d3e06 [2021-05-11T08:42:19.575Z] Removing intermediate container 8ff0cbd6a4d5 [2021-05-11T08:42:19.575Z] ---> f494a901ee5a [2021-05-11T08:42:19.575Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:42:19.594Z] [ "`gofmt -l .`" = "" ] [2021-05-11T08:42:19.862Z] Removing intermediate container 472f92cfcd63 [2021-05-11T08:42:19.862Z] ---> 00ee7380b134 [2021-05-11T08:42:19.862Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T08:42:19.862Z] ---> Running in 80a9707fe4bc [2021-05-11T08:42:19.862Z] Removing intermediate container 6b46fdf52e5d [2021-05-11T08:42:19.862Z] ---> 83475d794629 [2021-05-11T08:42:19.862Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:42:19.862Z] ---> Running in 3b2aeeab422e [2021-05-11T08:42:20.131Z] ---> Running in d90da26ce6f0 [2021-05-11T08:42:20.131Z] Removing intermediate container 80a9707fe4bc [2021-05-11T08:42:20.131Z] ---> d269af5af182 [2021-05-11T08:42:20.131Z] Step 14/22 : WORKDIR /edgex [2021-05-11T08:42:20.419Z] Removing intermediate container 3b2aeeab422e [2021-05-11T08:42:20.419Z] ---> c80f0ff32e09 [2021-05-11T08:42:20.419Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:42:20.419Z] ---> Running in d64dd0c0550d [2021-05-11T08:42:20.419Z] Removing intermediate container d90da26ce6f0 [2021-05-11T08:42:20.419Z] ---> b774871f4860 [2021-05-11T08:42:20.419Z] Step 14/26 : WORKDIR / [2021-05-11T08:42:20.419Z] ---> Running in 8219fce4f69e [2021-05-11T08:42:20.690Z] ---> Running in cb4e92220b1b [2021-05-11T08:42:20.972Z] Removing intermediate container d64dd0c0550d [2021-05-11T08:42:20.972Z] ---> 3ea4aebd3502 [2021-05-11T08:42:20.972Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T08:42:20.972Z] Removing intermediate container 8219fce4f69e [2021-05-11T08:42:20.972Z] ---> b9d3b0bdb7a1 [2021-05-11T08:42:20.972Z] Step 16/24 : WORKDIR / [2021-05-11T08:42:20.972Z] Removing intermediate container cb4e92220b1b [2021-05-11T08:42:20.972Z] ---> 6a9bf96fd670 [2021-05-11T08:42:20.972Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T08:42:21.249Z] ---> Running in 6fc681426b1b [2021-05-11T08:42:21.249Z] Removing intermediate container 5f6c435d3e06 [2021-05-11T08:42:21.249Z] ---> c1fcb86e5bc5 [2021-05-11T08:42:21.249Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T08:42:21.542Z] ---> Running in c9c663871b10 [2021-05-11T08:42:21.542Z] ---> 666f529c1aae [2021-05-11T08:42:21.542Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T08:42:21.828Z] Removing intermediate container 6fc681426b1b [2021-05-11T08:42:21.828Z] ---> fab67e0ee01f [2021-05-11T08:42:21.828Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:42:21.828Z] ---> 0cb4d36c545c [2021-05-11T08:42:21.828Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T08:42:22.203Z] ./bin/test-go-mod-tidy.sh [2021-05-11T08:42:22.900Z] ---> 785df08a07b5 [2021-05-11T08:42:22.900Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T08:42:22.900Z] ---> cf57f0b9ba49 [2021-05-11T08:42:22.900Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T08:42:22.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:22.901Z] ---> 7ad6b42bc8de [2021-05-11T08:42:22.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T08:42:23.182Z] ./bin/test-attribution-txt.sh [2021-05-11T08:42:23.581Z] ---> 70f90397cb1c [2021-05-11T08:42:23.581Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T08:42:23.895Z] ---> 1847a0c0d280 [2021-05-11T08:42:23.895Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T08:42:24.217Z] ---> 791551db8b19 [2021-05-11T08:42:24.217Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T08:42:24.217Z] ---> d315f7a65eed [2021-05-11T08:42:24.217Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T08:42:24.217Z] ---> Running in e2d314496b74 [2021-05-11T08:42:24.600Z] ---> d7268eaaf402 [2021-05-11T08:42:24.600Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T08:42:24.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:24.898Z] ---> Running in 1380eb0cd36d [2021-05-11T08:42:24.898Z] Removing intermediate container e2d314496b74 [2021-05-11T08:42:24.898Z] ---> e5e370272c8a [2021-05-11T08:42:24.898Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T08:42:25.172Z] ---> Running in c4ffe0f8c9d3 [Pipeline] sh [2021-05-11T08:42:25.447Z] Removing intermediate container 1380eb0cd36d [2021-05-11T08:42:25.447Z] ---> 4b705f29188b [2021-05-11T08:42:25.447Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:42:25.447Z] ---> a80e7bf5aa6c [2021-05-11T08:42:25.447Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T08:42:25.734Z] Removing intermediate container c4ffe0f8c9d3 [2021-05-11T08:42:25.734Z] ---> ca093ccd5913 [2021-05-11T08:42:25.734Z] Step 20/22 : LABEL arch=x86_64 [2021-05-11T08:42:25.734Z] ---> Running in 23b8e18ed15f [2021-05-11T08:42:25.734Z] ---> Running in c10e25df452d [2021-05-11T08:42:25.827Z] + ls -al . [2021-05-11T08:42:25.827Z] total 856 [2021-05-11T08:42:25.827Z] drwxrwxr-x 9 1001 1001 4096 May 11 08:42 . [2021-05-11T08:42:25.827Z] drwxr-xr-x 4 root root 4096 May 11 08:37 .. [2021-05-11T08:42:25.827Z] -rw-rw-r-- 1 1001 1001 11 May 11 08:35 .dockerignore [2021-05-11T08:42:25.827Z] drwxrwxr-x 8 1001 1001 4096 May 11 08:35 .git [2021-05-11T08:42:25.827Z] drwxrwxr-x 3 1001 1001 4096 May 11 08:35 .github [2021-05-11T08:42:25.827Z] -rw-rw-r-- 1 1001 1001 818 May 11 08:35 .gitignore [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 166 May 11 08:35 .sonarcloud.properties [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 8609 May 11 08:35 Attribution.txt [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 3804 May 11 08:35 CONTRIBUTING.md [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 931 May 11 08:35 Dockerfile.build [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 863 May 11 08:35 Jenkinsfile [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 10775 May 11 08:35 LICENSE [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 5774 May 11 08:35 Makefile [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 7978 May 11 08:35 README.md [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 6755 May 11 08:35 SECURITY.md [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 5 May 11 08:32 VERSION [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 4131 May 11 08:35 ZMQWindows.md [2021-05-11T08:42:25.828Z] drwxrwxr-x 2 1001 1001 4096 May 11 08:35 bin [2021-05-11T08:42:25.828Z] drwxrwxr-x 14 1001 1001 4096 May 11 08:35 cmd [2021-05-11T08:42:25.828Z] -rw-r--r-- 1 root root 719396 May 11 08:40 coverage.out [2021-05-11T08:42:25.828Z] -rw-r--r-- 1 root root 1060 May 11 08:42 go.mod [2021-05-11T08:42:25.828Z] -rw-r--r-- 1 root root 21595 May 11 08:37 go.sum [2021-05-11T08:42:25.828Z] drwxrwxr-x 8 1001 1001 4096 May 11 08:35 internal [2021-05-11T08:42:25.828Z] drwxrwxr-x 4 1001 1001 4096 May 11 08:35 openapi [2021-05-11T08:42:25.828Z] drwxrwxr-x 4 1001 1001 4096 May 11 08:35 snap [2021-05-11T08:42:25.828Z] -rw-rw-r-- 1 1001 1001 168 May 11 08:35 version.go [Pipeline] sh [2021-05-11T08:42:26.491Z] + '[' -e coverage.out ] [2021-05-11T08:42:26.491Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-11T08:42:26.512Z] Warning: overwriting stash ‘coverage-report’ [2021-05-11T08:42:26.712Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:42:27.003Z] Removing intermediate container c10e25df452d [2021-05-11T08:42:27.003Z] ---> c95a928c1448 [2021-05-11T08:42:27.003Z] Step 21/22 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:42:27.003Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T08:42:27.003Z] Removing intermediate container 23b8e18ed15f [2021-05-11T08:42:27.003Z] ---> 34dbe4026c3d [2021-05-11T08:42:27.003Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:42:27.003Z] ---> ab90f4d07c4c [2021-05-11T08:42:27.003Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T08:42:27.003Z] ---> Running in ef53c5a46b1a [2021-05-11T08:42:27.288Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T08:42:27.288Z] ---> Running in e2f40b4a1cdd [2021-05-11T08:42:27.571Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T08:42:27.571Z] Removing intermediate container ef53c5a46b1a [2021-05-11T08:42:27.571Z] ---> ff008e57d32f [2021-05-11T08:42:27.571Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T08:42:27.571Z] Removing intermediate container e2f40b4a1cdd [2021-05-11T08:42:27.571Z] ---> 1aa0e842e626 [2021-05-11T08:42:27.571Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:42:27.571Z] ---> e8d732760681 [2021-05-11T08:42:27.571Z] Step 22/26 : 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-05-11T08:42:27.820Z] Stashed 1 file(s) [Pipeline] sh [2021-05-11T08:42:27.849Z] ---> Running in 112921434ada [2021-05-11T08:42:27.849Z] ---> Running in 0245838d4959 [2021-05-11T08:42:27.849Z] ---> Running in 50010e218a3b [2021-05-11T08:42:28.124Z] Removing intermediate container 112921434ada [2021-05-11T08:42:28.124Z] ---> 0a3fd9efca7e [2021-05-11T08:42:28.124Z] [2021-05-11T08:42:28.124Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T08:42:28.400Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T08:42:28.400Z] ---> aefe523efa57 [2021-05-11T08:42:28.400Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:42:28.400Z] Removing intermediate container 50010e218a3b [2021-05-11T08:42:28.400Z] ---> 942673324723 [2021-05-11T08:42:28.400Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:42:28.400Z] ---> Running in 3ee2c39728fe [2021-05-11T08:42:28.400Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T08:42:28.400Z] ---> Running in 67883d609203 [2021-05-11T08:42:28.487Z] + make build [2021-05-11T08:42:28.487Z] 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-05-11T08:42:28.669Z] Removing intermediate container 67883d609203 [2021-05-11T08:42:28.670Z] ---> 3bb14a6ebbf0 [2021-05-11T08:42:28.670Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T08:42:28.670Z] Removing intermediate container 3ee2c39728fe [2021-05-11T08:42:28.670Z] ---> 6ad3f4712cd2 [2021-05-11T08:42:28.670Z] [2021-05-11T08:42:28.939Z] Successfully built 0a3fd9efca7e [2021-05-11T08:42:28.939Z] ---> Running in fdcc25bd7263 [2021-05-11T08:42:28.939Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-11T08:42:28.939Z] Building docker-support-notifications-go [2021-05-11T08:42:28.939Z]  Building docker-security-proxy-setup-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T08:42:29.225Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:42:29.225Z] Successfully built 6ad3f4712cd2 [2021-05-11T08:42:29.225Z] OK: 8 MiB in 20 packages [2021-05-11T08:42:29.225Z] Successfully tagged docker-core-command-go:latest [2021-05-11T08:42:29.225Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-05-11T08:42:29.827Z] Removing intermediate container 0245838d4959 [2021-05-11T08:42:29.827Z] ---> 6b5d832be8e5 [2021-05-11T08:42:29.827Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T08:42:30.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:30.106Z] ---> Running in d3a3fecc4759 [2021-05-11T08:42:30.106Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:42:30.389Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T08:42:30.389Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T08:42:30.389Z] Removing intermediate container c9c663871b10 [2021-05-11T08:42:30.389Z] ---> b32f66271112 [2021-05-11T08:42:30.389Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:42:30.389Z] Executing bash-5.0.17-r0.post-install [2021-05-11T08:42:30.389Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:42:30.389Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T08:42:30.389Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T08:42:30.389Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T08:42:30.389Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T08:42:30.389Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T08:42:30.389Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T08:42:30.940Z] Removing intermediate container d3a3fecc4759 [2021-05-11T08:42:30.940Z] ---> 228b16df00ba [2021-05-11T08:42:30.940Z] Step 24/26 : LABEL arch=x86_64 [2021-05-11T08:42:30.940Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T08:42:30.940Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T08:42:30.940Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T08:42:30.940Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T08:42:30.940Z] ERROR: Failed to create usr/lib/python3.8/__pycache__/pdb.cpython-38.opt-1.pyc: I/O error [2021-05-11T08:42:30.940Z] ERROR: python3-3.8.10-r0: IO ERROR [2021-05-11T08:42:31.940Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T08:42:31.940Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T08:42:31.940Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T08:42:31.940Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T08:42:31.940Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T08:42:32.551Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T08:42:32.828Z] ---> Running in 5d16b5d72b08 [2021-05-11T08:42:33.119Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T08:42:33.119Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T08:42:33.119Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T08:42:33.390Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T08:42:33.660Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T08:42:33.660Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T08:42:33.928Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T08:42:34.530Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T08:42:36.077Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T08:42:36.077Z] ---> 38ee810cd51a [2021-05-11T08:42:36.077Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T08:42:36.077Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T08:42:36.360Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T08:42:36.645Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T08:42:36.645Z] Removing intermediate container 5d16b5d72b08 [2021-05-11T08:42:36.645Z] ---> 03a433da4796 [2021-05-11T08:42:36.645Z] Step 25/26 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:42:36.645Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T08:42:36.645Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T08:42:36.757Z] 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-05-11T08:42:36.918Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T08:42:36.918Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T08:42:36.918Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T08:42:37.536Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T08:42:37.536Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T08:42:37.536Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T08:42:37.536Z] ---> Running in e0436eefedc3 [2021-05-11T08:42:37.812Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T08:42:37.812Z] 1 error; 27 MiB in 58 packages [2021-05-11T08:42:39.843Z] Removing intermediate container e0436eefedc3 [2021-05-11T08:42:39.843Z] ---> 499dd75755be [2021-05-11T08:42:39.843Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T08:42:39.843Z] ---> 22645a3f3860 [2021-05-11T08:42:39.843Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T08:42:40.842Z] ---> Running in 15ee95ca551b [2021-05-11T08:42:40.842Z] ---> c18545fd902a [2021-05-11T08:42:40.843Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T08:42:41.125Z] ---> Running in 36abda26f265 [2021-05-11T08:42:41.125Z] Removing intermediate container 15ee95ca551b [2021-05-11T08:42:41.125Z] ---> 588bac84b4cd [2021-05-11T08:42:41.125Z] [2021-05-11T08:42:41.125Z] Building docker-core-metadata-go [2021-05-11T08:42:41.751Z] Removing intermediate container 36abda26f265 [2021-05-11T08:42:41.751Z] ---> 538a49859dcb [2021-05-11T08:42:41.751Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:42:41.751Z] Successfully built 588bac84b4cd [2021-05-11T08:42:41.751Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-11T08:42:41.751Z] Building docker-support-scheduler-go [2021-05-11T08:42:41.751Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in b02395f9a7cf [2021-05-11T08:42:42.030Z] Removing intermediate container b02395f9a7cf [2021-05-11T08:42:42.030Z] ---> 8e7027eb4cd8 [2021-05-11T08:42:42.030Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:42:42.030Z] ---> Running in cf1495b6eae7 [2021-05-11T08:42:42.297Z] Removing intermediate container cf1495b6eae7 [2021-05-11T08:42:42.297Z] ---> b81517d27cf6 [2021-05-11T08:42:42.297Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:42:42.297Z] ---> Running in 6587492fc31c [2021-05-11T08:42:43.787Z] Removing intermediate container 6587492fc31c [2021-05-11T08:42:43.787Z] ---> 15addfa099a4 [2021-05-11T08:42:43.787Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:42:44.078Z] ---> Running in 736d3cfde6e4 [2021-05-11T08:42:45.138Z] Removing intermediate container 736d3cfde6e4 [2021-05-11T08:42:45.138Z] ---> 29e764ce81f2 [2021-05-11T08:42:45.138Z] [2021-05-11T08:42:45.417Z] Successfully built 29e764ce81f2 [2021-05-11T08:42:45.417Z] Successfully tagged docker-core-data-go:latest [2021-05-11T08:43:04.284Z] 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-05-11T08:43:08.429Z]  Building docker-core-data-go ... done Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:43:08.429Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:43:08.429Z] ---> 3667bdcbb05f [2021-05-11T08:43:08.429Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T08:43:08.429Z] ---> Using cache [2021-05-11T08:43:08.429Z] ---> 3b379e37097b [2021-05-11T08:43:08.429Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:43:08.430Z] ---> Using cache [2021-05-11T08:43:08.430Z] ---> e84fcbf70785 [2021-05-11T08:43:08.430Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T08:43:08.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:43:08.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:43:08.430Z] ---> 3667bdcbb05f [2021-05-11T08:43:08.430Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:43:08.430Z] ---> Using cache [2021-05-11T08:43:08.430Z] ---> 3b379e37097b [2021-05-11T08:43:08.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:43:08.430Z] ---> Using cache [2021-05-11T08:43:08.430Z] ---> e84fcbf70785 [2021-05-11T08:43:08.430Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T08:43:08.430Z] ---> Running in a3a2deadd849 [2021-05-11T08:43:08.430Z] ---> Running in 083422b12674 [2021-05-11T08:43:09.682Z] 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-05-11T08:43:09.971Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:43:09.971Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:43:12.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:43:12.140Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:43:13.269Z] OK: 219 MiB in 52 packages [2021-05-11T08:43:14.549Z] OK: 219 MiB in 52 packages [2021-05-11T08:43:15.103Z] 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-05-11T08:43:15.382Z] 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-05-11T08:43:17.590Z] Removing intermediate container 083422b12674 [2021-05-11T08:43:17.590Z] ---> 91ffeb0d10f8 [2021-05-11T08:43:17.590Z] Step 6/23 : COPY go.mod . [2021-05-11T08:43:18.292Z] Removing intermediate container a3a2deadd849 [2021-05-11T08:43:18.292Z] ---> 9e6db2d043ad [2021-05-11T08:43:18.292Z] Step 6/32 : COPY go.mod . [2021-05-11T08:43:19.295Z] ---> 7697ed98a531 [2021-05-11T08:43:19.295Z] Step 7/23 : RUN go mod download [2021-05-11T08:43:19.593Z] ---> a3e9fadd4902 [2021-05-11T08:43:19.593Z] Step 7/32 : RUN go mod download [2021-05-11T08:43:19.871Z] ---> Running in a32afb86d0f5 [2021-05-11T08:43:20.522Z] ---> Running in 41cdc75cbc26 [2021-05-11T08:43:20.789Z] 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-05-11T08:43:22.612Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:43:22.613Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:43:22.613Z] ---> 3667bdcbb05f [2021-05-11T08:43:22.613Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:43:22.613Z] ---> Using cache [2021-05-11T08:43:22.613Z] ---> 3b379e37097b [2021-05-11T08:43:22.613Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:43:22.613Z] ---> Using cache [2021-05-11T08:43:22.613Z] ---> e84fcbf70785 [2021-05-11T08:43:22.613Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:43:22.613Z] ---> Using cache [2021-05-11T08:43:22.613Z] ---> 9e6db2d043ad [2021-05-11T08:43:22.613Z] Step 6/24 : COPY go.mod . [2021-05-11T08:43:22.613Z] ---> Using cache [2021-05-11T08:43:22.613Z] ---> a3e9fadd4902 [2021-05-11T08:43:22.613Z] Step 7/24 : RUN go mod download [2021-05-11T08:43:22.886Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:43:22.886Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:43:22.886Z] ---> 3667bdcbb05f [2021-05-11T08:43:22.886Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:43:22.886Z] ---> Using cache [2021-05-11T08:43:22.886Z] ---> 3b379e37097b [2021-05-11T08:43:22.886Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:43:22.886Z] ---> Using cache [2021-05-11T08:43:22.886Z] ---> e84fcbf70785 [2021-05-11T08:43:22.886Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T08:43:22.886Z] ---> Using cache [2021-05-11T08:43:22.886Z] ---> 9e6db2d043ad [2021-05-11T08:43:22.886Z] Step 6/23 : COPY go.mod . [2021-05-11T08:43:22.886Z] ---> Using cache [2021-05-11T08:43:22.886Z] ---> a3e9fadd4902 [2021-05-11T08:43:22.886Z] Step 7/23 : RUN go mod download [2021-05-11T08:43:23.495Z] ---> Running in 6eb42a8dd75c [2021-05-11T08:43:23.495Z] ---> Running in 46fdde6d0f06 [2021-05-11T08:43:24.502Z] Removing intermediate container a32afb86d0f5 [2021-05-11T08:43:24.502Z] ---> 41a4f70f6308 [2021-05-11T08:43:24.502Z] Step 8/23 : COPY . . [2021-05-11T08:43:24.791Z] Removing intermediate container 41cdc75cbc26 [2021-05-11T08:43:24.791Z] ---> f5d494d7390c [2021-05-11T08:43:24.791Z] Step 8/32 : COPY . . [2021-05-11T08:43:26.248Z] 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-05-11T08:43:28.857Z] 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-05-11T08:43:29.306Z] Removing intermediate container 6eb42a8dd75c [2021-05-11T08:43:29.306Z] ---> c593d8ce2eb2 [2021-05-11T08:43:29.306Z] Step 8/23 : COPY . . [2021-05-11T08:43:29.306Z] Removing intermediate container 46fdde6d0f06 [2021-05-11T08:43:29.306Z] ---> 9f4e7a7ac62c [2021-05-11T08:43:29.306Z] Step 8/24 : COPY . . [2021-05-11T08:43:32.231Z] 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-05-11T08:43:34.847Z] 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-05-11T08:43:38.241Z] 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-05-11T08:43:44.992Z] $ docker stop --time=1 55498eec33ac93e8c2e530274ab41c0007cc3523bad25a880daf32835bc80361 [2021-05-11T08:43:47.779Z] $ docker rm -f 55498eec33ac93e8c2e530274ab41c0007cc3523bad25a880daf32835bc80361 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:43:49.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:43:50.054Z] [2021-05-11T08:43:50.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:43:50.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:43:50.416Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-11T08:43:50.416Z] 29e5d40040c1: Pulling fs layer [2021-05-11T08:43:50.416Z] 1ce36da41761: Pulling fs layer [2021-05-11T08:43:50.416Z] 25b303627fd3: Pulling fs layer [2021-05-11T08:43:50.690Z] 29e5d40040c1: Verifying Checksum [2021-05-11T08:43:50.691Z] 29e5d40040c1: Download complete [2021-05-11T08:43:50.962Z] 1ce36da41761: Verifying Checksum [2021-05-11T08:43:50.963Z] 1ce36da41761: Download complete [2021-05-11T08:43:51.555Z] 29e5d40040c1: Pull complete [2021-05-11T08:43:52.537Z] 1ce36da41761: Pull complete [2021-05-11T08:43:52.809Z] 25b303627fd3: Verifying Checksum [2021-05-11T08:43:52.809Z] 25b303627fd3: Download complete [2021-05-11T08:44:02.952Z] 25b303627fd3: Pull complete [2021-05-11T08:44:02.952Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-11T08:44:02.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:44:02.952Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-11T08:44:03.224Z] prd-ubuntu18.04-docker-arm64-4c-16g-4407 does not seem to be running inside a container [2021-05-11T08:44:03.334Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T08:44:06.832Z] $ docker top 333717841f9223809633bd74840f41823309816e49b10c72bc2792f4b49733fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:44:07.818Z] + docker-compose build --help [2021-05-11T08:44:07.818Z] + grep parallel [2021-05-11T08:44:13.215Z] --parallel Build images in parallel. [Pipeline] } [2021-05-11T08:44:13.258Z] $ docker stop --time=1 333717841f9223809633bd74840f41823309816e49b10c72bc2792f4b49733fe [2021-05-11T08:44:15.296Z] $ docker rm -f 333717841f9223809633bd74840f41823309816e49b10c72bc2792f4b49733fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:44:15.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-11T08:44:15.973Z] . [Pipeline] withDockerContainer [2021-05-11T08:44:16.251Z] prd-ubuntu18.04-docker-arm64-4c-16g-4407 does not seem to be running inside a container [2021-05-11T08:44:16.357Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-11T08:44:17.915Z] $ docker top 207592085dd56ccd3e352fd401172052cc198bc6037a3dd60238de64552c0344 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:44:18.945Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-11T08:44:23.348Z] Building docker-core-command-go ... [2021-05-11T08:44:23.348Z] Building docker-core-data-go ... [2021-05-11T08:44:23.348Z] Building docker-core-metadata-go ... [2021-05-11T08:44:23.348Z] Building docker-security-bootstrapper-go ... [2021-05-11T08:44:23.348Z] Building docker-security-proxy-setup-go ... [2021-05-11T08:44:23.348Z] Building docker-security-secretstore-setup-go ... [2021-05-11T08:44:23.348Z] Building docker-support-notifications-go ... [2021-05-11T08:44:23.348Z] Building docker-support-scheduler-go ... [2021-05-11T08:44:23.348Z] Building docker-sys-mgmt-agent-go ... [2021-05-11T08:44:23.348Z] Building docker-security-bootstrapper-go [2021-05-11T08:44:23.348Z] Building docker-core-data-go [2021-05-11T08:44:23.348Z] Building docker-support-notifications-go [2021-05-11T08:44:23.348Z] Building docker-security-secretstore-setup-go [2021-05-11T08:44:23.348Z] Building docker-support-scheduler-go [2021-05-11T08:44:27.465Z] ---> 4e2563205394 [2021-05-11T08:44:27.465Z] Step 9/32 : RUN go mod tidy [2021-05-11T08:44:27.465Z] ---> 1fd3ff58d76a [2021-05-11T08:44:27.465Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:44:27.465Z] ---> Running in 373ce22d622d [2021-05-11T08:44:27.465Z] ---> Running in 5f95c75a1eeb [2021-05-11T08:44:27.465Z] ---> 2eefcb5cf867 [2021-05-11T08:44:27.465Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:44:27.465Z] ---> 65bde78581cf [2021-05-11T08:44:27.465Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:44:27.465Z] ---> Running in 4117007aa506 [2021-05-11T08:44:27.465Z] ---> Running in daf3e96a8d4e [2021-05-11T08:44:31.527Z] Removing intermediate container daf3e96a8d4e [2021-05-11T08:44:31.527Z] ---> edc20f00fb76 [2021-05-11T08:44:31.527Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T08:44:31.527Z] Removing intermediate container 5f95c75a1eeb [2021-05-11T08:44:31.527Z] ---> 2874d9749d47 [2021-05-11T08:44:31.527Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T08:44:31.938Z] Removing intermediate container 373ce22d622d [2021-05-11T08:44:31.938Z] ---> 0236828f2d3c [2021-05-11T08:44:31.938Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T08:44:31.938Z] Removing intermediate container 4117007aa506 [2021-05-11T08:44:31.938Z] ---> d3ce5aba5fe6 [2021-05-11T08:44:31.938Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T08:44:31.938Z] ---> Running in 4da422b459fb [2021-05-11T08:44:31.938Z] ---> Running in 01052789d74c [2021-05-11T08:44:31.938Z] ---> Running in cda7295fd0bb [2021-05-11T08:44:31.938Z] ---> Running in c52f20ff709e [2021-05-11T08:44:33.104Z] 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-05-11T08:44:33.388Z] 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-05-11T08:44:33.676Z] 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-05-11T08:44:33.676Z] 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-05-11T08:45:21.843Z] Removing intermediate container cda7295fd0bb [2021-05-11T08:45:21.843Z] ---> 6c656974cb36 [2021-05-11T08:45:21.843Z] [2021-05-11T08:45:21.843Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T08:45:21.843Z] ---> 13621d1b12d4 [2021-05-11T08:45:21.843Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T08:45:21.843Z] ---> Running in a6f35a60f128 [2021-05-11T08:45:21.843Z] Removing intermediate container a6f35a60f128 [2021-05-11T08:45:21.843Z] ---> e7cd110bb74c [2021-05-11T08:45:21.843Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T08:45:22.120Z] ---> Running in 3560942307e4 [2021-05-11T08:45:24.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:24.826Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:24.826Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:45:24.826Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T08:45:24.826Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:45:25.136Z] OK: 6 MiB in 16 packages [2021-05-11T08:45:28.537Z] Removing intermediate container c52f20ff709e [2021-05-11T08:45:28.537Z] ---> 8ebab412c1dd [2021-05-11T08:45:28.537Z] [2021-05-11T08:45:28.537Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:45:28.537Z] ---> 13621d1b12d4 [2021-05-11T08:45:28.537Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:45:28.537Z] ---> Using cache [2021-05-11T08:45:28.537Z] ---> 6f78c047b16d [2021-05-11T08:45:28.537Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:45:28.537Z] Removing intermediate container 4da422b459fb [2021-05-11T08:45:28.537Z] ---> 4bc6bd6bde35 [2021-05-11T08:45:28.537Z] [2021-05-11T08:45:28.537Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:45:28.537Z] ---> 13621d1b12d4 [2021-05-11T08:45:28.537Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T08:45:28.537Z] ---> Using cache [2021-05-11T08:45:28.537Z] ---> 00ee7380b134 [2021-05-11T08:45:28.537Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T08:45:28.537Z] Removing intermediate container 01052789d74c [2021-05-11T08:45:28.537Z] ---> a56211643630 [2021-05-11T08:45:28.537Z] [2021-05-11T08:45:28.537Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:45:28.537Z] ---> 13621d1b12d4 [2021-05-11T08:45:28.537Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:45:28.537Z] ---> Using cache [2021-05-11T08:45:28.537Z] ---> 6f78c047b16d [2021-05-11T08:45:28.537Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:45:28.537Z] ---> Using cache [2021-05-11T08:45:28.537Z] ---> 00ee7380b134 [2021-05-11T08:45:28.537Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T08:45:28.805Z] ---> Running in 291b254e1f68 [2021-05-11T08:45:28.805Z] ---> Running in 33159ac801f4 [2021-05-11T08:45:28.805Z] ---> Running in 538f6fde6249 [2021-05-11T08:45:29.107Z] Removing intermediate container 3560942307e4 [2021-05-11T08:45:29.107Z] ---> bc383419acf6 [2021-05-11T08:45:29.107Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T08:45:29.415Z] ---> Running in 19f4f5081601 [2021-05-11T08:45:29.415Z] Removing intermediate container 33159ac801f4 [2021-05-11T08:45:29.415Z] ---> 280a3c7ab994 [2021-05-11T08:45:29.415Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:45:29.415Z] Removing intermediate container 538f6fde6249 [2021-05-11T08:45:29.415Z] ---> 4f6a552de500 [2021-05-11T08:45:29.415Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:45:29.748Z] ---> Running in b2c19e0aa69d [2021-05-11T08:45:29.748Z] ---> Running in 24fc90f9c696 [2021-05-11T08:45:30.035Z] Removing intermediate container 19f4f5081601 [2021-05-11T08:45:30.035Z] ---> 00143661a153 [2021-05-11T08:45:30.035Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T08:45:30.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:30.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-11T08:45:30.597Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T08:45:30.597Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:45:30.597Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:45:30.597Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:45:30.597Z] OK: 6 MiB in 16 packages [2021-05-11T08:45:30.597Z] Removing intermediate container b2c19e0aa69d [2021-05-11T08:45:30.597Z] ---> 5f15c0006e46 [2021-05-11T08:45:30.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:31.185Z] ---> Running in 0899382dbe64 [2021-05-11T08:45:31.185Z] Removing intermediate container 24fc90f9c696 [2021-05-11T08:45:31.185Z] ---> e0dc23a1a939 [2021-05-11T08:45:31.185Z] Step 16/24 : WORKDIR / [2021-05-11T08:45:31.479Z] ---> Running in 5bfe8d43ea41 [2021-05-11T08:45:31.479Z] ---> 043b08758535 [2021-05-11T08:45:31.479Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T08:45:31.479Z] Removing intermediate container 0899382dbe64 [2021-05-11T08:45:31.479Z] ---> de65e2c8f13f [2021-05-11T08:45:31.479Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T08:45:31.771Z] ---> Running in 39e4af98d99f [2021-05-11T08:45:32.456Z] Removing intermediate container 5bfe8d43ea41 [2021-05-11T08:45:32.456Z] ---> 1c70e23ba7fd [2021-05-11T08:45:32.456Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:32.456Z] Removing intermediate container 291b254e1f68 [2021-05-11T08:45:32.456Z] ---> 912ceb5d7d4e [2021-05-11T08:45:32.456Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:45:32.456Z] ---> 5dce62ae38a4 [2021-05-11T08:45:32.456Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T08:45:32.799Z] ---> Running in 4b30cc004127 [2021-05-11T08:45:33.158Z] ---> 8f5bdd4c00af [2021-05-11T08:45:33.158Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T08:45:33.158Z] Removing intermediate container 4b30cc004127 [2021-05-11T08:45:33.158Z] ---> 3faa9f64c754 [2021-05-11T08:45:33.158Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T08:45:33.158Z] ---> e3a8c4c90235 [2021-05-11T08:45:33.158Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T08:45:33.786Z] ---> Running in 221b354cf6ef [2021-05-11T08:45:34.102Z] ---> Running in 6e6f153bad92 [2021-05-11T08:45:34.423Z] Removing intermediate container 221b354cf6ef [2021-05-11T08:45:34.423Z] ---> ee64bb8f239f [2021-05-11T08:45:34.423Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:45:34.423Z] ---> Running in a9878bf90471 [2021-05-11T08:45:34.423Z] Removing intermediate container 6e6f153bad92 [2021-05-11T08:45:34.423Z] ---> d1872ec65049 [2021-05-11T08:45:34.423Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:45:34.723Z] ---> 1876d8186e17 [2021-05-11T08:45:34.723Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T08:45:34.723Z] Removing intermediate container 39e4af98d99f [2021-05-11T08:45:34.723Z] ---> 9d0f8264b109 [2021-05-11T08:45:34.723Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T08:45:34.723Z] ---> Running in e2ee2ff35ebb [2021-05-11T08:45:35.006Z] ---> Running in fad934ab4003 [2021-05-11T08:45:35.006Z] Removing intermediate container a9878bf90471 [2021-05-11T08:45:35.006Z] ---> 5eabb0513b70 [2021-05-11T08:45:35.006Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:35.320Z] ---> d49639e902b8 [2021-05-11T08:45:35.320Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T08:45:35.320Z] Removing intermediate container e2ee2ff35ebb [2021-05-11T08:45:35.320Z] ---> adeffdbf2fe7 [2021-05-11T08:45:35.320Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T08:45:35.320Z] Removing intermediate container fad934ab4003 [2021-05-11T08:45:35.320Z] ---> d52d449ca463 [2021-05-11T08:45:35.320Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T08:45:35.320Z] ---> Running in 7ad96f53a2ac [2021-05-11T08:45:35.320Z] ---> Running in 52a5f9f9c21c [2021-05-11T08:45:35.638Z] ---> 6497edbd1ea3 [2021-05-11T08:45:35.638Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T08:45:35.638Z] Removing intermediate container 52a5f9f9c21c [2021-05-11T08:45:35.638Z] ---> 87ff20e0acc8 [2021-05-11T08:45:35.638Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:45:35.918Z] Removing intermediate container 7ad96f53a2ac [2021-05-11T08:45:35.918Z] ---> d2ac5622ff68 [2021-05-11T08:45:35.918Z] Step 22/23 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:45:35.918Z] ---> db91c9795b3d [2021-05-11T08:45:35.918Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T08:45:35.918Z] ---> Running in 8951bd2f52fc [2021-05-11T08:45:36.204Z] ---> Running in 83896619deb9 [2021-05-11T08:45:36.204Z] ---> Running in ef98713c2529 [2021-05-11T08:45:36.511Z] ---> 4b126e5577de [2021-05-11T08:45:36.511Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T08:45:36.511Z] Removing intermediate container 8951bd2f52fc [2021-05-11T08:45:36.511Z] ---> 30ac376d2542 [2021-05-11T08:45:36.511Z] Step 22/24 : LABEL arch=x86_64 [2021-05-11T08:45:36.828Z] Removing intermediate container 83896619deb9 [2021-05-11T08:45:36.828Z] ---> 2bf66a469956 [2021-05-11T08:45:36.828Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:45:36.828Z] ---> Running in 3025d7b47087 [2021-05-11T08:45:37.185Z] ---> Running in 94eefcc218c2 [2021-05-11T08:45:37.463Z] ---> 575ab9a123ac [2021-05-11T08:45:37.463Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T08:45:37.463Z] Removing intermediate container 3025d7b47087 [2021-05-11T08:45:37.463Z] ---> 22b8b4f8296e [2021-05-11T08:45:37.463Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:45:37.463Z] Removing intermediate container 94eefcc218c2 [2021-05-11T08:45:37.463Z] ---> 5de4dcfd7dd8 [2021-05-11T08:45:37.463Z] [2021-05-11T08:45:37.463Z] ---> Running in 405b7ccb27be [2021-05-11T08:45:37.463Z] ---> Running in f07d2117b039 [2021-05-11T08:45:38.149Z] Removing intermediate container 405b7ccb27be [2021-05-11T08:45:38.149Z] ---> c8bbfe852371 [2021-05-11T08:45:38.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:45:38.149Z] Removing intermediate container f07d2117b039 [2021-05-11T08:45:38.149Z] ---> e50cb8b02a70 [2021-05-11T08:45:38.149Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:45:38.149Z] Successfully built 5de4dcfd7dd8 [2021-05-11T08:45:38.418Z] ---> Running in de29961d6a7e [2021-05-11T08:45:38.418Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-11T08:45:38.418Z]  Building docker-support-scheduler-go ... done  ---> Running in 546fc703caa2 [2021-05-11T08:45:38.702Z] Removing intermediate container de29961d6a7e [2021-05-11T08:45:38.702Z] ---> bbf7c5be95a1 [2021-05-11T08:45:38.702Z] Step 21/23 : LABEL arch=x86_64 [2021-05-11T08:45:38.702Z] Removing intermediate container 546fc703caa2 [2021-05-11T08:45:38.702Z] ---> 8b9c2d75f6c9 [2021-05-11T08:45:38.702Z] [2021-05-11T08:45:38.702Z] ---> Running in 50b715aa9604 [2021-05-11T08:45:38.989Z] Removing intermediate container ef98713c2529 [2021-05-11T08:45:38.989Z] ---> da1f1e794300 [2021-05-11T08:45:38.989Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:45:39.294Z] Successfully built 8b9c2d75f6c9 [2021-05-11T08:45:39.294Z] Successfully tagged docker-core-metadata-go:latest [2021-05-11T08:45:39.294Z]  Building docker-core-metadata-go ... done Removing intermediate container 50b715aa9604 [2021-05-11T08:45:39.294Z] ---> 776d581cebcb [2021-05-11T08:45:39.294Z] Step 22/23 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:45:39.588Z] ---> Running in 6cb7a273fc8a [2021-05-11T08:45:39.588Z] ---> 9dc1962ecc7a [2021-05-11T08:45:39.588Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T08:45:39.885Z] Removing intermediate container 6cb7a273fc8a [2021-05-11T08:45:39.885Z] ---> bfed7976af0b [2021-05-11T08:45:39.885Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:45:40.169Z] ---> Running in ad4d467b5843 [2021-05-11T08:45:40.443Z] Removing intermediate container ad4d467b5843 [2021-05-11T08:45:40.443Z] ---> 33a9e779ffd4 [2021-05-11T08:45:40.443Z] [2021-05-11T08:45:40.443Z] ---> 0e65328d0fa0 [2021-05-11T08:45:40.443Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T08:45:41.080Z] Successfully built 33a9e779ffd4 [2021-05-11T08:45:41.367Z] Successfully tagged docker-support-notifications-go:latest [2021-05-11T08:45:41.367Z]  Building docker-support-notifications-go ... done  ---> a7326519b89c [2021-05-11T08:45:41.367Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T08:45:41.960Z] ---> 88bd94eec530 [2021-05-11T08:45:41.960Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T08:45:42.251Z] ---> 49716dde7efc [2021-05-11T08:45:42.251Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T08:45:42.883Z] ---> Running in 67c9c3be7b5b [2021-05-11T08:45:43.168Z] Removing intermediate container 67c9c3be7b5b [2021-05-11T08:45:43.169Z] ---> 041219ebd5b5 [2021-05-11T08:45:43.169Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T08:45:43.765Z] ---> 87c0624a119d [2021-05-11T08:45:43.765Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T08:45:43.765Z] ---> Running in ee7d6a89b887 [2021-05-11T08:45:45.087Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:45:45.087Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:45:45.088Z] ---> f3113a35b471 [2021-05-11T08:45:45.088Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:45:45.088Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:45:45.088Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:45:45.088Z] ---> f3113a35b471 [2021-05-11T08:45:45.088Z] Step 3/32 : WORKDIR /edgex-go [2021-05-11T08:45:45.088Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:45:45.088Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:45:45.088Z] ---> f3113a35b471 [2021-05-11T08:45:45.088Z] Step 3/26 : WORKDIR /edgex-go [2021-05-11T08:45:45.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:45:45.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:45:45.088Z] ---> f3113a35b471 [2021-05-11T08:45:45.088Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:45:45.088Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:45:45.088Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:45:45.088Z] ---> f3113a35b471 [2021-05-11T08:45:45.088Z] Step 3/23 : WORKDIR /edgex-go [2021-05-11T08:45:45.088Z] ---> Running in 1367fbf06034 [2021-05-11T08:45:45.088Z] ---> Running in 615fa095bedd [2021-05-11T08:45:45.088Z] ---> Running in 6aad8c02d0c9 [2021-05-11T08:45:45.088Z] ---> Running in dae641dc2807 [2021-05-11T08:45:45.088Z] ---> Running in 01129809ed78 [2021-05-11T08:45:45.088Z] Removing intermediate container 01129809ed78 [2021-05-11T08:45:45.088Z] ---> 036a6c08f1b7 [2021-05-11T08:45:45.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:45.088Z] Removing intermediate container 6aad8c02d0c9 [2021-05-11T08:45:45.088Z] ---> b918129726bd [2021-05-11T08:45:45.088Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:45.088Z] Removing intermediate container 1367fbf06034 [2021-05-11T08:45:45.088Z] ---> d8755ea37ac5 [2021-05-11T08:45:45.088Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:45.088Z] Removing intermediate container dae641dc2807 [2021-05-11T08:45:45.088Z] ---> a566193750d2 [2021-05-11T08:45:45.088Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:45.088Z] Removing intermediate container 615fa095bedd [2021-05-11T08:45:45.088Z] ---> 9e1745bae20e [2021-05-11T08:45:45.088Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:45:45.088Z] ---> Running in 9351204c1b40 [2021-05-11T08:45:45.088Z] ---> Running in 84e99199a3f6 [2021-05-11T08:45:45.088Z] ---> Running in 048ce5bee12c [2021-05-11T08:45:45.088Z] ---> Running in f12101fc4fed [2021-05-11T08:45:45.088Z] ---> Running in d5cb3d7e2a70 [2021-05-11T08:45:45.088Z] Removing intermediate container 84e99199a3f6 [2021-05-11T08:45:45.088Z] ---> 6892b50aa828 [2021-05-11T08:45:45.088Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-11T08:45:45.088Z] ---> Running in b3fd500358a9 [2021-05-11T08:45:45.088Z] Removing intermediate container 048ce5bee12c [2021-05-11T08:45:45.088Z] ---> 41c94b2e251b [2021-05-11T08:45:45.088Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-11T08:45:45.088Z] ---> Running in 39133c3ce991 [2021-05-11T08:45:45.088Z] Removing intermediate container f12101fc4fed [2021-05-11T08:45:45.088Z] ---> 03d1ac288c5c [2021-05-11T08:45:45.088Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-11T08:45:45.088Z] Removing intermediate container 9351204c1b40 [2021-05-11T08:45:45.088Z] ---> e74fc25898f3 [2021-05-11T08:45:45.088Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-11T08:45:45.088Z] ---> Running in e7693b3d4719 [2021-05-11T08:45:45.088Z] Removing intermediate container d5cb3d7e2a70 [2021-05-11T08:45:45.088Z] ---> a014a107fc78 [2021-05-11T08:45:45.088Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-11T08:45:45.088Z] ---> Running in 639affefc9be [2021-05-11T08:45:45.088Z] ---> Running in 54f632beda82 [2021-05-11T08:45:45.204Z] Removing intermediate container ee7d6a89b887 [2021-05-11T08:45:45.205Z] ---> b89b1187bf3f [2021-05-11T08:45:45.205Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T08:45:45.368Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:45.473Z] ---> Running in fd0967f9ac0a [2021-05-11T08:45:45.473Z] Removing intermediate container fd0967f9ac0a [2021-05-11T08:45:45.473Z] ---> 8f9b68f65e89 [2021-05-11T08:45:45.473Z] Step 29/32 : CMD ["gate"] [2021-05-11T08:45:45.749Z] ---> Running in b4252a4f117f [2021-05-11T08:45:45.967Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:46.067Z] Removing intermediate container b4252a4f117f [2021-05-11T08:45:46.067Z] ---> bc1f2cd3ef1c [2021-05-11T08:45:46.067Z] Step 30/32 : LABEL arch=x86_64 [2021-05-11T08:45:46.339Z] ---> Running in 34842ef0688e [2021-05-11T08:45:46.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:46.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:46.563Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:46.622Z] Removing intermediate container 34842ef0688e [2021-05-11T08:45:46.622Z] ---> 1b20219e26b7 [2021-05-11T08:45:46.622Z] Step 31/32 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:45:46.893Z] ---> Running in 5ff127642fe1 [2021-05-11T08:45:47.162Z] Removing intermediate container 5ff127642fe1 [2021-05-11T08:45:47.162Z] ---> c5a1f58b16eb [2021-05-11T08:45:47.162Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T08:45:47.162Z] ---> Running in f72e81ab8783 [2021-05-11T08:45:47.436Z] Removing intermediate container f72e81ab8783 [2021-05-11T08:45:47.436Z] ---> 4a21cc796197 [2021-05-11T08:45:47.436Z] [2021-05-11T08:45:47.538Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:47.813Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:48.408Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:48.408Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:48.408Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:45:48.424Z] Successfully built 4a21cc796197 [2021-05-11T08:45:48.424Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-11T08:45:48.424Z]  Building docker-security-bootstrapper-go ... done  [2021-05-11T08:45:48.424Z] ERROR: for docker-sys-mgmt-agent-go (, "The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1") [2021-05-11T08:45:48.424Z] Service 'docker-sys-mgmt-agent-go' failed to build: The command '/bin/sh -c apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2' returned a non-zero code: 1 [2021-05-11T08:45:48.683Z] OK: 218 MiB in 52 packages [2021-05-11T08:45:49.679Z] OK: 218 MiB in 52 packages [2021-05-11T08:45:49.679Z] OK: 218 MiB in 52 packages [2021-05-11T08:45:49.962Z] OK: 218 MiB in 52 packages [2021-05-11T08:45:50.252Z] OK: 218 MiB in 52 packages [2021-05-11T08:45:50.252Z] Removing intermediate container b3fd500358a9 [2021-05-11T08:45:50.252Z] ---> 1fe6c0502af1 [2021-05-11T08:45:50.252Z] Step 6/23 : COPY go.mod . [Pipeline] } [2021-05-11T08:45:50.514Z] $ docker stop --time=1 03d3ca575d9fde6e2edef458ca24e3f975d72385081779d56fc1fe472b496e7d [2021-05-11T08:45:51.245Z] ---> 19f8b2fd508a [2021-05-11T08:45:51.245Z] Step 7/23 : RUN go mod download [2021-05-11T08:45:51.245Z] Removing intermediate container e7693b3d4719 [2021-05-11T08:45:51.245Z] ---> 0ddc5e34534f [2021-05-11T08:45:51.245Z] Step 6/24 : COPY go.mod . [2021-05-11T08:45:51.518Z] ---> Running in 133e4900bbd6 [2021-05-11T08:45:51.518Z] Removing intermediate container 639affefc9be [2021-05-11T08:45:51.518Z] ---> 96513f286833 [2021-05-11T08:45:51.518Z] Step 6/23 : COPY go.mod . [2021-05-11T08:45:52.120Z] Removing intermediate container 54f632beda82 [2021-05-11T08:45:52.120Z] ---> d19ef0bac97d [2021-05-11T08:45:52.120Z] Step 6/32 : COPY go.mod . [2021-05-11T08:45:52.120Z] Removing intermediate container 39133c3ce991 [2021-05-11T08:45:52.120Z] ---> aa34dde47021 [2021-05-11T08:45:52.120Z] Step 6/26 : COPY go.mod . [2021-05-11T08:45:52.397Z] ---> e3c445e83c73 [2021-05-11T08:45:52.397Z] Step 7/24 : RUN go mod download [2021-05-11T08:45:52.634Z] $ docker rm -f 03d3ca575d9fde6e2edef458ca24e3f975d72385081779d56fc1fe472b496e7d [2021-05-11T08:45:52.675Z] ---> Running in 22c50acdc1f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-05-11T08:45:52.951Z] ---> f7dc5877708a [2021-05-11T08:45:52.951Z] Step 7/23 : RUN go mod download [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-11T08:45:53.098Z] Failed in branch amd64 [2021-05-11T08:45:53.229Z] ---> ab51eb26bddf [2021-05-11T08:45:53.229Z] Step 7/32 : RUN go mod download [2021-05-11T08:45:53.229Z] ---> Running in 7d42cc745a33 [2021-05-11T08:45:53.229Z] ---> fd83cd0fae1b [2021-05-11T08:45:53.229Z] Step 7/26 : RUN go mod download [2021-05-11T08:45:53.519Z] ---> Running in 17ec15a14e3e [2021-05-11T08:45:53.520Z] ---> Running in c59519eebd3f [2021-05-11T08:45:54.958Z] Removing intermediate container 133e4900bbd6 [2021-05-11T08:45:54.958Z] ---> 5c27e87c2842 [2021-05-11T08:45:54.958Z] Step 8/23 : COPY . . [2021-05-11T08:45:57.051Z] Removing intermediate container 22c50acdc1f7 [2021-05-11T08:45:57.051Z] ---> 7029d236f3cb [2021-05-11T08:45:57.051Z] Step 8/24 : COPY . . [2021-05-11T08:45:57.656Z] Removing intermediate container 7d42cc745a33 [2021-05-11T08:45:57.656Z] ---> 0f074627a772 [2021-05-11T08:45:57.656Z] Step 8/23 : COPY . . [2021-05-11T08:45:59.134Z] Removing intermediate container 17ec15a14e3e [2021-05-11T08:45:59.134Z] ---> a335c1f3e45e [2021-05-11T08:45:59.134Z] Step 8/32 : COPY . . [2021-05-11T08:45:59.134Z] Removing intermediate container c59519eebd3f [2021-05-11T08:45:59.134Z] ---> f40c5a34e77b [2021-05-11T08:45:59.134Z] Step 8/26 : COPY . . [2021-05-11T08:46:25.948Z] ---> fed13f9f6668 [2021-05-11T08:46:25.948Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:46:25.948Z] ---> 36b40e3786da [2021-05-11T08:46:25.948Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:46:25.948Z] ---> Running in 77f509d7a3f9 [2021-05-11T08:46:25.948Z] ---> fe7a46a6ecbd [2021-05-11T08:46:25.948Z] ---> bf8ef9193d79 [2021-05-11T08:46:25.948Z] Step 9/26 : RUN go mod tidy [2021-05-11T08:46:25.948Z] Step 9/32 : RUN go mod tidy [2021-05-11T08:46:25.948Z] ---> a5691deeed0c [2021-05-11T08:46:25.948Z] Step 9/23 : RUN go mod tidy [2021-05-11T08:46:25.948Z] ---> Running in 8ed405ebc4c8 [2021-05-11T08:46:25.948Z] ---> Running in 00b2b2bea993 [2021-05-11T08:46:25.948Z] ---> Running in 45e38120bd32 [2021-05-11T08:46:25.948Z] ---> Running in cba73e34325b [2021-05-11T08:46:30.299Z] Removing intermediate container 77f509d7a3f9 [2021-05-11T08:46:30.299Z] ---> 8b096c8651f6 [2021-05-11T08:46:30.299Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-11T08:46:30.579Z] Removing intermediate container 8ed405ebc4c8 [2021-05-11T08:46:30.579Z] ---> 31f1eb8fd28d [2021-05-11T08:46:30.579Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-11T08:46:30.579Z] ---> Running in d34a895fca76 [2021-05-11T08:46:30.851Z] ---> Running in 6196fa7f6ecb [2021-05-11T08:46:31.132Z] Removing intermediate container 45e38120bd32 [2021-05-11T08:46:31.132Z] ---> 81433e28f41f [2021-05-11T08:46:31.132Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-11T08:46:31.132Z] Removing intermediate container 00b2b2bea993 [2021-05-11T08:46:31.132Z] ---> 8a44e8662fd6 [2021-05-11T08:46:31.132Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-11T08:46:31.132Z] Removing intermediate container cba73e34325b [2021-05-11T08:46:31.132Z] ---> 006d48769db5 [2021-05-11T08:46:31.132Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-11T08:46:31.409Z] ---> Running in fba110e4e278 [2021-05-11T08:46:31.410Z] ---> Running in b18498633abe [2021-05-11T08:46:31.689Z] ---> Running in 43f13a4c1750 [2021-05-11T08:46:32.691Z] 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-05-11T08:46:32.691Z] 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-05-11T08:46:33.689Z] 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-05-11T08:46:33.969Z] 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-05-11T08:46:34.249Z] 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-05-11T08:48:41.166Z] 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-05-11T08:48:51.371Z] Removing intermediate container b18498633abe [2021-05-11T08:48:51.371Z] ---> a712f5901314 [2021-05-11T08:48:51.371Z] [2021-05-11T08:48:51.371Z] Step 11/32 : FROM alpine:3.12 [2021-05-11T08:48:51.371Z] 3.12: Pulling from library/alpine [2021-05-11T08:48:51.371Z] Removing intermediate container fba110e4e278 [2021-05-11T08:48:51.371Z] ---> ddd513baf382 [2021-05-11T08:48:51.371Z] [2021-05-11T08:48:51.371Z] Step 11/26 : FROM alpine:3.12 [2021-05-11T08:48:51.371Z] 3.12: Pulling from library/alpine [2021-05-11T08:48:52.360Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:48:52.360Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-11T08:48:52.360Z] Status: Downloaded newer image for alpine:3.12 [2021-05-11T08:48:52.360Z] Status: Image is up to date for alpine:3.12 [2021-05-11T08:48:52.360Z] ---> 9852663dfa18 [2021-05-11T08:48:52.360Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-11T08:48:52.360Z] ---> 9852663dfa18 [2021-05-11T08:48:52.360Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-11T08:48:52.638Z] ---> Running in 376c0b188950 [2021-05-11T08:48:52.638Z] ---> Running in d276d6b7d7b3 [2021-05-11T08:48:53.642Z] Removing intermediate container d276d6b7d7b3 [2021-05-11T08:48:53.643Z] ---> d027dd1677e0 [2021-05-11T08:48:53.643Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-11T08:48:53.925Z] ---> Running in c818bb63cfe1 [2021-05-11T08:48:55.378Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:48:55.654Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:48:56.270Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:48:56.270Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-11T08:48:56.270Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:48:56.546Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-11T08:48:56.546Z] (4/6) Installing curl (7.76.1-r0) [2021-05-11T08:48:56.546Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:48:56.546Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:48:56.546Z] (6/6) Installing su-exec (0.2-r1) [2021-05-11T08:48:56.546Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:48:56.546Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:48:57.153Z] OK: 7 MiB in 20 packages [2021-05-11T08:48:57.153Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:48:57.153Z] (2/2) Installing su-exec (0.2-r1) [2021-05-11T08:48:57.153Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:48:57.153Z] OK: 5 MiB in 16 packages [2021-05-11T08:48:59.851Z] Removing intermediate container c818bb63cfe1 [2021-05-11T08:48:59.851Z] ---> 3be31a6ea4c0 [2021-05-11T08:48:59.851Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-11T08:49:00.144Z] Removing intermediate container 376c0b188950 [2021-05-11T08:49:00.144Z] ---> 5bd4802c306b [2021-05-11T08:49:00.144Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:49:00.144Z] ---> Running in a4dd40a338c1 [2021-05-11T08:49:00.421Z] ---> Running in 7f2b60a103d9 [2021-05-11T08:49:01.029Z] Removing intermediate container a4dd40a338c1 [2021-05-11T08:49:01.029Z] ---> 21ee3ab60c55 [2021-05-11T08:49:01.029Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-11T08:49:01.312Z] ---> Running in e71a7617b854 [2021-05-11T08:49:01.932Z] Removing intermediate container 7f2b60a103d9 [2021-05-11T08:49:01.933Z] ---> 6b80cc43230f [2021-05-11T08:49:01.933Z] Step 14/26 : WORKDIR / [2021-05-11T08:49:02.254Z] ---> Running in de8d98555ac1 [2021-05-11T08:49:02.603Z] Removing intermediate container e71a7617b854 [2021-05-11T08:49:02.603Z] ---> c34bdea231de [2021-05-11T08:49:02.603Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-11T08:49:02.603Z] ---> Running in 074130e9c686 [2021-05-11T08:49:04.164Z] Removing intermediate container de8d98555ac1 [2021-05-11T08:49:04.164Z] ---> e1e386c61dda [2021-05-11T08:49:04.164Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-11T08:49:07.664Z] ---> 935a10fe5d29 [2021-05-11T08:49:07.664Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-11T08:49:07.939Z] Removing intermediate container 074130e9c686 [2021-05-11T08:49:07.939Z] ---> 1984f0eefe19 [2021-05-11T08:49:07.939Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-11T08:49:08.213Z] Removing intermediate container d34a895fca76 [2021-05-11T08:49:08.213Z] ---> 53ab23bdd04b [2021-05-11T08:49:08.213Z] [2021-05-11T08:49:08.213Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:49:08.213Z] ---> 9852663dfa18 [2021-05-11T08:49:08.213Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:49:08.495Z] Removing intermediate container 43f13a4c1750 [2021-05-11T08:49:08.495Z] ---> 28af5e01079a [2021-05-11T08:49:08.495Z] [2021-05-11T08:49:08.495Z] Step 11/23 : FROM alpine:3.12 [2021-05-11T08:49:08.495Z] ---> 9852663dfa18 [2021-05-11T08:49:08.495Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-11T08:49:08.495Z] ---> Running in d9ec87c40eaa [2021-05-11T08:49:09.097Z] ---> Running in 13faf7ddab05 [2021-05-11T08:49:09.097Z] ---> Running in 295df7d27e43 [2021-05-11T08:49:09.097Z] ---> cb2f28708909 [2021-05-11T08:49:09.097Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-11T08:49:09.368Z] Removing intermediate container d9ec87c40eaa [2021-05-11T08:49:09.368Z] ---> c719b8241028 [2021-05-11T08:49:09.368Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-11T08:49:10.825Z] ---> d799fc9694d3 [2021-05-11T08:49:10.825Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-11T08:49:10.825Z] ---> 35a63053e22b [2021-05-11T08:49:10.825Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-11T08:49:11.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:11.102Z] ---> Running in 3d1591b39431 [2021-05-11T08:49:11.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:11.102Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:11.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:11.672Z] ---> 3733ed9478e0 [2021-05-11T08:49:11.672Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-11T08:49:11.955Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-11T08:49:11.955Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:49:11.955Z] OK: 5 MiB in 15 packages [2021-05-11T08:49:12.232Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-11T08:49:12.232Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-11T08:49:12.232Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:49:12.232Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:49:12.513Z] OK: 6 MiB in 16 packages [2021-05-11T08:49:13.990Z] ---> d900ffc0c333 [2021-05-11T08:49:13.990Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-11T08:49:13.990Z] Removing intermediate container 13faf7ddab05 [2021-05-11T08:49:13.990Z] ---> 5d586de128b3 [2021-05-11T08:49:13.990Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:49:15.145Z] ---> Running in 9404938778d7 [2021-05-11T08:49:15.145Z] Removing intermediate container 3d1591b39431 [2021-05-11T08:49:15.145Z] ---> 828ce5979ea9 [2021-05-11T08:49:15.145Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:49:15.145Z] Removing intermediate container 295df7d27e43 [2021-05-11T08:49:15.145Z] ---> 99a1a2b4df5f [2021-05-11T08:49:15.145Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:49:15.420Z] Removing intermediate container 9404938778d7 [2021-05-11T08:49:15.420Z] ---> c50f1b919ded [2021-05-11T08:49:15.420Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-11T08:49:15.420Z] ---> Running in 37692bd73de4 [2021-05-11T08:49:16.019Z] ---> a558567a80c7 [2021-05-11T08:49:16.019Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-11T08:49:16.019Z] ---> Running in 664c639f6fa0 [2021-05-11T08:49:16.294Z] ---> d0d9e504eca3 [2021-05-11T08:49:16.294Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-11T08:49:16.568Z] Removing intermediate container 37692bd73de4 [2021-05-11T08:49:16.568Z] ---> 4e5f975787e6 [2021-05-11T08:49:16.568Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-11T08:49:16.842Z] Removing intermediate container 664c639f6fa0 [2021-05-11T08:49:16.842Z] ---> 075a122d31e4 [2021-05-11T08:49:16.842Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:49:17.448Z] ---> Running in ba78e2a49e88 [2021-05-11T08:49:17.448Z] ---> d004af1bb0c8 [2021-05-11T08:49:17.448Z] Step 22/26 : 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-05-11T08:49:17.723Z] ---> Running in c173d2fdc823 [2021-05-11T08:49:18.001Z] ---> Running in b6ab889d93df [2021-05-11T08:49:18.285Z] ---> aed9958397ee [2021-05-11T08:49:18.285Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-11T08:49:18.285Z] Removing intermediate container ba78e2a49e88 [2021-05-11T08:49:18.285Z] ---> af10d3fc6983 [2021-05-11T08:49:18.285Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-11T08:49:18.891Z] Removing intermediate container 6196fa7f6ecb [2021-05-11T08:49:18.891Z] ---> 6e6a3588d30f [2021-05-11T08:49:18.891Z] [2021-05-11T08:49:18.891Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:49:18.891Z] ---> 9852663dfa18 [2021-05-11T08:49:18.891Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-11T08:49:18.891Z] Removing intermediate container c173d2fdc823 [2021-05-11T08:49:18.891Z] ---> 134072317967 [2021-05-11T08:49:18.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:49:18.891Z] ---> Running in 71d755cd3956 [2021-05-11T08:49:19.176Z] ---> Running in 949a3f2fc5fa [2021-05-11T08:49:19.452Z] ---> 906e7a2d3e58 [2021-05-11T08:49:19.452Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-11T08:49:19.729Z] Removing intermediate container 71d755cd3956 [2021-05-11T08:49:19.729Z] ---> f6a4e877d2e7 [2021-05-11T08:49:19.729Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:49:19.729Z] Removing intermediate container 949a3f2fc5fa [2021-05-11T08:49:19.729Z] ---> 4b0bfb76f786 [2021-05-11T08:49:19.729Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-11T08:49:20.013Z] ---> 9556fec425a8 [2021-05-11T08:49:20.013Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-11T08:49:20.288Z] ---> Running in 7e227daf07fd [2021-05-11T08:49:20.890Z] ---> cf74d95b08a4 [2021-05-11T08:49:20.890Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-11T08:49:21.164Z] Removing intermediate container 7e227daf07fd [2021-05-11T08:49:21.164Z] ---> 300621c67be1 [2021-05-11T08:49:21.164Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-11T08:49:21.438Z] ---> c0342c3279e8 [2021-05-11T08:49:21.438Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-11T08:49:21.438Z] ---> Running in 7da932879d20 [2021-05-11T08:49:21.718Z] Removing intermediate container b6ab889d93df [2021-05-11T08:49:21.718Z] ---> 03fbd721e046 [2021-05-11T08:49:21.718Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-11T08:49:21.718Z] ---> 962e1fa51e30 [2021-05-11T08:49:21.718Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-11T08:49:22.328Z] ---> 133b52c476dc [2021-05-11T08:49:22.328Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-11T08:49:22.328Z] ---> Running in 769c726f8a38 [2021-05-11T08:49:22.328Z] Removing intermediate container 7da932879d20 [2021-05-11T08:49:22.328Z] ---> 83d440a2a6e8 [2021-05-11T08:49:22.328Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:49:22.605Z] ---> Running in 7ad12b4fac8b [2021-05-11T08:49:22.889Z] ---> Running in d72f8e5c56a6 [2021-05-11T08:49:23.169Z] ---> de826790d4ca [2021-05-11T08:49:23.169Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-11T08:49:23.169Z] ---> b45e781344b2 [2021-05-11T08:49:23.169Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-11T08:49:23.455Z] Removing intermediate container 769c726f8a38 [2021-05-11T08:49:23.455Z] ---> d272c1e22aae [2021-05-11T08:49:23.455Z] Step 24/26 : LABEL arch=arm64 [2021-05-11T08:49:23.455Z] Removing intermediate container 7ad12b4fac8b [2021-05-11T08:49:23.455Z] ---> 54604b9a3879 [2021-05-11T08:49:23.455Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-11T08:49:23.455Z] ---> Running in c0574d244167 [2021-05-11T08:49:23.749Z] ---> Running in 242d0bd3d362 [2021-05-11T08:49:24.355Z] Removing intermediate container c0574d244167 [2021-05-11T08:49:24.355Z] ---> 61a9d581255f [2021-05-11T08:49:24.355Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:49:24.626Z] ---> Running in acd4ed1bc54f [2021-05-11T08:49:24.626Z] Removing intermediate container 242d0bd3d362 [2021-05-11T08:49:24.626Z] ---> fe7a3e606b08 [2021-05-11T08:49:24.626Z] Step 25/26 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:49:24.626Z] ---> c4ee0733db99 [2021-05-11T08:49:24.626Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-11T08:49:24.626Z] ---> e3f8d92637ab [2021-05-11T08:49:24.626Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-11T08:49:24.899Z] ---> Running in 75ecd3b683cb [2021-05-11T08:49:24.899Z] ---> Running in 7c0319b7c9cd [2021-05-11T08:49:25.182Z] Removing intermediate container acd4ed1bc54f [2021-05-11T08:49:25.182Z] ---> f4b144fdba40 [2021-05-11T08:49:25.182Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T08:49:25.182Z] ---> Running in e53f3b2210dc [2021-05-11T08:49:25.469Z] ---> Running in 531ff5c0e3bc [2021-05-11T08:49:25.469Z] Removing intermediate container 7c0319b7c9cd [2021-05-11T08:49:25.469Z] ---> a0f7a50d9c3d [2021-05-11T08:49:25.469Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:49:25.469Z] Removing intermediate container 75ecd3b683cb [2021-05-11T08:49:25.744Z] ---> 6fbd77cc90e7 [2021-05-11T08:49:25.744Z] Step 26/26 : LABEL version=0.0.0 [2021-05-11T08:49:25.744Z] ---> Running in 9ed68aea4f74 [2021-05-11T08:49:26.027Z] ---> Running in 3a9bbe1e782c [2021-05-11T08:49:26.027Z] Removing intermediate container 531ff5c0e3bc [2021-05-11T08:49:26.027Z] ---> 7913b5189a30 [2021-05-11T08:49:26.027Z] Step 22/23 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:49:26.305Z] ---> Running in 93d7f36d1b2d [2021-05-11T08:49:26.581Z] Removing intermediate container d72f8e5c56a6 [2021-05-11T08:49:26.581Z] ---> 2abd320de4cf [2021-05-11T08:49:26.581Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-11T08:49:26.861Z] Removing intermediate container 3a9bbe1e782c [2021-05-11T08:49:26.861Z] ---> 5cb4a0cfc4b1 [2021-05-11T08:49:26.861Z] [2021-05-11T08:49:26.861Z] Removing intermediate container 9ed68aea4f74 [2021-05-11T08:49:26.861Z] ---> 2df447d164c7 [2021-05-11T08:49:26.861Z] Step 21/23 : LABEL arch=arm64 [2021-05-11T08:49:27.135Z] ---> Running in ddda7c198f23 [2021-05-11T08:49:27.135Z] Removing intermediate container 93d7f36d1b2d [2021-05-11T08:49:27.135Z] ---> be505f9cf9d0 [2021-05-11T08:49:27.135Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:49:27.410Z] Successfully built 5cb4a0cfc4b1 [2021-05-11T08:49:27.410Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-05-11T08:49:27.410Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-05-11T08:49:27.410Z] ---> Running in 9e4bf90e1fb7 [2021-05-11T08:49:27.410Z] ---> Running in 0eea293386b2 [2021-05-11T08:49:28.399Z] Removing intermediate container 0eea293386b2 [2021-05-11T08:49:28.399Z] ---> 3e2e40b0848e [2021-05-11T08:49:28.399Z] [2021-05-11T08:49:28.399Z] Removing intermediate container 9e4bf90e1fb7 [2021-05-11T08:49:28.399Z] ---> ea900d979d4f [2021-05-11T08:49:28.399Z] Step 22/23 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:49:28.669Z] ---> Running in c52ec4ab9bb9 [2021-05-11T08:49:28.945Z] Removing intermediate container e53f3b2210dc [2021-05-11T08:49:28.945Z] ---> 1d36153606e5 [2021-05-11T08:49:28.945Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-11T08:49:28.945Z] Successfully built 3e2e40b0848e [2021-05-11T08:49:29.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:29.218Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-05-11T08:49:29.218Z] Building docker-security-proxy-setup-go [2021-05-11T08:49:29.490Z]  Building docker-support-scheduler-go ... done  ---> Running in e0d835c8fe40 [2021-05-11T08:49:29.490Z] Removing intermediate container c52ec4ab9bb9 [2021-05-11T08:49:29.490Z] ---> 4ee756b3abd4 [2021-05-11T08:49:29.490Z] Step 23/23 : LABEL version=0.0.0 [2021-05-11T08:49:29.761Z] ---> Running in 4d873e283531 [2021-05-11T08:49:30.031Z] Removing intermediate container e0d835c8fe40 [2021-05-11T08:49:30.031Z] ---> d172761c274e [2021-05-11T08:49:30.031Z] Step 29/32 : CMD ["gate"] [2021-05-11T08:49:30.314Z] ---> Running in 2a16358c3d81 [2021-05-11T08:49:30.603Z] Removing intermediate container 4d873e283531 [2021-05-11T08:49:30.603Z] ---> b1ac57cc7df8 [2021-05-11T08:49:30.603Z] [2021-05-11T08:49:30.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:49:31.207Z] Successfully built b1ac57cc7df8 [2021-05-11T08:49:31.207Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-05-11T08:49:31.207Z] Building docker-core-metadata-go [2021-05-11T08:49:31.207Z]  Building docker-support-notifications-go ... done Removing intermediate container 2a16358c3d81 [2021-05-11T08:49:31.207Z] ---> 389b9c3e63c5 [2021-05-11T08:49:31.207Z] Step 30/32 : LABEL arch=arm64 [2021-05-11T08:49:31.477Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-11T08:49:31.746Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-11T08:49:32.019Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-11T08:49:32.019Z] ---> Running in c0da88fc6367 [2021-05-11T08:49:32.019Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-11T08:49:32.617Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-11T08:49:32.617Z] Removing intermediate container c0da88fc6367 [2021-05-11T08:49:32.617Z] ---> 148e308bc217 [2021-05-11T08:49:32.617Z] Step 31/32 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:49:32.617Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-11T08:49:32.894Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:49:32.894Z] OK: 8 MiB in 20 packages [2021-05-11T08:49:33.166Z] ---> Running in a7efe40be30c [2021-05-11T08:49:35.788Z] Removing intermediate container a7efe40be30c [2021-05-11T08:49:35.788Z] ---> ed3ede49c424 [2021-05-11T08:49:35.788Z] Step 32/32 : LABEL version=0.0.0 [2021-05-11T08:49:36.381Z] Removing intermediate container ddda7c198f23 [2021-05-11T08:49:36.381Z] ---> 5749b70d7983 [2021-05-11T08:49:36.381Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:49:36.653Z] ---> Running in bbbb6b0a7597 [2021-05-11T08:49:37.248Z] ---> 394f59b8a605 [2021-05-11T08:49:37.248Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-11T08:49:37.523Z] Removing intermediate container bbbb6b0a7597 [2021-05-11T08:49:37.523Z] ---> 4a87ce185706 [2021-05-11T08:49:37.523Z] [2021-05-11T08:49:37.801Z] Successfully built 4a87ce185706 [2021-05-11T08:49:38.074Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-05-11T08:49:38.074Z] Building docker-core-command-go [2021-05-11T08:49:39.042Z]  Building docker-security-bootstrapper-go ... done  ---> 12cbdba98e91 [2021-05-11T08:49:39.042Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-11T08:49:40.015Z] ---> bec9db6a153d [2021-05-11T08:49:40.015Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-11T08:49:40.291Z] ---> Running in f4deb1091a55 [2021-05-11T08:49:40.890Z] Removing intermediate container f4deb1091a55 [2021-05-11T08:49:40.890Z] ---> dc57eeaeaf7c [2021-05-11T08:49:40.890Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:49:41.491Z] ---> Running in 7dbd75715568 [2021-05-11T08:49:42.471Z] Removing intermediate container 7dbd75715568 [2021-05-11T08:49:42.471Z] ---> a7c09dcccb87 [2021-05-11T08:49:42.471Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:49:43.077Z] ---> Running in bdc288b8d88a [2021-05-11T08:49:44.518Z] Removing intermediate container bdc288b8d88a [2021-05-11T08:49:44.518Z] ---> 51ea5fc03de2 [2021-05-11T08:49:44.518Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:49:45.507Z] ---> Running in 7ab160ae6dfb [2021-05-11T08:49:46.109Z] Removing intermediate container 7ab160ae6dfb [2021-05-11T08:49:46.109Z] ---> 6e8bff6516d6 [2021-05-11T08:49:46.109Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:49:46.702Z] ---> Running in 7493628d69ea [2021-05-11T08:49:47.294Z] Removing intermediate container 7493628d69ea [2021-05-11T08:49:47.294Z] ---> 71ca208ba4e9 [2021-05-11T08:49:47.294Z] [2021-05-11T08:49:47.916Z] Successfully built 71ca208ba4e9 [2021-05-11T08:49:47.916Z] Successfully tagged docker-core-data-go-arm64:latest [2021-05-11T08:50:26.874Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:50:26.874Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:50:26.874Z] ---> f3113a35b471 [2021-05-11T08:50:26.874Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:50:26.874Z] ---> Using cache [2021-05-11T08:50:26.874Z] ---> 9e1745bae20e [2021-05-11T08:50:26.874Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:50:26.874Z] ---> Using cache [2021-05-11T08:50:26.874Z] ---> a014a107fc78 [2021-05-11T08:50:26.874Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-11T08:50:26.874Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:50:26.875Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:50:26.875Z] ---> f3113a35b471 [2021-05-11T08:50:26.875Z] Step 3/22 : WORKDIR /edgex-go [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 9e1745bae20e [2021-05-11T08:50:26.875Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a014a107fc78 [2021-05-11T08:50:26.875Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> d19ef0bac97d [2021-05-11T08:50:26.875Z] Step 6/22 : COPY go.mod . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> ab51eb26bddf [2021-05-11T08:50:26.875Z] Step 7/22 : RUN go mod download [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a335c1f3e45e [2021-05-11T08:50:26.875Z] Step 8/22 : COPY . . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> fe7a46a6ecbd [2021-05-11T08:50:26.875Z] Step 9/22 : RUN go mod tidy [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 81433e28f41f [2021-05-11T08:50:26.875Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-11T08:50:26.875Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:50:26.875Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:50:26.875Z] ---> f3113a35b471 [2021-05-11T08:50:26.875Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 9e1745bae20e [2021-05-11T08:50:26.875Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a014a107fc78 [2021-05-11T08:50:26.875Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> d19ef0bac97d [2021-05-11T08:50:26.875Z] Step 6/24 : COPY go.mod . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> ab51eb26bddf [2021-05-11T08:50:26.875Z] Step 7/24 : RUN go mod download [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a335c1f3e45e [2021-05-11T08:50:26.875Z] Step 8/24 : COPY . . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> fe7a46a6ecbd [2021-05-11T08:50:26.875Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 81433e28f41f [2021-05-11T08:50:26.875Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-11T08:50:26.875Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-11T08:50:26.875Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-11T08:50:26.875Z] ---> f3113a35b471 [2021-05-11T08:50:26.875Z] Step 3/24 : WORKDIR /edgex-go [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 9e1745bae20e [2021-05-11T08:50:26.875Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a014a107fc78 [2021-05-11T08:50:26.875Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> d19ef0bac97d [2021-05-11T08:50:26.875Z] Step 6/24 : COPY go.mod . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> ab51eb26bddf [2021-05-11T08:50:26.875Z] Step 7/24 : RUN go mod download [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> a335c1f3e45e [2021-05-11T08:50:26.875Z] Step 8/24 : COPY . . [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> fe7a46a6ecbd [2021-05-11T08:50:26.875Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:50:26.875Z] ---> Using cache [2021-05-11T08:50:26.875Z] ---> 81433e28f41f [2021-05-11T08:50:26.875Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-11T08:50:28.835Z] ---> Running in a65e38ffaf7b [2021-05-11T08:50:28.835Z] ---> Running in 2f7949ed2378 [2021-05-11T08:50:28.835Z] ---> Running in bc45f242465f [2021-05-11T08:50:28.835Z] ---> Running in 3b934c0a0c8e [2021-05-11T08:50:30.810Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:50:30.810Z] 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-05-11T08:50:30.810Z] 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-05-11T08:50:30.810Z] 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-05-11T08:50:32.244Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:50:33.468Z] OK: 218 MiB in 52 packages [2021-05-11T08:50:35.499Z] Removing intermediate container bc45f242465f [2021-05-11T08:50:35.499Z] ---> 4e5eeb27f250 [2021-05-11T08:50:35.499Z] Step 6/24 : COPY go.mod . [2021-05-11T08:50:36.490Z] ---> 02454ccd36ab [2021-05-11T08:50:36.490Z] Step 7/24 : RUN go mod download [2021-05-11T08:50:36.490Z] ---> Running in 9aa1d365f549 [2021-05-11T08:50:40.821Z] Removing intermediate container 9aa1d365f549 [2021-05-11T08:50:40.821Z] ---> c59b4c5a31b9 [2021-05-11T08:50:40.821Z] Step 8/24 : COPY . . [2021-05-11T08:50:59.186Z] ---> 4d2196a3ce3f [2021-05-11T08:50:59.186Z] Step 9/24 : RUN go mod tidy [2021-05-11T08:50:59.186Z] ---> Running in 4bee639a3088 [2021-05-11T08:51:05.921Z] Removing intermediate container 4bee639a3088 [2021-05-11T08:51:05.921Z] ---> c160abc9b848 [2021-05-11T08:51:05.921Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-11T08:51:05.921Z] ---> Running in fcac0c9edd42 [2021-05-11T08:51:07.364Z] 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-05-11T08:52:03.938Z] 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-05-11T08:52:14.126Z] Removing intermediate container 3b934c0a0c8e [2021-05-11T08:52:14.126Z] ---> 9b8b9ebaa076 [2021-05-11T08:52:14.126Z] [2021-05-11T08:52:14.126Z] Step 11/22 : FROM alpine:3.12 [2021-05-11T08:52:14.126Z] ---> 9852663dfa18 [2021-05-11T08:52:14.126Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-11T08:52:14.126Z] ---> Running in 4f37d9fafb18 [2021-05-11T08:52:14.408Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:52:14.689Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:52:15.677Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-11T08:52:15.677Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:52:15.677Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-11T08:52:15.677Z] (4/4) Installing curl (7.76.1-r0) [2021-05-11T08:52:15.677Z] Executing busybox-1.31.1-r20.trigger [2021-05-11T08:52:15.955Z] Executing ca-certificates-20191127-r4.trigger [2021-05-11T08:52:16.233Z] OK: 7 MiB in 18 packages [2021-05-11T08:52:19.679Z] Removing intermediate container 4f37d9fafb18 [2021-05-11T08:52:19.679Z] ---> 7fbed19f0e2e [2021-05-11T08:52:19.679Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-11T08:52:19.680Z] Removing intermediate container 2f7949ed2378 [2021-05-11T08:52:19.680Z] ---> 4a3059f92fb3 [2021-05-11T08:52:19.680Z] [2021-05-11T08:52:19.680Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:52:19.680Z] ---> 9852663dfa18 [2021-05-11T08:52:19.680Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:52:19.680Z] ---> Using cache [2021-05-11T08:52:19.680Z] ---> 5d586de128b3 [2021-05-11T08:52:19.680Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:52:19.680Z] ---> Using cache [2021-05-11T08:52:19.680Z] ---> c50f1b919ded [2021-05-11T08:52:19.680Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-11T08:52:19.680Z] ---> Running in 2d5b13efecc1 [2021-05-11T08:52:19.950Z] ---> Running in 9e9a6bd240d8 [2021-05-11T08:52:20.544Z] Removing intermediate container 2d5b13efecc1 [2021-05-11T08:52:20.544Z] ---> e7c08cf05766 [2021-05-11T08:52:20.544Z] Step 14/22 : WORKDIR /edgex [2021-05-11T08:52:20.544Z] Removing intermediate container 9e9a6bd240d8 [2021-05-11T08:52:20.544Z] ---> 4dbc10176276 [2021-05-11T08:52:20.544Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:52:20.816Z] ---> Running in 98ad8b00b180 [2021-05-11T08:52:20.816Z] ---> Running in 27881ef9fb12 [2021-05-11T08:52:22.801Z] Removing intermediate container 98ad8b00b180 [2021-05-11T08:52:22.801Z] ---> 3652becafac2 [2021-05-11T08:52:22.801Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-11T08:52:22.801Z] Removing intermediate container 27881ef9fb12 [2021-05-11T08:52:22.801Z] ---> fc9ff167d5fa [2021-05-11T08:52:22.801Z] Step 16/24 : WORKDIR / [2021-05-11T08:52:23.075Z] ---> Running in 333faf60d305 [2021-05-11T08:52:24.064Z] Removing intermediate container 333faf60d305 [2021-05-11T08:52:24.064Z] ---> 093d588775a9 [2021-05-11T08:52:24.064Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:52:24.338Z] ---> 9f52c6df68f0 [2021-05-11T08:52:24.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-11T08:52:25.323Z] ---> dd07103e5917 [2021-05-11T08:52:25.323Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-11T08:52:26.759Z] ---> bb6e42285d32 [2021-05-11T08:52:26.759Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-11T08:52:28.193Z] ---> 334021632389 [2021-05-11T08:52:28.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-11T08:52:28.467Z] ---> 5c5826dd963e [2021-05-11T08:52:28.467Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-11T08:52:29.069Z] ---> Running in 77169a65849d [2021-05-11T08:52:29.343Z] ---> 21c517d8b471 [2021-05-11T08:52:29.343Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-11T08:52:29.935Z] ---> Running in 89789a90f509 [2021-05-11T08:52:29.935Z] Removing intermediate container 77169a65849d [2021-05-11T08:52:29.935Z] ---> a9dabdd172dd [2021-05-11T08:52:29.935Z] Step 19/22 : CMD ["--init=true"] [2021-05-11T08:52:30.209Z] Removing intermediate container a65e38ffaf7b [2021-05-11T08:52:30.209Z] ---> d90ac48b38f5 [2021-05-11T08:52:30.209Z] [2021-05-11T08:52:30.209Z] Step 11/24 : FROM alpine:3.12 [2021-05-11T08:52:30.209Z] ---> 9852663dfa18 [2021-05-11T08:52:30.210Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-11T08:52:30.210Z] ---> Using cache [2021-05-11T08:52:30.210Z] ---> 5d586de128b3 [2021-05-11T08:52:30.210Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:52:30.210Z] ---> Using cache [2021-05-11T08:52:30.210Z] ---> c50f1b919ded [2021-05-11T08:52:30.210Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-11T08:52:30.210Z] ---> Running in 7a34325753d2 [2021-05-11T08:52:30.483Z] ---> Running in 77a661085704 [2021-05-11T08:52:30.483Z] Removing intermediate container 89789a90f509 [2021-05-11T08:52:30.483Z] ---> daf817077f32 [2021-05-11T08:52:30.483Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:52:30.758Z] ---> Running in c964527573f6 [2021-05-11T08:52:30.758Z] Removing intermediate container 7a34325753d2 [2021-05-11T08:52:30.758Z] ---> 19a01f393b08 [2021-05-11T08:52:30.758Z] Step 20/22 : LABEL arch=arm64 [2021-05-11T08:52:31.036Z] ---> Running in 6a9f1c885ada [2021-05-11T08:52:31.307Z] Removing intermediate container 77a661085704 [2021-05-11T08:52:31.307Z] ---> aad6e8b745be [2021-05-11T08:52:31.307Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-11T08:52:31.307Z] Removing intermediate container c964527573f6 [2021-05-11T08:52:31.307Z] ---> 10c71caddf85 [2021-05-11T08:52:31.307Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:52:31.576Z] ---> Running in 1c2088a5c986 [2021-05-11T08:52:31.576Z] ---> Running in 80ad4453c246 [2021-05-11T08:52:31.576Z] Removing intermediate container 6a9f1c885ada [2021-05-11T08:52:31.577Z] ---> aaf5c4671aab [2021-05-11T08:52:31.577Z] Step 21/22 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:52:31.851Z] ---> Running in 04d5c352620f [2021-05-11T08:52:32.139Z] Removing intermediate container 1c2088a5c986 [2021-05-11T08:52:32.139Z] ---> 14e2758e961e [2021-05-11T08:52:32.139Z] Step 16/24 : WORKDIR / [2021-05-11T08:52:32.412Z] Removing intermediate container 80ad4453c246 [2021-05-11T08:52:32.412Z] ---> 26f72bb27398 [2021-05-11T08:52:32.412Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:52:32.688Z] ---> Running in 89f82685e0ba [2021-05-11T08:52:32.688Z] Removing intermediate container 04d5c352620f [2021-05-11T08:52:32.688Z] ---> 166e4bb2991c [2021-05-11T08:52:32.688Z] Step 22/22 : LABEL version=0.0.0 [2021-05-11T08:52:32.688Z] ---> Running in 2d9f0bac2ec7 [2021-05-11T08:52:32.964Z] ---> Running in 09f41a0365e9 [2021-05-11T08:52:33.571Z] Removing intermediate container 89f82685e0ba [2021-05-11T08:52:33.571Z] ---> b2434f8957df [2021-05-11T08:52:33.571Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-11T08:52:33.571Z] Removing intermediate container 2d9f0bac2ec7 [2021-05-11T08:52:33.571Z] ---> 73f2c06b703d [2021-05-11T08:52:33.571Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:52:33.571Z] Removing intermediate container 09f41a0365e9 [2021-05-11T08:52:33.571Z] ---> 7023e99f7e9d [2021-05-11T08:52:33.571Z] [2021-05-11T08:52:33.845Z] ---> Running in abe2740d5452 [2021-05-11T08:52:34.447Z] Successfully built 7023e99f7e9d [2021-05-11T08:52:34.729Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-05-11T08:52:34.729Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container abe2740d5452 [2021-05-11T08:52:34.729Z] ---> 05c5e1023182 [2021-05-11T08:52:34.730Z] [2021-05-11T08:52:35.349Z] Successfully built 05c5e1023182 [2021-05-11T08:52:35.350Z] ---> af629024b570 [2021-05-11T08:52:35.350Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-11T08:52:35.350Z] Successfully tagged docker-core-command-go-arm64:latest [2021-05-11T08:52:35.960Z]  Building docker-core-command-go ... done Removing intermediate container fcac0c9edd42 [2021-05-11T08:52:35.960Z] ---> 36cbd6adc948 [2021-05-11T08:52:35.960Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-11T08:52:36.562Z] ---> Running in 7527ae6a68a4 [2021-05-11T08:52:36.837Z] ---> dd661b79aa8c [2021-05-11T08:52:36.837Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-11T08:52:37.817Z] ---> 229ce0a6e2f3 [2021-05-11T08:52:37.817Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-11T08:52:38.104Z] 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-05-11T08:52:38.104Z] ---> Running in d7a36a6f40ef [2021-05-11T08:52:38.707Z] Removing intermediate container d7a36a6f40ef [2021-05-11T08:52:38.707Z] ---> 5007b9a99aab [2021-05-11T08:52:38.707Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:52:38.707Z] ---> Running in 9766b27b7d9a [2021-05-11T08:52:39.304Z] Removing intermediate container 9766b27b7d9a [2021-05-11T08:52:39.304Z] ---> 56909fe1cf17 [2021-05-11T08:52:39.304Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:52:39.580Z] ---> Running in 40df29d5b17d [2021-05-11T08:52:40.179Z] Removing intermediate container 40df29d5b17d [2021-05-11T08:52:40.179Z] ---> d519161a9b39 [2021-05-11T08:52:40.179Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:52:40.453Z] ---> Running in db8e50e29fb0 [2021-05-11T08:52:40.725Z] Removing intermediate container 7527ae6a68a4 [2021-05-11T08:52:40.725Z] ---> 9ba4d291085f [2021-05-11T08:52:40.725Z] [2021-05-11T08:52:40.725Z] Step 12/24 : FROM docker:20.10.0 [2021-05-11T08:52:40.725Z] 20.10.0: Pulling from library/docker [2021-05-11T08:52:41.000Z] Removing intermediate container db8e50e29fb0 [2021-05-11T08:52:41.000Z] ---> 0fa817d6be99 [2021-05-11T08:52:41.000Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:52:41.275Z] ---> Running in 37a5463d66d3 [2021-05-11T08:52:42.256Z] Removing intermediate container 37a5463d66d3 [2021-05-11T08:52:42.256Z] ---> 4370bc1ab072 [2021-05-11T08:52:42.257Z] [2021-05-11T08:52:43.239Z] Successfully built 4370bc1ab072 [2021-05-11T08:52:43.239Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-05-11T08:52:48.678Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-11T08:52:48.678Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-11T08:52:48.678Z] ---> eeaf43b92773 [2021-05-11T08:52:48.678Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-11T08:52:50.323Z] ---> Running in 06ffc12b853d [2021-05-11T08:52:50.595Z] Removing intermediate container 06ffc12b853d [2021-05-11T08:52:50.595Z] ---> c7430bf11a0e [2021-05-11T08:52:50.595Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-11T08:52:50.867Z] ---> Running in d07800ecc6b8 [2021-05-11T08:52:51.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-11T08:52:52.116Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-11T08:52:52.707Z] (1/39) Installing readline (8.0.4-r0) [2021-05-11T08:52:52.707Z] (2/39) Installing bash (5.0.17-r0) [2021-05-11T08:52:52.707Z] Executing bash-5.0.17-r0.post-install [2021-05-11T08:52:52.707Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-11T08:52:52.707Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-11T08:52:52.707Z] (5/39) Installing curl (7.76.1-r0) [2021-05-11T08:52:52.707Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-11T08:52:52.707Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-11T08:52:52.707Z] (8/39) Installing expat (2.2.9-r1) [2021-05-11T08:52:52.978Z] (9/39) Installing libffi (3.3-r2) [2021-05-11T08:52:52.978Z] (10/39) Installing gdbm (1.13-r1) [2021-05-11T08:52:52.978Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-11T08:52:52.978Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-11T08:52:52.978Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-11T08:52:54.947Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-11T08:52:54.947Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-11T08:52:54.947Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-11T08:52:54.947Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-11T08:52:54.947Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-11T08:52:54.947Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-11T08:52:54.947Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-11T08:52:54.947Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-11T08:52:54.947Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-11T08:52:54.947Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-11T08:52:55.218Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-11T08:52:55.218Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-11T08:52:55.218Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-11T08:52:55.218Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-11T08:52:55.218Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-11T08:52:55.218Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-11T08:52:55.218Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-11T08:52:55.218Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-11T08:52:55.218Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-11T08:52:55.218Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-11T08:52:55.218Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-11T08:52:55.218Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-11T08:52:55.218Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-11T08:52:55.490Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-11T08:52:55.490Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-11T08:52:55.490Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-11T08:52:55.490Z] Executing busybox-1.31.1-r19.trigger [2021-05-11T08:52:55.490Z] OK: 72 MiB in 59 packages [2021-05-11T08:53:02.200Z] Collecting docker-compose==1.23.2 [2021-05-11T08:53:02.200Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-11T08:53:02.200Z] Collecting jsonschema<3,>=2.5.1 [2021-05-11T08:53:02.474Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-11T08:53:03.068Z] Collecting texttable<0.10,>=0.9.0 [2021-05-11T08:53:03.068Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-11T08:53:07.374Z] Collecting PyYAML<4,>=3.10 [2021-05-11T08:53:07.374Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-11T08:53:12.761Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-11T08:53:12.761Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-11T08:53:13.033Z] Collecting docopt<0.7,>=0.6.1 [2021-05-11T08:53:13.033Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-11T08:53:16.433Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-11T08:53:16.433Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-11T08:53:19.041Z] 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-05-11T08:53:19.633Z] Collecting docker<4.0,>=3.6.0 [2021-05-11T08:53:19.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-11T08:53:20.606Z] Collecting cached-property<2,>=1.2.0 [2021-05-11T08:53:20.606Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-11T08:53:21.198Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-11T08:53:21.198Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-11T08:53:21.787Z] Collecting idna<2.8,>=2.5 [2021-05-11T08:53:21.787Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-11T08:53:22.758Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-11T08:53:22.758Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-11T08:53:23.031Z] 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-05-11T08:53:23.031Z] 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-05-11T08:53:23.300Z] Collecting docker-pycreds>=0.4.0 [2021-05-11T08:53:23.300Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-11T08:53:23.300Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-11T08:53:23.300Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-11T08:53:23.300Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-11T08:53:23.300Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-11T08:53:24.723Z] Installing collected packages: jsonschema, texttable, PyYAML, idna, urllib3, requests, docopt, dockerpty, docker-pycreds, websocket-client, docker, cached-property, docker-compose [2021-05-11T08:53:24.995Z] Running setup.py install for texttable: started [2021-05-11T08:53:27.600Z] Running setup.py install for texttable: finished with status 'done' [2021-05-11T08:53:27.600Z] Running setup.py install for PyYAML: started [2021-05-11T08:53:30.208Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-11T08:53:30.208Z] Attempting uninstall: idna [2021-05-11T08:53:30.208Z] Found existing installation: idna 2.9 [2021-05-11T08:53:30.208Z] Uninstalling idna-2.9: [2021-05-11T08:53:30.208Z] Successfully uninstalled idna-2.9 [2021-05-11T08:53:30.809Z] Attempting uninstall: urllib3 [2021-05-11T08:53:30.809Z] Found existing installation: urllib3 1.25.9 [2021-05-11T08:53:30.809Z] Uninstalling urllib3-1.25.9: [2021-05-11T08:53:30.809Z] Successfully uninstalled urllib3-1.25.9 [2021-05-11T08:53:31.402Z] Attempting uninstall: requests [2021-05-11T08:53:31.402Z] Found existing installation: requests 2.23.0 [2021-05-11T08:53:31.402Z] Uninstalling requests-2.23.0: [2021-05-11T08:53:31.402Z] Successfully uninstalled requests-2.23.0 [2021-05-11T08:53:31.673Z] Running setup.py install for docopt: started [2021-05-11T08:53:34.276Z] Running setup.py install for docopt: finished with status 'done' [2021-05-11T08:53:34.276Z] Running setup.py install for dockerpty: started [2021-05-11T08:53:36.879Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-11T08:53:38.843Z] 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.59.0 [2021-05-11T08:53:48.975Z] Removing intermediate container d07800ecc6b8 [2021-05-11T08:53:48.975Z] ---> 8160197f3d5c [2021-05-11T08:53:48.975Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-11T08:53:48.975Z] ---> Running in 1ac12a6b588f [2021-05-11T08:53:48.975Z] Removing intermediate container 1ac12a6b588f [2021-05-11T08:53:48.975Z] ---> b0d65e93aafe [2021-05-11T08:53:48.975Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-11T08:53:48.975Z] ---> Running in 504f0f81c678 [2021-05-11T08:53:48.975Z] Removing intermediate container 504f0f81c678 [2021-05-11T08:53:48.975Z] ---> 98f21ada8c31 [2021-05-11T08:53:48.975Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-11T08:53:50.624Z] ---> 90b08c7e19e0 [2021-05-11T08:53:50.624Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-11T08:53:50.624Z] ---> a50cfc552439 [2021-05-11T08:53:50.624Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-11T08:53:51.597Z] ---> a6aace17f518 [2021-05-11T08:53:51.597Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-11T08:53:51.869Z] ---> Running in b14272bfb9ac [2021-05-11T08:53:52.145Z] Removing intermediate container b14272bfb9ac [2021-05-11T08:53:52.145Z] ---> c77cb267bdb0 [2021-05-11T08:53:52.145Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-11T08:53:52.416Z] ---> Running in 0d865446de82 [2021-05-11T08:53:53.008Z] Removing intermediate container 0d865446de82 [2021-05-11T08:53:53.008Z] ---> 242ab1742fa8 [2021-05-11T08:53:53.008Z] Step 22/24 : LABEL arch=arm64 [2021-05-11T08:53:53.008Z] ---> Running in d358ab49c75b [2021-05-11T08:53:53.603Z] Removing intermediate container d358ab49c75b [2021-05-11T08:53:53.603Z] ---> 04ec94607561 [2021-05-11T08:53:53.603Z] Step 23/24 : LABEL git_sha=8195376f6a24af36fb6975a700d1237c270b0659 [2021-05-11T08:53:53.603Z] ---> Running in 39fb1efcddbf [2021-05-11T08:53:54.196Z] Removing intermediate container 39fb1efcddbf [2021-05-11T08:53:54.196Z] ---> 7ae1233d355a [2021-05-11T08:53:54.196Z] Step 24/24 : LABEL version=0.0.0 [2021-05-11T08:53:54.196Z] ---> Running in c76a5c3d1599 [2021-05-11T08:53:54.789Z] Removing intermediate container c76a5c3d1599 [2021-05-11T08:53:54.789Z] ---> 78b6fba28022 [2021-05-11T08:53:54.789Z] [2021-05-11T08:53:55.061Z] Successfully built 78b6fba28022 [2021-05-11T08:53:55.332Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-05-11T08:53:55.618Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-11T08:53:55.652Z] $ docker stop --time=1 207592085dd56ccd3e352fd401172052cc198bc6037a3dd60238de64552c0344 [2021-05-11T08:53:57.647Z] $ docker rm -f 207592085dd56ccd3e352fd401172052cc198bc6037a3dd60238de64552c0344 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-11T08:53:58.258Z] + docker images [2021-05-11T08:53:58.258Z] + grep docker [2021-05-11T08:53:58.529Z] docker-sys-mgmt-agent-go-arm64 latest 78b6fba28022 4 seconds ago 299MB [2021-05-11T08:53:58.529Z] docker-core-metadata-go-arm64 latest 4370bc1ab072 About a minute ago 17.4MB [2021-05-11T08:53:58.529Z] docker-core-command-go-arm64 latest 05c5e1023182 About a minute ago 16.1MB [2021-05-11T08:53:58.529Z] docker-security-proxy-setup-go-arm64 latest 7023e99f7e9d About a minute ago 23.9MB [2021-05-11T08:53:58.529Z] docker-core-data-go-arm64 latest 71ca208ba4e9 4 minutes ago 20.3MB [2021-05-11T08:53:58.529Z] docker-security-bootstrapper-go-arm64 latest 4a87ce185706 4 minutes ago 17.1MB [2021-05-11T08:53:58.529Z] docker-support-notifications-go-arm64 latest b1ac57cc7df8 4 minutes ago 16.6MB [2021-05-11T08:53:58.529Z] docker-support-scheduler-go-arm64 latest 3e2e40b0848e 4 minutes ago 16.1MB [2021-05-11T08:53:58.529Z] docker-security-secretstore-setup-go-arm64 latest 5cb4a0cfc4b1 4 minutes ago 24.3MB [2021-05-11T08:53:58.529Z] docker 20.10.0 eeaf43b92773 5 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-05-11T08:53:59.149Z] ---> job-cost.sh [2021-05-11T08:53:59.149Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-CilC [2021-05-11T08:54:46.131Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-11T08:56:37.935Z] lf-activate-venv(): INFO: Adding /tmp/venv-CilC/bin to PATH [2021-05-11T08:56:37.935Z] INFO: No Stack... [2021-05-11T08:56:37.935Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-11T08:56:37.935Z] INFO: Archiving Costs [Pipeline] sh [2021-05-11T08:56:38.273Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-05-11T08:56:38.274Z] + cut -d, -f6 [Pipeline] lock [2021-05-11T08:56:38.383Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3442-2-stack-cost] [2021-05-11T08:56:38.396Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3442-2-stack-cost] did not exist. Created. [2021-05-11T08:56:38.396Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3442-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-11T08:56:38.749Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-11T08:56:39.018Z] Stashed 1 file(s) [Pipeline] } [2021-05-11T08:56:39.035Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3442-2-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-05-11T08:56:40.003Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:56:41.286Z] ---> package-listing.sh [2021-05-11T08:56:41.286Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-11T08:56:41.286Z] ++ facter osfamily [2021-05-11T08:56:41.551Z] + OS_FAMILY=redhat [2021-05-11T08:56:41.551Z] + workspace=/w/workspace/edgex-go/2 [2021-05-11T08:56:41.551Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-11T08:56:41.551Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-11T08:56:41.551Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-11T08:56:41.551Z] + PACKAGES=/tmp/packages_start.txt [2021-05-11T08:56:41.551Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T08:56:41.551Z] + PACKAGES=/tmp/packages_end.txt [2021-05-11T08:56:41.551Z] + case "${OS_FAMILY}" in [2021-05-11T08:56:41.551Z] + rpm -qa [2021-05-11T08:56:41.551Z] + sort [2021-05-11T08:56:48.258Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-11T08:56:48.258Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-11T08:56:48.258Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-11T08:56:48.258Z] + '[' /w/workspace/edgex-go/2 ']' [2021-05-11T08:56:48.258Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-05-11T08:56:48.258Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-05-11T08:56:48.276Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-11T08:56:48.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:56:49.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:56:49.473Z] [2021-05-11T08:56:49.473Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-11T08:56:49.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:56:49.818Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-11T08:56:49.818Z] df20fa9351a1: Pulling fs layer [2021-05-11T08:56:49.818Z] 36b3adc4ff6f: Pulling fs layer [2021-05-11T08:56:49.818Z] 8ad3a11d3b57: Pulling fs layer [2021-05-11T08:56:49.818Z] 46f8f816bc3b: Pulling fs layer [2021-05-11T08:56:49.818Z] 93b61091891f: Pulling fs layer [2021-05-11T08:56:49.818Z] 93b9cdb0e59b: Pulling fs layer [2021-05-11T08:56:49.818Z] 5e14af77c1be: Pulling fs layer [2021-05-11T08:56:49.818Z] 01666e4c0597: Pulling fs layer [2021-05-11T08:56:49.818Z] aa168da1d23b: Pulling fs layer [2021-05-11T08:56:49.818Z] 46f8f816bc3b: Waiting [2021-05-11T08:56:49.818Z] 93b61091891f: Waiting [2021-05-11T08:56:49.818Z] 93b9cdb0e59b: Waiting [2021-05-11T08:56:49.818Z] 5e14af77c1be: Waiting [2021-05-11T08:56:49.818Z] 01666e4c0597: Waiting [2021-05-11T08:56:49.818Z] aa168da1d23b: Waiting [2021-05-11T08:56:49.818Z] 36b3adc4ff6f: Download complete [2021-05-11T08:56:49.818Z] 46f8f816bc3b: Verifying Checksum [2021-05-11T08:56:49.818Z] 46f8f816bc3b: Download complete [2021-05-11T08:56:49.818Z] df20fa9351a1: Verifying Checksum [2021-05-11T08:56:49.818Z] df20fa9351a1: Download complete [2021-05-11T08:56:50.113Z] 93b9cdb0e59b: Verifying Checksum [2021-05-11T08:56:50.113Z] 93b9cdb0e59b: Download complete [2021-05-11T08:56:50.113Z] 5e14af77c1be: Download complete [2021-05-11T08:56:50.113Z] 01666e4c0597: Verifying Checksum [2021-05-11T08:56:50.113Z] 01666e4c0597: Download complete [2021-05-11T08:56:50.113Z] 93b61091891f: Download complete [2021-05-11T08:56:50.388Z] 8ad3a11d3b57: Verifying Checksum [2021-05-11T08:56:50.388Z] 8ad3a11d3b57: Download complete [2021-05-11T08:56:50.388Z] df20fa9351a1: Pull complete [2021-05-11T08:56:51.016Z] 36b3adc4ff6f: Pull complete [2021-05-11T08:56:52.029Z] 8ad3a11d3b57: Pull complete [2021-05-11T08:56:52.029Z] 46f8f816bc3b: Pull complete [2021-05-11T08:56:53.450Z] 93b61091891f: Pull complete [2021-05-11T08:56:53.728Z] aa168da1d23b: Verifying Checksum [2021-05-11T08:56:53.728Z] aa168da1d23b: Download complete [2021-05-11T08:56:54.308Z] 93b9cdb0e59b: Pull complete [2021-05-11T08:56:54.308Z] 5e14af77c1be: Pull complete [2021-05-11T08:56:54.584Z] 01666e4c0597: Pull complete [2021-05-11T08:57:04.756Z] aa168da1d23b: Pull complete [2021-05-11T08:57:04.756Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-11T08:57:04.756Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-11T08:57:04.756Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-11T08:57:05.203Z] prd-centos7-docker-4c-2g-4398 does not seem to be running inside a container [2021-05-11T08:57:05.468Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-11T08:57:10.423Z] $ docker top f921d005881c87c629f3591ac6c04b4c08ab905e4e260adc6ad1a47dd344c32e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-11T08:57:10.937Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-11T08:57:11.248Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-11T08:57:11.554Z] + ls /var/log/sa-host [2021-05-11T08:57:11.554Z] + sadf -c /var/log/sa-host/sa11 [2021-05-11T08:57:11.554Z] file_magic: OK [2021-05-11T08:57:11.554Z] HZ: Using current value: 100 [2021-05-11T08:57:11.554Z] file_header: OK [2021-05-11T08:57:11.554Z] 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-05-11T08:57:11.554Z] Statistics: [2021-05-11T08:57:11.554Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-11T08:57:11.554Z] File successfully converted to sysstat format version 12.2.1 [2021-05-11T08:57:11.554Z] + sadf -c /var/log/sa-host/sa23 [2021-05-11T08:57:11.554Z] file_magic: OK [2021-05-11T08:57:11.554Z] HZ: Using current value: 100 [2021-05-11T08:57:11.554Z] file_header: OK [2021-05-11T08:57:11.554Z] 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-05-11T08:57:11.554Z] Statistics: [2021-05-11T08:57:11.554Z] Hnuu...uuuununununu... [2021-05-11T08:57:11.554Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-11T08:57:11.717Z] provisioning config files... [2021-05-11T08:57:11.732Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7649852223170709856tmp [Pipeline] { [Pipeline] echo [2021-05-11T08:57:11.759Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:12.064Z] ---> create-netrc.sh [Pipeline] } [2021-05-11T08:57:12.074Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-11T08:57:12.099Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:12.406Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-11T08:57:12.419Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:12.731Z] ---> sudo-logs.sh [2021-05-11T08:57:12.731Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-11T08:57:12.856Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:13.158Z] ---> job-cost.sh [2021-05-11T08:57:13.158Z] lf-activate-venv: SKIPPING [2021-05-11T08:57:13.158Z] DEBUG: total: 0.20999999344348907 [2021-05-11T08:57:13.158Z] INFO: Retrieving Stack Cost... [2021-05-11T08:57:14.557Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-11T08:57:15.135Z] INFO: Archiving Costs [Pipeline] echo [2021-05-11T08:57:15.150Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-11T08:57:15.455Z] ---> logs-deploy.sh [2021-05-11T08:57:15.455Z] lf-activate-venv: SKIPPING [2021-05-11T08:57:15.455Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3442/2 [2021-05-11T08:57:15.455Z] INFO: archiving workspace using pattern(s): [2021-05-11T08:57:17.381Z] Archives upload complete. [2021-05-11T08:57:17.381Z] INFO: archiving logs to Nexus [2021-05-11T08:57:18.331Z] ---> uname -a: [2021-05-11T08:57:18.331Z] Linux prd-centos7-docker-4c-2g-4398.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] ---> lscpu: [2021-05-11T08:57:18.331Z] Architecture: x86_64 [2021-05-11T08:57:18.331Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-11T08:57:18.331Z] Byte Order: Little Endian [2021-05-11T08:57:18.331Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-11T08:57:18.331Z] CPU(s): 4 [2021-05-11T08:57:18.331Z] On-line CPU(s) list: 0-3 [2021-05-11T08:57:18.331Z] Thread(s) per core: 1 [2021-05-11T08:57:18.331Z] Core(s) per socket: 1 [2021-05-11T08:57:18.331Z] Socket(s): 4 [2021-05-11T08:57:18.331Z] NUMA node(s): 1 [2021-05-11T08:57:18.331Z] Vendor ID: GenuineIntel [2021-05-11T08:57:18.331Z] CPU family: 6 [2021-05-11T08:57:18.331Z] Model: 44 [2021-05-11T08:57:18.331Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-11T08:57:18.331Z] Stepping: 1 [2021-05-11T08:57:18.331Z] CPU MHz: 2933.436 [2021-05-11T08:57:18.331Z] BogoMIPS: 5866.87 [2021-05-11T08:57:18.331Z] Virtualization: VT-x [2021-05-11T08:57:18.331Z] Hypervisor vendor: KVM [2021-05-11T08:57:18.331Z] Virtualization type: full [2021-05-11T08:57:18.331Z] L1d cache: 128 KiB [2021-05-11T08:57:18.331Z] L1i cache: 128 KiB [2021-05-11T08:57:18.331Z] L2 cache: 16 MiB [2021-05-11T08:57:18.331Z] L3 cache: 64 MiB [2021-05-11T08:57:18.331Z] NUMA node0 CPU(s): 0-3 [2021-05-11T08:57:18.331Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-11T08:57:18.331Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-11T08:57:18.331Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-11T08:57:18.331Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-11T08:57:18.331Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-11T08:57:18.331Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-11T08:57:18.331Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-11T08:57:18.331Z] Vulnerability Srbds: Not affected [2021-05-11T08:57:18.331Z] Vulnerability Tsx async abort: Not affected [2021-05-11T08:57:18.331Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] ---> nproc: [2021-05-11T08:57:18.331Z] 4 [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] ---> df -h: [2021-05-11T08:57:18.331Z] Filesystem Size Used Available Use% Mounted on [2021-05-11T08:57:18.331Z] overlay 50.0G 13.0G 37.0G 26% / [2021-05-11T08:57:18.331Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-11T08:57:18.331Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-11T08:57:18.331Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/2 [2021-05-11T08:57:18.331Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/2@tmp [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] ---> free -m: [2021-05-11T08:57:18.331Z] total used free shared buff/cache available [2021-05-11T08:57:18.331Z] Mem: 1837 714 112 0 1010 1040 [2021-05-11T08:57:18.331Z] Swap: 1023 83 940 [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z] ---> ip addr: [2021-05-11T08:57:18.331Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-11T08:57:18.331Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-11T08:57:18.331Z] inet 127.0.0.1/8 scope host lo [2021-05-11T08:57:18.331Z] valid_lft forever preferred_lft forever [2021-05-11T08:57:18.331Z] inet6 ::1/128 scope host [2021-05-11T08:57:18.331Z] valid_lft forever preferred_lft forever [2021-05-11T08:57:18.331Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-11T08:57:18.331Z] link/ether fa:16:3e:21:77:af brd ff:ff:ff:ff:ff:ff [2021-05-11T08:57:18.331Z] inet 10.30.122.253/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-11T08:57:18.331Z] valid_lft 84760sec preferred_lft 84760sec [2021-05-11T08:57:18.331Z] inet6 fe80::f816:3eff:fe21:77af/64 scope link [2021-05-11T08:57:18.331Z] valid_lft forever preferred_lft forever [2021-05-11T08:57:18.331Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-11T08:57:18.331Z] link/ether 02:42:52:44:74:ba brd ff:ff:ff:ff:ff:ff [2021-05-11T08:57:18.331Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-11T08:57:18.331Z] valid_lft forever preferred_lft forever [2021-05-11T08:57:18.331Z] inet6 fe80::42:52ff:fe44:74ba/64 scope link [2021-05-11T08:57:18.331Z] valid_lft forever preferred_lft forever [2021-05-11T08:57:18.331Z] [2021-05-11T08:57:18.331Z]