Pull request #3285 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9b06d15e045ca4d8d0d106306a839d20aa72a9cd+bf41993ae39f966b0d993bd56432d2f66e6af597 (a4a906eb204a879fd4fe9f58f9461994ba0e780f) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30943 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd Merge succeeded, producing 2807aebda7c3a490a0d76e7f0a64bb01c3290329 Checking out Revision 2807aebda7c3a490a0d76e7f0a64bb01c3290329 (PR-3285) > 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/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # 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 bf41993ae39f966b0d993bd56432d2f66e6af597 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2807aebda7c3a490a0d76e7f0a64bb01c3290329 # timeout=10 Commit message: "Merge commit 'bf41993ae39f966b0d993bd56432d2f66e6af597' into HEAD" > git rev-list --no-walk 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-22T22:12:58.052Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-22T22:12:58.316Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-22T22:12:58.405Z] ========================================================= [2021-03-22T22:12:58.405Z] EdgeX Global Pipelines Version Info [2021-03-22T22:12:58.405Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:12:59.834Z] ------------------- [2021-03-22T22:12:59.834Z] stable info: [2021-03-22T22:12:59.834Z] ------------------- [2021-03-22T22:12:59.834Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-22T22:12:59.834Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:12:59.834Z] Message: update stable to v1.0.186 [2021-03-22T22:13:00.785Z] ------------------- [2021-03-22T22:13:00.785Z] experimental info: [2021-03-22T22:13:00.785Z] ------------------- [2021-03-22T22:13:00.785Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-22T22:13:00.785Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-22T22:13:00.785Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-22T22:13:01.068Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-22T22:13:01.158Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-22T22:13:01.243Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-22T22:13:01.327Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-22T22:13:01.420Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-22T22:13:01.510Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-22T22:13:01.595Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-22T22:13:01.678Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-22T22:13:01.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-22T22:13:01.867Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-22T22:13:01.945Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-22T22:13:02.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-22T22:13:02.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-22T22:13:02.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-22T22:13:02.290Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:13:02.426Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-22T22:13:02.505Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-22T22:13:02.585Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-22T22:13:02.669Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-22T22:13:02.751Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-22T22:13:02.867Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-22T22:13:02.946Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-22T22:13:03.111Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T22:13:03.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3285 [Pipeline] echo [2021-03-22T22:13:03.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3285 [Pipeline] echo [2021-03-22T22:13:03.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2807aebda7c3a490a0d76e7f0a64bb01c3290329 [Pipeline] echo [2021-03-22T22:13:03.462Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2807aeb [Pipeline] echo [2021-03-22T22:13:03.551Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-22T22:13:03.758Z] provisioning config files... [2021-03-22T22:13:03.797Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5762042760927492187tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:13:04.159Z] ---> docker-login.sh [2021-03-22T22:13:04.159Z] nexus3.edgexfoundry.org:10001 [2021-03-22T22:13:04.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:04.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:04.691Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:04.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:04.691Z] [2021-03-22T22:13:04.691Z] Login Succeeded [2021-03-22T22:13:04.691Z] nexus3.edgexfoundry.org:10002 [2021-03-22T22:13:04.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:04.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:04.956Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:04.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:04.956Z] [2021-03-22T22:13:04.956Z] Login Succeeded [2021-03-22T22:13:04.956Z] nexus3.edgexfoundry.org:10003 [2021-03-22T22:13:05.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:05.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:05.220Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:05.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:05.220Z] [2021-03-22T22:13:05.220Z] Login Succeeded [2021-03-22T22:13:05.220Z] nexus3.edgexfoundry.org:10004 [2021-03-22T22:13:05.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:05.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:05.486Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:05.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:05.486Z] [2021-03-22T22:13:05.486Z] Login Succeeded [2021-03-22T22:13:05.486Z] docker.io [2021-03-22T22:13:05.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-22T22:13:05.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-22T22:13:05.762Z] Configure a credential helper to remove this warning. See [2021-03-22T22:13:05.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-22T22:13:05.762Z] [2021-03-22T22:13:05.762Z] Login Succeeded [2021-03-22T22:13:05.762Z] ---> docker-login.sh ends [Pipeline] } [2021-03-22T22:13:05.773Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:13:06.253Z] ++ 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-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/core-command/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/core-data/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-22T22:13:06.253Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-22T22:13:06.253Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-22T22:13:06.253Z] ++ cut -d/ -f2 [2021-03-22T22:13:06.253Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-22T22:13:06.330Z] 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-22T22:13:07.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:07.156Z] [2021-03-22T22:13:07.156Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:13:07.553Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:07.553Z] latest: Pulling from edgex-devops/git-semver [2021-03-22T22:13:07.553Z] 31603596830f: Pulling fs layer [2021-03-22T22:13:07.553Z] 2a8b12db71e7: Pulling fs layer [2021-03-22T22:13:07.553Z] 6ca5941a6612: Pulling fs layer [2021-03-22T22:13:07.553Z] ecc8261a40a4: Pulling fs layer [2021-03-22T22:13:07.553Z] ecc8261a40a4: Waiting [2021-03-22T22:13:07.553Z] 2a8b12db71e7: Verifying Checksum [2021-03-22T22:13:07.553Z] 2a8b12db71e7: Download complete [2021-03-22T22:13:07.553Z] 31603596830f: Verifying Checksum [2021-03-22T22:13:07.553Z] 31603596830f: Download complete [2021-03-22T22:13:07.832Z] ecc8261a40a4: Verifying Checksum [2021-03-22T22:13:07.832Z] ecc8261a40a4: Download complete [2021-03-22T22:13:07.832Z] 6ca5941a6612: Verifying Checksum [2021-03-22T22:13:07.832Z] 6ca5941a6612: Download complete [2021-03-22T22:13:08.099Z] 31603596830f: Pull complete [2021-03-22T22:13:08.099Z] 2a8b12db71e7: Pull complete [2021-03-22T22:13:09.508Z] 6ca5941a6612: Pull complete [2021-03-22T22:13:09.508Z] ecc8261a40a4: Pull complete [2021-03-22T22:13:09.508Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-22T22:13:09.508Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-22T22:13:09.508Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-22T22:13:09.628Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:13:09.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-22T22:13:12.216Z] $ docker top 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-22T22:13:12.496Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:13:12.496Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:13:12.730Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:13:12.735Z] $ docker exec 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent [2021-03-22T22:13:12.921Z] SSH_AUTH_SOCK=/tmp/ssh-bFW6MeWA8cwH/agent.12 [2021-03-22T22:13:12.921Z] SSH_AGENT_PID=18 [2021-03-22T22:13:12.932Z] Running ssh-add (command line suppressed) [2021-03-22T22:13:13.070Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4833102866518153444.key (/w/workspace/edgex-go/2@tmp/private_key_4833102866518153444.key) [2021-03-22T22:13:13.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:13:13.463Z] + git tag --points-at HEAD [Pipeline] } [2021-03-22T22:13:13.502Z] $ docker exec --env ******** --env ******** 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent -k [2021-03-22T22:13:13.622Z] unset SSH_AUTH_SOCK; [2021-03-22T22:13:13.622Z] unset SSH_AGENT_PID; [2021-03-22T22:13:13.623Z] echo Agent pid 18 killed; [2021-03-22T22:13:13.681Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-22T22:13:13.815Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-22T22:13:13.815Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-22T22:13:14.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-22T22:13:14.024Z] $ docker exec 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent [2021-03-22T22:13:14.228Z] SSH_AUTH_SOCK=/tmp/ssh-dTaTByFbT4Qr/agent.49 [2021-03-22T22:13:14.228Z] SSH_AGENT_PID=54 [2021-03-22T22:13:14.237Z] Running ssh-add (command line suppressed) [2021-03-22T22:13:14.367Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2460715622003765292.key (/w/workspace/edgex-go/2@tmp/private_key_2460715622003765292.key) [2021-03-22T22:13:14.431Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-22T22:13:14.795Z] + git semver init [2021-03-22T22:13:14.795Z] # -> Open(): unable to determine branch for HEAD [2021-03-22T22:13:14.795Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-22T22:13:14.795Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-22T22:13:14.795Z] # $SEMVER_REMOTE_NAME = origin [2021-03-22T22:13:14.795Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-22T22:13:14.795Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-22T22:13:14.795Z] # $SEMVER_BRANCH = PR-3285 [2021-03-22T22:13:14.795Z] # $SEMVER_TEMP = /tmp/semver-392995596 [2021-03-22T22:13:14.795Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-22T22:13:33.032Z] # '/tmp/semver-392995596' -> '/w/workspace/edgex-go/2/.semver' [2021-03-22T22:13:33.032Z] # -> Force: false [2021-03-22T22:13:33.032Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-22T22:13:33.050Z] $ docker exec --env ******** --env ******** 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 ssh-agent -k [2021-03-22T22:13:33.409Z] unset SSH_AUTH_SOCK; [2021-03-22T22:13:33.409Z] unset SSH_AGENT_PID; [2021-03-22T22:13:33.410Z] echo Agent pid 54 killed; [2021-03-22T22:13:33.477Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-22T22:13:33.958Z] + git semver [Pipeline] } [2021-03-22T22:13:33.984Z] $ docker stop --time=1 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 [2021-03-22T22:13:35.615Z] $ docker rm -f 9a7dae286e87b78b655191c513e2f490b1b49082b762bfa429379d084c4db973 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:13:36.213Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-22T22:13:36.766Z] Stashed 1 file(s) [Pipeline] echo [2021-03-22T22:13:36.769Z] [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-22T22:13:37.640Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:13:37.949Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-22T22:13:38.252Z] + sudo service docker restart [2021-03-22T22:13:38.252Z] + true [2021-03-22T22:13:38.252Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-22T22:13:38.843Z] ========================================================= [2021-03-22T22:13:38.843Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-22T22:13:38.843Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:13:39.194Z] + 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-22T22:13:43.439Z] Sending build context to Docker daemon 328.7MB [2021-03-22T22:13:43.439Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-22T22:13:43.439Z] Step 2/6 : FROM ${BASE} [2021-03-22T22:13:43.439Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-22T22:13:43.439Z] 188c0c94c7c5: Pulling fs layer [2021-03-22T22:13:43.439Z] 0ef7d3d256c8: Pulling fs layer [2021-03-22T22:13:43.439Z] de9db76c5a1d: Pulling fs layer [2021-03-22T22:13:43.439Z] bca2f99d35d6: Pulling fs layer [2021-03-22T22:13:43.439Z] 93359f2a8cfa: Pulling fs layer [2021-03-22T22:13:43.439Z] 7c6f9722023f: Pulling fs layer [2021-03-22T22:13:43.439Z] a35cf1a2eb13: Pulling fs layer [2021-03-22T22:13:43.439Z] 93359f2a8cfa: Waiting [2021-03-22T22:13:43.439Z] 7c6f9722023f: Waiting [2021-03-22T22:13:43.439Z] a35cf1a2eb13: Waiting [2021-03-22T22:13:43.439Z] bca2f99d35d6: Waiting [2021-03-22T22:13:43.439Z] de9db76c5a1d: Verifying Checksum [2021-03-22T22:13:43.439Z] de9db76c5a1d: Download complete [2021-03-22T22:13:43.439Z] 0ef7d3d256c8: Verifying Checksum [2021-03-22T22:13:43.439Z] 0ef7d3d256c8: Download complete [2021-03-22T22:13:43.439Z] 93359f2a8cfa: Verifying Checksum [2021-03-22T22:13:43.439Z] 93359f2a8cfa: Download complete [2021-03-22T22:13:43.439Z] 7c6f9722023f: Verifying Checksum [2021-03-22T22:13:43.439Z] 7c6f9722023f: Download complete [2021-03-22T22:13:43.439Z] 188c0c94c7c5: Verifying Checksum [2021-03-22T22:13:43.439Z] 188c0c94c7c5: Download complete [2021-03-22T22:13:44.020Z] 188c0c94c7c5: Pull complete [2021-03-22T22:13:44.287Z] 0ef7d3d256c8: Pull complete [2021-03-22T22:13:44.561Z] de9db76c5a1d: Pull complete [2021-03-22T22:13:45.519Z] a35cf1a2eb13: Verifying Checksum [2021-03-22T22:13:45.519Z] a35cf1a2eb13: Download complete [2021-03-22T22:13:46.113Z] bca2f99d35d6: Verifying Checksum [2021-03-22T22:13:46.113Z] bca2f99d35d6: Download complete [2021-03-22T22:13:52.144Z] Still waiting to schedule task [2021-03-22T22:13:52.144Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-22T22:13:52.784Z] bca2f99d35d6: Pull complete [2021-03-22T22:13:52.784Z] 93359f2a8cfa: Pull complete [2021-03-22T22:13:52.784Z] 7c6f9722023f: Pull complete [2021-03-22T22:13:57.044Z] a35cf1a2eb13: Pull complete [2021-03-22T22:13:57.044Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-22T22:13:57.044Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-22T22:13:57.044Z] ---> a62c8e92a672 [2021-03-22T22:13:57.044Z] 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-22T22:13:57.044Z] ---> Running in 331df5169235 [2021-03-22T22:13:57.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:13:58.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:13:59.155Z] (1/12) Installing libmagic (5.38-r0) [2021-03-22T22:13:59.418Z] (2/12) Installing file (5.38-r0) [2021-03-22T22:13:59.418Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-22T22:13:59.688Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-22T22:14:03.934Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-22T22:14:03.934Z] (6/12) Installing patch (2.7.6-r6) [2021-03-22T22:14:03.934Z] (7/12) Installing build-base (0.5-r2) [2021-03-22T22:14:03.934Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-22T22:14:03.934Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-22T22:14:04.208Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-22T22:14:04.209Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-22T22:14:04.471Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-22T22:14:04.471Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:14:04.471Z] OK: 233 MiB in 51 packages [2021-03-22T22:14:08.710Z] Removing intermediate container 331df5169235 [2021-03-22T22:14:08.710Z] ---> e829f1f18f98 [2021-03-22T22:14:08.710Z] Step 4/6 : WORKDIR /edgex-go [2021-03-22T22:14:08.710Z] ---> Running in d64f47beb4ea [2021-03-22T22:14:08.710Z] Removing intermediate container d64f47beb4ea [2021-03-22T22:14:08.710Z] ---> d50d0ae3974c [2021-03-22T22:14:08.710Z] Step 5/6 : COPY go.mod . [2021-03-22T22:14:08.710Z] ---> 953d663e66d5 [2021-03-22T22:14:08.710Z] Step 6/6 : RUN go mod download [2021-03-22T22:14:08.710Z] ---> Running in cf0fb6a00b56 [2021-03-22T22:14:30.765Z] Removing intermediate container cf0fb6a00b56 [2021-03-22T22:14:30.765Z] ---> ed4cbd491031 [2021-03-22T22:14:31.028Z] Successfully built ed4cbd491031 [2021-03-22T22:14:31.609Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:14:31.931Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:14:31.931Z] . [Pipeline] withDockerContainer [2021-03-22T22:14:32.044Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:14:32.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T22:14:33.047Z] $ docker top 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:14:33.624Z] + go version [2021-03-22T22:14:33.625Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-22T22:14:33.642Z] $ docker stop --time=1 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 [2021-03-22T22:14:35.010Z] $ docker rm -f 3a897b344fae7e1996c5c5e45b78d118f4d4f0c763ea429a2607f19cde81f376 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:14:35.858Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-22T22:14:35.858Z] . [Pipeline] withDockerContainer [2021-03-22T22:14:35.995Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:14:36.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-22T22:14:36.880Z] $ docker top 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-22T22:14:37.135Z] ========================================================= [2021-03-22T22:14:37.135Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-22T22:14:37.135Z] ========================================================= [Pipeline] sh [2021-03-22T22:14:37.451Z] + make test [2021-03-22T22:14:37.451Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-22T22:14:47.524Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-22T22:15:09.779Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-22T22:15:10.360Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-22T22:15:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-22T22:15:12.306Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-22T22:15:13.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-22T22:15:13.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-22T22:15:13.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-22T22:15:13.743Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-22T22:15:15.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-22T22:15:15.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-22T22:15:17.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-22T22:15:17.767Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-22T22:15:17.767Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-22T22:15:21.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 45.9% of statements [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-22T22:15:21.115Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-22T22:15:21.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-22T22:15:21.115Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.200s coverage: 27.1% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 71.3% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.224s coverage: 82.9% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:15:24.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements [2021-03-22T22:15:24.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.522s coverage: 28.6% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-22T22:15:28.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-22T22:15:28.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.366s coverage: 92.8% of statements [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-22T22:15:31.479Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.062s coverage: 79.5% of statements [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements [2021-03-22T22:15:31.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements [2021-03-22T22:15:32.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements [2021-03-22T22:15:44.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements [2021-03-22T22:15:44.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.040s coverage: 44.8% of statements [2021-03-22T22:15:47.229Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.192s coverage: 81.7% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.303s coverage: 69.0% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.113s coverage: 38.4% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-22T22:15:55.488Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 87.1% of statements [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:15:55.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.047s coverage: 29.1% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.120s coverage: 96.5% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-22T22:15:56.945Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-22T22:15:56.945Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-22T22:15:57.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-22T22:15:57.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-22T22:15:57.545Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-22T22:15:57.545Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements [2021-03-22T22:15:57.814Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-03-22T22:15:58.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-22T22:15:58.675Z] GO111MODULE=on go vet ./... [2021-03-22T22:16:27.145Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30947 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T22:16:27.194Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-22T22:16:30.985Z] gofmt -l . [2021-03-22T22:16:30.985Z] [ "`gofmt -l .`" = "" ] [2021-03-22T22:16:30.985Z] ./bin/test-go-mod-tidy.sh [2021-03-22T22:16:30.985Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-22T22:16:31.652Z] + ls -al . [2021-03-22T22:16:31.652Z] total 772 [2021-03-22T22:16:31.652Z] drwxrwxr-x 10 1001 1001 4096 Mar 22 22:16 . [2021-03-22T22:16:31.652Z] drwxr-xr-x 4 root root 28 Mar 22 22:14 .. [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 11 Mar 22 22:12 .dockerignore [2021-03-22T22:16:31.652Z] drwxrwxr-x 8 1001 1001 179 Mar 22 22:12 .git [2021-03-22T22:16:31.652Z] drwxrwxr-x 3 1001 1001 125 Mar 22 22:12 .github [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 818 Mar 22 22:12 .gitignore [2021-03-22T22:16:31.652Z] drwx------ 3 1001 1001 60 Mar 22 22:13 .semver [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 166 Mar 22 22:12 .sonarcloud.properties [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 8607 Mar 22 22:12 Attribution.txt [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 3804 Mar 22 22:12 CONTRIBUTING.md [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 931 Mar 22 22:12 Dockerfile.build [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 863 Mar 22 22:12 Jenkinsfile [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 10775 Mar 22 22:12 LICENSE [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 5774 Mar 22 22:12 Makefile [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 6548 Mar 22 22:12 README.md [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 6755 Mar 22 22:12 SECURITY.md [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 5 Mar 22 22:13 VERSION [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 4131 Mar 22 22:12 ZMQWindows.md [2021-03-22T22:16:31.652Z] drwxrwxr-x 2 1001 1001 117 Mar 22 22:12 bin [2021-03-22T22:16:31.652Z] drwxrwxr-x 14 1001 1001 4096 Mar 22 22:12 cmd [2021-03-22T22:16:31.652Z] -rw-r--r-- 1 root root 659965 Mar 22 22:15 coverage.out [2021-03-22T22:16:31.652Z] -rw-r--r-- 1 root root 1055 Mar 22 22:16 go.mod [2021-03-22T22:16:31.652Z] -rw-r--r-- 1 root root 22209 Mar 22 22:16 go.sum [2021-03-22T22:16:31.652Z] drwxrwxr-x 8 1001 1001 127 Mar 22 22:12 internal [2021-03-22T22:16:31.652Z] drwxrwxr-x 4 1001 1001 26 Mar 22 22:12 openapi [2021-03-22T22:16:31.652Z] drwxrwxr-x 4 1001 1001 71 Mar 22 22:12 snap [2021-03-22T22:16:31.652Z] -rw-rw-r-- 1 1001 1001 168 Mar 22 22:12 version.go [Pipeline] sh [2021-03-22T22:16:31.972Z] + '[' -e coverage.out ] [2021-03-22T22:16:31.973Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-22T22:16:32.235Z] Stashed 1 file(s) [Pipeline] sh [2021-03-22T22:16:32.536Z] + make build [2021-03-22T22:16:32.536Z] 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-22T22:16:32.693Z] using credential edgex-jenkins-ssh [2021-03-22T22:16:32.770Z] Cloning the remote Git repository [2021-03-22T22:16:32.830Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:16:32.932Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-22T22:16:33.000Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:16:33.001Z] > git --version # timeout=10 [2021-03-22T22:16:33.020Z] > git --version # 'git version 2.17.1' [2021-03-22T22:16:33.021Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:16:33.104Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:16:36.814Z] 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-22T22:16:45.062Z] 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-22T22:16:46.457Z] 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-22T22:16:48.388Z] 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-22T22:16:48.655Z] 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-22T22:16:50.589Z] 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-22T22:16:51.987Z] 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-22T22:16:52.480Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-03-22T22:16:52.939Z] 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 [Pipeline] } [2021-03-22T22:16:52.992Z] Failed in branch arm64 [2021-03-22T22:16:51.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:16:51.742Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:16:51.767Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:16:51.802Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:16:51.802Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:16:51.818Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:16:52.505Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:16:52.569Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [2021-03-22T22:16:54.331Z] 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-22T22:16:55.287Z] 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-22T22:16:56.678Z] 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-22T22:16:58.634Z] $ docker stop --time=1 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e [2021-03-22T22:17:00.310Z] $ docker rm -f 70ff2fc9d2d6bd794d175bfd3e0bee7c00ee4e8706ecb3b6d80f0fe06264e83e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:02.160Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:02.160Z] [2021-03-22T22:17:02.160Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:02.518Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:02.518Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-22T22:17:02.518Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-22T22:17:02.518Z] ca9280d653b3: Pulling fs layer [2021-03-22T22:17:02.518Z] 7e9c9ca2126c: Pulling fs layer [2021-03-22T22:17:02.782Z] cbdbe7a5bc2a: Download complete [2021-03-22T22:17:03.044Z] cbdbe7a5bc2a: Pull complete [2021-03-22T22:17:03.620Z] ca9280d653b3: Verifying Checksum [2021-03-22T22:17:05.020Z] ca9280d653b3: Pull complete [2021-03-22T22:17:05.020Z] 7e9c9ca2126c: Verifying Checksum [2021-03-22T22:17:05.020Z] 7e9c9ca2126c: Download complete [2021-03-22T22:17:13.239Z] 7e9c9ca2126c: Pull complete [2021-03-22T22:17:13.239Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-22T22:17:13.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:13.239Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-22T22:17:13.440Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:17:13.491Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:17:15.086Z] $ docker top 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:17:15.603Z] + docker-compose build --help [2021-03-22T22:17:15.603Z] + grep parallel [2021-03-22T22:17:16.553Z] --parallel Build images in parallel. [Pipeline] } [2021-03-22T22:17:16.833Z] $ docker stop --time=1 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 [2021-03-22T22:17:18.239Z] $ docker rm -f 909e1c110b410763ee91bed4adb49c4545195352933a52e4858bd58aa98a7e68 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:17:18.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-22T22:17:18.884Z] . [Pipeline] withDockerContainer [2021-03-22T22:17:19.057Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:17:19.169Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-22T22:17:19.922Z] $ docker top 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:17:20.525Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-22T22:17:21.926Z] Building docker-core-command-go ... [2021-03-22T22:17:21.926Z] Building docker-core-data-go ... [2021-03-22T22:17:21.926Z] Building docker-core-metadata-go ... [2021-03-22T22:17:21.926Z] Building docker-security-bootstrapper-go ... [2021-03-22T22:17:21.926Z] Building docker-security-proxy-setup-go ... [2021-03-22T22:17:21.926Z] Building docker-security-secretstore-setup-go ... [2021-03-22T22:17:21.926Z] Building docker-support-notifications-go ... [2021-03-22T22:17:21.926Z] Building docker-support-scheduler-go ... [2021-03-22T22:17:21.926Z] Building docker-sys-mgmt-agent-go ... [2021-03-22T22:17:21.926Z] Building docker-support-notifications-go [2021-03-22T22:17:21.926Z] Building docker-core-command-go [2021-03-22T22:17:21.926Z] Building docker-security-proxy-setup-go [2021-03-22T22:17:21.926Z] Building docker-core-metadata-go [2021-03-22T22:17:21.926Z] Building docker-security-bootstrapper-go [2021-03-22T22:18:00.839Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:00.840Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:00.840Z] ---> ed4cbd491031 [2021-03-22T22:18:00.840Z] Step 3/21 : WORKDIR /edgex-go [2021-03-22T22:18:00.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:00.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:00.840Z] ---> ed4cbd491031 [2021-03-22T22:18:00.840Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:18:00.840Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:00.840Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:00.840Z] ---> ed4cbd491031 [2021-03-22T22:18:00.840Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:18:00.840Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:00.840Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:00.840Z] ---> ed4cbd491031 [2021-03-22T22:18:00.840Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:18:00.840Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:18:00.840Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:18:00.840Z] ---> ed4cbd491031 [2021-03-22T22:18:00.840Z] Step 3/31 : WORKDIR /edgex-go [2021-03-22T22:18:00.840Z] ---> Running in a2f09d161b69 [2021-03-22T22:18:00.840Z] ---> Running in 3f484f1569e7 [2021-03-22T22:18:00.840Z] ---> Running in 3afe276384f7 [2021-03-22T22:18:00.840Z] ---> Running in a5598e237825 [2021-03-22T22:18:00.840Z] ---> Running in 49c2d82a59fc [2021-03-22T22:18:00.840Z] Removing intermediate container 3f484f1569e7 [2021-03-22T22:18:00.840Z] ---> da860c21fa66 [2021-03-22T22:18:00.840Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:00.840Z] Removing intermediate container a2f09d161b69 [2021-03-22T22:18:00.840Z] ---> 0d3af85f8049 [2021-03-22T22:18:00.840Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:00.840Z] Removing intermediate container 3afe276384f7 [2021-03-22T22:18:00.840Z] ---> 32017e2bd1fe [2021-03-22T22:18:00.840Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:00.840Z] Removing intermediate container 49c2d82a59fc [2021-03-22T22:18:00.840Z] ---> 8a2bc2b23971 [2021-03-22T22:18:00.840Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:00.840Z] Removing intermediate container a5598e237825 [2021-03-22T22:18:00.840Z] ---> b27c5f2fbedc [2021-03-22T22:18:00.840Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:18:00.840Z] ---> Running in fb231f89e71a [2021-03-22T22:18:00.840Z] ---> Running in 5728bf985a39 [2021-03-22T22:18:00.840Z] ---> Running in e80d3d76dc96 [2021-03-22T22:18:00.840Z] ---> Running in 8789d4f34f42 [2021-03-22T22:18:00.840Z] ---> Running in fe890e63f54f [2021-03-22T22:18:03.453Z] Removing intermediate container 5728bf985a39 [2021-03-22T22:18:03.453Z] ---> eafe3017c250 [2021-03-22T22:18:03.453Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-22T22:18:03.453Z] Removing intermediate container fe890e63f54f [2021-03-22T22:18:03.453Z] ---> f23a90b389c2 [2021-03-22T22:18:03.453Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:18:03.453Z] Removing intermediate container e80d3d76dc96 [2021-03-22T22:18:03.453Z] ---> a4da321c6470 [2021-03-22T22:18:03.453Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-22T22:18:03.721Z] ---> Running in 01990eeb3be0 [2021-03-22T22:18:03.722Z] ---> Running in f815b022882c [2021-03-22T22:18:03.722Z] Removing intermediate container 8789d4f34f42 [2021-03-22T22:18:03.722Z] ---> 83b0cb991ced [2021-03-22T22:18:03.722Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-22T22:18:03.722Z] ---> Running in 92bdac726c83 [2021-03-22T22:18:03.987Z] Removing intermediate container fb231f89e71a [2021-03-22T22:18:03.987Z] ---> 5b22a14b50d1 [2021-03-22T22:18:03.987Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-22T22:18:03.987Z] ---> Running in 1844b2ffd987 [2021-03-22T22:18:03.987Z] ---> Running in d82067302536 [2021-03-22T22:18:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:04.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:05.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:05.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:05.536Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:05.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:05.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:18:06.389Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:06.389Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:06.389Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:06.389Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:06.665Z] OK: 233 MiB in 51 packages [2021-03-22T22:18:07.252Z] Removing intermediate container 01990eeb3be0 [2021-03-22T22:18:07.252Z] ---> 2e34c92fea2e [2021-03-22T22:18:07.252Z] Step 6/21 : COPY go.mod . [2021-03-22T22:18:07.252Z] Removing intermediate container f815b022882c [2021-03-22T22:18:07.252Z] ---> 9e0daac94188 [2021-03-22T22:18:07.252Z] Step 6/23 : COPY go.mod . [2021-03-22T22:18:07.518Z] Removing intermediate container 92bdac726c83 [2021-03-22T22:18:07.518Z] ---> 059b25d75f1e [2021-03-22T22:18:07.518Z] Step 6/22 : COPY go.mod . [2021-03-22T22:18:07.518Z] ---> c41e32edd944 [2021-03-22T22:18:07.518Z] Step 7/21 : RUN go mod download [2021-03-22T22:18:07.781Z] ---> 78c46cf872a9 [2021-03-22T22:18:07.781Z] Step 7/23 : RUN go mod download [2021-03-22T22:18:07.781Z] Removing intermediate container 1844b2ffd987 [2021-03-22T22:18:07.781Z] ---> 148ebe4821da [2021-03-22T22:18:07.781Z] Step 6/31 : COPY go.mod . [2021-03-22T22:18:07.782Z] Removing intermediate container d82067302536 [2021-03-22T22:18:07.782Z] ---> 898801a1c632 [2021-03-22T22:18:07.782Z] Step 6/23 : COPY go.mod . [2021-03-22T22:18:07.782Z] ---> Running in f81ae0a3c20e [2021-03-22T22:18:07.782Z] ---> Running in c480fe9f37f0 [2021-03-22T22:18:07.782Z] ---> b1c746523ca2 [2021-03-22T22:18:07.782Z] Step 7/22 : RUN go mod download [2021-03-22T22:18:08.049Z] ---> Running in e34f17d5e439 [2021-03-22T22:18:08.326Z] ---> d021a544e91c [2021-03-22T22:18:08.326Z] Step 7/31 : RUN go mod download [2021-03-22T22:18:08.326Z] ---> 2aac86dbf65e [2021-03-22T22:18:08.326Z] Step 7/23 : RUN go mod download [2021-03-22T22:18:08.326Z] ---> Running in 0186d7e66d28 [2021-03-22T22:18:08.592Z] ---> Running in 184c94b41143 [2021-03-22T22:18:11.192Z] Removing intermediate container e34f17d5e439 [2021-03-22T22:18:11.192Z] ---> 9fbf64e8d86c [2021-03-22T22:18:11.192Z] Step 8/22 : COPY . . [2021-03-22T22:18:11.192Z] Removing intermediate container 0186d7e66d28 [2021-03-22T22:18:11.192Z] ---> 7698e9d06361 [2021-03-22T22:18:11.192Z] Step 8/31 : COPY . . [2021-03-22T22:18:11.192Z] Removing intermediate container f81ae0a3c20e [2021-03-22T22:18:11.192Z] ---> 21f5b561e862 [2021-03-22T22:18:11.192Z] Step 8/21 : COPY . . [2021-03-22T22:18:11.192Z] Removing intermediate container 184c94b41143 [2021-03-22T22:18:11.192Z] ---> be88f78b4291 [2021-03-22T22:18:11.192Z] Step 8/23 : COPY . . [2021-03-22T22:18:11.192Z] Removing intermediate container c480fe9f37f0 [2021-03-22T22:18:11.192Z] ---> c4d604831608 [2021-03-22T22:18:11.192Z] Step 8/23 : COPY . . [2021-03-22T22:18:50.315Z] ---> e94599994cc6 [2021-03-22T22:18:50.315Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-22T22:18:50.315Z] ---> 13f2b9279194 [2021-03-22T22:18:50.315Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-22T22:18:50.315Z] ---> Running in 310e6a21859f [2021-03-22T22:18:50.315Z] ---> Running in c3e52b762968 [2021-03-22T22:18:50.315Z] ---> 336b50931327 [2021-03-22T22:18:50.315Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-22T22:18:50.315Z] ---> f87d28b40976 [2021-03-22T22:18:50.315Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-22T22:18:50.315Z] ---> Running in bfddb06dbd73 [2021-03-22T22:18:50.315Z] ---> Running in abec84a79590 [2021-03-22T22:18:50.315Z] ---> 65b91099b8db [2021-03-22T22:18:50.315Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-22T22:18:50.315Z] ---> Running in b24282828fe0 [2021-03-22T22:18:50.614Z] 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-22T22:18:50.614Z] 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-22T22:18:50.614Z] 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-22T22:18:50.884Z] 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-22T22:18:51.167Z] 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-22T22:19:30.099Z] 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-22T22:19:35.513Z] Removing intermediate container 310e6a21859f [2021-03-22T22:19:35.513Z] ---> a5a5293a53e3 [2021-03-22T22:19:35.513Z] [2021-03-22T22:19:35.513Z] Step 10/31 : FROM alpine:3.12 [2021-03-22T22:19:35.513Z] 3.12: Pulling from library/alpine [2021-03-22T22:19:35.513Z] Removing intermediate container bfddb06dbd73 [2021-03-22T22:19:35.513Z] ---> a28986d74543 [2021-03-22T22:19:35.513Z] [2021-03-22T22:19:35.513Z] Step 10/21 : FROM alpine:3.12 [2021-03-22T22:19:35.783Z] 3.12: Pulling from library/alpine [2021-03-22T22:19:36.390Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:19:36.390Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-22T22:19:36.390Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:19:36.390Z] ---> 88dd2752d2ea [2021-03-22T22:19:36.390Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-22T22:19:36.390Z] Status: Downloaded newer image for alpine:3.12 [2021-03-22T22:19:36.390Z] ---> 88dd2752d2ea [2021-03-22T22:19:36.390Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-22T22:19:38.972Z] ---> Running in de9ee43e1579 [2021-03-22T22:19:38.972Z] ---> Running in bf78daa5d1a5 [2021-03-22T22:19:39.238Z] Removing intermediate container c3e52b762968 [2021-03-22T22:19:39.238Z] ---> 00a57e816cfa [2021-03-22T22:19:39.238Z] [2021-03-22T22:19:39.238Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:19:39.238Z] ---> 88dd2752d2ea [2021-03-22T22:19:39.238Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-22T22:19:39.238Z] Removing intermediate container abec84a79590 [2021-03-22T22:19:39.238Z] ---> 95fcde4f65ac [2021-03-22T22:19:39.238Z] [2021-03-22T22:19:39.238Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:19:39.238Z] ---> 88dd2752d2ea [2021-03-22T22:19:39.238Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:19:39.502Z] ---> Running in d383d6c8300f [2021-03-22T22:19:39.502Z] ---> Running in f70f1553a1de [2021-03-22T22:19:39.502Z] Removing intermediate container bf78daa5d1a5 [2021-03-22T22:19:39.502Z] ---> 5ad3c4786662 [2021-03-22T22:19:39.502Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-22T22:19:39.773Z] ---> Running in b036bb357edf [2021-03-22T22:19:39.773Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:40.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:40.050Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-22T22:19:40.050Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:19:40.050Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-22T22:19:40.317Z] (4/4) Installing curl (7.69.1-r3) [2021-03-22T22:19:40.317Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:19:40.317Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:19:40.904Z] OK: 7 MiB in 18 packages [2021-03-22T22:19:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:40.904Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:41.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:41.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:41.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:41.175Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:19:41.175Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:19:41.176Z] (2/2) Installing su-exec (0.2-r1) [2021-03-22T22:19:41.176Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:19:41.176Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:19:41.444Z] OK: 6 MiB in 15 packages [2021-03-22T22:19:41.445Z] OK: 6 MiB in 16 packages [2021-03-22T22:19:41.445Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-22T22:19:41.445Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-22T22:19:41.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:19:41.445Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:19:42.420Z] OK: 6 MiB in 16 packages [2021-03-22T22:19:44.353Z] Removing intermediate container b24282828fe0 [2021-03-22T22:19:44.353Z] ---> ef6b0e277d3c [2021-03-22T22:19:44.353Z] [2021-03-22T22:19:44.353Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:19:44.353Z] ---> 88dd2752d2ea [2021-03-22T22:19:44.353Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:19:44.617Z] Removing intermediate container de9ee43e1579 [2021-03-22T22:19:44.617Z] ---> bf87957c3334 [2021-03-22T22:19:44.617Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:19:44.883Z] ---> Running in 463999c0e2a9 [2021-03-22T22:19:44.883Z] ---> Running in 8bd73ea516c5 [2021-03-22T22:19:44.883Z] Removing intermediate container b036bb357edf [2021-03-22T22:19:44.883Z] ---> e8e6e7b1b426 [2021-03-22T22:19:44.883Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-22T22:19:44.883Z] Removing intermediate container f70f1553a1de [2021-03-22T22:19:44.883Z] ---> 397b00032be1 [2021-03-22T22:19:44.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:19:45.835Z] ---> Running in 40a726a7a31b [2021-03-22T22:19:45.835Z] ---> Running in 8c4a3ff39a25 [2021-03-22T22:19:45.835Z] Removing intermediate container 8bd73ea516c5 [2021-03-22T22:19:45.835Z] ---> 839da15dd0ac [2021-03-22T22:19:45.835Z] Step 13/21 : WORKDIR /edgex [2021-03-22T22:19:45.835Z] Removing intermediate container d383d6c8300f [2021-03-22T22:19:45.835Z] ---> 950d37a64517 [2021-03-22T22:19:45.835Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:19:45.835Z] ---> Running in a4e2ec935298 [2021-03-22T22:19:46.176Z] ---> Running in cf4b7768d1f4 [2021-03-22T22:19:46.176Z] Removing intermediate container 40a726a7a31b [2021-03-22T22:19:46.176Z] ---> 3a176c09cc8c [2021-03-22T22:19:46.176Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-22T22:19:46.176Z] Removing intermediate container 8c4a3ff39a25 [2021-03-22T22:19:46.176Z] ---> 823b3f1f2763 [2021-03-22T22:19:46.176Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-22T22:19:46.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:46.176Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:19:46.176Z] ---> Running in d29a112ec0ba [2021-03-22T22:19:46.176Z] ---> Running in c30391cba5d7 [2021-03-22T22:19:46.441Z] Removing intermediate container a4e2ec935298 [2021-03-22T22:19:46.441Z] ---> 73a0c13e1072 [2021-03-22T22:19:46.441Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-22T22:19:46.441Z] Removing intermediate container cf4b7768d1f4 [2021-03-22T22:19:46.441Z] ---> 98bdb1907ec2 [2021-03-22T22:19:46.441Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-22T22:19:46.441Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-22T22:19:46.441Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:19:46.441Z] OK: 6 MiB in 15 packages [2021-03-22T22:19:46.441Z] ---> Running in c8bbae6a3b0b [2021-03-22T22:19:46.718Z] Removing intermediate container d29a112ec0ba [2021-03-22T22:19:46.718Z] ---> 93aa1a1167dd [2021-03-22T22:19:46.718Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-22T22:19:46.718Z] Removing intermediate container c30391cba5d7 [2021-03-22T22:19:46.718Z] ---> 2547b7ed17e2 [2021-03-22T22:19:46.718Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:19:47.300Z] ---> Running in 3008506e5d37 [2021-03-22T22:19:47.300Z] ---> 14083ae5e737 [2021-03-22T22:19:47.300Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-22T22:19:47.300Z] ---> Running in 0cc87fb9be7d [2021-03-22T22:19:47.300Z] Removing intermediate container c8bbae6a3b0b [2021-03-22T22:19:47.300Z] ---> a03fd7e80ba6 [2021-03-22T22:19:47.300Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:19:47.892Z] ---> Running in 840bb3c818ef [2021-03-22T22:19:47.892Z] Removing intermediate container 463999c0e2a9 [2021-03-22T22:19:47.892Z] ---> 43730456ed8c [2021-03-22T22:19:47.892Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:19:47.892Z] Removing intermediate container 0cc87fb9be7d [2021-03-22T22:19:47.892Z] ---> adc1f9bb9158 [2021-03-22T22:19:47.892Z] Step 15/23 : WORKDIR / [2021-03-22T22:19:47.892Z] ---> 223379b20d0b [2021-03-22T22:19:47.892Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-22T22:19:47.892Z] ---> Running in 46951540ef37 [2021-03-22T22:19:47.892Z] ---> Running in 363ba293e714 [2021-03-22T22:19:48.161Z] Removing intermediate container 840bb3c818ef [2021-03-22T22:19:48.161Z] ---> d82b43a7a8d9 [2021-03-22T22:19:48.161Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:19:48.430Z] Removing intermediate container 46951540ef37 [2021-03-22T22:19:48.430Z] ---> 896d2c4be622 [2021-03-22T22:19:48.430Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-22T22:19:48.430Z] Removing intermediate container 363ba293e714 [2021-03-22T22:19:48.430Z] ---> c1b90be23187 [2021-03-22T22:19:48.430Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:19:48.430Z] ---> Running in a8989ce55194 [2021-03-22T22:19:48.693Z] ---> a222662c34ee [2021-03-22T22:19:48.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-22T22:19:48.693Z] ---> 6a293864552e [2021-03-22T22:19:48.693Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-22T22:19:48.960Z] Removing intermediate container a8989ce55194 [2021-03-22T22:19:48.960Z] ---> a900be1ba502 [2021-03-22T22:19:48.960Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-22T22:19:48.960Z] ---> Running in 50180447e4b7 [2021-03-22T22:19:48.960Z] ---> 8d16c129ea28 [2021-03-22T22:19:48.960Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-22T22:19:49.225Z] ---> Running in e793be89bf15 [2021-03-22T22:19:49.225Z] Removing intermediate container 3008506e5d37 [2021-03-22T22:19:49.225Z] ---> fa3260dbec23 [2021-03-22T22:19:49.225Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-22T22:19:49.225Z] Removing intermediate container 50180447e4b7 [2021-03-22T22:19:49.225Z] ---> 1dcb79bc03b3 [2021-03-22T22:19:49.225Z] Step 18/21 : CMD ["--init=true"] [2021-03-22T22:19:50.178Z] ---> Running in c6d02b41fd4c [2021-03-22T22:19:50.178Z] ---> Running in ba7d1fc2cf95 [2021-03-22T22:19:50.178Z] Removing intermediate container e793be89bf15 [2021-03-22T22:19:50.178Z] ---> d8c6c314de92 [2021-03-22T22:19:50.178Z] Step 15/23 : WORKDIR / [2021-03-22T22:19:50.178Z] ---> 5de94f0900cb [2021-03-22T22:19:50.178Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-22T22:19:50.178Z] ---> cd9f60e981e8 [2021-03-22T22:19:50.178Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-22T22:19:50.178Z] ---> Running in 1a0068b4b691 [2021-03-22T22:19:50.442Z] Removing intermediate container c6d02b41fd4c [2021-03-22T22:19:50.442Z] ---> 74a6085c3e33 [2021-03-22T22:19:50.442Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-22T22:19:50.442Z] Removing intermediate container ba7d1fc2cf95 [2021-03-22T22:19:50.442Z] ---> e107c88c66b8 [2021-03-22T22:19:50.442Z] Step 19/21 : LABEL arch=x86_64 [2021-03-22T22:19:50.706Z] ---> Running in a02cf1171a43 [2021-03-22T22:19:50.706Z] Removing intermediate container 1a0068b4b691 [2021-03-22T22:19:50.706Z] ---> 5abbfe234776 [2021-03-22T22:19:50.706Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:19:50.706Z] ---> ba695c52b5f2 [2021-03-22T22:19:50.706Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-22T22:19:50.706Z] ---> 8bf74960f505 [2021-03-22T22:19:50.706Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-22T22:19:50.970Z] ---> 32dcb28928b7 [2021-03-22T22:19:50.970Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-22T22:19:50.970Z] ---> Running in bffec01648df [2021-03-22T22:19:50.970Z] ---> Running in 6f4c74771940 [2021-03-22T22:19:50.970Z] Removing intermediate container a02cf1171a43 [2021-03-22T22:19:50.970Z] ---> 00aa4cc5e032 [2021-03-22T22:19:50.970Z] Step 20/21 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:19:51.240Z] ---> Running in f23c928be8c4 [2021-03-22T22:19:51.240Z] ---> 9b8da8c1a650 [2021-03-22T22:19:51.240Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-22T22:19:51.240Z] ---> Running in cbebbbca0326 [2021-03-22T22:19:51.506Z] Removing intermediate container 6f4c74771940 [2021-03-22T22:19:51.506Z] ---> f4304ba0cfc6 [2021-03-22T22:19:51.506Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:19:51.784Z] Removing intermediate container bffec01648df [2021-03-22T22:19:51.784Z] ---> c1cb6421ee02 [2021-03-22T22:19:51.784Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:19:51.784Z] ---> Running in d48f87e980e4 [2021-03-22T22:19:51.784Z] ---> 2f6ab98dbac1 [2021-03-22T22:19:51.784Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-22T22:19:51.784Z] Removing intermediate container cbebbbca0326 [2021-03-22T22:19:51.784Z] ---> f6168a6a3d00 [2021-03-22T22:19:51.784Z] Step 21/21 : LABEL version=0.0.0 [2021-03-22T22:19:51.784Z] ---> Running in 688b7f694799 [2021-03-22T22:19:52.049Z] ---> Running in 58d230d4f2db [2021-03-22T22:19:52.049Z] Removing intermediate container d48f87e980e4 [2021-03-22T22:19:52.049Z] ---> 9ccebb83d1a6 [2021-03-22T22:19:52.049Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:19:52.316Z] Removing intermediate container 688b7f694799 [2021-03-22T22:19:52.316Z] ---> d2c4143d47e6 [2021-03-22T22:19:52.316Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:19:52.316Z] ---> Running in b5dd5cd49e7f [2021-03-22T22:19:52.582Z] ---> 34d7195756c3 [2021-03-22T22:19:52.582Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-22T22:19:52.582Z] Removing intermediate container 58d230d4f2db [2021-03-22T22:19:52.582Z] ---> d95c7210485a [2021-03-22T22:19:52.582Z] [2021-03-22T22:19:52.582Z] ---> Running in 5f954e5b7ac6 [2021-03-22T22:19:52.582Z] ---> Running in a4479117399f [2021-03-22T22:19:52.857Z] Removing intermediate container b5dd5cd49e7f [2021-03-22T22:19:52.857Z] ---> 24dcace41207 [2021-03-22T22:19:52.857Z] Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:19:52.857Z] Successfully built d95c7210485a [2021-03-22T22:19:52.857Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-22T22:19:53.121Z] Building docker-security-secretstore-setup-go [2021-03-22T22:19:53.121Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f954e5b7ac6 [2021-03-22T22:19:53.121Z] ---> 138845393039 [2021-03-22T22:19:53.121Z] Step 21/22 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:19:53.121Z] ---> Running in c3353475ed2c [2021-03-22T22:19:53.121Z] Removing intermediate container a4479117399f [2021-03-22T22:19:53.121Z] ---> 9f409f1fc156 [2021-03-22T22:19:53.121Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:19:53.397Z] Removing intermediate container f23c928be8c4 [2021-03-22T22:19:53.397Z] ---> 05fb20745c18 [2021-03-22T22:19:53.397Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:19:53.397Z] ---> Running in e71b3205922f [2021-03-22T22:19:53.397Z] ---> Running in 2a204cb742ab [2021-03-22T22:19:53.397Z] Removing intermediate container c3353475ed2c [2021-03-22T22:19:53.397Z] ---> 684c5712441f [2021-03-22T22:19:53.397Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:19:53.666Z] ---> Running in 8dd7dc4391e9 [2021-03-22T22:19:53.666Z] Removing intermediate container e71b3205922f [2021-03-22T22:19:53.666Z] ---> 724f07914e68 [2021-03-22T22:19:53.666Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:19:53.933Z] ---> 63d8e077731c [2021-03-22T22:19:53.933Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-22T22:19:53.933Z] Removing intermediate container 2a204cb742ab [2021-03-22T22:19:53.933Z] ---> 775f10a24928 [2021-03-22T22:19:53.933Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:19:54.205Z] ---> Running in 1a5f14949298 [2021-03-22T22:19:54.205Z] Removing intermediate container 8dd7dc4391e9 [2021-03-22T22:19:54.205Z] ---> 25223e4b6795 [2021-03-22T22:19:54.205Z] [2021-03-22T22:19:54.205Z] ---> Running in 9519956f2ef8 [2021-03-22T22:19:54.790Z] Removing intermediate container 1a5f14949298 [2021-03-22T22:19:54.790Z] ---> e0da4fd68da2 [2021-03-22T22:19:54.790Z] [2021-03-22T22:19:54.790Z] Successfully built 25223e4b6795 [2021-03-22T22:19:55.057Z] Successfully tagged docker-core-command-go:latest [2021-03-22T22:19:55.057Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-03-22T22:19:55.057Z] Removing intermediate container 9519956f2ef8 [2021-03-22T22:19:55.057Z] ---> bde223a0359c [2021-03-22T22:19:55.057Z] Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:19:55.057Z] Successfully built e0da4fd68da2 [2021-03-22T22:19:55.057Z] Successfully tagged docker-support-notifications-go:latest [2021-03-22T22:19:55.057Z] Building docker-sys-mgmt-agent-go [2021-03-22T22:19:55.057Z]  Building docker-support-notifications-go ... done  ---> c237f638c2e1 [2021-03-22T22:19:55.057Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-22T22:19:55.057Z] ---> Running in 09e89bc54f6b [2021-03-22T22:19:55.324Z] Removing intermediate container 09e89bc54f6b [2021-03-22T22:19:55.324Z] ---> 0eeb46d5cd99 [2021-03-22T22:19:55.324Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:19:55.324Z] ---> Running in e865d00f044d [2021-03-22T22:19:55.592Z] ---> bb81e07875f1 [2021-03-22T22:19:55.592Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-22T22:19:55.592Z] Removing intermediate container e865d00f044d [2021-03-22T22:19:55.592Z] ---> f768115bdef3 [2021-03-22T22:19:55.592Z] [2021-03-22T22:19:55.857Z] Successfully built f768115bdef3 [2021-03-22T22:19:56.820Z] Successfully tagged docker-core-metadata-go:latest [2021-03-22T22:19:56.820Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-22T22:19:59.414Z] ---> ab46596239fa [2021-03-22T22:19:59.414Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-22T22:19:59.678Z] ---> 497ed236c533 [2021-03-22T22:19:59.678Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-22T22:20:03.018Z] ---> Running in 4d40c2bc83b3 [2021-03-22T22:20:03.599Z] Removing intermediate container 4d40c2bc83b3 [2021-03-22T22:20:03.599Z] ---> 375f87163d67 [2021-03-22T22:20:03.599Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-22T22:20:04.184Z] ---> 2494145bc1d3 [2021-03-22T22:20:04.184Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-22T22:20:04.772Z] ---> Running in 2b425f1b94e9 [2021-03-22T22:20:07.368Z] Removing intermediate container 2b425f1b94e9 [2021-03-22T22:20:07.368Z] ---> c18924208a52 [2021-03-22T22:20:07.368Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-22T22:20:07.368Z] ---> Running in 3a80f6fe78a4 [2021-03-22T22:20:07.966Z] Removing intermediate container 3a80f6fe78a4 [2021-03-22T22:20:07.966Z] ---> 28dcd40c5be3 [2021-03-22T22:20:07.966Z] Step 28/31 : CMD ["gate"] [2021-03-22T22:20:09.972Z] ---> Running in b75c1942eea1 [2021-03-22T22:20:10.947Z] Removing intermediate container b75c1942eea1 [2021-03-22T22:20:10.947Z] ---> 6c1c3b48b427 [2021-03-22T22:20:10.947Z] Step 29/31 : LABEL arch=x86_64 [2021-03-22T22:20:11.543Z] ---> Running in ae80b3ec9eb3 [2021-03-22T22:20:13.363Z] Removing intermediate container ae80b3ec9eb3 [2021-03-22T22:20:13.363Z] ---> 6a9f4722cf80 [2021-03-22T22:20:13.743Z] Step 30/31 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:20:13.743Z] ---> Running in 31cbb131e20c [2021-03-22T22:20:13.743Z] Removing intermediate container 31cbb131e20c [2021-03-22T22:20:13.743Z] ---> 6f782e264ecd [2021-03-22T22:20:13.743Z] Step 31/31 : LABEL version=0.0.0 [2021-03-22T22:20:14.054Z] ---> Running in 654b62d8e5e2 [2021-03-22T22:20:15.821Z] Removing intermediate container 654b62d8e5e2 [2021-03-22T22:20:15.821Z] ---> d434cbd449dc [2021-03-22T22:20:15.821Z] [2021-03-22T22:20:16.797Z] Successfully built d434cbd449dc [2021-03-22T22:20:16.797Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-22T22:20:25.103Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:25.103Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:25.103Z] ---> ed4cbd491031 [2021-03-22T22:20:25.103Z] Step 3/24 : WORKDIR /edgex-go [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> b27c5f2fbedc [2021-03-22T22:20:25.103Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> f23a90b389c2 [2021-03-22T22:20:25.103Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> 9e0daac94188 [2021-03-22T22:20:25.103Z] Step 6/24 : COPY go.mod . [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> 78c46cf872a9 [2021-03-22T22:20:25.103Z] Step 7/24 : RUN go mod download [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> c4d604831608 [2021-03-22T22:20:25.103Z] Step 8/24 : COPY . . [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> 65b91099b8db [2021-03-22T22:20:25.103Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-22T22:20:25.103Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:25.103Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:25.103Z] ---> ed4cbd491031 [2021-03-22T22:20:25.103Z] Step 3/23 : WORKDIR /edgex-go [2021-03-22T22:20:25.103Z] ---> Using cache [2021-03-22T22:20:25.103Z] ---> b27c5f2fbedc [2021-03-22T22:20:25.104Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:25.104Z] ---> Using cache [2021-03-22T22:20:25.104Z] ---> f23a90b389c2 [2021-03-22T22:20:25.104Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-22T22:20:25.703Z] ---> Running in c4d6d118906d [2021-03-22T22:20:26.283Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:26.283Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:26.283Z] ---> ed4cbd491031 [2021-03-22T22:20:26.283Z] Step 3/22 : WORKDIR /edgex-go [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> b27c5f2fbedc [2021-03-22T22:20:26.283Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> f23a90b389c2 [2021-03-22T22:20:26.283Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> 9e0daac94188 [2021-03-22T22:20:26.283Z] Step 6/22 : COPY go.mod . [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> 78c46cf872a9 [2021-03-22T22:20:26.283Z] Step 7/22 : RUN go mod download [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> c4d604831608 [2021-03-22T22:20:26.283Z] Step 8/22 : COPY . . [2021-03-22T22:20:26.283Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-22T22:20:26.283Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-22T22:20:26.283Z] ---> ed4cbd491031 [2021-03-22T22:20:26.283Z] Step 3/26 : WORKDIR /edgex-go [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> b27c5f2fbedc [2021-03-22T22:20:26.283Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> f23a90b389c2 [2021-03-22T22:20:26.283Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-22T22:20:26.283Z] ---> Using cache [2021-03-22T22:20:26.283Z] ---> 65b91099b8db [2021-03-22T22:20:26.283Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-22T22:20:27.239Z] ---> Running in 574394ece3ce [2021-03-22T22:20:27.239Z] ---> Running in 1b9489b3e7c4 [2021-03-22T22:20:27.239Z] ---> Running in 56f6806efd57 [2021-03-22T22:20:27.848Z] 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-22T22:20:28.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:28.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:28.117Z] 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-22T22:20:28.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:28.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:20:29.690Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:29.690Z] OK: 233 MiB in 51 packages [2021-03-22T22:20:30.678Z] Removing intermediate container 1b9489b3e7c4 [2021-03-22T22:20:30.678Z] ---> 45138bebbf66 [2021-03-22T22:20:30.678Z] Step 6/26 : COPY go.mod . [2021-03-22T22:20:30.951Z] Removing intermediate container 574394ece3ce [2021-03-22T22:20:30.951Z] ---> d8d80d242535 [2021-03-22T22:20:30.951Z] Step 6/23 : COPY go.mod . [2021-03-22T22:20:31.548Z] ---> 012bb469a47a [2021-03-22T22:20:31.549Z] Step 7/26 : RUN go mod download [2021-03-22T22:20:31.549Z] ---> d5d68164924f [2021-03-22T22:20:31.549Z] Step 7/23 : RUN go mod download [2021-03-22T22:20:31.549Z] ---> Running in fe8092c75c11 [2021-03-22T22:20:31.549Z] ---> Running in dc7b770346f5 [2021-03-22T22:20:35.860Z] Removing intermediate container dc7b770346f5 [2021-03-22T22:20:35.860Z] ---> fa9e2e2edfd9 [2021-03-22T22:20:35.860Z] Step 8/23 : COPY . . [2021-03-22T22:20:35.860Z] Removing intermediate container fe8092c75c11 [2021-03-22T22:20:35.860Z] ---> caa85eecb39e [2021-03-22T22:20:35.860Z] Step 8/26 : COPY . . [2021-03-22T22:20:54.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-22T22:21:06.633Z] Removing intermediate container c4d6d118906d [2021-03-22T22:21:06.633Z] ---> edce9ba88a35 [2021-03-22T22:21:06.633Z] [2021-03-22T22:21:06.633Z] Step 10/24 : FROM alpine:3.12 [2021-03-22T22:21:06.633Z] ---> 88dd2752d2ea [2021-03-22T22:21:06.633Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-22T22:21:06.633Z] Removing intermediate container 56f6806efd57 [2021-03-22T22:21:06.633Z] ---> df26f6457081 [2021-03-22T22:21:06.633Z] [2021-03-22T22:21:06.633Z] Step 10/22 : FROM alpine:3.12 [2021-03-22T22:21:06.633Z] ---> 88dd2752d2ea [2021-03-22T22:21:06.633Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-22T22:21:06.633Z] ---> Using cache [2021-03-22T22:21:06.633Z] ---> 43730456ed8c [2021-03-22T22:21:06.633Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-22T22:21:06.633Z] ---> Using cache [2021-03-22T22:21:06.633Z] ---> 896d2c4be622 [2021-03-22T22:21:06.633Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-22T22:21:06.634Z] ---> Running in 2b8fbbc2ec62 [2021-03-22T22:21:06.634Z] ---> Running in dd7bcef883c8 [2021-03-22T22:21:06.899Z] ---> 6b6dd2efee07 [2021-03-22T22:21:06.899Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-22T22:21:07.166Z] ---> 6dc6e994a982 [2021-03-22T22:21:07.166Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-22T22:21:07.166Z] ---> Running in 73d1e53a0d3f [2021-03-22T22:21:07.166Z] Removing intermediate container dd7bcef883c8 [2021-03-22T22:21:07.166Z] ---> 9c0d0ee56476 [2021-03-22T22:21:07.166Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-22T22:21:07.435Z] ---> Running in 9094e78edcbe [2021-03-22T22:21:07.435Z] ---> Running in 0791b6c3d05f [2021-03-22T22:21:07.706Z] Removing intermediate container 0791b6c3d05f [2021-03-22T22:21:07.706Z] ---> 01abc437d246 [2021-03-22T22:21:07.706Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:21:07.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:08.241Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:08.241Z] 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-22T22:21:08.241Z] 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-22T22:21:08.241Z] ---> ca768c8c43af [2021-03-22T22:21:08.241Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-22T22:21:08.241Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-22T22:21:08.241Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:21:08.241Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-22T22:21:08.513Z] (4/5) Installing curl (7.69.1-r3) [2021-03-22T22:21:08.513Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-22T22:21:08.513Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:21:08.513Z] Executing ca-certificates-20191127-r4.trigger [2021-03-22T22:21:08.513Z] OK: 7 MiB in 19 packages [2021-03-22T22:21:09.123Z] ---> 18e29a885bef [2021-03-22T22:21:09.124Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-22T22:21:10.543Z] Removing intermediate container 2b8fbbc2ec62 [2021-03-22T22:21:10.543Z] ---> f738458b530b [2021-03-22T22:21:10.543Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-22T22:21:10.818Z] ---> d71724f12916 [2021-03-22T22:21:10.818Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-22T22:21:11.094Z] ---> Running in 46f1e3f7ef87 [2021-03-22T22:21:11.094Z] ---> Running in 0aa1c6de89ca [2021-03-22T22:21:11.369Z] Removing intermediate container 46f1e3f7ef87 [2021-03-22T22:21:11.369Z] ---> 1d5db00561bc [2021-03-22T22:21:11.369Z] Step 13/24 : WORKDIR / [2021-03-22T22:21:11.369Z] ---> Running in ec71a61555e0 [2021-03-22T22:21:11.639Z] Removing intermediate container 0aa1c6de89ca [2021-03-22T22:21:11.639Z] ---> a4b8ff4bead9 [2021-03-22T22:21:11.639Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:21:11.639Z] ---> Running in facbac6f53bb [2021-03-22T22:21:11.923Z] Removing intermediate container ec71a61555e0 [2021-03-22T22:21:11.924Z] ---> b7c7dc96acf3 [2021-03-22T22:21:11.924Z] 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-22T22:21:12.198Z] Removing intermediate container facbac6f53bb [2021-03-22T22:21:12.198Z] ---> c0b7bf22486c [2021-03-22T22:21:12.198Z] Step 20/22 : LABEL arch=x86_64 [2021-03-22T22:21:12.198Z] ---> Running in 40ef5a1c98c0 [2021-03-22T22:21:12.470Z] ---> 93f841c5271e [2021-03-22T22:21:12.470Z] 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-22T22:21:12.749Z] Removing intermediate container 40ef5a1c98c0 [2021-03-22T22:21:12.749Z] ---> f54feca640f3 [2021-03-22T22:21:12.749Z] Step 21/22 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:21:12.749Z] ---> Running in 39c3e456733b [2021-03-22T22:21:13.028Z] ---> 892afc8b2624 [2021-03-22T22:21:13.028Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-22T22:21:13.298Z] Removing intermediate container 39c3e456733b [2021-03-22T22:21:13.298Z] ---> f2d57d5daa26 [2021-03-22T22:21:13.298Z] Step 22/22 : LABEL version=0.0.0 [2021-03-22T22:21:13.298Z] ---> Running in 7c2843ec546c [2021-03-22T22:21:13.570Z] ---> 92c725ca8b4b [2021-03-22T22:21:13.570Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-22T22:21:13.842Z] Removing intermediate container 7c2843ec546c [2021-03-22T22:21:13.842Z] ---> 7366c9a6fa9b [2021-03-22T22:21:13.842Z] [2021-03-22T22:21:14.444Z] Successfully built 7366c9a6fa9b [2021-03-22T22:21:14.444Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-22T22:21:14.719Z]  Building docker-support-scheduler-go ... done  ---> f6ebf794d740 [2021-03-22T22:21:14.720Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-22T22:21:16.168Z] ---> 22fab9e11620 [2021-03-22T22:21:16.168Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-22T22:21:16.761Z] ---> 7e5e1a0c0550 [2021-03-22T22:21:16.761Z] 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-22T22:21:16.761Z] ---> Running in f4765df8578c [2021-03-22T22:21:19.385Z] Removing intermediate container f4765df8578c [2021-03-22T22:21:19.385Z] ---> a7f459a4835a [2021-03-22T22:21:19.385Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-22T22:21:19.385Z] ---> Running in 4f77a21e4e5c [2021-03-22T22:21:19.385Z] Removing intermediate container 4f77a21e4e5c [2021-03-22T22:21:19.385Z] ---> 99495f412672 [2021-03-22T22:21:19.385Z] Step 22/24 : LABEL arch=x86_64 [2021-03-22T22:21:19.680Z] ---> Running in 80808b630d67 [2021-03-22T22:21:19.962Z] Removing intermediate container 80808b630d67 [2021-03-22T22:21:19.962Z] ---> 2a691994a708 [2021-03-22T22:21:19.962Z] Step 23/24 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:21:19.962Z] ---> Running in 8aef013b80fd [2021-03-22T22:21:20.554Z] Removing intermediate container 8aef013b80fd [2021-03-22T22:21:20.554Z] ---> 17b9328d71d0 [2021-03-22T22:21:20.554Z] Step 24/24 : LABEL version=0.0.0 [2021-03-22T22:21:20.554Z] ---> Running in c23f11bbd89b [2021-03-22T22:21:20.822Z] Removing intermediate container c23f11bbd89b [2021-03-22T22:21:20.822Z] ---> d6cc3569c498 [2021-03-22T22:21:20.822Z] [2021-03-22T22:21:21.403Z] Successfully built d6cc3569c498 [2021-03-22T22:21:21.403Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-22T22:21:33.767Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 73d1e53a0d3f [2021-03-22T22:21:33.767Z] ---> cdf549e7d592 [2021-03-22T22:21:33.767Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-22T22:21:33.767Z] ---> Running in 940f5d807ae3 [2021-03-22T22:21:34.352Z] 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-22T22:21:36.290Z] Removing intermediate container 9094e78edcbe [2021-03-22T22:21:36.290Z] ---> 00151064e1cc [2021-03-22T22:21:36.290Z] [2021-03-22T22:21:36.290Z] Step 10/23 : FROM alpine:3.12 [2021-03-22T22:21:36.290Z] ---> 88dd2752d2ea [2021-03-22T22:21:36.290Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-22T22:21:36.290Z] ---> Running in 6b0e39b8b689 [2021-03-22T22:21:36.557Z] Removing intermediate container 6b0e39b8b689 [2021-03-22T22:21:36.557Z] ---> f2b4b1c852a6 [2021-03-22T22:21:36.557Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-22T22:21:36.557Z] Removing intermediate container 940f5d807ae3 [2021-03-22T22:21:36.557Z] ---> b4608f34a32d [2021-03-22T22:21:36.557Z] [2021-03-22T22:21:36.557Z] Step 11/26 : FROM docker:20.10.0 [2021-03-22T22:21:36.557Z] ---> Running in 5395e6926b5d [2021-03-22T22:21:36.557Z] 20.10.0: Pulling from library/docker [2021-03-22T22:21:36.834Z] Removing intermediate container 5395e6926b5d [2021-03-22T22:21:36.834Z] ---> 484ae7af974c [2021-03-22T22:21:36.834Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-22T22:21:36.834Z] ---> Running in fc782ef30db6 [2021-03-22T22:21:37.101Z] Removing intermediate container fc782ef30db6 [2021-03-22T22:21:37.102Z] ---> f21f4018e7d1 [2021-03-22T22:21:37.102Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-22T22:21:37.697Z] ---> Running in 9c6f3c2a8e26 [2021-03-22T22:21:39.121Z] Removing intermediate container 9c6f3c2a8e26 [2021-03-22T22:21:39.121Z] ---> ce7e6420f710 [2021-03-22T22:21:39.121Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-22T22:21:39.383Z] ---> Running in 2eadfc124fe7 [2021-03-22T22:21:39.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:40.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:41.185Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-22T22:21:41.185Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-22T22:21:41.185Z] ---> aefe523efa57 [2021-03-22T22:21:41.185Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-22T22:21:41.448Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-22T22:21:41.448Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-22T22:21:41.448Z] ---> Running in b94675436ec6 [2021-03-22T22:21:41.448Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-22T22:21:41.712Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-22T22:21:41.976Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-22T22:21:41.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:42.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:42.239Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-22T22:21:42.239Z] (1/2) Installing readline (8.0.4-r0) [2021-03-22T22:21:42.239Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:21:42.239Z] (2/2) Installing bash (5.0.17-r0) [2021-03-22T22:21:42.239Z] OK: 8 MiB in 20 packages [2021-03-22T22:21:42.239Z] Executing bash-5.0.17-r0.post-install [2021-03-22T22:21:42.239Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:21:42.239Z] OK: 12 MiB in 22 packages [2021-03-22T22:21:43.194Z] Removing intermediate container b94675436ec6 [2021-03-22T22:21:43.194Z] ---> abf99c060ea4 [2021-03-22T22:21:43.194Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-22T22:21:43.194Z] Removing intermediate container 2eadfc124fe7 [2021-03-22T22:21:43.194Z] ---> c927531750b2 [2021-03-22T22:21:43.194Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-22T22:21:43.194Z] ---> Running in 4a19f0a413cb [2021-03-22T22:21:43.459Z] Removing intermediate container 4a19f0a413cb [2021-03-22T22:21:43.459Z] ---> e18bc63c6ead [2021-03-22T22:21:43.459Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-22T22:21:43.459Z] ---> 3d11f4479f7b [2021-03-22T22:21:43.459Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-22T22:21:43.459Z] ---> Running in f107ab4499a9 [2021-03-22T22:21:43.722Z] Removing intermediate container f107ab4499a9 [2021-03-22T22:21:43.722Z] ---> 945ada4a4722 [2021-03-22T22:21:43.722Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-22T22:21:43.986Z] ---> Running in 9f2f45535e0e [2021-03-22T22:21:43.986Z] ---> 1f523eeb28d7 [2021-03-22T22:21:43.986Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-22T22:21:44.251Z] Removing intermediate container 9f2f45535e0e [2021-03-22T22:21:44.251Z] ---> 5491b408c824 [2021-03-22T22:21:44.251Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-22T22:21:44.251Z] ---> 9c26f62be539 [2021-03-22T22:21:44.251Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-22T22:21:44.514Z] ---> Running in b68543ef6511 [2021-03-22T22:21:44.514Z] ---> 6d2cb74a1b81 [2021-03-22T22:21:44.514Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-22T22:21:44.788Z] Removing intermediate container b68543ef6511 [2021-03-22T22:21:44.788Z] ---> cb821a244dec [2021-03-22T22:21:44.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:21:44.788Z] ---> Running in 5d7bbe951c0f [2021-03-22T22:21:44.788Z] ---> be59ecbd2171 [2021-03-22T22:21:44.788Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-22T22:21:45.051Z] Removing intermediate container 5d7bbe951c0f [2021-03-22T22:21:45.051Z] ---> 92a32bda2062 [2021-03-22T22:21:45.052Z] Step 21/23 : LABEL arch=x86_64 [2021-03-22T22:21:45.052Z] ---> Running in 34e99189ec42 [2021-03-22T22:21:45.316Z] Removing intermediate container 34e99189ec42 [2021-03-22T22:21:45.316Z] ---> 361f218e9f18 [2021-03-22T22:21:45.316Z] Step 22/23 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:21:45.316Z] ---> 9cead9f203c3 [2021-03-22T22:21:45.316Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-22T22:21:45.316Z] ---> Running in 36dbb0dde849 [2021-03-22T22:21:45.316Z] ---> Running in 931afcba794b [2021-03-22T22:21:45.585Z] Removing intermediate container 36dbb0dde849 [2021-03-22T22:21:45.585Z] ---> 61c390c392a1 [2021-03-22T22:21:45.585Z] Step 23/23 : LABEL version=0.0.0 [2021-03-22T22:21:45.585Z] ---> Running in c1410e6ced95 [2021-03-22T22:21:45.848Z] Removing intermediate container c1410e6ced95 [2021-03-22T22:21:45.848Z] ---> ccb94e8e5226 [2021-03-22T22:21:45.848Z] [2021-03-22T22:21:46.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:46.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:21:46.421Z] Successfully built ccb94e8e5226 [2021-03-22T22:21:46.421Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-22T22:21:46.421Z] Successfully tagged docker-core-data-go:latest [2021-03-22T22:21:46.421Z]  Building docker-core-data-go ... done (2/33) Installing expat (2.2.9-r1) [2021-03-22T22:21:46.421Z] (3/33) Installing libffi (3.3-r2) [2021-03-22T22:21:46.684Z] (4/33) Installing gdbm (1.13-r1) [2021-03-22T22:21:46.684Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-22T22:21:46.684Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-22T22:21:46.684Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-22T22:21:47.637Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-22T22:21:47.637Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-22T22:21:47.637Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-22T22:21:47.637Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-22T22:21:47.637Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-22T22:21:47.637Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-22T22:21:47.637Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-22T22:21:47.899Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-22T22:21:47.899Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-22T22:21:47.899Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-22T22:21:47.899Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-22T22:21:47.899Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-22T22:21:47.899Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-22T22:21:47.899Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-22T22:21:47.899Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-22T22:21:47.899Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-22T22:21:47.899Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-22T22:21:47.899Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-22T22:21:47.899Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-22T22:21:47.899Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-22T22:21:47.899Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-22T22:21:47.899Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-22T22:21:48.162Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-22T22:21:48.162Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-22T22:21:48.162Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-22T22:21:48.162Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-22T22:21:48.162Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:21:48.162Z] OK: 71 MiB in 55 packages [2021-03-22T22:21:58.298Z] Removing intermediate container 931afcba794b [2021-03-22T22:21:58.298Z] ---> aee85774c852 [2021-03-22T22:21:58.298Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-22T22:21:58.298Z] ---> Running in e97fdc833fe2 [2021-03-22T22:21:58.626Z] Collecting docker-compose==1.23.2 [2021-03-22T22:21:58.626Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-22T22:21:58.892Z] Collecting docker<4.0,>=3.6.0 [2021-03-22T22:21:58.892Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-22T22:21:58.892Z] Collecting jsonschema<3,>=2.5.1 [2021-03-22T22:21:58.892Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-22T22:21:59.153Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-22T22:21:59.153Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-22T22:21:59.153Z] Collecting cached-property<2,>=1.2.0 [2021-03-22T22:21:59.153Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-22T22:21:59.415Z] 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-22T22:21:59.416Z] Collecting texttable<0.10,>=0.9.0 [2021-03-22T22:21:59.416Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-22T22:21:59.989Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-22T22:21:59.989Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-22T22:22:00.253Z] Collecting PyYAML<4,>=3.10 [2021-03-22T22:22:00.253Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-22T22:22:01.199Z] Collecting docopt<0.7,>=0.6.1 [2021-03-22T22:22:01.199Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-22T22:22:01.477Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-22T22:22:01.748Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-22T22:22:02.016Z] Collecting docker-pycreds>=0.4.0 [2021-03-22T22:22:02.016Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-22T22:22:02.278Z] Collecting idna<2.8,>=2.5 [2021-03-22T22:22:02.278Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-22T22:22:02.278Z] 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-22T22:22:02.278Z] 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-22T22:22:02.278Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-22T22:22:02.278Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-22T22:22:02.541Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-22T22:22:02.541Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-22T22:22:02.541Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-22T22:22:02.541Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-22T22:22:02.541Z] Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, texttable, PyYAML, docopt, dockerpty, docker-compose [2021-03-22T22:22:03.492Z] Attempting uninstall: idna [2021-03-22T22:22:03.492Z] Found existing installation: idna 2.9 [2021-03-22T22:22:03.492Z] Uninstalling idna-2.9: [2021-03-22T22:22:03.492Z] Successfully uninstalled idna-2.9 [2021-03-22T22:22:03.754Z] Attempting uninstall: urllib3 [2021-03-22T22:22:03.754Z] Found existing installation: urllib3 1.25.9 [2021-03-22T22:22:03.754Z] Uninstalling urllib3-1.25.9: [2021-03-22T22:22:03.754Z] Successfully uninstalled urllib3-1.25.9 [2021-03-22T22:22:04.015Z] Attempting uninstall: requests [2021-03-22T22:22:04.015Z] Found existing installation: requests 2.23.0 [2021-03-22T22:22:04.015Z] Uninstalling requests-2.23.0: [2021-03-22T22:22:04.015Z] Successfully uninstalled requests-2.23.0 [2021-03-22T22:22:04.591Z] Running setup.py install for texttable: started [2021-03-22T22:22:05.166Z] Running setup.py install for texttable: finished with status 'done' [2021-03-22T22:22:05.166Z] Running setup.py install for PyYAML: started [2021-03-22T22:22:05.738Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-22T22:22:05.738Z] Running setup.py install for docopt: started [2021-03-22T22:22:06.001Z] Running setup.py install for docopt: finished with status 'done' [2021-03-22T22:22:06.001Z] Running setup.py install for dockerpty: started [2021-03-22T22:22:06.575Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-22T22:22:06.839Z] 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-22T22:22:10.148Z] Removing intermediate container e97fdc833fe2 [2021-03-22T22:22:10.148Z] ---> 7d6727c630c7 [2021-03-22T22:22:10.148Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-22T22:22:10.148Z] ---> Running in 6897d2abc212 [2021-03-22T22:22:11.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:11.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-22T22:22:11.103Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-22T22:22:11.103Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-22T22:22:11.103Z] (3/3) Installing curl (7.69.1-r3) [2021-03-22T22:22:11.103Z] Executing busybox-1.31.1-r19.trigger [2021-03-22T22:22:11.103Z] OK: 72 MiB in 58 packages [2021-03-22T22:22:11.680Z] Removing intermediate container 6897d2abc212 [2021-03-22T22:22:11.680Z] ---> 6e5f6c22a017 [2021-03-22T22:22:11.680Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-22T22:22:11.680Z] ---> Running in 628fd5b082e9 [2021-03-22T22:22:11.945Z] Removing intermediate container 628fd5b082e9 [2021-03-22T22:22:11.945Z] ---> c58a0eb07551 [2021-03-22T22:22:11.946Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-22T22:22:11.946Z] ---> Running in e52ebf720d1b [2021-03-22T22:22:12.211Z] Removing intermediate container e52ebf720d1b [2021-03-22T22:22:12.211Z] ---> 04867d8c43ac [2021-03-22T22:22:12.211Z] Step 24/26 : LABEL arch=x86_64 [2021-03-22T22:22:12.211Z] ---> Running in 464aeeb461c7 [2021-03-22T22:22:12.474Z] Removing intermediate container 464aeeb461c7 [2021-03-22T22:22:12.474Z] ---> 583bf18f373e [2021-03-22T22:22:12.474Z] Step 25/26 : LABEL git_sha=2807aebda7c3a490a0d76e7f0a64bb01c3290329 [2021-03-22T22:22:12.474Z] ---> Running in 3385a23fc528 [2021-03-22T22:22:12.736Z] Removing intermediate container 3385a23fc528 [2021-03-22T22:22:12.736Z] ---> ddaf8b95e82c [2021-03-22T22:22:12.736Z] Step 26/26 : LABEL version=0.0.0 [2021-03-22T22:22:12.736Z] ---> Running in 846cd968a6c6 [2021-03-22T22:22:12.997Z] Removing intermediate container 846cd968a6c6 [2021-03-22T22:22:12.997Z] ---> 4651ffac6f82 [2021-03-22T22:22:12.997Z] [2021-03-22T22:22:12.997Z] Successfully built 4651ffac6f82 [2021-03-22T22:22:13.260Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-22T22:22:13.533Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-22T22:22:13.582Z] $ docker stop --time=1 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d [2021-03-22T22:22:15.418Z] $ docker rm -f 858b14350ef1b9db2f90dbe1f4d1690d8fc56f98f42d9279b01252f0c606729d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-22T22:22:15.982Z] + docker images [2021-03-22T22:22:15.982Z] + grep docker [2021-03-22T22:22:16.243Z] docker-sys-mgmt-agent-go latest 4651ffac6f82 4 seconds ago 313MB [2021-03-22T22:22:16.243Z] docker-core-data-go latest ccb94e8e5226 31 seconds ago 22.6MB [2021-03-22T22:22:16.243Z] docker-security-secretstore-setup-go latest d6cc3569c498 56 seconds ago 25MB [2021-03-22T22:22:16.243Z] docker-support-scheduler-go latest 7366c9a6fa9b About a minute ago 17.3MB [2021-03-22T22:22:16.243Z] docker-security-bootstrapper-go latest d434cbd449dc 2 minutes ago 18.8MB [2021-03-22T22:22:16.243Z] docker-core-metadata-go latest f768115bdef3 2 minutes ago 19.1MB [2021-03-22T22:22:16.243Z] docker-support-notifications-go latest e0da4fd68da2 2 minutes ago 17.9MB [2021-03-22T22:22:16.243Z] docker-core-command-go latest 25223e4b6795 2 minutes ago 17.3MB [2021-03-22T22:22:16.243Z] docker-security-proxy-setup-go latest d95c7210485a 2 minutes ago 24.7MB [2021-03-22T22:22:16.243Z] 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-22T22:22:31.941Z] Still waiting to schedule task [2021-03-22T22:22:31.941Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-22T22:23:17.762Z] Running on prd-ubuntu18.04-docker-8c-8g-30951 in /w/workspace/edgexfoundry_edgex-go_PR-3285 [Pipeline] { [Pipeline] ws [2021-03-22T22:23:17.816Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-22T22:23:20.089Z] using credential edgex-jenkins-ssh [2021-03-22T22:23:20.143Z] Cloning the remote Git repository [2021-03-22T22:23:20.162Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:23:20.223Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-22T22:23:20.249Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:23:20.250Z] > git --version # timeout=10 [2021-03-22T22:23:20.255Z] > git --version # 'git version 2.17.1' [2021-03-22T22:23:20.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:23:20.277Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:23:27.178Z] Merging remotes/origin/master commit bf41993ae39f966b0d993bd56432d2f66e6af597 into PR head commit 9b06d15e045ca4d8d0d106306a839d20aa72a9cd [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-03-22T22:23:26.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:23:26.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-22T22:23:26.716Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-22T22:23:26.727Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-22T22:23:26.727Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-22T22:23:26.732Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3285/head:refs/remotes/origin/PR-3285 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-22T22:23:27.183Z] > git config core.sparsecheckout # timeout=10 [2021-03-22T22:23:27.186Z] > git checkout -f 9b06d15e045ca4d8d0d106306a839d20aa72a9cd # timeout=10 [Pipeline] } [2021-03-22T22:23:28.669Z] 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-22T22:23:30.598Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:23:31.497Z] ---> package-listing.sh [2021-03-22T22:23:31.497Z] ++ facter osfamily [2021-03-22T22:23:31.497Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-22T22:23:31.497Z] + OS_FAMILY=redhat [2021-03-22T22:23:31.497Z] + workspace=/w/workspace/edgex-go/2 [2021-03-22T22:23:31.497Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-22T22:23:31.497Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-22T22:23:31.497Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-22T22:23:31.497Z] + PACKAGES=/tmp/packages_start.txt [2021-03-22T22:23:31.497Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-22T22:23:31.497Z] + PACKAGES=/tmp/packages_end.txt [2021-03-22T22:23:31.497Z] + case "${OS_FAMILY}" in [2021-03-22T22:23:31.497Z] + rpm -qa [2021-03-22T22:23:31.497Z] + sort [2021-03-22T22:23:36.802Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-22T22:23:36.802Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-22T22:23:36.802Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-22T22:23:36.802Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-22T22:23:36.802Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-22T22:23:36.802Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-22T22:23:36.815Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-22T22:23:37.112Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:23:37.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:23:37.424Z] [2021-03-22T22:23:37.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-22T22:23:37.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:23:37.778Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-22T22:23:37.778Z] df20fa9351a1: Pulling fs layer [2021-03-22T22:23:37.778Z] 36b3adc4ff6f: Pulling fs layer [2021-03-22T22:23:37.778Z] 8ad3a11d3b57: Pulling fs layer [2021-03-22T22:23:37.778Z] 46f8f816bc3b: Pulling fs layer [2021-03-22T22:23:37.778Z] 93b61091891f: Pulling fs layer [2021-03-22T22:23:37.778Z] 93b9cdb0e59b: Pulling fs layer [2021-03-22T22:23:37.778Z] 5e14af77c1be: Pulling fs layer [2021-03-22T22:23:37.778Z] 01666e4c0597: Pulling fs layer [2021-03-22T22:23:37.778Z] aa168da1d23b: Pulling fs layer [2021-03-22T22:23:37.778Z] 93b9cdb0e59b: Waiting [2021-03-22T22:23:37.778Z] 5e14af77c1be: Waiting [2021-03-22T22:23:37.778Z] 01666e4c0597: Waiting [2021-03-22T22:23:37.778Z] aa168da1d23b: Waiting [2021-03-22T22:23:37.778Z] 46f8f816bc3b: Waiting [2021-03-22T22:23:37.778Z] 93b61091891f: Waiting [2021-03-22T22:23:37.778Z] 36b3adc4ff6f: Verifying Checksum [2021-03-22T22:23:37.778Z] 36b3adc4ff6f: Download complete [2021-03-22T22:23:37.778Z] 46f8f816bc3b: Verifying Checksum [2021-03-22T22:23:37.778Z] 46f8f816bc3b: Download complete [2021-03-22T22:23:38.045Z] df20fa9351a1: Download complete [2021-03-22T22:23:38.045Z] 93b9cdb0e59b: Verifying Checksum [2021-03-22T22:23:38.045Z] 93b9cdb0e59b: Download complete [2021-03-22T22:23:38.045Z] 93b61091891f: Verifying Checksum [2021-03-22T22:23:38.045Z] 93b61091891f: Download complete [2021-03-22T22:23:38.045Z] 5e14af77c1be: Verifying Checksum [2021-03-22T22:23:38.045Z] 5e14af77c1be: Download complete [2021-03-22T22:23:38.045Z] 01666e4c0597: Verifying Checksum [2021-03-22T22:23:38.045Z] 01666e4c0597: Download complete [2021-03-22T22:23:38.309Z] 8ad3a11d3b57: Verifying Checksum [2021-03-22T22:23:38.309Z] 8ad3a11d3b57: Download complete [2021-03-22T22:23:38.309Z] df20fa9351a1: Pull complete [2021-03-22T22:23:38.579Z] 36b3adc4ff6f: Pull complete [2021-03-22T22:23:39.995Z] aa168da1d23b: Verifying Checksum [2021-03-22T22:23:39.995Z] aa168da1d23b: Download complete [2021-03-22T22:23:40.569Z] 8ad3a11d3b57: Pull complete [2021-03-22T22:23:40.884Z] 46f8f816bc3b: Pull complete [2021-03-22T22:23:41.147Z] 93b61091891f: Pull complete [2021-03-22T22:23:41.409Z] 93b9cdb0e59b: Pull complete [2021-03-22T22:23:41.409Z] 5e14af77c1be: Pull complete [2021-03-22T22:23:41.671Z] 01666e4c0597: Pull complete [2021-03-22T22:23:49.848Z] aa168da1d23b: Pull complete [2021-03-22T22:23:49.848Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-22T22:23:49.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-22T22:23:49.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-22T22:23:50.062Z] prd-centos7-docker-4c-2g-30943 does not seem to be running inside a container [2021-03-22T22:23:50.116Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-22T22:23:58.844Z] $ docker top 0173bb6b0d056d1ea59b340f390885f11596b4892f0f63485e2c531df51daed5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-22T22:23:59.455Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-22T22:23:59.769Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-22T22:24:00.072Z] + ls /var/log/sa-host [2021-03-22T22:24:00.072Z] + sadf -c /var/log/sa-host/sa22 [2021-03-22T22:24:00.072Z] file_magic: OK [2021-03-22T22:24:00.072Z] HZ: Using current value: 100 [2021-03-22T22:24:00.072Z] file_header: OK [2021-03-22T22:24:00.072Z] 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-22T22:24:00.072Z] Statistics: [2021-03-22T22:24:00.072Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-22T22:24:00.072Z] File successfully converted to sysstat format version 12.2.1 [2021-03-22T22:24:00.072Z] + sadf -c /var/log/sa-host/sa23 [2021-03-22T22:24:00.072Z] file_magic: OK [2021-03-22T22:24:00.072Z] HZ: Using current value: 100 [2021-03-22T22:24:00.072Z] file_header: OK [2021-03-22T22:24:00.072Z] 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-22T22:24:00.072Z] Statistics: [2021-03-22T22:24:00.072Z] Hnuu...uuuununununu... [2021-03-22T22:24:00.072Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-22T22:24:00.748Z] provisioning config files... [2021-03-22T22:24:00.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8097822152847339662tmp [Pipeline] { [Pipeline] echo [2021-03-22T22:24:00.851Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:01.160Z] ---> create-netrc.sh [Pipeline] } [2021-03-22T22:24:01.170Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-22T22:24:01.260Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:01.566Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-22T22:24:01.577Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:01.892Z] ---> sudo-logs.sh [2021-03-22T22:24:01.892Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-22T22:24:01.959Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:02.359Z] ---> job-cost.sh [2021-03-22T22:24:02.359Z] lf-activate-venv: SKIPPING [2021-03-22T22:24:02.359Z] INFO: No Stack... [2021-03-22T22:24:02.936Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-22T22:24:03.883Z] INFO: Archiving Costs [Pipeline] echo [2021-03-22T22:24:03.897Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-22T22:24:04.203Z] ---> logs-deploy.sh [2021-03-22T22:24:04.203Z] lf-activate-venv: SKIPPING [2021-03-22T22:24:04.203Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3285/2 [2021-03-22T22:24:04.203Z] INFO: archiving workspace using pattern(s): [2021-03-22T22:24:06.123Z] Archives upload complete. [2021-03-22T22:24:06.123Z] INFO: archiving logs to Nexus