Pull request #3319 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7ea006d2bf427d986e3cae48a451342be7009350+ffa292a08661baeb026f188275a19c5914c89a0e (026a8b186e9a9ed2032cbb49f906c8e0ae554227) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32238 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 Merge succeeded, producing ad8481139d65b1ef6f04747045cab9d610abd056 Checking out Revision ad8481139d65b1ef6f04747045cab9d610abd056 (PR-3319) > git config core.sparsecheckout # timeout=10 > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad8481139d65b1ef6f04747045cab9d610abd056 # timeout=10 Commit message: "Merge commit 'ffa292a08661baeb026f188275a19c5914c89a0e' into HEAD" > git rev-list --no-walk 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T12:43:12.559Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T12:43:12.906Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T12:43:13.001Z] ========================================================= [2021-03-31T12:43:13.001Z] EdgeX Global Pipelines Version Info [2021-03-31T12:43:13.001Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:43:14.629Z] ------------------- [2021-03-31T12:43:14.629Z] stable info: [2021-03-31T12:43:14.629Z] ------------------- [2021-03-31T12:43:14.629Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T12:43:14.629Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T12:43:14.629Z] Message: update stable to v1.0.186 [2021-03-31T12:43:15.577Z] ------------------- [2021-03-31T12:43:15.577Z] experimental info: [2021-03-31T12:43:15.577Z] ------------------- [2021-03-31T12:43:15.577Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T12:43:15.577Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T12:43:15.577Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T12:43:15.832Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T12:43:15.958Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T12:43:16.043Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T12:43:16.135Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T12:43:16.231Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T12:43:16.346Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T12:43:16.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T12:43:16.523Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T12:43:16.624Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T12:43:16.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T12:43:16.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T12:43:16.897Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T12:43:16.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T12:43:17.076Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T12:43:17.168Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:43:17.252Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T12:43:17.348Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T12:43:17.434Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T12:43:17.518Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T12:43:17.626Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T12:43:17.711Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T12:43:17.806Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T12:43:17.900Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T12:43:17.982Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3319 [Pipeline] echo [2021-03-31T12:43:18.065Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3319 [Pipeline] echo [2021-03-31T12:43:18.149Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ad8481139d65b1ef6f04747045cab9d610abd056 [Pipeline] echo [2021-03-31T12:43:18.251Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ad84811 [Pipeline] echo [2021-03-31T12:43:18.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T12:43:18.537Z] provisioning config files... [2021-03-31T12:43:18.565Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3792900683112540620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:43:18.912Z] ---> docker-login.sh [2021-03-31T12:43:18.912Z] nexus3.edgexfoundry.org:10001 [2021-03-31T12:43:19.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:19.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:19.439Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:19.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:19.439Z] [2021-03-31T12:43:19.439Z] Login Succeeded [2021-03-31T12:43:19.439Z] nexus3.edgexfoundry.org:10002 [2021-03-31T12:43:19.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:19.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:19.703Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:19.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:19.703Z] [2021-03-31T12:43:19.703Z] Login Succeeded [2021-03-31T12:43:19.703Z] nexus3.edgexfoundry.org:10003 [2021-03-31T12:43:19.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:19.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:19.966Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:19.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:19.966Z] [2021-03-31T12:43:19.966Z] Login Succeeded [2021-03-31T12:43:19.966Z] nexus3.edgexfoundry.org:10004 [2021-03-31T12:43:19.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:19.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:19.966Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:19.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:19.966Z] [2021-03-31T12:43:19.966Z] Login Succeeded [2021-03-31T12:43:19.966Z] docker.io [2021-03-31T12:43:20.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T12:43:20.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T12:43:20.495Z] Configure a credential helper to remove this warning. See [2021-03-31T12:43:20.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T12:43:20.495Z] [2021-03-31T12:43:20.495Z] Login Succeeded [2021-03-31T12:43:20.495Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T12:43:20.506Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:43:21.081Z] ++ 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-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T12:43:21.081Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T12:43:21.081Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T12:43:21.081Z] ++ cut -d/ -f2 [2021-03-31T12:43:21.081Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T12:43:21.163Z] 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-03-31T12:43:22.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:22.797Z] [2021-03-31T12:43:22.797Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:43:23.181Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:23.181Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T12:43:23.181Z] 31603596830f: Pulling fs layer [2021-03-31T12:43:23.181Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T12:43:23.181Z] 6ca5941a6612: Pulling fs layer [2021-03-31T12:43:23.181Z] ecc8261a40a4: Pulling fs layer [2021-03-31T12:43:23.181Z] ecc8261a40a4: Waiting [2021-03-31T12:43:23.181Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T12:43:23.181Z] 2a8b12db71e7: Download complete [2021-03-31T12:43:23.181Z] 31603596830f: Download complete [2021-03-31T12:43:23.447Z] ecc8261a40a4: Verifying Checksum [2021-03-31T12:43:23.447Z] ecc8261a40a4: Download complete [2021-03-31T12:43:23.447Z] 6ca5941a6612: Verifying Checksum [2021-03-31T12:43:23.447Z] 6ca5941a6612: Download complete [2021-03-31T12:43:23.711Z] 31603596830f: Pull complete [2021-03-31T12:43:23.711Z] 2a8b12db71e7: Pull complete [2021-03-31T12:43:24.662Z] 6ca5941a6612: Pull complete [2021-03-31T12:43:24.924Z] ecc8261a40a4: Pull complete [2021-03-31T12:43:24.924Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T12:43:24.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T12:43:24.924Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T12:43:25.052Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:43:25.110Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T12:43:27.787Z] $ docker top cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T12:43:28.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:43:28.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:43:28.335Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:43:28.338Z] $ docker exec cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a ssh-agent [2021-03-31T12:43:28.510Z] SSH_AUTH_SOCK=/tmp/ssh-bR739qacBBMw/agent.11 [2021-03-31T12:43:28.510Z] SSH_AGENT_PID=16 [2021-03-31T12:43:28.527Z] Running ssh-add (command line suppressed) [2021-03-31T12:43:28.645Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1848848135898075238.key (/w/workspace/edgex-go/4@tmp/private_key_1848848135898075238.key) [2021-03-31T12:43:28.696Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:43:29.045Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T12:43:29.071Z] $ docker exec --env ******** --env ******** cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a ssh-agent -k [2021-03-31T12:43:29.189Z] unset SSH_AUTH_SOCK; [2021-03-31T12:43:29.189Z] unset SSH_AGENT_PID; [2021-03-31T12:43:29.189Z] echo Agent pid 16 killed; [2021-03-31T12:43:29.238Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T12:43:29.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T12:43:29.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T12:43:29.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T12:43:29.596Z] $ docker exec cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a ssh-agent [2021-03-31T12:43:29.754Z] SSH_AUTH_SOCK=/tmp/ssh-qKVIWt091Uak/agent.44 [2021-03-31T12:43:29.754Z] SSH_AGENT_PID=49 [2021-03-31T12:43:29.761Z] Running ssh-add (command line suppressed) [2021-03-31T12:43:29.932Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6881894641455530447.key (/w/workspace/edgex-go/4@tmp/private_key_6881894641455530447.key) [2021-03-31T12:43:29.995Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T12:43:30.382Z] + git semver init [2021-03-31T12:43:30.382Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T12:43:30.382Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-31T12:43:30.382Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-31T12:43:30.382Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T12:43:30.382Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T12:43:30.382Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T12:43:30.382Z] # $SEMVER_BRANCH = PR-3319 [2021-03-31T12:43:30.382Z] # $SEMVER_TEMP = /tmp/semver-884994811 [2021-03-31T12:43:30.382Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T12:43:52.402Z] # '/tmp/semver-884994811' -> '/w/workspace/edgex-go/4/.semver' [2021-03-31T12:43:52.402Z] # -> Force: false [2021-03-31T12:43:52.402Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-31T12:43:52.428Z] $ docker exec --env ******** --env ******** cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a ssh-agent -k [2021-03-31T12:43:52.746Z] unset SSH_AUTH_SOCK; [2021-03-31T12:43:52.746Z] unset SSH_AGENT_PID; [2021-03-31T12:43:52.746Z] echo Agent pid 49 killed; [2021-03-31T12:43:52.853Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T12:43:53.300Z] + git semver [Pipeline] } [2021-03-31T12:43:53.318Z] $ docker stop --time=1 cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a [2021-03-31T12:43:55.269Z] $ docker rm -f cc25a2d02a5c646d919074154890cf562af350429ec0d98ceed331e87a95009a [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:43:55.876Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T12:43:56.417Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T12:43:56.420Z] [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-03-31T12:43:57.440Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:43:57.740Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T12:43:58.037Z] + sudo service docker restart [2021-03-31T12:43:58.037Z] + true [2021-03-31T12:43:58.037Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T12:43:58.623Z] ========================================================= [2021-03-31T12:43:58.623Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T12:43:58.623Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:43:58.966Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T12:44:03.201Z] Sending build context to Docker daemon 328.9MB [2021-03-31T12:44:03.201Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T12:44:03.201Z] Step 2/6 : FROM ${BASE} [2021-03-31T12:44:03.201Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T12:44:03.201Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T12:44:03.201Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T12:44:03.201Z] de9db76c5a1d: Pulling fs layer [2021-03-31T12:44:03.201Z] bca2f99d35d6: Pulling fs layer [2021-03-31T12:44:03.201Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T12:44:03.201Z] 7c6f9722023f: Pulling fs layer [2021-03-31T12:44:03.201Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T12:44:03.201Z] bca2f99d35d6: Waiting [2021-03-31T12:44:03.201Z] 93359f2a8cfa: Waiting [2021-03-31T12:44:03.201Z] 7c6f9722023f: Waiting [2021-03-31T12:44:03.201Z] a35cf1a2eb13: Waiting [2021-03-31T12:44:03.201Z] de9db76c5a1d: Verifying Checksum [2021-03-31T12:44:03.201Z] de9db76c5a1d: Download complete [2021-03-31T12:44:03.201Z] 0ef7d3d256c8: Download complete [2021-03-31T12:44:03.201Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T12:44:03.201Z] 93359f2a8cfa: Download complete [2021-03-31T12:44:03.201Z] 7c6f9722023f: Verifying Checksum [2021-03-31T12:44:03.201Z] 7c6f9722023f: Download complete [2021-03-31T12:44:03.201Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T12:44:03.201Z] 188c0c94c7c5: Download complete [2021-03-31T12:44:03.201Z] 188c0c94c7c5: Pull complete [2021-03-31T12:44:03.463Z] 0ef7d3d256c8: Pull complete [2021-03-31T12:44:03.463Z] de9db76c5a1d: Pull complete [2021-03-31T12:44:05.395Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T12:44:05.658Z] bca2f99d35d6: Verifying Checksum [2021-03-31T12:44:05.658Z] bca2f99d35d6: Download complete [2021-03-31T12:44:11.001Z] bca2f99d35d6: Pull complete [2021-03-31T12:44:11.001Z] 93359f2a8cfa: Pull complete [2021-03-31T12:44:11.001Z] 7c6f9722023f: Pull complete [2021-03-31T12:44:11.869Z] Still waiting to schedule task [2021-03-31T12:44:11.870Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T12:44:19.173Z] a35cf1a2eb13: Pull complete [2021-03-31T12:44:19.173Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T12:44:19.173Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T12:44:19.173Z] ---> a62c8e92a672 [2021-03-31T12:44:19.173Z] 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-03-31T12:44:19.173Z] ---> Running in b2a5d4e01f39 [2021-03-31T12:44:19.173Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:44:19.753Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:44:20.327Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T12:44:21.275Z] (2/12) Installing file (5.38-r0) [2021-03-31T12:44:21.275Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T12:44:21.275Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T12:44:29.428Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T12:44:29.428Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T12:44:29.428Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T12:44:29.428Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T12:44:29.428Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T12:44:29.428Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T12:44:29.428Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T12:44:29.428Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T12:44:29.691Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:44:29.691Z] OK: 233 MiB in 51 packages [2021-03-31T12:44:33.934Z] Removing intermediate container b2a5d4e01f39 [2021-03-31T12:44:33.934Z] ---> 8f2e7e367790 [2021-03-31T12:44:33.934Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T12:44:33.934Z] ---> Running in 98da564f3823 [2021-03-31T12:44:33.934Z] Removing intermediate container 98da564f3823 [2021-03-31T12:44:33.934Z] ---> 000ca34f80c8 [2021-03-31T12:44:33.934Z] Step 5/6 : COPY go.mod . [2021-03-31T12:44:33.934Z] ---> cef79e8d007e [2021-03-31T12:44:33.934Z] Step 6/6 : RUN go mod download [2021-03-31T12:44:33.934Z] ---> Running in 59a9a56bff65 [2021-03-31T12:45:00.583Z] Removing intermediate container 59a9a56bff65 [2021-03-31T12:45:00.583Z] ---> 79aeb685fcdf [2021-03-31T12:45:00.583Z] Successfully built 79aeb685fcdf [2021-03-31T12:45:00.583Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:00.895Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:45:00.895Z] . [Pipeline] withDockerContainer [2021-03-31T12:45:01.006Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:45:01.058Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:45:01.888Z] $ docker top 24742ddaefc48472345feffd086b2ab274ea88ced495dc97b9f61bbaf5805756 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:45:02.510Z] + go version [2021-03-31T12:45:02.510Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T12:45:02.529Z] $ docker stop --time=1 24742ddaefc48472345feffd086b2ab274ea88ced495dc97b9f61bbaf5805756 [2021-03-31T12:45:03.934Z] $ docker rm -f 24742ddaefc48472345feffd086b2ab274ea88ced495dc97b9f61bbaf5805756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:45:04.747Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T12:45:04.747Z] . [Pipeline] withDockerContainer [2021-03-31T12:45:04.849Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:45:04.900Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat [2021-03-31T12:45:05.752Z] $ docker top 9d4ba184f9783262c52cf611a24f702271b518980cbb910699aa510d7bfb1efb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T12:45:05.949Z] ========================================================= [2021-03-31T12:45:05.949Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T12:45:05.949Z] ========================================================= [Pipeline] sh [2021-03-31T12:45:06.246Z] + make test [2021-03-31T12:45:06.246Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T12:45:16.311Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T12:45:31.427Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T12:45:38.113Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T12:45:38.113Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T12:45:38.113Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T12:45:40.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T12:45:40.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T12:45:40.072Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T12:45:40.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T12:45:41.322Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T12:45:41.590Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T12:45:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T12:45:44.189Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T12:45:44.190Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T12:45:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T12:45:46.143Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T12:45:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-31T12:45:46.143Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.099s coverage: 100.0% of statements [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 71.3% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.171s coverage: 82.9% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:45:50.431Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements [2021-03-31T12:45:50.431Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T12:45:53.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.327s coverage: 28.6% of statements [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T12:45:53.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.101s coverage: 100.0% of statements [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T12:45:53.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T12:45:53.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.166s coverage: 86.7% of statements [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T12:45:53.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements [2021-03-31T12:45:53.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T12:45:53.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.090s coverage: 78.3% of statements [2021-03-31T12:45:53.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T12:45:53.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T12:45:53.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T12:45:53.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T12:45:55.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.084s coverage: 58.8% of statements [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 1.0% of statements [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T12:45:55.900Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 47.1% of statements [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-31T12:45:55.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements [2021-03-31T12:45:56.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-31T12:46:08.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32241 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T12:46:08.316Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-31T12:46:08.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-03-31T12:46:08.458Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements [2021-03-31T12:46:11.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.209s coverage: 82.6% of statements [2021-03-31T12:46:13.382Z] using credential edgex-jenkins-ssh [2021-03-31T12:46:13.457Z] Cloning the remote Git repository [2021-03-31T12:46:13.514Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:46:13.640Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-31T12:46:13.716Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:46:13.717Z] > git --version # timeout=10 [2021-03-31T12:46:13.732Z] > git --version # 'git version 2.17.1' [2021-03-31T12:46:13.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:46:13.815Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.6% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.6% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 64.4% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.063s coverage: 91.3% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 69.0% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.142s coverage: 38.4% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.051s coverage: 89.5% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.166s coverage: 47.0% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T12:46:19.914Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.158s coverage: 87.1% of statements [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:46:19.914Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T12:46:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.888s coverage: 29.1% of statements [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T12:46:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.093s coverage: 99.0% of statements [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T12:46:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T12:46:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T12:46:21.156Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.152s coverage: 95.0% of statements [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T12:46:21.156Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T12:46:21.156Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T12:46:21.156Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T12:46:21.422Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-03-31T12:46:21.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T12:46:21.422Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T12:46:21.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-03-31T12:46:21.687Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-31T12:46:21.953Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-31T12:46:22.528Z] GO111MODULE=on go vet ./... [2021-03-31T12:46:29.912Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-31T12:46:28.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:46:29.034Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:46:29.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:46:29.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:46:29.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:46:29.192Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:46:29.934Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:46:29.955Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [Pipeline] // stage [Pipeline] } [2021-03-31T12:46:30.963Z] Failed in branch arm64 [2021-03-31T12:46:54.794Z] gofmt -l . [2021-03-31T12:46:54.794Z] [ "`gofmt -l .`" = "" ] [2021-03-31T12:46:54.794Z] ./bin/test-go-mod-tidy.sh [2021-03-31T12:46:54.794Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T12:46:55.107Z] + ls -al . [2021-03-31T12:46:55.107Z] total 780 [2021-03-31T12:46:55.107Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 12:46 . [2021-03-31T12:46:55.107Z] drwxr-xr-x 4 root root 28 Mar 31 12:45 .. [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 12:43 .dockerignore [2021-03-31T12:46:55.107Z] drwxrwxr-x 8 1001 1001 179 Mar 31 12:43 .git [2021-03-31T12:46:55.107Z] drwxrwxr-x 3 1001 1001 125 Mar 31 12:43 .github [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 12:43 .gitignore [2021-03-31T12:46:55.107Z] drwx------ 3 1001 1001 60 Mar 31 12:43 .semver [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 12:43 .sonarcloud.properties [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:43 Attribution.txt [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:43 CONTRIBUTING.md [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 12:43 Dockerfile.build [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 12:43 Jenkinsfile [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:43 LICENSE [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:43 Makefile [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:43 README.md [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:43 SECURITY.md [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 12:43 VERSION [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:43 ZMQWindows.md [2021-03-31T12:46:55.107Z] drwxrwxr-x 2 1001 1001 117 Mar 31 12:43 bin [2021-03-31T12:46:55.107Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 12:43 cmd [2021-03-31T12:46:55.107Z] -rw-r--r-- 1 root root 669470 Mar 31 12:46 coverage.out [2021-03-31T12:46:55.107Z] -rw-r--r-- 1 root root 1056 Mar 31 12:46 go.mod [2021-03-31T12:46:55.107Z] -rw-r--r-- 1 root root 22360 Mar 31 12:46 go.sum [2021-03-31T12:46:55.107Z] drwxrwxr-x 8 1001 1001 127 Mar 31 12:43 internal [2021-03-31T12:46:55.107Z] drwxrwxr-x 4 1001 1001 26 Mar 31 12:43 openapi [2021-03-31T12:46:55.107Z] drwxrwxr-x 4 1001 1001 71 Mar 31 12:43 snap [2021-03-31T12:46:55.107Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 12:43 version.go [Pipeline] sh [2021-03-31T12:46:55.410Z] + '[' -e coverage.out ] [2021-03-31T12:46:55.410Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T12:46:55.646Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T12:46:55.941Z] + make build [2021-03-31T12:46:55.942Z] 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-03-31T12:47:00.171Z] 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-03-31T12:47:08.402Z] 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-03-31T12:47:10.347Z] 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-03-31T12:47:11.770Z] 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-03-31T12:47:12.349Z] 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-03-31T12:47:14.829Z] 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-03-31T12:47:15.792Z] 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-03-31T12:47:17.200Z] 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-03-31T12:47:18.600Z] 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-03-31T12:47:19.551Z] 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-03-31T12:47:20.969Z] 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-03-31T12:47:23.574Z] $ docker stop --time=1 9d4ba184f9783262c52cf611a24f702271b518980cbb910699aa510d7bfb1efb [2021-03-31T12:47:25.184Z] $ docker rm -f 9d4ba184f9783262c52cf611a24f702271b518980cbb910699aa510d7bfb1efb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:29.110Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:47:29.110Z] [2021-03-31T12:47:29.110Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:29.465Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:47:29.465Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T12:47:29.465Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T12:47:29.466Z] ca9280d653b3: Pulling fs layer [2021-03-31T12:47:29.466Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T12:47:29.732Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T12:47:29.732Z] cbdbe7a5bc2a: Download complete [2021-03-31T12:47:30.315Z] ca9280d653b3: Verifying Checksum [2021-03-31T12:47:30.315Z] ca9280d653b3: Download complete [2021-03-31T12:47:30.315Z] cbdbe7a5bc2a: Pull complete [2021-03-31T12:47:31.709Z] ca9280d653b3: Pull complete [2021-03-31T12:47:31.709Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T12:47:31.709Z] 7e9c9ca2126c: Download complete [2021-03-31T12:47:38.338Z] 7e9c9ca2126c: Pull complete [2021-03-31T12:47:38.338Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T12:47:38.338Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:47:38.338Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T12:47:38.449Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:47:38.508Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:47:40.257Z] $ docker top 6a3c82b01150b6f06e016e91fb70127de957a2a844ee2390fda32bec4ea144c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:47:40.806Z] + docker-compose build --help [2021-03-31T12:47:40.806Z] + grep parallel [2021-03-31T12:47:41.754Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T12:47:41.767Z] $ docker stop --time=1 6a3c82b01150b6f06e016e91fb70127de957a2a844ee2390fda32bec4ea144c9 [2021-03-31T12:47:43.132Z] $ docker rm -f 6a3c82b01150b6f06e016e91fb70127de957a2a844ee2390fda32bec4ea144c9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:47:43.766Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T12:47:43.766Z] . [Pipeline] withDockerContainer [2021-03-31T12:47:43.868Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:47:43.918Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T12:47:44.656Z] $ docker top 6f8bb9e980f83f525cf95adc4e0298795196730dbf3a55ab7c50c57296ee92ec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:47:45.249Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T12:47:46.243Z] Building docker-core-command-go ... [2021-03-31T12:47:46.243Z] Building docker-core-data-go ... [2021-03-31T12:47:46.243Z] Building docker-core-metadata-go ... [2021-03-31T12:47:46.243Z] Building docker-security-bootstrapper-go ... [2021-03-31T12:47:46.243Z] Building docker-security-proxy-setup-go ... [2021-03-31T12:47:46.243Z] Building docker-security-secretstore-setup-go ... [2021-03-31T12:47:46.243Z] Building docker-support-notifications-go ... [2021-03-31T12:47:46.243Z] Building docker-support-scheduler-go ... [2021-03-31T12:47:46.243Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T12:47:46.243Z] Building docker-security-bootstrapper-go [2021-03-31T12:47:46.243Z] Building docker-core-command-go [2021-03-31T12:47:46.243Z] Building docker-support-notifications-go [2021-03-31T12:47:46.243Z] Building docker-security-secretstore-setup-go [2021-03-31T12:47:46.243Z] Building docker-core-metadata-go [2021-03-31T12:48:25.164Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:48:25.164Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:48:25.164Z] ---> 79aeb685fcdf [2021-03-31T12:48:25.164Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:48:25.164Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:48:25.164Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:48:25.164Z] ---> 79aeb685fcdf [2021-03-31T12:48:25.164Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T12:48:25.164Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:48:25.164Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:48:25.164Z] ---> 79aeb685fcdf [2021-03-31T12:48:25.164Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T12:48:25.164Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:48:25.164Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:48:25.164Z] ---> 79aeb685fcdf [2021-03-31T12:48:25.164Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:48:25.164Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:48:25.164Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:48:25.164Z] ---> 79aeb685fcdf [2021-03-31T12:48:25.164Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:48:25.164Z] ---> Running in 29cc846efb6d [2021-03-31T12:48:25.164Z] ---> Running in 557fc0a61599 [2021-03-31T12:48:25.164Z] ---> Running in e0e7f251b9c8 [2021-03-31T12:48:25.164Z] ---> Running in 75f6423e1c10 [2021-03-31T12:48:25.164Z] ---> Running in 16a14e14489b [2021-03-31T12:48:25.164Z] Removing intermediate container 75f6423e1c10 [2021-03-31T12:48:25.164Z] ---> 90fa924b3470 [2021-03-31T12:48:25.164Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:48:25.164Z] Removing intermediate container 29cc846efb6d [2021-03-31T12:48:25.164Z] ---> 489995d9fe2f [2021-03-31T12:48:25.164Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:48:25.164Z] Removing intermediate container e0e7f251b9c8 [2021-03-31T12:48:25.164Z] ---> b02fe98704fe [2021-03-31T12:48:25.164Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:48:25.164Z] Removing intermediate container 557fc0a61599 [2021-03-31T12:48:25.164Z] ---> ffac18701e0c [2021-03-31T12:48:25.164Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:48:25.164Z] Removing intermediate container 16a14e14489b [2021-03-31T12:48:25.164Z] ---> 979e5054e3e8 [2021-03-31T12:48:25.164Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:48:25.164Z] ---> Running in 6c34f849f498 [2021-03-31T12:48:25.164Z] ---> Running in c1b7796d4899 [2021-03-31T12:48:25.164Z] ---> Running in 20fc4fc522ce [2021-03-31T12:48:25.164Z] ---> Running in 523865fbbc88 [2021-03-31T12:48:25.164Z] ---> Running in 636bb7508e10 [2021-03-31T12:48:25.164Z] Removing intermediate container 6c34f849f498 [2021-03-31T12:48:25.164Z] ---> b041f262e782 [2021-03-31T12:48:25.164Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T12:48:25.164Z] Removing intermediate container c1b7796d4899 [2021-03-31T12:48:25.164Z] ---> 43271d3863df [2021-03-31T12:48:25.164Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T12:48:25.164Z] ---> Running in 949c5bff5499 [2021-03-31T12:48:25.164Z] Removing intermediate container 20fc4fc522ce [2021-03-31T12:48:25.164Z] ---> a102de0db794 [2021-03-31T12:48:25.164Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:48:25.164Z] ---> Running in 558b070aa7f0 [2021-03-31T12:48:25.427Z] ---> Running in 6cc3e5a08a2b [2021-03-31T12:48:25.427Z] Removing intermediate container 636bb7508e10 [2021-03-31T12:48:25.427Z] ---> 8580b559a33f [2021-03-31T12:48:25.427Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T12:48:25.697Z] Removing intermediate container 523865fbbc88 [2021-03-31T12:48:25.697Z] ---> f39e8ce77336 [2021-03-31T12:48:25.697Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T12:48:25.697Z] ---> Running in ca599c9ffdb8 [2021-03-31T12:48:25.966Z] ---> Running in 99eb24a1fcea [2021-03-31T12:48:26.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:26.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:26.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:26.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:26.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.299Z] OK: 233 MiB in 51 packages [2021-03-31T12:48:27.563Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:48:27.563Z] OK: 233 MiB in 51 packages [2021-03-31T12:48:27.828Z] OK: 233 MiB in 51 packages [2021-03-31T12:48:27.828Z] OK: 233 MiB in 51 packages [2021-03-31T12:48:28.091Z] Removing intermediate container 949c5bff5499 [2021-03-31T12:48:28.091Z] ---> e5afb782a93f [2021-03-31T12:48:28.091Z] Step 6/22 : COPY go.mod . [2021-03-31T12:48:28.091Z] OK: 233 MiB in 51 packages [2021-03-31T12:48:28.358Z] Removing intermediate container 558b070aa7f0 [2021-03-31T12:48:28.358Z] ---> 7a38a4b8dc3f [2021-03-31T12:48:28.358Z] Step 6/31 : COPY go.mod . [2021-03-31T12:48:28.359Z] ---> ec6ec9bd922e [2021-03-31T12:48:28.359Z] Step 7/22 : RUN go mod download [2021-03-31T12:48:28.622Z] ---> Running in bf2528219f45 [2021-03-31T12:48:28.884Z] ---> d5640a26e102 [2021-03-31T12:48:28.884Z] Step 7/31 : RUN go mod download [2021-03-31T12:48:28.884Z] Removing intermediate container 6cc3e5a08a2b [2021-03-31T12:48:28.884Z] ---> b31ebfd319ee [2021-03-31T12:48:28.884Z] Step 6/23 : COPY go.mod . [2021-03-31T12:48:29.162Z] ---> Running in 537e7da3b567 [2021-03-31T12:48:29.162Z] Removing intermediate container ca599c9ffdb8 [2021-03-31T12:48:29.162Z] ---> a1872cbc7db1 [2021-03-31T12:48:29.162Z] Step 6/24 : COPY go.mod . [2021-03-31T12:48:29.162Z] Removing intermediate container 99eb24a1fcea [2021-03-31T12:48:29.162Z] ---> b93999ddd190 [2021-03-31T12:48:29.162Z] Step 6/23 : COPY go.mod . [2021-03-31T12:48:29.428Z] ---> 80966a02179e [2021-03-31T12:48:29.428Z] Step 7/23 : RUN go mod download [2021-03-31T12:48:29.428Z] ---> Running in 0606a08092af [2021-03-31T12:48:29.712Z] ---> 820bc12d28d3 [2021-03-31T12:48:29.712Z] Step 7/24 : RUN go mod download [2021-03-31T12:48:29.712Z] ---> ee96c1f98046 [2021-03-31T12:48:29.712Z] Step 7/23 : RUN go mod download [2021-03-31T12:48:29.712Z] ---> Running in ce25b2d790f6 [2021-03-31T12:48:29.986Z] ---> Running in 0e45f8a96f11 [2021-03-31T12:48:31.402Z] Removing intermediate container bf2528219f45 [2021-03-31T12:48:31.402Z] ---> 6b895c5e3bba [2021-03-31T12:48:31.402Z] Step 8/22 : COPY . . [2021-03-31T12:48:31.674Z] Removing intermediate container 537e7da3b567 [2021-03-31T12:48:31.674Z] ---> 0519f259234b [2021-03-31T12:48:31.674Z] Step 8/31 : COPY . . [2021-03-31T12:48:31.674Z] Removing intermediate container 0606a08092af [2021-03-31T12:48:31.674Z] ---> 78deddc9deae [2021-03-31T12:48:31.674Z] Step 8/23 : COPY . . [2021-03-31T12:48:35.034Z] Removing intermediate container ce25b2d790f6 [2021-03-31T12:48:35.034Z] ---> 273c0185e6a0 [2021-03-31T12:48:35.034Z] Step 8/24 : COPY . . [2021-03-31T12:48:35.034Z] Removing intermediate container 0e45f8a96f11 [2021-03-31T12:48:35.034Z] ---> 90cd9ccddc67 [2021-03-31T12:48:35.034Z] Step 8/23 : COPY . . [2021-03-31T12:49:14.035Z] ---> 2ff306c9c018 [2021-03-31T12:49:14.035Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T12:49:14.035Z] ---> 55ace131b4b8 [2021-03-31T12:49:14.035Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T12:49:14.035Z] ---> Running in 2e966b304ed3 [2021-03-31T12:49:14.035Z] ---> ce70a3f50ef0 [2021-03-31T12:49:14.035Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T12:49:14.035Z] ---> 5ad76cc28cb5 [2021-03-31T12:49:14.035Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T12:49:14.035Z] ---> fc4b8e15b0c8 [2021-03-31T12:49:14.035Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T12:49:14.035Z] ---> Running in f4bd331fc71b [2021-03-31T12:49:14.035Z] ---> Running in 7076e74ad587 [2021-03-31T12:49:14.035Z] ---> Running in 2241fc6aaaeb [2021-03-31T12:49:14.035Z] ---> Running in 96621f0ed8ce [2021-03-31T12:49:14.035Z] 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-03-31T12:49:14.035Z] 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-03-31T12:49:14.035Z] 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-03-31T12:49:14.035Z] 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-03-31T12:49:14.035Z] 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-03-31T12:49:52.975Z] 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-03-31T12:49:56.336Z] Removing intermediate container 7076e74ad587 [2021-03-31T12:49:56.336Z] ---> 856e9f632284 [2021-03-31T12:49:56.336Z] [2021-03-31T12:49:56.336Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T12:49:56.920Z] 3.12: Pulling from library/alpine [2021-03-31T12:49:57.889Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T12:49:57.889Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T12:49:57.889Z] ---> 42cb162f0360 [2021-03-31T12:49:57.889Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T12:49:58.158Z] Removing intermediate container 2241fc6aaaeb [2021-03-31T12:49:58.158Z] ---> 5513055a8edf [2021-03-31T12:49:58.158Z] [2021-03-31T12:49:58.158Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T12:49:58.158Z] ---> 42cb162f0360 [2021-03-31T12:49:58.158Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T12:50:00.721Z] ---> Running in dc98996c030d [2021-03-31T12:50:00.983Z] ---> Running in 8f9f247d3649 [2021-03-31T12:50:01.938Z] Removing intermediate container 2e966b304ed3 [2021-03-31T12:50:01.938Z] ---> 05d5864906ff [2021-03-31T12:50:01.938Z] [2021-03-31T12:50:01.938Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:50:01.938Z] ---> 42cb162f0360 [2021-03-31T12:50:01.938Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T12:50:01.938Z] Removing intermediate container f4bd331fc71b [2021-03-31T12:50:01.938Z] ---> f429100b2e35 [2021-03-31T12:50:01.938Z] [2021-03-31T12:50:01.938Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:50:01.938Z] ---> 42cb162f0360 [2021-03-31T12:50:01.938Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:50:02.515Z] Removing intermediate container dc98996c030d [2021-03-31T12:50:02.515Z] ---> 59d6aebbcd12 [2021-03-31T12:50:02.515Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T12:50:02.785Z] ---> Running in 3f7500fa9091 [2021-03-31T12:50:02.785Z] ---> Running in 0f56a8edcaf3 [2021-03-31T12:50:02.785Z] Removing intermediate container 96621f0ed8ce [2021-03-31T12:50:02.785Z] ---> 7dac74ea3c25 [2021-03-31T12:50:02.785Z] [2021-03-31T12:50:02.785Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:50:02.785Z] ---> 42cb162f0360 [2021-03-31T12:50:02.785Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:50:03.064Z] ---> Running in 2a8a36856d7d [2021-03-31T12:50:03.064Z] ---> Running in 07f7f4d88796 [2021-03-31T12:50:03.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:03.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:03.621Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T12:50:03.911Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:50:03.912Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T12:50:03.912Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T12:50:03.912Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:03.912Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T12:50:03.912Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.197Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.197Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T12:50:04.197Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:04.197Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:50:04.197Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:04.197Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:04.197Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:50:04.481Z] OK: 7 MiB in 20 packages [2021-03-31T12:50:04.481Z] OK: 6 MiB in 16 packages [2021-03-31T12:50:04.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.751Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:04.751Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:04.751Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:04.751Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:04.751Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:04.751Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T12:50:04.751Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T12:50:04.751Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:50:04.751Z] OK: 6 MiB in 15 packages [2021-03-31T12:50:04.751Z] OK: 6 MiB in 16 packages [2021-03-31T12:50:05.335Z] OK: 6 MiB in 15 packages [2021-03-31T12:50:05.912Z] Removing intermediate container 3f7500fa9091 [2021-03-31T12:50:05.912Z] ---> 8a3b42097375 [2021-03-31T12:50:05.912Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:06.180Z] ---> Running in 1ab8ec8d6b9a [2021-03-31T12:50:06.755Z] Removing intermediate container 07f7f4d88796 [2021-03-31T12:50:06.755Z] ---> 07a21ba9d5f6 [2021-03-31T12:50:06.755Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:07.020Z] Removing intermediate container 8f9f247d3649 [2021-03-31T12:50:07.020Z] ---> aab6c1d30141 [2021-03-31T12:50:07.020Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:50:07.020Z] Removing intermediate container 1ab8ec8d6b9a [2021-03-31T12:50:07.020Z] ---> 609d4584780d [2021-03-31T12:50:07.020Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T12:50:07.969Z] ---> Running in d8456ad733fe [2021-03-31T12:50:07.969Z] ---> Running in f97be8f8c3e1 [2021-03-31T12:50:07.969Z] Removing intermediate container 2a8a36856d7d [2021-03-31T12:50:07.969Z] ---> 4e17919aebb7 [2021-03-31T12:50:07.969Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T12:50:07.969Z] ---> Running in e43db4b657d0 [2021-03-31T12:50:07.969Z] Removing intermediate container 0f56a8edcaf3 [2021-03-31T12:50:07.969Z] ---> e1397121671b [2021-03-31T12:50:07.969Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:50:07.969Z] ---> Running in d91966b41d68 [2021-03-31T12:50:08.232Z] ---> Running in 0de2462e0ae3 [2021-03-31T12:50:08.232Z] Removing intermediate container f97be8f8c3e1 [2021-03-31T12:50:08.232Z] ---> 124749d7fa38 [2021-03-31T12:50:08.232Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T12:50:08.232Z] Removing intermediate container d8456ad733fe [2021-03-31T12:50:08.232Z] ---> 5ab286aa29ff [2021-03-31T12:50:08.232Z] Step 13/24 : WORKDIR / [2021-03-31T12:50:08.232Z] Removing intermediate container e43db4b657d0 [2021-03-31T12:50:08.232Z] ---> 3feeeaeb9ef5 [2021-03-31T12:50:08.232Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:50:08.495Z] ---> Running in 124801fa6bc5 [2021-03-31T12:50:08.495Z] ---> Running in 6672e54b98f0 [2021-03-31T12:50:08.495Z] ---> Running in 2187d2e9082d [2021-03-31T12:50:08.495Z] Removing intermediate container d91966b41d68 [2021-03-31T12:50:08.495Z] ---> 0841368deb82 [2021-03-31T12:50:08.495Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T12:50:08.495Z] Removing intermediate container 0de2462e0ae3 [2021-03-31T12:50:08.495Z] ---> 74ab5b6745b5 [2021-03-31T12:50:08.495Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T12:50:08.757Z] ---> Running in 05f782bbd3a0 [2021-03-31T12:50:08.757Z] ---> Running in 36c76acda7c6 [2021-03-31T12:50:08.757Z] Removing intermediate container 124801fa6bc5 [2021-03-31T12:50:08.757Z] ---> 95200d1482b7 [2021-03-31T12:50:08.757Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:50:09.021Z] Removing intermediate container 2187d2e9082d [2021-03-31T12:50:09.021Z] ---> 3e7b8cff5335 [2021-03-31T12:50:09.021Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T12:50:09.021Z] Removing intermediate container 6672e54b98f0 [2021-03-31T12:50:09.021Z] ---> 8ad5ae3a9752 [2021-03-31T12:50:09.021Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:09.021Z] ---> Running in e88a7e87e373 [2021-03-31T12:50:09.285Z] Removing intermediate container 05f782bbd3a0 [2021-03-31T12:50:09.285Z] ---> f2374e33fdae [2021-03-31T12:50:09.285Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T12:50:09.285Z] Removing intermediate container 36c76acda7c6 [2021-03-31T12:50:09.285Z] ---> 40aed6349d56 [2021-03-31T12:50:09.285Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T12:50:09.285Z] ---> Running in a24afd8a36b0 [2021-03-31T12:50:09.285Z] ---> f0e33482c5fe [2021-03-31T12:50:09.285Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T12:50:09.548Z] ---> Running in c45048f03e96 [2021-03-31T12:50:09.548Z] ---> 5c6f1fffe700 [2021-03-31T12:50:09.548Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T12:50:09.548Z] Removing intermediate container e88a7e87e373 [2021-03-31T12:50:09.548Z] ---> 3ece12b4379f [2021-03-31T12:50:09.548Z] Step 15/23 : WORKDIR / [2021-03-31T12:50:09.818Z] ---> Running in d8beb75ef5a0 [2021-03-31T12:50:10.089Z] Removing intermediate container c45048f03e96 [2021-03-31T12:50:10.089Z] ---> ed61a6ad8d83 [2021-03-31T12:50:10.089Z] Step 15/23 : WORKDIR / [2021-03-31T12:50:10.089Z] ---> 08454a09633d [2021-03-31T12:50:10.089Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:10.089Z] ---> Running in e6733778a765 [2021-03-31T12:50:10.360Z] ---> 91b73c160734 [2021-03-31T12:50:10.360Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:10.360Z] Removing intermediate container d8beb75ef5a0 [2021-03-31T12:50:10.360Z] ---> 708e377731c6 [2021-03-31T12:50:10.360Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:10.627Z] Removing intermediate container e6733778a765 [2021-03-31T12:50:10.627Z] ---> 53fa67cbe33b [2021-03-31T12:50:10.627Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:10.895Z] ---> 80062148c6f5 [2021-03-31T12:50:10.896Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T12:50:10.896Z] ---> 4b0b37e626ef [2021-03-31T12:50:10.896Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T12:50:10.896Z] ---> 7c8835df10cc [2021-03-31T12:50:10.896Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T12:50:11.173Z] ---> Running in 0318a78b1db4 [2021-03-31T12:50:11.173Z] ---> 97e5f9140ec5 [2021-03-31T12:50:11.173Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T12:50:11.437Z] Removing intermediate container a24afd8a36b0 [2021-03-31T12:50:11.437Z] ---> 6252acb218e3 [2021-03-31T12:50:11.437Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T12:50:11.437Z] Removing intermediate container 0318a78b1db4 [2021-03-31T12:50:11.437Z] ---> c113e3bdc1b3 [2021-03-31T12:50:11.437Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:11.706Z] ---> 2b2d224e3958 [2021-03-31T12:50:11.706Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T12:50:11.706Z] ---> Running in 718ee54546ef [2021-03-31T12:50:11.706Z] ---> Running in 40052f3e5473 [2021-03-31T12:50:11.706Z] ---> 26a749fb8974 [2021-03-31T12:50:11.706Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:11.976Z] Removing intermediate container 718ee54546ef [2021-03-31T12:50:11.976Z] ---> 031527a57d43 [2021-03-31T12:50:11.976Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:50:11.976Z] ---> b6225806017f [2021-03-31T12:50:11.976Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T12:50:11.976Z] Removing intermediate container 40052f3e5473 [2021-03-31T12:50:11.976Z] ---> 94f809a736d6 [2021-03-31T12:50:11.976Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T12:50:12.240Z] ---> Running in 91448f546c9e [2021-03-31T12:50:12.240Z] ---> 39045b864893 [2021-03-31T12:50:12.240Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T12:50:12.507Z] ---> 19f7aad87025 [2021-03-31T12:50:12.507Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T12:50:12.781Z] ---> Running in 0bae60a8f9c0 [2021-03-31T12:50:12.782Z] ---> a65aec15ef53 [2021-03-31T12:50:12.782Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T12:50:12.782Z] Removing intermediate container 91448f546c9e [2021-03-31T12:50:12.782Z] ---> 940630408541 [2021-03-31T12:50:12.782Z] Step 21/22 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:50:12.782Z] ---> 2e1204a54397 [2021-03-31T12:50:12.782Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T12:50:12.782Z] ---> 842fb8473f55 [2021-03-31T12:50:12.782Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T12:50:13.060Z] ---> Running in 6b3788d1e399 [2021-03-31T12:50:13.060Z] ---> Running in 649486fddc41 [2021-03-31T12:50:13.060Z] ---> Running in 55b9e1612746 [2021-03-31T12:50:13.060Z] Removing intermediate container 0bae60a8f9c0 [2021-03-31T12:50:13.060Z] ---> 4f935dce332e [2021-03-31T12:50:13.060Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:13.060Z] ---> Running in e77e3495241c [2021-03-31T12:50:13.326Z] ---> Running in c7b416fed10d [2021-03-31T12:50:13.326Z] Removing intermediate container 6b3788d1e399 [2021-03-31T12:50:13.326Z] ---> efe943b14b89 [2021-03-31T12:50:13.326Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:50:13.595Z] Removing intermediate container 649486fddc41 [2021-03-31T12:50:13.595Z] ---> 87a0dd7b30d3 [2021-03-31T12:50:13.595Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:50:13.867Z] ---> Running in 08bc56a430da [2021-03-31T12:50:13.867Z] ---> Running in 5f438a945f5c [2021-03-31T12:50:13.867Z] Removing intermediate container c7b416fed10d [2021-03-31T12:50:13.867Z] ---> 7d10603837c6 [2021-03-31T12:50:13.867Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:50:13.867Z] ---> Running in 9f157354dd28 [2021-03-31T12:50:14.136Z] Removing intermediate container 08bc56a430da [2021-03-31T12:50:14.136Z] ---> 5f94e8dadac7 [2021-03-31T12:50:14.136Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:50:14.136Z] Removing intermediate container 5f438a945f5c [2021-03-31T12:50:14.136Z] ---> e60b885309df [2021-03-31T12:50:14.136Z] [2021-03-31T12:50:14.136Z] ---> Running in 0182034d9718 [2021-03-31T12:50:14.401Z] Removing intermediate container 9f157354dd28 [2021-03-31T12:50:14.401Z] ---> 86b07bf1caa9 [2021-03-31T12:50:14.401Z] Step 22/23 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:50:14.401Z] Successfully built e60b885309df [2021-03-31T12:50:14.401Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T12:50:14.401Z] Building docker-support-scheduler-go [2021-03-31T12:50:14.670Z]  Building docker-support-notifications-go ... done  ---> Running in f2140cda6080 [2021-03-31T12:50:14.670Z] Removing intermediate container 0182034d9718 [2021-03-31T12:50:14.670Z] ---> 9b050a3ec4ab [2021-03-31T12:50:14.670Z] Step 22/23 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:50:14.939Z] ---> Running in 46a751bb8e65 [2021-03-31T12:50:14.939Z] Removing intermediate container f2140cda6080 [2021-03-31T12:50:14.939Z] ---> b06950fcb61d [2021-03-31T12:50:14.939Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:50:15.204Z] ---> Running in 5e3d2e9d3137 [2021-03-31T12:50:15.466Z] Removing intermediate container 46a751bb8e65 [2021-03-31T12:50:15.466Z] ---> a9a7868f8f2f [2021-03-31T12:50:15.466Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:50:15.467Z] Removing intermediate container 55b9e1612746 [2021-03-31T12:50:15.467Z] ---> 8f66b5cf5d8f [2021-03-31T12:50:15.467Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:50:15.759Z] ---> Running in 7e5b5808d6f6 [2021-03-31T12:50:15.759Z] Removing intermediate container e77e3495241c [2021-03-31T12:50:15.759Z] ---> 2710bbe18f43 [2021-03-31T12:50:15.759Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T12:50:15.759Z] Removing intermediate container 5e3d2e9d3137 [2021-03-31T12:50:15.759Z] ---> 28fb6b99182c [2021-03-31T12:50:15.759Z] [2021-03-31T12:50:16.033Z] ---> Running in c5a50a6c0d4a [2021-03-31T12:50:16.299Z] Successfully built 28fb6b99182c [2021-03-31T12:50:16.299Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T12:50:16.299Z] Building docker-security-proxy-setup-go [2021-03-31T12:50:16.299Z]  Building docker-core-metadata-go ... done Removing intermediate container 7e5b5808d6f6 [2021-03-31T12:50:16.299Z] ---> 98002faedd7d [2021-03-31T12:50:16.299Z] [2021-03-31T12:50:16.299Z] ---> b43181546f68 [2021-03-31T12:50:16.299Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T12:50:16.299Z] Removing intermediate container c5a50a6c0d4a [2021-03-31T12:50:16.299Z] ---> ea432c54bb84 [2021-03-31T12:50:16.299Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T12:50:16.564Z] Successfully built 98002faedd7d [2021-03-31T12:50:16.564Z] ---> Running in 9e3c79382c07 [2021-03-31T12:50:16.564Z] Successfully tagged docker-core-command-go:latest [2021-03-31T12:50:16.564Z] Building docker-core-data-go [2021-03-31T12:50:18.529Z]  Building docker-core-command-go ... done Removing intermediate container 9e3c79382c07 [2021-03-31T12:50:18.529Z] ---> 6966e5554dfe [2021-03-31T12:50:18.529Z] Step 23/24 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:50:21.097Z] ---> defab84dffa0 [2021-03-31T12:50:21.098Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T12:50:22.496Z] ---> Running in 681fefcd9414 [2021-03-31T12:50:23.893Z] ---> a83500f64d85 [2021-03-31T12:50:23.893Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T12:50:23.893Z] Removing intermediate container 681fefcd9414 [2021-03-31T12:50:23.893Z] ---> 63f45ceb0768 [2021-03-31T12:50:23.893Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T12:50:25.820Z] ---> Running in 8552dc2d9358 [2021-03-31T12:50:26.090Z] ---> 970f8cea9922 [2021-03-31T12:50:26.090Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T12:50:26.090Z] Removing intermediate container 8552dc2d9358 [2021-03-31T12:50:26.090Z] ---> 2e3fa7e25c67 [2021-03-31T12:50:26.090Z] [2021-03-31T12:50:28.039Z] Successfully built 2e3fa7e25c67 [2021-03-31T12:50:29.473Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T12:50:29.473Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T12:50:30.870Z] ---> d834ab0b2909 [2021-03-31T12:50:30.870Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T12:50:36.390Z] ---> Running in 902aa1cc1b2b [2021-03-31T12:50:37.545Z] Removing intermediate container 902aa1cc1b2b [2021-03-31T12:50:37.546Z] ---> abf6b1f18a3f [2021-03-31T12:50:37.546Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T12:50:39.647Z] ---> c8f8f5cb2712 [2021-03-31T12:50:39.647Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T12:50:40.599Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:40.599Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:40.599Z] ---> 79aeb685fcdf [2021-03-31T12:50:40.599Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T12:50:40.599Z] ---> Using cache [2021-03-31T12:50:40.599Z] ---> 979e5054e3e8 [2021-03-31T12:50:40.599Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:40.599Z] ---> Using cache [2021-03-31T12:50:40.599Z] ---> a102de0db794 [2021-03-31T12:50:40.599Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T12:50:40.599Z] ---> Using cache [2021-03-31T12:50:40.599Z] ---> b31ebfd319ee [2021-03-31T12:50:40.599Z] Step 6/22 : COPY go.mod . [2021-03-31T12:50:40.599Z] ---> Using cache [2021-03-31T12:50:40.599Z] ---> 80966a02179e [2021-03-31T12:50:40.599Z] Step 7/22 : RUN go mod download [2021-03-31T12:50:40.599Z] ---> Using cache [2021-03-31T12:50:40.599Z] ---> 78deddc9deae [2021-03-31T12:50:40.599Z] Step 8/22 : COPY . . [2021-03-31T12:50:40.863Z] ---> Using cache [2021-03-31T12:50:40.863Z] ---> 55ace131b4b8 [2021-03-31T12:50:40.863Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T12:50:41.138Z] ---> Running in 065c4da292ed [2021-03-31T12:50:41.715Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:41.715Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:41.715Z] ---> 79aeb685fcdf [2021-03-31T12:50:41.715Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T12:50:41.715Z] ---> Using cache [2021-03-31T12:50:41.715Z] ---> 979e5054e3e8 [2021-03-31T12:50:41.715Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:41.715Z] ---> Using cache [2021-03-31T12:50:41.715Z] ---> a102de0db794 [2021-03-31T12:50:41.715Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T12:50:42.294Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:42.294Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:42.294Z] ---> 79aeb685fcdf [2021-03-31T12:50:42.294Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> 979e5054e3e8 [2021-03-31T12:50:42.294Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> a102de0db794 [2021-03-31T12:50:42.294Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> b31ebfd319ee [2021-03-31T12:50:42.294Z] Step 6/21 : COPY go.mod . [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> 80966a02179e [2021-03-31T12:50:42.294Z] Step 7/21 : RUN go mod download [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> 78deddc9deae [2021-03-31T12:50:42.294Z] Step 8/21 : COPY . . [2021-03-31T12:50:42.294Z] ---> Using cache [2021-03-31T12:50:42.294Z] ---> 55ace131b4b8 [2021-03-31T12:50:42.294Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T12:50:43.246Z] ---> Running in 92a56d411a6d [2021-03-31T12:50:43.830Z] ---> Running in ec866ca9c3cb [2021-03-31T12:50:43.830Z] ---> Running in e2f3d353c9ae [2021-03-31T12:50:45.263Z] 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-03-31T12:50:45.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:45.869Z] 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-03-31T12:50:46.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:47.430Z] OK: 233 MiB in 51 packages [2021-03-31T12:50:47.430Z] Removing intermediate container 065c4da292ed [2021-03-31T12:50:47.430Z] ---> 002aad90d0e6 [2021-03-31T12:50:47.430Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T12:50:48.406Z] ---> Running in 92ff4b9ce978 [2021-03-31T12:50:50.085Z] Removing intermediate container 92ff4b9ce978 [2021-03-31T12:50:50.085Z] ---> 7d83b9d8bb5a [2021-03-31T12:50:50.085Z] Step 28/31 : CMD ["gate"] [2021-03-31T12:50:51.556Z] ---> Running in af94bdaaf776 [2021-03-31T12:50:51.556Z] Removing intermediate container ec866ca9c3cb [2021-03-31T12:50:51.556Z] ---> e0cba8ec3abd [2021-03-31T12:50:51.556Z] Step 6/23 : COPY go.mod . [2021-03-31T12:50:52.146Z] Removing intermediate container af94bdaaf776 [2021-03-31T12:50:52.146Z] ---> e92b0b32d8ba [2021-03-31T12:50:52.146Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T12:50:52.416Z] ---> 2d8909f9aa86 [2021-03-31T12:50:52.416Z] Step 7/23 : RUN go mod download [2021-03-31T12:50:52.416Z] ---> Running in 366096bd8f0d [2021-03-31T12:50:52.692Z] ---> Running in de7a6089771a [2021-03-31T12:50:53.681Z] Removing intermediate container 366096bd8f0d [2021-03-31T12:50:53.681Z] ---> 4cdb44909132 [2021-03-31T12:50:53.681Z] Step 30/31 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:50:54.281Z] ---> Running in 40002604d1e6 [2021-03-31T12:50:55.743Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T12:50:55.743Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T12:50:55.743Z] ---> 79aeb685fcdf [2021-03-31T12:50:55.743Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T12:50:55.743Z] ---> Using cache [2021-03-31T12:50:55.743Z] ---> 979e5054e3e8 [2021-03-31T12:50:55.743Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:50:55.743Z] ---> Using cache [2021-03-31T12:50:55.743Z] ---> a102de0db794 [2021-03-31T12:50:55.743Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T12:50:56.361Z] Removing intermediate container 40002604d1e6 [2021-03-31T12:50:56.361Z] ---> 432266e08eb5 [2021-03-31T12:50:56.361Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T12:50:56.361Z] ---> Running in 8dbb23bde8bd [2021-03-31T12:50:56.641Z] ---> Running in 9a6ef5c92c89 [2021-03-31T12:50:57.628Z] Removing intermediate container 9a6ef5c92c89 [2021-03-31T12:50:57.628Z] ---> 9b2a20c117c0 [2021-03-31T12:50:57.628Z] [2021-03-31T12:50:57.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:50:57.901Z] Successfully built 9b2a20c117c0 [2021-03-31T12:50:57.901Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T12:50:58.180Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container de7a6089771a [2021-03-31T12:50:58.180Z] ---> bbed7a5dec1e [2021-03-31T12:50:58.180Z] Step 8/23 : COPY . . [2021-03-31T12:50:59.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:02.608Z] OK: 233 MiB in 51 packages [2021-03-31T12:51:06.914Z] Removing intermediate container 8dbb23bde8bd [2021-03-31T12:51:06.914Z] ---> 6f86d601988c [2021-03-31T12:51:06.914Z] Step 6/26 : COPY go.mod . [2021-03-31T12:51:07.889Z] ---> 2b1e81ee9c75 [2021-03-31T12:51:07.889Z] Step 7/26 : RUN go mod download [2021-03-31T12:51:08.870Z] ---> Running in 2f81d1a1a43d [2021-03-31T12:51:13.182Z] 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-03-31T12:51:13.182Z] Removing intermediate container 2f81d1a1a43d [2021-03-31T12:51:13.182Z] ---> d925bcf459c4 [2021-03-31T12:51:13.182Z] Step 8/26 : COPY . . [2021-03-31T12:51:25.521Z] ---> 4e8db7affd16 [2021-03-31T12:51:25.521Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T12:51:26.494Z] ---> Running in 86e87af8bdde [2021-03-31T12:51:26.494Z] Removing intermediate container 92a56d411a6d [2021-03-31T12:51:26.494Z] ---> fee9217848e0 [2021-03-31T12:51:26.494Z] [2021-03-31T12:51:26.494Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T12:51:26.494Z] ---> 42cb162f0360 [2021-03-31T12:51:26.494Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T12:51:26.757Z] ---> Using cache [2021-03-31T12:51:26.757Z] ---> e1397121671b [2021-03-31T12:51:26.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T12:51:26.758Z] ---> Using cache [2021-03-31T12:51:26.758Z] ---> 74ab5b6745b5 [2021-03-31T12:51:26.758Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T12:51:30.090Z] 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-03-31T12:51:30.357Z] ---> Running in a578df9186da [2021-03-31T12:51:30.946Z] Removing intermediate container e2f3d353c9ae [2021-03-31T12:51:30.946Z] ---> 95c14aaf54b9 [2021-03-31T12:51:30.946Z] [2021-03-31T12:51:30.946Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T12:51:30.946Z] ---> 42cb162f0360 [2021-03-31T12:51:30.946Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T12:51:30.946Z] Removing intermediate container a578df9186da [2021-03-31T12:51:30.946Z] ---> 4816cc7278f2 [2021-03-31T12:51:30.946Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T12:51:32.348Z] ---> Running in b8ea9514e35d [2021-03-31T12:51:32.348Z] ---> Running in 765eb024ea07 [2021-03-31T12:51:33.799Z] Removing intermediate container 765eb024ea07 [2021-03-31T12:51:33.799Z] ---> 89f343346351 [2021-03-31T12:51:33.799Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:51:34.794Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:35.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:51:35.371Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T12:51:35.371Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:51:35.371Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T12:51:35.371Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T12:51:35.371Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:51:35.371Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T12:51:35.371Z] OK: 7 MiB in 18 packages [2021-03-31T12:51:35.970Z] ---> ac79932c5dc4 [2021-03-31T12:51:35.970Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T12:51:37.405Z] ---> 5b5eede46597 [2021-03-31T12:51:37.405Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T12:51:37.690Z] ---> aa48e32343b4 [2021-03-31T12:51:37.690Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T12:51:37.976Z] ---> Running in 541b4e4dff9d [2021-03-31T12:51:37.976Z] Removing intermediate container b8ea9514e35d [2021-03-31T12:51:37.976Z] ---> b847ee70c1e0 [2021-03-31T12:51:37.976Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T12:51:38.249Z] ---> Running in afdabb15f601 [2021-03-31T12:51:38.249Z] ---> 78b4ab262d7c [2021-03-31T12:51:38.249Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T12:51:38.534Z] Removing intermediate container afdabb15f601 [2021-03-31T12:51:38.534Z] ---> 835c3451be62 [2021-03-31T12:51:38.534Z] Step 13/21 : WORKDIR /edgex [2021-03-31T12:51:38.534Z] ---> Running in 0e9a5ffea4b7 [2021-03-31T12:51:38.534Z] ---> Running in 24d5a704be32 [2021-03-31T12:51:39.142Z] Removing intermediate container 0e9a5ffea4b7 [2021-03-31T12:51:39.142Z] ---> 6862adb81843 [2021-03-31T12:51:39.142Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:51:39.142Z] ---> Running in 687985e1f75c [2021-03-31T12:51:39.142Z] 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-03-31T12:51:39.142Z] Removing intermediate container 24d5a704be32 [2021-03-31T12:51:39.142Z] ---> eb875f122b9b [2021-03-31T12:51:39.142Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T12:51:39.422Z] Removing intermediate container 687985e1f75c [2021-03-31T12:51:39.422Z] ---> 1806a153b5d6 [2021-03-31T12:51:39.422Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T12:51:39.422Z] ---> Running in 1923e77528f5 [2021-03-31T12:51:39.702Z] ---> eae4e5367760 [2021-03-31T12:51:39.702Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T12:51:39.982Z] Removing intermediate container 1923e77528f5 [2021-03-31T12:51:39.982Z] ---> c6cb34919e3f [2021-03-31T12:51:39.982Z] Step 21/22 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:51:39.982Z] ---> Running in d506575c6fec [2021-03-31T12:51:40.608Z] Removing intermediate container d506575c6fec [2021-03-31T12:51:40.608Z] ---> fbd7f3e26b7d [2021-03-31T12:51:40.608Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T12:51:40.608Z] ---> 8a9499bff21f [2021-03-31T12:51:40.608Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T12:51:40.608Z] ---> Running in a072d44da923 [2021-03-31T12:51:41.247Z] Removing intermediate container a072d44da923 [2021-03-31T12:51:41.247Z] ---> dc34442f78ca [2021-03-31T12:51:41.247Z] [2021-03-31T12:51:41.523Z] Successfully built dc34442f78ca [2021-03-31T12:51:41.796Z] ---> 82a239a64610 [2021-03-31T12:51:41.796Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T12:51:41.796Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T12:51:41.796Z]  Building docker-support-scheduler-go ... done  ---> Running in 3302a000c842 [2021-03-31T12:51:42.072Z] Removing intermediate container 3302a000c842 [2021-03-31T12:51:42.072Z] ---> 4b4f38229cd9 [2021-03-31T12:51:42.072Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T12:51:43.053Z] ---> Running in 57e412504207 [2021-03-31T12:51:43.338Z] Removing intermediate container 57e412504207 [2021-03-31T12:51:43.338Z] ---> 46d6558c2d1c [2021-03-31T12:51:43.338Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T12:51:43.338Z] ---> Running in 8cdcddf8a14b [2021-03-31T12:51:44.784Z] Removing intermediate container 8cdcddf8a14b [2021-03-31T12:51:44.784Z] ---> 358fc2bb346d [2021-03-31T12:51:44.784Z] Step 20/21 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:51:44.784Z] ---> Running in aae7c3b89a5d [2021-03-31T12:51:45.384Z] Removing intermediate container aae7c3b89a5d [2021-03-31T12:51:45.384Z] ---> ed24f7a276b8 [2021-03-31T12:51:45.384Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T12:51:45.384Z] ---> Running in 2e74fb11191b [2021-03-31T12:51:45.655Z] Removing intermediate container 2e74fb11191b [2021-03-31T12:51:45.655Z] ---> ceab195e1a36 [2021-03-31T12:51:45.655Z] [2021-03-31T12:51:45.931Z] Successfully built ceab195e1a36 [2021-03-31T12:51:45.931Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T12:52:00.949Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 86e87af8bdde [2021-03-31T12:52:00.949Z] ---> bc86b2e3333b [2021-03-31T12:52:00.949Z] [2021-03-31T12:52:00.949Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T12:52:00.949Z] ---> 42cb162f0360 [2021-03-31T12:52:00.949Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T12:52:00.949Z] ---> Running in 62787d50a92c [2021-03-31T12:52:00.949Z] Removing intermediate container 62787d50a92c [2021-03-31T12:52:00.949Z] ---> 14db3d558246 [2021-03-31T12:52:00.949Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T12:52:00.949Z] ---> Running in 7c2e409f344a [2021-03-31T12:52:00.949Z] Removing intermediate container 541b4e4dff9d [2021-03-31T12:52:00.949Z] ---> 10ad5d8c5f98 [2021-03-31T12:52:00.949Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T12:52:00.949Z] ---> Running in 0b4131a46cac [2021-03-31T12:52:00.949Z] Removing intermediate container 7c2e409f344a [2021-03-31T12:52:00.949Z] ---> ed0d8dc8753c [2021-03-31T12:52:00.949Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T12:52:00.949Z] ---> Running in 299c01327228 [2021-03-31T12:52:00.949Z] Removing intermediate container 299c01327228 [2021-03-31T12:52:00.949Z] ---> 57313572346e [2021-03-31T12:52:00.949Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T12:52:00.949Z] ---> Running in 40ff697e103f [2021-03-31T12:52:00.949Z] 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-03-31T12:52:01.912Z] Removing intermediate container 40ff697e103f [2021-03-31T12:52:01.912Z] ---> 1e1ac265c3c4 [2021-03-31T12:52:01.912Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T12:52:02.177Z] ---> Running in a17b4fdb2934 [2021-03-31T12:52:02.495Z] Removing intermediate container 0b4131a46cac [2021-03-31T12:52:02.495Z] ---> f8326665b13a [2021-03-31T12:52:02.495Z] [2021-03-31T12:52:02.495Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T12:52:02.495Z] 20.10.0: Pulling from library/docker [2021-03-31T12:52:02.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:03.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:05.879Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T12:52:05.879Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T12:52:05.879Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T12:52:05.879Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T12:52:06.827Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T12:52:07.089Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T12:52:07.089Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:07.089Z] OK: 8 MiB in 20 packages [2021-03-31T12:52:07.089Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T12:52:07.351Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T12:52:07.351Z] ---> aefe523efa57 [2021-03-31T12:52:07.351Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T12:52:07.615Z] ---> Running in 7e2b191e99e5 [2021-03-31T12:52:07.876Z] Removing intermediate container a17b4fdb2934 [2021-03-31T12:52:07.876Z] ---> 4ecf3232c9d2 [2021-03-31T12:52:07.876Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T12:52:07.876Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:08.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:08.142Z] ---> 7a1f753d4027 [2021-03-31T12:52:08.142Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T12:52:08.142Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T12:52:08.142Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T12:52:08.142Z] Executing bash-5.0.17-r0.post-install [2021-03-31T12:52:08.142Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:08.409Z] OK: 12 MiB in 22 packages [2021-03-31T12:52:08.682Z] ---> 7b3b6c2831e5 [2021-03-31T12:52:08.682Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:08.954Z] Removing intermediate container 7e2b191e99e5 [2021-03-31T12:52:08.954Z] ---> 1360dd43c755 [2021-03-31T12:52:08.954Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T12:52:08.954Z] ---> Running in 19123fb1d0ab [2021-03-31T12:52:08.954Z] ---> 2825017eee55 [2021-03-31T12:52:08.954Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T12:52:09.216Z] ---> Running in 6030751b9e71 [2021-03-31T12:52:09.216Z] Removing intermediate container 19123fb1d0ab [2021-03-31T12:52:09.216Z] ---> 44b4f3d709cd [2021-03-31T12:52:09.216Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T12:52:09.216Z] ---> Running in ec74dc6b5dea [2021-03-31T12:52:09.216Z] Removing intermediate container 6030751b9e71 [2021-03-31T12:52:09.216Z] ---> ef38f9b65bfa [2021-03-31T12:52:09.216Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:09.480Z] ---> Running in 363e8386034e [2021-03-31T12:52:09.480Z] Removing intermediate container ec74dc6b5dea [2021-03-31T12:52:09.480Z] ---> eac976d072c4 [2021-03-31T12:52:09.480Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T12:52:09.480Z] ---> Running in 047aa4737440 [2021-03-31T12:52:09.742Z] Removing intermediate container 363e8386034e [2021-03-31T12:52:09.742Z] ---> ff51f842145e [2021-03-31T12:52:09.742Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T12:52:09.742Z] ---> Running in ac51a2ca29cb [2021-03-31T12:52:10.687Z] Removing intermediate container 047aa4737440 [2021-03-31T12:52:10.687Z] ---> 71322d37ec22 [2021-03-31T12:52:10.687Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T12:52:10.687Z] Removing intermediate container ac51a2ca29cb [2021-03-31T12:52:10.687Z] ---> f0816e5b7df1 [2021-03-31T12:52:10.687Z] Step 22/23 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:52:10.687Z] ---> Running in 47b422d7276f [2021-03-31T12:52:10.949Z] Removing intermediate container 47b422d7276f [2021-03-31T12:52:10.949Z] ---> aa12144f791a [2021-03-31T12:52:10.949Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T12:52:11.214Z] ---> Running in 928031e46a0d [2021-03-31T12:52:11.214Z] ---> eba398d5b062 [2021-03-31T12:52:11.214Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T12:52:11.477Z] Removing intermediate container 928031e46a0d [2021-03-31T12:52:11.477Z] ---> fc4a7aaf5ef6 [2021-03-31T12:52:11.477Z] [2021-03-31T12:52:11.477Z] ---> 57478aa61a47 [2021-03-31T12:52:11.477Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T12:52:11.477Z] Successfully built fc4a7aaf5ef6 [2021-03-31T12:52:11.477Z] Successfully tagged docker-core-data-go:latest [2021-03-31T12:52:11.738Z]  Building docker-core-data-go ... done  ---> b1ba04f3cfa4 [2021-03-31T12:52:11.738Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T12:52:12.003Z] ---> Running in a4ba3fe5ead1 [2021-03-31T12:52:12.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:12.535Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:12.535Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T12:52:12.535Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T12:52:12.535Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T12:52:12.535Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T12:52:12.535Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T12:52:12.535Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T12:52:12.535Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T12:52:13.496Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T12:52:13.496Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T12:52:13.496Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T12:52:13.496Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T12:52:13.496Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T12:52:13.761Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T12:52:13.761Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T12:52:13.761Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T12:52:13.761Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T12:52:13.761Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T12:52:13.761Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T12:52:13.761Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T12:52:13.761Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T12:52:13.761Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T12:52:13.761Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T12:52:13.761Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T12:52:14.024Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T12:52:14.024Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T12:52:14.024Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T12:52:14.024Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T12:52:14.024Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T12:52:14.024Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T12:52:14.024Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T12:52:14.024Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T12:52:14.024Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T12:52:14.024Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T12:52:14.286Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:14.286Z] OK: 71 MiB in 55 packages [2021-03-31T12:52:24.307Z] Removing intermediate container a4ba3fe5ead1 [2021-03-31T12:52:24.307Z] ---> cdbfa5fb1bd2 [2021-03-31T12:52:24.307Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T12:52:24.307Z] ---> Running in 35468db4d159 [2021-03-31T12:52:24.307Z] Collecting docker-compose==1.23.2 [2021-03-31T12:52:24.307Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T12:52:24.307Z] Collecting PyYAML<4,>=3.10 [2021-03-31T12:52:24.307Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T12:52:26.225Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T12:52:26.225Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T12:52:26.801Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T12:52:26.801Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T12:52:27.373Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T12:52:27.373Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T12:52:27.633Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T12:52:27.633Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T12:52:27.633Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T12:52:27.633Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T12:52:27.894Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T12:52:27.895Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T12:52:28.160Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T12:52:28.160Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T12:52:28.160Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T12:52:28.160Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T12:52:28.734Z] 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-03-31T12:52:28.734Z] Collecting idna<2.8,>=2.5 [2021-03-31T12:52:28.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T12:52:28.734Z] 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-03-31T12:52:28.734Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T12:52:28.734Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T12:52:28.734Z] 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-03-31T12:52:28.998Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T12:52:28.998Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T12:52:28.998Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T12:52:28.998Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T12:52:28.998Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T12:52:28.998Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T12:52:28.998Z] Installing collected packages: PyYAML, texttable, docopt, idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, docker-compose [2021-03-31T12:52:28.998Z] Running setup.py install for PyYAML: started [2021-03-31T12:52:29.583Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T12:52:29.583Z] Running setup.py install for texttable: started [2021-03-31T12:52:30.157Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T12:52:30.157Z] Running setup.py install for docopt: started [2021-03-31T12:52:30.424Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T12:52:30.424Z] Attempting uninstall: idna [2021-03-31T12:52:30.424Z] Found existing installation: idna 2.9 [2021-03-31T12:52:30.424Z] Uninstalling idna-2.9: [2021-03-31T12:52:30.686Z] Successfully uninstalled idna-2.9 [2021-03-31T12:52:30.686Z] Attempting uninstall: urllib3 [2021-03-31T12:52:30.686Z] Found existing installation: urllib3 1.25.9 [2021-03-31T12:52:30.686Z] Uninstalling urllib3-1.25.9: [2021-03-31T12:52:30.948Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T12:52:30.948Z] Attempting uninstall: requests [2021-03-31T12:52:30.948Z] Found existing installation: requests 2.23.0 [2021-03-31T12:52:30.948Z] Uninstalling requests-2.23.0: [2021-03-31T12:52:30.948Z] Successfully uninstalled requests-2.23.0 [2021-03-31T12:52:31.901Z] Running setup.py install for dockerpty: started [2021-03-31T12:52:32.163Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T12:52:32.424Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T12:52:35.742Z] Removing intermediate container 35468db4d159 [2021-03-31T12:52:35.742Z] ---> 54cdba38b37d [2021-03-31T12:52:35.742Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T12:52:35.742Z] ---> Running in 0610a85ae4c5 [2021-03-31T12:52:36.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:36.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T12:52:36.267Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T12:52:36.267Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T12:52:36.267Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T12:52:36.267Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T12:52:36.267Z] OK: 72 MiB in 58 packages [2021-03-31T12:52:36.846Z] Removing intermediate container 0610a85ae4c5 [2021-03-31T12:52:36.846Z] ---> 1c52b5ee6e12 [2021-03-31T12:52:36.846Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T12:52:36.846Z] ---> Running in 15c9109c5611 [2021-03-31T12:52:37.108Z] Removing intermediate container 15c9109c5611 [2021-03-31T12:52:37.108Z] ---> 8601fde343db [2021-03-31T12:52:37.108Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T12:52:37.108Z] ---> Running in 879a9d9471ed [2021-03-31T12:52:37.371Z] Removing intermediate container 879a9d9471ed [2021-03-31T12:52:37.371Z] ---> aaf1ed5d9063 [2021-03-31T12:52:37.371Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T12:52:37.371Z] ---> Running in 5e62a611027c [2021-03-31T12:52:37.371Z] Removing intermediate container 5e62a611027c [2021-03-31T12:52:37.371Z] ---> 1da118c1f4c3 [2021-03-31T12:52:37.371Z] Step 25/26 : LABEL git_sha=ad8481139d65b1ef6f04747045cab9d610abd056 [2021-03-31T12:52:37.633Z] ---> Running in 6bd42066a52a [2021-03-31T12:52:37.634Z] Removing intermediate container 6bd42066a52a [2021-03-31T12:52:37.634Z] ---> e9f7cd2ec34c [2021-03-31T12:52:37.634Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T12:52:37.896Z] ---> Running in c68c720c5bff [2021-03-31T12:52:37.896Z] Removing intermediate container c68c720c5bff [2021-03-31T12:52:37.896Z] ---> b3b4d51c6505 [2021-03-31T12:52:37.896Z] [2021-03-31T12:52:38.159Z] Successfully built b3b4d51c6505 [2021-03-31T12:52:38.159Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T12:52:38.433Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T12:52:38.448Z] $ docker stop --time=1 6f8bb9e980f83f525cf95adc4e0298795196730dbf3a55ab7c50c57296ee92ec [2021-03-31T12:52:40.025Z] $ docker rm -f 6f8bb9e980f83f525cf95adc4e0298795196730dbf3a55ab7c50c57296ee92ec [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T12:52:40.798Z] + docker images [2021-03-31T12:52:40.798Z] + grep docker [2021-03-31T12:52:41.059Z] docker-sys-mgmt-agent-go latest b3b4d51c6505 3 seconds ago 314MB [2021-03-31T12:52:41.059Z] docker-core-data-go latest fc4a7aaf5ef6 29 seconds ago 22.7MB [2021-03-31T12:52:41.059Z] docker-security-proxy-setup-go latest ceab195e1a36 55 seconds ago 25.4MB [2021-03-31T12:52:41.059Z] docker-support-scheduler-go latest dc34442f78ca About a minute ago 17.4MB [2021-03-31T12:52:41.059Z] docker-security-bootstrapper-go latest 9b2a20c117c0 About a minute ago 18.9MB [2021-03-31T12:52:41.059Z] docker-security-secretstore-setup-go latest 2e3fa7e25c67 2 minutes ago 25.7MB [2021-03-31T12:52:41.059Z] docker-core-command-go latest 98002faedd7d 2 minutes ago 17.3MB [2021-03-31T12:52:41.059Z] docker-core-metadata-go latest 28fb6b99182c 2 minutes ago 19MB [2021-03-31T12:52:41.059Z] docker-support-notifications-go latest e60b885309df 2 minutes ago 17.9MB [2021-03-31T12:52:41.059Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-31T12:52:56.836Z] Still waiting to schedule task [2021-03-31T12:52:56.836Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T12:54:03.263Z] Running on prd-ubuntu18.04-docker-8c-8g-32249 in /w/workspace/edgexfoundry_edgex-go_PR-3319 [Pipeline] { [Pipeline] ws [2021-03-31T12:54:03.352Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-31T12:54:06.223Z] using credential edgex-jenkins-ssh [2021-03-31T12:54:06.286Z] Cloning the remote Git repository [2021-03-31T12:54:06.325Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:54:06.390Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-31T12:54:06.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:54:06.438Z] > git --version # timeout=10 [2021-03-31T12:54:06.443Z] > git --version # 'git version 2.17.1' [2021-03-31T12:54:06.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:54:06.469Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:54:19.532Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:54:19.542Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T12:54:20.764Z] Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit 7ea006d2bf427d986e3cae48a451342be7009350 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-31T12:54:20.290Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T12:54:20.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T12:54:20.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T12:54:20.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3319/head:refs/remotes/origin/PR-3319 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T12:54:20.796Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T12:54:20.800Z] > git checkout -f 7ea006d2bf427d986e3cae48a451342be7009350 # timeout=10 [Pipeline] } [2021-03-31T12:54:21.479Z] Failed in branch amd64 [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-03-31T12:54:23.451Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:24.346Z] ---> package-listing.sh [2021-03-31T12:54:24.346Z] ++ facter osfamily [2021-03-31T12:54:24.346Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T12:54:24.346Z] + OS_FAMILY=redhat [2021-03-31T12:54:24.346Z] + workspace=/w/workspace/edgex-go/4 [2021-03-31T12:54:24.346Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T12:54:24.347Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T12:54:24.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T12:54:24.347Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T12:54:24.347Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-31T12:54:24.347Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T12:54:24.347Z] + case "${OS_FAMILY}" in [2021-03-31T12:54:24.347Z] + rpm -qa [2021-03-31T12:54:24.347Z] + sort [2021-03-31T12:54:29.648Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T12:54:29.648Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T12:54:29.648Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T12:54:29.648Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-31T12:54:29.648Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-31T12:54:29.648Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-31T12:54:29.662Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T12:54:29.955Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:30.264Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:54:30.264Z] [2021-03-31T12:54:30.264Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T12:54:30.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:54:30.647Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T12:54:30.647Z] df20fa9351a1: Pulling fs layer [2021-03-31T12:54:30.647Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T12:54:30.647Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T12:54:30.647Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T12:54:30.647Z] 93b61091891f: Pulling fs layer [2021-03-31T12:54:30.647Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T12:54:30.647Z] 5e14af77c1be: Pulling fs layer [2021-03-31T12:54:30.647Z] 01666e4c0597: Pulling fs layer [2021-03-31T12:54:30.647Z] aa168da1d23b: Pulling fs layer [2021-03-31T12:54:30.647Z] 46f8f816bc3b: Waiting [2021-03-31T12:54:30.647Z] 93b61091891f: Waiting [2021-03-31T12:54:30.647Z] 93b9cdb0e59b: Waiting [2021-03-31T12:54:30.647Z] 5e14af77c1be: Waiting [2021-03-31T12:54:30.647Z] 01666e4c0597: Waiting [2021-03-31T12:54:30.647Z] aa168da1d23b: Waiting [2021-03-31T12:54:30.647Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T12:54:30.647Z] 36b3adc4ff6f: Download complete [2021-03-31T12:54:30.647Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T12:54:30.647Z] 46f8f816bc3b: Download complete [2021-03-31T12:54:30.647Z] df20fa9351a1: Verifying Checksum [2021-03-31T12:54:30.647Z] df20fa9351a1: Download complete [2021-03-31T12:54:30.910Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T12:54:30.910Z] 93b9cdb0e59b: Download complete [2021-03-31T12:54:30.910Z] 93b61091891f: Download complete [2021-03-31T12:54:30.910Z] 5e14af77c1be: Verifying Checksum [2021-03-31T12:54:30.910Z] 5e14af77c1be: Download complete [2021-03-31T12:54:30.910Z] 01666e4c0597: Verifying Checksum [2021-03-31T12:54:30.910Z] 01666e4c0597: Download complete [2021-03-31T12:54:30.910Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T12:54:30.910Z] 8ad3a11d3b57: Download complete [2021-03-31T12:54:31.176Z] df20fa9351a1: Pull complete [2021-03-31T12:54:31.442Z] 36b3adc4ff6f: Pull complete [2021-03-31T12:54:32.020Z] 8ad3a11d3b57: Pull complete [2021-03-31T12:54:33.015Z] aa168da1d23b: Verifying Checksum [2021-03-31T12:54:33.015Z] aa168da1d23b: Download complete [2021-03-31T12:54:33.589Z] 46f8f816bc3b: Pull complete [2021-03-31T12:54:34.980Z] 93b61091891f: Pull complete [2021-03-31T12:54:35.243Z] 93b9cdb0e59b: Pull complete [2021-03-31T12:54:35.243Z] 5e14af77c1be: Pull complete [2021-03-31T12:54:35.506Z] 01666e4c0597: Pull complete [2021-03-31T12:54:42.121Z] aa168da1d23b: Pull complete [2021-03-31T12:54:42.121Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T12:54:42.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T12:54:42.121Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T12:54:42.347Z] prd-centos7-docker-4c-2g-32238 does not seem to be running inside a container [2021-03-31T12:54:42.452Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T12:54:53.393Z] $ docker top 8184f2ff9ce16598e84e5ff794c23142ada36e4a890b9e17054fec92afab52f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T12:54:54.050Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T12:54:54.367Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T12:54:54.672Z] + ls /var/log/sa-host [2021-03-31T12:54:54.672Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T12:54:54.672Z] file_magic: OK [2021-03-31T12:54:54.672Z] HZ: Using current value: 100 [2021-03-31T12:54:54.672Z] file_header: OK [2021-03-31T12:54:54.672Z] 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-03-31T12:54:54.672Z] Statistics: [2021-03-31T12:54:54.672Z] Hnuu...uuuununununu... [2021-03-31T12:54:54.672Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T12:54:54.672Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T12:54:54.672Z] file_magic: OK [2021-03-31T12:54:54.672Z] HZ: Using current value: 100 [2021-03-31T12:54:54.672Z] file_header: OK [2021-03-31T12:54:54.672Z] 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-03-31T12:54:54.672Z] Statistics: [2021-03-31T12:54:54.672Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T12:54:54.672Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T12:54:55.439Z] provisioning config files... [2021-03-31T12:54:55.460Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3940677531999039556tmp [Pipeline] { [Pipeline] echo [2021-03-31T12:54:55.547Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:55.861Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T12:54:55.870Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T12:54:55.956Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:56.257Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T12:54:56.268Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:56.565Z] ---> sudo-logs.sh [2021-03-31T12:54:56.566Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T12:54:56.622Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:56.920Z] ---> job-cost.sh [2021-03-31T12:54:56.920Z] lf-activate-venv: SKIPPING [2021-03-31T12:54:56.920Z] INFO: No Stack... [2021-03-31T12:54:57.493Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T12:54:58.070Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T12:54:58.084Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T12:54:58.380Z] ---> logs-deploy.sh [2021-03-31T12:54:58.380Z] lf-activate-venv: SKIPPING [2021-03-31T12:54:58.380Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3319/4 [2021-03-31T12:54:58.380Z] INFO: archiving workspace using pattern(s): [2021-03-31T12:54:59.770Z] Archives upload complete. [2021-03-31T12:54:59.770Z] INFO: archiving logs to Nexus