Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a31d707a985f2a2c82673e0a11119d02d3fdd0bf+43abde9ba23a76d4b5d84ad674fe94457f4f4498 (5e0729331fc061aad156f8ef97b400000fc688d5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1226 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/81 [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/81 # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf Merge succeeded, producing 11a7fb3ae213d8a451820eae10c648eda954c939 Checking out Revision 11a7fb3ae213d8a451820eae10c648eda954c939 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # 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 43abde9ba23a76d4b5d84ad674fe94457f4f4498 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11a7fb3ae213d8a451820eae10c648eda954c939 # timeout=10 Commit message: "Merge commit '43abde9ba23a76d4b5d84ad674fe94457f4f4498' into HEAD" > git rev-list --no-walk a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T18:51:26.864Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T18:51:26.953Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T18:51:26.980Z] ========================================================= [2021-04-20T18:51:26.980Z] EdgeX Global Pipelines Version Info [2021-04-20T18:51:26.980Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:51:28.618Z] ------------------- [2021-04-20T18:51:28.618Z] stable info: [2021-04-20T18:51:28.618Z] ------------------- [2021-04-20T18:51:28.618Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T18:51:28.618Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T18:51:28.618Z] Message: update stable to v1.0.186 [2021-04-20T18:51:29.564Z] ------------------- [2021-04-20T18:51:29.564Z] experimental info: [2021-04-20T18:51:29.564Z] ------------------- [2021-04-20T18:51:29.564Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T18:51:29.564Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T18:51:29.564Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T18:51:29.685Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T18:51:29.709Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T18:51:29.735Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T18:51:29.758Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T18:51:29.780Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T18:51:29.802Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T18:51:29.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T18:51:29.846Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T18:51:29.869Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T18:51:29.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T18:51:29.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T18:51:29.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T18:51:29.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T18:51:29.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T18:51:30.012Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:51:30.036Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T18:51:30.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T18:51:30.081Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T18:51:30.106Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T18:51:30.128Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T18:51:30.150Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T18:51:30.171Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T18:51:30.192Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T18:51:30.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-04-20T18:51:30.234Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-04-20T18:51:30.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 11a7fb3ae213d8a451820eae10c648eda954c939 [Pipeline] echo [2021-04-20T18:51:30.278Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 11a7fb3 [Pipeline] echo [2021-04-20T18:51:30.300Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T18:51:30.397Z] provisioning config files... [2021-04-20T18:51:30.429Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/81@tmp/config798777169470203126tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T18:51:30.748Z] ---> docker-login.sh [2021-04-20T18:51:30.748Z] nexus3.edgexfoundry.org:10001 [2021-04-20T18:51:31.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:51:31.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:51:31.013Z] Configure a credential helper to remove this warning. See [2021-04-20T18:51:31.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:51:31.013Z] [2021-04-20T18:51:31.013Z] Login Succeeded [2021-04-20T18:51:31.013Z] nexus3.edgexfoundry.org:10002 [2021-04-20T18:51:31.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:51:31.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:51:31.283Z] Configure a credential helper to remove this warning. See [2021-04-20T18:51:31.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:51:31.283Z] [2021-04-20T18:51:31.283Z] Login Succeeded [2021-04-20T18:51:31.283Z] nexus3.edgexfoundry.org:10003 [2021-04-20T18:51:31.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:51:31.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:51:31.547Z] Configure a credential helper to remove this warning. See [2021-04-20T18:51:31.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:51:31.547Z] [2021-04-20T18:51:31.547Z] Login Succeeded [2021-04-20T18:51:31.547Z] nexus3.edgexfoundry.org:10004 [2021-04-20T18:51:31.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:51:31.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:51:31.816Z] Configure a credential helper to remove this warning. See [2021-04-20T18:51:31.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:51:31.816Z] [2021-04-20T18:51:31.816Z] Login Succeeded [2021-04-20T18:51:31.816Z] docker.io [2021-04-20T18:51:31.816Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T18:51:32.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T18:51:32.083Z] Configure a credential helper to remove this warning. See [2021-04-20T18:51:32.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T18:51:32.083Z] [2021-04-20T18:51:32.083Z] Login Succeeded [2021-04-20T18:51:32.083Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T18:51:32.093Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T18:51:32.428Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T18:51:32.428Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T18:51:32.428Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T18:51:32.428Z] ++ cut -d/ -f2 [2021-04-20T18:51:32.428Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T18:51:32.511Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:51:33.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:51:33.149Z] [2021-04-20T18:51:33.149Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:51:33.465Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:51:33.465Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T18:51:33.465Z] 31603596830f: Pulling fs layer [2021-04-20T18:51:33.465Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T18:51:33.465Z] 6ca5941a6612: Pulling fs layer [2021-04-20T18:51:33.465Z] ecc8261a40a4: Pulling fs layer [2021-04-20T18:51:33.465Z] ecc8261a40a4: Waiting [2021-04-20T18:51:33.465Z] 2a8b12db71e7: Download complete [2021-04-20T18:51:33.730Z] 31603596830f: Verifying Checksum [2021-04-20T18:51:33.730Z] 31603596830f: Download complete [2021-04-20T18:51:33.730Z] 6ca5941a6612: Verifying Checksum [2021-04-20T18:51:33.730Z] 6ca5941a6612: Download complete [2021-04-20T18:51:33.998Z] ecc8261a40a4: Verifying Checksum [2021-04-20T18:51:33.998Z] ecc8261a40a4: Download complete [2021-04-20T18:51:33.998Z] 31603596830f: Pull complete [2021-04-20T18:51:34.267Z] 2a8b12db71e7: Pull complete [2021-04-20T18:51:35.223Z] 6ca5941a6612: Pull complete [2021-04-20T18:51:35.223Z] ecc8261a40a4: Pull complete [2021-04-20T18:51:35.223Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T18:51:35.223Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T18:51:35.223Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T18:51:35.337Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T18:51:35.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T18:51:37.890Z] $ docker top 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T18:51:38.120Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:51:38.120Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:51:38.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:51:38.359Z] $ docker exec 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent [2021-04-20T18:51:38.542Z] SSH_AUTH_SOCK=/tmp/ssh-PYgOI4taYLdP/agent.13 [2021-04-20T18:51:38.542Z] SSH_AGENT_PID=18 [2021-04-20T18:51:38.553Z] Running ssh-add (command line suppressed) [2021-04-20T18:51:38.681Z] Identity added: /w/workspace/edgex-go/81@tmp/private_key_6047429094622118190.key (/w/workspace/edgex-go/81@tmp/private_key_6047429094622118190.key) [2021-04-20T18:51:38.734Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:51:39.040Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T18:51:39.061Z] $ docker exec --env ******** --env ******** 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent -k [2021-04-20T18:51:39.186Z] unset SSH_AUTH_SOCK; [2021-04-20T18:51:39.187Z] unset SSH_AGENT_PID; [2021-04-20T18:51:39.187Z] echo Agent pid 18 killed; [2021-04-20T18:51:39.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T18:51:39.286Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T18:51:39.286Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T18:51:39.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T18:51:39.472Z] $ docker exec 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent [2021-04-20T18:51:39.654Z] SSH_AUTH_SOCK=/tmp/ssh-kebes04N5mQd/agent.46 [2021-04-20T18:51:39.654Z] SSH_AGENT_PID=51 [2021-04-20T18:51:39.662Z] Running ssh-add (command line suppressed) [2021-04-20T18:51:39.783Z] Identity added: /w/workspace/edgex-go/81@tmp/private_key_1553843032882669216.key (/w/workspace/edgex-go/81@tmp/private_key_1553843032882669216.key) [2021-04-20T18:51:39.852Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T18:51:40.167Z] + git semver init [2021-04-20T18:51:40.167Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T18:51:40.167Z] # $GIT_DIR = /w/workspace/edgex-go/81/.git [2021-04-20T18:51:40.167Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/81 [2021-04-20T18:51:40.167Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T18:51:40.167Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T18:51:40.167Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T18:51:40.167Z] # $SEMVER_BRANCH = PR-3234 [2021-04-20T18:51:40.167Z] # $SEMVER_TEMP = /tmp/semver-125337963 [2021-04-20T18:51:40.167Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T18:52:02.204Z] # '/tmp/semver-125337963' -> '/w/workspace/edgex-go/81/.semver' [2021-04-20T18:52:02.204Z] # -> Force: false [2021-04-20T18:52:02.204Z] # $SEMVER_DIR = /w/workspace/edgex-go/81/.semver [Pipeline] } [2021-04-20T18:52:02.222Z] $ docker exec --env ******** --env ******** 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b ssh-agent -k [2021-04-20T18:52:02.522Z] unset SSH_AUTH_SOCK; [2021-04-20T18:52:02.522Z] unset SSH_AGENT_PID; [2021-04-20T18:52:02.522Z] echo Agent pid 51 killed; [2021-04-20T18:52:02.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T18:52:02.978Z] + git semver [Pipeline] } [2021-04-20T18:52:02.997Z] $ docker stop --time=1 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b [2021-04-20T18:52:04.614Z] $ docker rm -f 7887227a3b3bef79ab235577a5f77ab56c1c56ab0aed5d72cd3b3fdbbb732e3b [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T18:52:05.119Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T18:52:05.557Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T18:52:05.561Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T18:52:06.064Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T18:52:06.433Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T18:52:06.781Z] + true [2021-04-20T18:52:06.781Z] + sudo service docker restart [2021-04-20T18:52:06.781Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T18:52:07.373Z] ========================================================= [2021-04-20T18:52:07.373Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T18:52:07.373Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:52:07.686Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T18:52:11.929Z] Sending build context to Docker daemon 329.6MB [2021-04-20T18:52:11.929Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T18:52:11.929Z] Step 2/6 : FROM ${BASE} [2021-04-20T18:52:11.929Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T18:52:11.929Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T18:52:11.929Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T18:52:11.929Z] de9db76c5a1d: Pulling fs layer [2021-04-20T18:52:11.929Z] bca2f99d35d6: Pulling fs layer [2021-04-20T18:52:11.929Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T18:52:11.929Z] 7c6f9722023f: Pulling fs layer [2021-04-20T18:52:11.929Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T18:52:11.929Z] 7c6f9722023f: Waiting [2021-04-20T18:52:11.929Z] a35cf1a2eb13: Waiting [2021-04-20T18:52:11.929Z] bca2f99d35d6: Waiting [2021-04-20T18:52:11.929Z] 93359f2a8cfa: Waiting [2021-04-20T18:52:11.929Z] de9db76c5a1d: Verifying Checksum [2021-04-20T18:52:11.929Z] de9db76c5a1d: Download complete [2021-04-20T18:52:11.929Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T18:52:11.929Z] 0ef7d3d256c8: Download complete [2021-04-20T18:52:11.929Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T18:52:11.929Z] 93359f2a8cfa: Download complete [2021-04-20T18:52:11.929Z] 7c6f9722023f: Download complete [2021-04-20T18:52:11.929Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T18:52:11.929Z] 188c0c94c7c5: Download complete [2021-04-20T18:52:12.198Z] 188c0c94c7c5: Pull complete [2021-04-20T18:52:12.467Z] 0ef7d3d256c8: Pull complete [2021-04-20T18:52:12.467Z] de9db76c5a1d: Pull complete [2021-04-20T18:52:13.427Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T18:52:13.427Z] a35cf1a2eb13: Download complete [2021-04-20T18:52:14.005Z] bca2f99d35d6: Verifying Checksum [2021-04-20T18:52:14.005Z] bca2f99d35d6: Download complete [2021-04-20T18:52:19.349Z] bca2f99d35d6: Pull complete [2021-04-20T18:52:19.349Z] 93359f2a8cfa: Pull complete [2021-04-20T18:52:19.349Z] 7c6f9722023f: Pull complete [2021-04-20T18:52:20.699Z] Still waiting to schedule task [2021-04-20T18:52:20.699Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-20T18:52:25.986Z] a35cf1a2eb13: Pull complete [2021-04-20T18:52:25.986Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T18:52:25.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T18:52:25.986Z] ---> a62c8e92a672 [2021-04-20T18:52:25.986Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T18:52:25.986Z] ---> Running in b2ce16126b4b [2021-04-20T18:52:26.576Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:52:27.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:52:27.423Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T18:52:28.376Z] (2/12) Installing file (5.38-r0) [2021-04-20T18:52:28.376Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T18:52:28.376Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T18:52:33.693Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T18:52:33.693Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T18:52:33.693Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T18:52:33.693Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T18:52:33.693Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T18:52:33.693Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T18:52:33.693Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T18:52:33.693Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T18:52:33.956Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T18:52:33.956Z] OK: 233 MiB in 51 packages [2021-04-20T18:52:37.300Z] Removing intermediate container b2ce16126b4b [2021-04-20T18:52:37.301Z] ---> 834f5b6f1b3b [2021-04-20T18:52:37.301Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T18:52:37.301Z] ---> Running in a634ca61dc18 [2021-04-20T18:52:37.301Z] Removing intermediate container a634ca61dc18 [2021-04-20T18:52:37.301Z] ---> 7bbcf3a33cbf [2021-04-20T18:52:37.301Z] Step 5/6 : COPY go.mod . [2021-04-20T18:52:37.566Z] ---> 51b2f3684a16 [2021-04-20T18:52:37.566Z] Step 6/6 : RUN go mod download [2021-04-20T18:52:37.566Z] ---> Running in 8ab697e9ddec [2021-04-20T18:52:59.627Z] Removing intermediate container 8ab697e9ddec [2021-04-20T18:52:59.627Z] ---> 089eb2231a1f [2021-04-20T18:52:59.627Z] Successfully built 089eb2231a1f [2021-04-20T18:52:59.627Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:52:59.953Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T18:52:59.953Z] . [Pipeline] withDockerContainer [2021-04-20T18:53:00.084Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T18:53:00.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@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 ******** ci-base-image-x86_64 cat [2021-04-20T18:53:01.196Z] $ docker top 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T18:53:01.630Z] + go version [2021-04-20T18:53:01.630Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T18:53:01.647Z] $ docker stop --time=1 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e [2021-04-20T18:53:03.076Z] $ docker rm -f 68569d0cc43f6b9d748b8228c3decb70e5279ffe1bf51cc121df9a2fbbf9b00e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:53:03.607Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T18:53:03.607Z] . [Pipeline] withDockerContainer [2021-04-20T18:53:03.712Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T18:53:03.766Z] $ 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/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@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 ******** ci-base-image-x86_64 cat [2021-04-20T18:53:04.676Z] $ docker top 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T18:53:04.849Z] ========================================================= [2021-04-20T18:53:04.849Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T18:53:04.849Z] ========================================================= [Pipeline] sh [2021-04-20T18:53:05.155Z] + make test [2021-04-20T18:53:05.156Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T18:53:15.252Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T18:53:30.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T18:53:38.590Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T18:53:39.173Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T18:53:39.173Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T18:53:41.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T18:53:41.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T18:53:41.125Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T18:53:41.403Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T18:53:42.375Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T18:53:42.655Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T18:53:45.260Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T18:53:45.260Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T18:53:45.260Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T18:53:47.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T18:53:47.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T18:53:47.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-04-20T18:53:47.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.196s coverage: 27.1% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.131s coverage: 71.3% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.170s coverage: 82.9% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:53:52.619Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.074s coverage: 78.9% of statements [2021-04-20T18:53:52.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.082s coverage: 100.0% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T18:53:55.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T18:53:55.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T18:53:57.882Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.437s coverage: 93.0% of statements [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T18:53:57.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T18:53:57.882Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.9% of statements [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T18:53:57.882Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T18:53:57.882Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.112s coverage: 47.1% of statements [2021-04-20T18:53:57.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements [2021-04-20T18:53:57.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements [2021-04-20T18:53:57.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-04-20T18:53:58.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-04-20T18:54:10.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.092s coverage: 94.4% of statements [2021-04-20T18:54:10.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-04-20T18:54:13.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.239s coverage: 81.9% of statements [2021-04-20T18:54:13.076Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T18:54:25.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.096s coverage: 92.9% of statements [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T18:54:25.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T18:54:25.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T18:54:25.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T18:54:25.420Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-20T18:54:25.420Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.089s coverage: 84.6% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.131s coverage: 91.6% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.160s coverage: 38.4% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.150s coverage: 47.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.055s coverage: 9.6% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.162s coverage: 88.6% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 28.7% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.068s coverage: 64.6% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 95.6% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T18:54:25.421Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements [2021-04-20T18:54:25.421Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-20T18:54:25.421Z] GO111MODULE=on go vet ./... [2021-04-20T18:54:58.241Z] gofmt -l . [2021-04-20T18:54:58.241Z] [ "`gofmt -l .`" = "" ] [2021-04-20T18:54:58.241Z] ./bin/test-go-mod-tidy.sh [2021-04-20T18:54:58.241Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T18:54:58.558Z] + ls -al . [2021-04-20T18:54:58.558Z] total 812 [2021-04-20T18:54:58.558Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 18:54 . [2021-04-20T18:54:58.558Z] drwxr-xr-x 4 root root 30 Apr 20 18:53 .. [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 18:51 .dockerignore [2021-04-20T18:54:58.558Z] drwxrwxr-x 8 1001 1001 179 Apr 20 18:51 .git [2021-04-20T18:54:58.558Z] drwxrwxr-x 3 1001 1001 125 Apr 20 18:51 .github [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 18:51 .gitignore [2021-04-20T18:54:58.558Z] drwx------ 3 1001 1001 60 Apr 20 18:52 .semver [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 18:51 .sonarcloud.properties [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 18:51 Attribution.txt [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 18:51 CONTRIBUTING.md [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 18:51 Dockerfile.build [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 18:51 Jenkinsfile [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 18:51 LICENSE [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 18:51 Makefile [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 18:51 README.md [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 18:51 SECURITY.md [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 18:52 VERSION [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 18:51 ZMQWindows.md [2021-04-20T18:54:58.558Z] drwxrwxr-x 2 1001 1001 117 Apr 20 18:51 bin [2021-04-20T18:54:58.558Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 18:51 cmd [2021-04-20T18:54:58.558Z] -rw-r--r-- 1 root root 703598 Apr 20 18:54 coverage.out [2021-04-20T18:54:58.558Z] -rw-r--r-- 1 root root 1060 Apr 20 18:54 go.mod [2021-04-20T18:54:58.558Z] -rw-r--r-- 1 root root 22075 Apr 20 18:54 go.sum [2021-04-20T18:54:58.558Z] drwxrwxr-x 8 1001 1001 127 Apr 20 18:51 internal [2021-04-20T18:54:58.558Z] drwxrwxr-x 4 1001 1001 26 Apr 20 18:51 openapi [2021-04-20T18:54:58.558Z] drwxrwxr-x 4 1001 1001 71 Apr 20 18:51 snap [2021-04-20T18:54:58.558Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 18:51 version.go [Pipeline] sh [2021-04-20T18:54:58.892Z] + '[' -e coverage.out ] [2021-04-20T18:54:58.892Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T18:54:59.102Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1230 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T18:54:59.119Z] Running in /w/workspace/edgex-go/81 [Pipeline] { [2021-04-20T18:54:59.125Z] Stashed 1 file(s) [Pipeline] sh [Pipeline] checkout [2021-04-20T18:54:59.432Z] + make build [2021-04-20T18:54:59.432Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T18:55:03.672Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T18:55:05.001Z] using credential edgex-jenkins-ssh [2021-04-20T18:55:05.087Z] Cloning the remote Git repository [2021-04-20T18:55:05.181Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:55:05.406Z] > git init /w/workspace/edgex-go/81 # timeout=10 [2021-04-20T18:55:05.509Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:55:05.510Z] > git --version # timeout=10 [2021-04-20T18:55:05.548Z] > git --version # 'git version 2.17.1' [2021-04-20T18:55:05.550Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T18:55:05.610Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T18:55:13.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T18:55:13.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T18:55:15.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T18:55:16.348Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T18:55:17.781Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T18:55:19.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T18:55:20.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T18:55:22.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T18:55:23.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T18:55:24.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T18:55:26.853Z] $ docker stop --time=1 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f [2021-04-20T18:55:28.588Z] $ docker rm -f 4e45c9f51adade7394a7a036e12803053161aa73a5e3704e60556963bf0d413f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:55:30.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:55:30.156Z] [2021-04-20T18:55:30.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:55:30.489Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:55:30.489Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T18:55:30.489Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T18:55:30.489Z] ca9280d653b3: Pulling fs layer [2021-04-20T18:55:30.489Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T18:55:30.755Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-20T18:55:30.755Z] cbdbe7a5bc2a: Download complete [2021-04-20T18:55:31.027Z] ca9280d653b3: Verifying Checksum [2021-04-20T18:55:31.027Z] ca9280d653b3: Download complete [2021-04-20T18:55:31.298Z] cbdbe7a5bc2a: Pull complete [2021-04-20T18:55:31.442Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T18:55:31.609Z] Failed in branch arm64 [2021-04-20T18:55:32.276Z] ca9280d653b3: Pull complete [2021-04-20T18:55:32.276Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T18:55:32.276Z] 7e9c9ca2126c: Download complete [2021-04-20T18:55:30.659Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T18:55:30.681Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T18:55:30.718Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T18:55:30.748Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T18:55:30.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T18:55:30.772Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T18:55:31.465Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T18:55:31.477Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [2021-04-20T18:55:40.467Z] 7e9c9ca2126c: Pull complete [2021-04-20T18:55:40.467Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T18:55:40.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:55:40.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T18:55:40.615Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T18:55:40.674Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@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-devops/edgex-compose:latest cat [2021-04-20T18:55:43.569Z] $ docker top a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T18:55:44.063Z] + docker-compose build --help [2021-04-20T18:55:44.063Z] + grep parallel [2021-04-20T18:55:45.011Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T18:55:45.289Z] $ docker stop --time=1 a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 [2021-04-20T18:55:46.655Z] $ docker rm -f a4846ad8939cfb4b929baea52ab7d0733731b953d7f8a29aaff65b451a7d8913 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T18:55:47.139Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T18:55:47.139Z] . [Pipeline] withDockerContainer [2021-04-20T18:55:47.260Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T18:55:47.310Z] $ 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/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@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-04-20T18:55:48.224Z] $ docker top d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T18:55:48.679Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T18:55:49.627Z] Building docker-core-command-go ... [2021-04-20T18:55:49.627Z] Building docker-core-data-go ... [2021-04-20T18:55:49.627Z] Building docker-core-metadata-go ... [2021-04-20T18:55:49.627Z] Building docker-security-bootstrapper-go ... [2021-04-20T18:55:49.627Z] Building docker-security-proxy-setup-go ... [2021-04-20T18:55:49.627Z] Building docker-security-secretstore-setup-go ... [2021-04-20T18:55:49.627Z] Building docker-support-notifications-go ... [2021-04-20T18:55:49.627Z] Building docker-support-scheduler-go ... [2021-04-20T18:55:49.627Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T18:55:49.627Z] Building docker-sys-mgmt-agent-go [2021-04-20T18:55:49.627Z] Building docker-security-proxy-setup-go [2021-04-20T18:55:49.627Z] Building docker-support-scheduler-go [2021-04-20T18:55:49.627Z] Building docker-core-command-go [2021-04-20T18:55:49.627Z] Building docker-support-notifications-go [2021-04-20T18:56:28.586Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:56:28.586Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:56:28.586Z] ---> 089eb2231a1f [2021-04-20T18:56:28.586Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T18:56:28.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:56:28.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:56:28.586Z] ---> 089eb2231a1f [2021-04-20T18:56:28.586Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T18:56:28.586Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:56:28.586Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:56:28.586Z] [2021-04-20T18:56:28.586Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 089eb2231a1f [2021-04-20T18:56:28.586Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T18:56:28.586Z] [2021-04-20T18:56:28.586Z] ---> 089eb2231a1f [2021-04-20T18:56:28.586Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T18:56:28.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:56:28.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:56:28.586Z] ---> 089eb2231a1f [2021-04-20T18:56:28.586Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T18:56:28.586Z] ---> Running in e1917a35f89f [2021-04-20T18:56:28.586Z] ---> Running in 318824162bf7 [2021-04-20T18:56:28.586Z] ---> Running in b64f882fb74f [2021-04-20T18:56:28.586Z] ---> Running in 7e7b99da6001 [2021-04-20T18:56:28.586Z] ---> Running in 7a3d22d5d8ac [2021-04-20T18:56:28.586Z] Removing intermediate container 318824162bf7 [2021-04-20T18:56:28.586Z] ---> 0279675436ce [2021-04-20T18:56:28.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:56:28.586Z] Removing intermediate container b64f882fb74f [2021-04-20T18:56:28.586Z] ---> 06cbe2bc1fe7 [2021-04-20T18:56:28.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:56:28.586Z] Removing intermediate container 7e7b99da6001 [2021-04-20T18:56:28.586Z] ---> 5194ca21141e [2021-04-20T18:56:28.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:56:28.586Z] Removing intermediate container e1917a35f89f [2021-04-20T18:56:28.586Z] ---> 87affde6f9e6 [2021-04-20T18:56:28.586Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:56:28.586Z] Removing intermediate container 7a3d22d5d8ac [2021-04-20T18:56:28.586Z] ---> 7c8fae8fe8c9 [2021-04-20T18:56:28.586Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:56:28.586Z] ---> Running in e0849c103b42 [2021-04-20T18:56:28.586Z] ---> Running in 1f71c89f8a46 [2021-04-20T18:56:28.586Z] ---> Running in 7a9e7ec01541 [2021-04-20T18:56:28.586Z] ---> Running in f43986ac04f2 [2021-04-20T18:56:28.586Z] ---> Running in d72d345379fe [2021-04-20T18:56:28.586Z] Removing intermediate container e0849c103b42 [2021-04-20T18:56:28.586Z] ---> a44c9cb688d0 [2021-04-20T18:56:28.586Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T18:56:28.586Z] Removing intermediate container 7a9e7ec01541 [2021-04-20T18:56:28.586Z] ---> 8279621ab3ac [2021-04-20T18:56:28.586Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T18:56:28.586Z] Removing intermediate container 1f71c89f8a46 [2021-04-20T18:56:28.586Z] ---> 6aee21a4b81a [2021-04-20T18:56:28.586Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T18:56:28.869Z] ---> Running in 6c6a7b2503a2 [2021-04-20T18:56:28.869Z] ---> Running in cdea6f0035b0 [2021-04-20T18:56:28.869Z] ---> Running in d49f40085cec [2021-04-20T18:56:28.869Z] Removing intermediate container d72d345379fe [2021-04-20T18:56:28.869Z] ---> a9ef43a4ffb7 [2021-04-20T18:56:28.869Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T18:56:29.132Z] Removing intermediate container f43986ac04f2 [2021-04-20T18:56:29.132Z] ---> 87681c66e926 [2021-04-20T18:56:29.132Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T18:56:29.132Z] ---> Running in 4bedfed629ab [2021-04-20T18:56:29.132Z] ---> Running in c18c31a14266 [2021-04-20T18:56:29.725Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:29.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:29.990Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:30.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:30.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:30.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:30.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:30.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:31.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:31.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:56:31.523Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:31.523Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:31.849Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:31.849Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:32.162Z] Removing intermediate container 6c6a7b2503a2 [2021-04-20T18:56:32.162Z] ---> a04cdc1e1e71 [2021-04-20T18:56:32.162Z] Step 6/22 : COPY go.mod . [2021-04-20T18:56:32.475Z] Removing intermediate container c18c31a14266 [2021-04-20T18:56:32.475Z] ---> 31029c139850 [2021-04-20T18:56:32.475Z] Step 6/23 : COPY go.mod . [2021-04-20T18:56:32.475Z] Removing intermediate container 4bedfed629ab [2021-04-20T18:56:32.475Z] ---> 6ce77ca68f51 [2021-04-20T18:56:32.475Z] Step 6/21 : COPY go.mod . [2021-04-20T18:56:32.475Z] ---> 0ea424b87027 [2021-04-20T18:56:32.475Z] Step 7/22 : RUN go mod download [2021-04-20T18:56:32.745Z] ---> cb158f9a6690 [2021-04-20T18:56:32.745Z] Step 7/23 : RUN go mod download [2021-04-20T18:56:32.745Z] ---> Running in 9c40b4c4f8ae [2021-04-20T18:56:32.745Z] Removing intermediate container d49f40085cec [2021-04-20T18:56:32.745Z] ---> 6567f7bd3961 [2021-04-20T18:56:32.745Z] Step 6/22 : COPY go.mod . [2021-04-20T18:56:33.008Z] ---> 7dc7832a325e [2021-04-20T18:56:33.008Z] Step 7/21 : RUN go mod download [2021-04-20T18:56:33.008Z] ---> Running in 4e4b1218324e [2021-04-20T18:56:33.271Z] ---> Running in 91f76195b6ea [2021-04-20T18:56:33.849Z] OK: 233 MiB in 51 packages [2021-04-20T18:56:34.116Z] ---> 021f0b2d2c18 [2021-04-20T18:56:34.116Z] Step 7/22 : RUN go mod download [2021-04-20T18:56:34.116Z] ---> Running in 5777fde36e50 [2021-04-20T18:56:35.083Z] Removing intermediate container cdea6f0035b0 [2021-04-20T18:56:35.083Z] ---> 77cbd8e6636f [2021-04-20T18:56:35.083Z] Step 6/23 : COPY go.mod . [2021-04-20T18:56:35.356Z] ---> 92de91a5e222 [2021-04-20T18:56:35.356Z] Step 7/23 : RUN go mod download [2021-04-20T18:56:35.356Z] ---> Running in d943d4188dfd [2021-04-20T18:56:36.319Z] Removing intermediate container 9c40b4c4f8ae [2021-04-20T18:56:36.319Z] ---> 7c30a93c6726 [2021-04-20T18:56:36.319Z] Step 8/22 : COPY . . [2021-04-20T18:56:36.319Z] Removing intermediate container 4e4b1218324e [2021-04-20T18:56:36.319Z] ---> 325e17369819 [2021-04-20T18:56:36.319Z] Step 8/23 : COPY . . [2021-04-20T18:56:36.319Z] Removing intermediate container 5777fde36e50 [2021-04-20T18:56:36.319Z] ---> 626efc81c7e9 [2021-04-20T18:56:36.319Z] Step 8/22 : COPY . . [2021-04-20T18:56:36.617Z] Removing intermediate container 91f76195b6ea [2021-04-20T18:56:36.617Z] ---> 6c6794346686 [2021-04-20T18:56:36.617Z] Step 8/21 : COPY . . [2021-04-20T18:56:44.872Z] Removing intermediate container d943d4188dfd [2021-04-20T18:56:44.872Z] ---> 6af8e3c80737 [2021-04-20T18:56:44.872Z] Step 8/23 : COPY . . [2021-04-20T18:57:23.835Z] ---> 911c03aaf9ea [2021-04-20T18:57:23.835Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T18:57:23.835Z] ---> 49be88b972ab [2021-04-20T18:57:23.835Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T18:57:23.835Z] ---> d67eac24109f [2021-04-20T18:57:23.835Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T18:57:23.835Z] ---> 4fc7a86a8b29 [2021-04-20T18:57:23.835Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T18:57:23.835Z] ---> c1a91441530c [2021-04-20T18:57:23.835Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T18:57:23.835Z] ---> Running in 25d58bf2d8ea [2021-04-20T18:57:23.835Z] ---> Running in c70d6ea2a910 [2021-04-20T18:57:23.835Z] ---> Running in c9bfb1d0213d [2021-04-20T18:57:23.835Z] ---> Running in e3a72f2966a5 [2021-04-20T18:57:23.835Z] ---> Running in cefcaddc6226 [2021-04-20T18:57:23.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T18:57:23.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T18:57:23.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T18:57:23.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T18:57:23.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T18:57:56.129Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T18:58:06.262Z] Removing intermediate container cefcaddc6226 [2021-04-20T18:58:06.262Z] ---> 35a2fcb09db3 [2021-04-20T18:58:06.262Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T18:58:06.842Z] Removing intermediate container c70d6ea2a910 [2021-04-20T18:58:06.842Z] ---> 691f9cc95e12 [2021-04-20T18:58:06.842Z] [2021-04-20T18:58:06.842Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T18:58:06.842Z] 3.12: Pulling from library/alpine [2021-04-20T18:58:08.244Z] ---> Running in 2c432f9f778f [2021-04-20T18:58:10.172Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T18:58:10.172Z] Removing intermediate container c9bfb1d0213d [2021-04-20T18:58:10.172Z] ---> ddac136a0da9 [2021-04-20T18:58:10.172Z] [2021-04-20T18:58:10.172Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T18:58:10.172Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T18:58:10.172Z] ---> 13621d1b12d4 [2021-04-20T18:58:10.172Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T18:58:10.172Z] Removing intermediate container 25d58bf2d8ea [2021-04-20T18:58:10.172Z] ---> f3279ad1c8e3 [2021-04-20T18:58:10.172Z] [2021-04-20T18:58:10.172Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T18:58:10.172Z] ---> 13621d1b12d4 [2021-04-20T18:58:10.172Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T18:58:10.172Z] 3.12: Pulling from library/alpine [2021-04-20T18:58:10.172Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T18:58:10.172Z] Status: Image is up to date for alpine:3.12 [2021-04-20T18:58:10.172Z] ---> 13621d1b12d4 [2021-04-20T18:58:10.172Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T18:58:10.172Z] Removing intermediate container e3a72f2966a5 [2021-04-20T18:58:10.172Z] ---> 1fa39cb32eca [2021-04-20T18:58:10.172Z] [2021-04-20T18:58:10.172Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T18:58:10.172Z] ---> 13621d1b12d4 [2021-04-20T18:58:10.172Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T18:58:10.172Z] ---> Running in 92b71280010e [2021-04-20T18:58:10.172Z] ---> Running in af315605abda [2021-04-20T18:58:10.172Z] ---> Running in 929e70c9b353 [2021-04-20T18:58:10.172Z] ---> Running in 86c019b738f8 [2021-04-20T18:58:10.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.433Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T18:58:11.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:58:11.706Z] OK: 6 MiB in 15 packages [2021-04-20T18:58:11.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:11.706Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T18:58:11.706Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T18:58:11.706Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T18:58:11.706Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T18:58:11.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:58:11.706Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T18:58:11.706Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T18:58:11.706Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T18:58:11.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:58:11.706Z] OK: 6 MiB in 15 packages [2021-04-20T18:58:11.706Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T18:58:11.706Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:58:11.973Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T18:58:11.973Z] OK: 7 MiB in 18 packages [2021-04-20T18:58:11.973Z] OK: 6 MiB in 16 packages [2021-04-20T18:58:12.925Z] Removing intermediate container 2c432f9f778f [2021-04-20T18:58:12.925Z] ---> 4c2b563d1f19 [2021-04-20T18:58:12.925Z] [2021-04-20T18:58:12.925Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T18:58:12.925Z] 20.10.0: Pulling from library/docker [2021-04-20T18:58:12.925Z] Removing intermediate container 92b71280010e [2021-04-20T18:58:12.925Z] ---> fb3a3b0fa985 [2021-04-20T18:58:12.925Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T18:58:14.851Z] ---> Running in 2ffcbc85b23c [2021-04-20T18:58:14.851Z] Removing intermediate container 929e70c9b353 [2021-04-20T18:58:14.851Z] ---> 973fbef90164 [2021-04-20T18:58:14.851Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T18:58:15.802Z] ---> Running in 2d1efaad10aa [2021-04-20T18:58:16.065Z] Removing intermediate container 2ffcbc85b23c [2021-04-20T18:58:16.065Z] ---> e55a1e921e63 [2021-04-20T18:58:16.065Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T18:58:16.065Z] Removing intermediate container 86c019b738f8 [2021-04-20T18:58:16.065Z] ---> 78c0acedb944 [2021-04-20T18:58:16.065Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T18:58:16.065Z] Removing intermediate container af315605abda [2021-04-20T18:58:16.065Z] ---> 555bb531d6c1 [2021-04-20T18:58:16.065Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T18:58:16.340Z] Removing intermediate container 2d1efaad10aa [2021-04-20T18:58:16.340Z] ---> d26b9d6ffd52 [2021-04-20T18:58:16.340Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T18:58:16.340Z] ---> Running in ceb49f205e80 [2021-04-20T18:58:16.340Z] ---> Running in 4965e20682e8 [2021-04-20T18:58:16.340Z] ---> Running in fb3a41b28492 [2021-04-20T18:58:16.340Z] ---> Running in ea3955d224cb [2021-04-20T18:58:16.608Z] Removing intermediate container 4965e20682e8 [2021-04-20T18:58:16.609Z] ---> 3407e138d6c2 [2021-04-20T18:58:16.609Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T18:58:16.609Z] Removing intermediate container ceb49f205e80 [2021-04-20T18:58:16.609Z] ---> be1db5c8ef50 [2021-04-20T18:58:16.609Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T18:58:16.880Z] Removing intermediate container fb3a41b28492 [2021-04-20T18:58:16.880Z] ---> 4799e43beb43 [2021-04-20T18:58:16.880Z] Step 13/21 : WORKDIR /edgex [2021-04-20T18:58:16.880Z] Removing intermediate container ea3955d224cb [2021-04-20T18:58:16.880Z] ---> 6be7abd84b61 [2021-04-20T18:58:16.880Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T18:58:16.880Z] ---> Running in 23517eaee42e [2021-04-20T18:58:16.880Z] ---> Running in b552341f8d7b [2021-04-20T18:58:17.144Z] ---> Running in 257473f8edb2 [2021-04-20T18:58:17.144Z] ---> Running in 94e1cfc50799 [2021-04-20T18:58:17.144Z] Removing intermediate container 23517eaee42e [2021-04-20T18:58:17.144Z] ---> 6df5e68e75b1 [2021-04-20T18:58:17.144Z] Step 15/23 : WORKDIR / [2021-04-20T18:58:17.420Z] Removing intermediate container b552341f8d7b [2021-04-20T18:58:17.420Z] ---> aa38215ba2d2 [2021-04-20T18:58:17.420Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T18:58:17.420Z] ---> Running in a2633320c14b [2021-04-20T18:58:17.697Z] Removing intermediate container 94e1cfc50799 [2021-04-20T18:58:17.697Z] ---> 7cf446eef21c [2021-04-20T18:58:17.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T18:58:17.697Z] Removing intermediate container 257473f8edb2 [2021-04-20T18:58:17.697Z] ---> 63a514e2877f [2021-04-20T18:58:17.697Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T18:58:17.697Z] ---> Running in 4c6e66b75ab3 [2021-04-20T18:58:17.697Z] Removing intermediate container a2633320c14b [2021-04-20T18:58:17.697Z] ---> cee933e052a3 [2021-04-20T18:58:17.697Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T18:58:17.977Z] Removing intermediate container 4c6e66b75ab3 [2021-04-20T18:58:17.977Z] ---> a6e3979dbba9 [2021-04-20T18:58:17.977Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T18:58:18.253Z] ---> b9e04f83fe02 [2021-04-20T18:58:18.253Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T18:58:18.253Z] ---> 666329645547 [2021-04-20T18:58:18.253Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T18:58:18.253Z] ---> 82cc9453024b [2021-04-20T18:58:18.253Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T18:58:18.534Z] ---> cf36808043d5 [2021-04-20T18:58:18.534Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T18:58:19.140Z] ---> d23554505a70 [2021-04-20T18:58:19.140Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T18:58:19.412Z] ---> 86d4b1c28dfe [2021-04-20T18:58:19.412Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T18:58:19.688Z] ---> 3f6661e22ce3 [2021-04-20T18:58:19.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T18:58:19.688Z] ---> c4150f2cac7d [2021-04-20T18:58:19.688Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T18:58:19.952Z] ---> 77f52cc86f71 [2021-04-20T18:58:19.952Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T18:58:20.536Z] ---> a7909e61503f [2021-04-20T18:58:20.536Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T18:58:20.536Z] ---> Running in 30e1696ea8bc [2021-04-20T18:58:20.536Z] ---> 5bb39bae396b [2021-04-20T18:58:20.536Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T18:58:20.801Z] ---> Running in cbe7b19407ab [2021-04-20T18:58:20.801Z] ---> d5759e47c318 [2021-04-20T18:58:20.801Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T18:58:20.801Z] ---> Running in d8005ed91032 [2021-04-20T18:58:20.801Z] ---> Running in 72c0b8c060c2 [2021-04-20T18:58:20.801Z] Removing intermediate container 30e1696ea8bc [2021-04-20T18:58:20.801Z] ---> 2eab96352ab9 [2021-04-20T18:58:20.801Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T18:58:21.064Z] ---> Running in 682719b615fa [2021-04-20T18:58:21.064Z] Removing intermediate container cbe7b19407ab [2021-04-20T18:58:21.064Z] ---> a7acbc1a829c [2021-04-20T18:58:21.064Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T18:58:21.064Z] Removing intermediate container d8005ed91032 [2021-04-20T18:58:21.064Z] ---> 4ddae0521837 [2021-04-20T18:58:21.064Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T18:58:21.328Z] Removing intermediate container 72c0b8c060c2 [2021-04-20T18:58:21.328Z] ---> a5ffa544ad72 [2021-04-20T18:58:21.328Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T18:58:21.328Z] ---> Running in 7670c14d37bb [2021-04-20T18:58:21.328Z] ---> Running in 58c3ec07ff95 [2021-04-20T18:58:21.328Z] ---> Running in 2ac2f42b4ce6 [2021-04-20T18:58:21.592Z] Removing intermediate container 682719b615fa [2021-04-20T18:58:21.592Z] ---> 15d33f0a1100 [2021-04-20T18:58:21.592Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T18:58:21.592Z] ---> Running in 6f0398a1d8f5 [2021-04-20T18:58:21.592Z] Removing intermediate container 7670c14d37bb [2021-04-20T18:58:21.592Z] ---> 2f05b2745912 [2021-04-20T18:58:21.592Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T18:58:21.856Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T18:58:21.856Z] Removing intermediate container 2ac2f42b4ce6 [2021-04-20T18:58:21.856Z] ---> 85b89b2b5c04 [2021-04-20T18:58:21.856Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T18:58:21.856Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T18:58:21.856Z] ---> aefe523efa57 [2021-04-20T18:58:21.856Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T18:58:21.856Z] Removing intermediate container 58c3ec07ff95 [2021-04-20T18:58:21.856Z] ---> 9ecfa865666b [2021-04-20T18:58:21.856Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T18:58:22.120Z] ---> Running in b8d7f5228764 [2021-04-20T18:58:22.120Z] ---> Running in 43cd2375dc66 [2021-04-20T18:58:22.120Z] ---> Running in dbeeeb65376c [2021-04-20T18:58:22.389Z] ---> Running in 44dceb57a305 [2021-04-20T18:58:22.389Z] Removing intermediate container 6f0398a1d8f5 [2021-04-20T18:58:22.389Z] ---> c7525d344bc6 [2021-04-20T18:58:22.389Z] Step 21/22 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T18:58:22.389Z] ---> Running in 7cf37a533e77 [2021-04-20T18:58:22.389Z] Removing intermediate container 43cd2375dc66 [2021-04-20T18:58:22.389Z] ---> 9d7a0c68eeda [2021-04-20T18:58:22.389Z] Step 20/21 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T18:58:22.655Z] Removing intermediate container dbeeeb65376c [2021-04-20T18:58:22.655Z] ---> 0ab9b1490dd2 [2021-04-20T18:58:22.655Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T18:58:22.655Z] Removing intermediate container b8d7f5228764 [2021-04-20T18:58:22.655Z] ---> 9600482ae73a [2021-04-20T18:58:22.655Z] Step 21/22 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T18:58:22.655Z] Removing intermediate container 44dceb57a305 [2021-04-20T18:58:22.655Z] ---> 2faec79bcf27 [2021-04-20T18:58:22.655Z] Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T18:58:22.655Z] ---> Running in 56f0bce70cb1 [2021-04-20T18:58:22.917Z] ---> Running in 406a251cbb7d [2021-04-20T18:58:22.918Z] ---> Running in e11d277ef165 [2021-04-20T18:58:22.918Z] ---> Running in a28777216ce0 [2021-04-20T18:58:22.918Z] Removing intermediate container 7cf37a533e77 [2021-04-20T18:58:22.918Z] ---> 2b79350cdaa4 [2021-04-20T18:58:22.918Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T18:58:23.182Z] ---> Running in c02fe52156f7 [2021-04-20T18:58:23.182Z] Removing intermediate container 56f0bce70cb1 [2021-04-20T18:58:23.182Z] ---> b3fe4685880d [2021-04-20T18:58:23.182Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T18:58:23.455Z] Removing intermediate container 406a251cbb7d [2021-04-20T18:58:23.455Z] ---> b992c30cf978 [2021-04-20T18:58:23.455Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T18:58:23.455Z] Removing intermediate container a28777216ce0 [2021-04-20T18:58:23.455Z] ---> 85f6ec94bddb [2021-04-20T18:58:23.455Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T18:58:23.455Z] ---> Running in 20fb7072040f [2021-04-20T18:58:23.455Z] ---> Running in c9d5608a9634 [2021-04-20T18:58:23.455Z] ---> Running in a12e9f67ce56 [2021-04-20T18:58:23.719Z] Removing intermediate container c02fe52156f7 [2021-04-20T18:58:23.719Z] ---> 65f9b2dc94b5 [2021-04-20T18:58:23.719Z] [2021-04-20T18:58:23.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:23.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:58:23.981Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T18:58:23.981Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T18:58:23.981Z] Executing bash-5.0.17-r0.post-install [2021-04-20T18:58:23.981Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T18:58:23.981Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T18:58:23.981Z] Successfully built 65f9b2dc94b5 [2021-04-20T18:58:23.981Z] Removing intermediate container 20fb7072040f [2021-04-20T18:58:23.981Z] ---> 4c15a6a24398 [2021-04-20T18:58:23.981Z] [2021-04-20T18:58:23.981Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T18:58:23.981Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T18:58:23.981Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T18:58:23.981Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T18:58:23.981Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T18:58:23.981Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T18:58:23.981Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T18:58:23.981Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T18:58:23.981Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T18:58:24.258Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T18:58:24.258Z] Building docker-core-data-go [2021-04-20T18:58:24.258Z]  Building docker-support-scheduler-go ... done Removing intermediate container c9d5608a9634 [2021-04-20T18:58:24.258Z] ---> f443d4565138 [2021-04-20T18:58:24.258Z] [2021-04-20T18:58:24.258Z] Removing intermediate container a12e9f67ce56 [2021-04-20T18:58:24.258Z] ---> 40bf9f5bded7 [2021-04-20T18:58:24.258Z] [2021-04-20T18:58:24.258Z] Successfully built 4c15a6a24398 [2021-04-20T18:58:24.529Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T18:58:24.529Z] Building docker-security-secretstore-setup-go [2021-04-20T18:58:24.529Z]  Building docker-security-proxy-setup-go ... done Successfully built f443d4565138 [2021-04-20T18:58:24.529Z] Successfully built 40bf9f5bded7 [2021-04-20T18:58:24.529Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T18:58:24.529Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-04-20T18:58:24.529Z] Successfully tagged docker-core-command-go:latest [2021-04-20T18:58:24.529Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-04-20T18:58:25.482Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T18:58:25.482Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T18:58:25.482Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T18:58:25.482Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T18:58:25.482Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T18:58:25.482Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T18:58:25.482Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T18:58:25.482Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T18:58:25.482Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T18:58:25.482Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T18:58:25.482Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T18:58:25.482Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T18:58:25.482Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T18:58:25.482Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T18:58:25.748Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T18:58:25.748Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T18:58:25.748Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T18:58:25.748Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T18:58:25.748Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T18:58:25.748Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T18:58:25.748Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T18:58:25.748Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T18:58:25.748Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T18:58:26.346Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T18:58:27.742Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T18:58:27.742Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T18:58:34.360Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T18:58:34.360Z] OK: 72 MiB in 59 packages [2021-04-20T18:58:40.991Z] Collecting docker-compose==1.23.2 [2021-04-20T18:58:40.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T18:58:40.991Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T18:58:40.991Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T18:58:41.572Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T18:58:41.572Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T18:58:41.842Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T18:58:41.842Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T18:58:42.115Z] Collecting PyYAML<4,>=3.10 [2021-04-20T18:58:42.115Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T18:58:43.570Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T18:58:43.570Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T18:58:46.300Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T18:58:46.301Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T18:58:47.299Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T18:58:47.299Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T18:58:47.299Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T18:58:47.299Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T18:58:47.299Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T18:58:48.738Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T18:58:48.738Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T18:58:50.459Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T18:58:50.459Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-20T18:58:51.881Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T18:58:51.881Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T18:58:52.154Z] Collecting idna<2.8,>=2.5 [2021-04-20T18:58:52.154Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T18:58:52.436Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T18:58:52.436Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T18:58:52.702Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T18:58:52.702Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T18:58:52.702Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T18:58:52.702Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T18:58:53.682Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, PyYAML, docopt, cached-property, jsonschema, texttable, docker-pycreds, docker, docker-compose [2021-04-20T18:58:53.682Z] Running setup.py install for dockerpty: started [2021-04-20T18:58:58.093Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T18:58:58.373Z] Attempting uninstall: urllib3 [2021-04-20T18:58:58.373Z] Found existing installation: urllib3 1.25.9 [2021-04-20T18:58:58.645Z] Uninstalling urllib3-1.25.9: [2021-04-20T18:58:58.914Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T18:58:59.187Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:58:59.187Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:58:59.187Z] ---> 089eb2231a1f [2021-04-20T18:58:59.187Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T18:58:59.187Z] ---> Using cache [2021-04-20T18:58:59.187Z] ---> 7c8fae8fe8c9 [2021-04-20T18:58:59.187Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:58:59.187Z] ---> Using cache [2021-04-20T18:58:59.187Z] ---> 87681c66e926 [2021-04-20T18:58:59.187Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T18:58:59.187Z] ---> Using cache [2021-04-20T18:58:59.187Z] ---> 31029c139850 [2021-04-20T18:58:59.187Z] Step 6/23 : COPY go.mod . [2021-04-20T18:58:59.467Z] ---> Using cache [2021-04-20T18:58:59.467Z] ---> cb158f9a6690 [2021-04-20T18:58:59.467Z] Step 7/23 : RUN go mod download [2021-04-20T18:58:59.467Z] ---> Using cache [2021-04-20T18:58:59.467Z] ---> 325e17369819 [2021-04-20T18:58:59.467Z] Step 8/23 : COPY . . [2021-04-20T18:58:59.735Z] ---> Using cache [2021-04-20T18:58:59.735Z] ---> d67eac24109f [2021-04-20T18:58:59.735Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T18:58:59.735Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:58:59.735Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:58:59.735Z] ---> 089eb2231a1f [2021-04-20T18:58:59.735Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T18:58:59.735Z] ---> Using cache [2021-04-20T18:58:59.735Z] ---> 7c8fae8fe8c9 [2021-04-20T18:58:59.735Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:58:59.735Z] ---> Using cache [2021-04-20T18:58:59.735Z] ---> 87681c66e926 [2021-04-20T18:58:59.735Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T18:59:00.331Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:59:00.331Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:59:00.331Z] ---> 089eb2231a1f [2021-04-20T18:59:00.331Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> 7c8fae8fe8c9 [2021-04-20T18:59:00.331Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> 87681c66e926 [2021-04-20T18:59:00.331Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> 31029c139850 [2021-04-20T18:59:00.331Z] Step 6/24 : COPY go.mod . [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> cb158f9a6690 [2021-04-20T18:59:00.331Z] Step 7/24 : RUN go mod download [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> 325e17369819 [2021-04-20T18:59:00.331Z] Step 8/24 : COPY . . [2021-04-20T18:59:00.331Z] ---> Using cache [2021-04-20T18:59:00.331Z] ---> d67eac24109f [2021-04-20T18:59:00.331Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T18:59:00.597Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T18:59:00.597Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T18:59:00.597Z] ---> 089eb2231a1f [2021-04-20T18:59:00.597Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> 7c8fae8fe8c9 [2021-04-20T18:59:00.597Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> 87681c66e926 [2021-04-20T18:59:00.597Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> 31029c139850 [2021-04-20T18:59:00.597Z] Step 6/31 : COPY go.mod . [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> cb158f9a6690 [2021-04-20T18:59:00.597Z] Step 7/31 : RUN go mod download [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> 325e17369819 [2021-04-20T18:59:00.597Z] Step 8/31 : COPY . . [2021-04-20T18:59:00.597Z] ---> Using cache [2021-04-20T18:59:00.597Z] ---> d67eac24109f [2021-04-20T18:59:00.597Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T18:59:01.558Z] Attempting uninstall: idna [2021-04-20T18:59:01.558Z] Found existing installation: idna 2.9 [2021-04-20T18:59:01.558Z] Uninstalling idna-2.9: [2021-04-20T18:59:01.558Z] Successfully uninstalled idna-2.9 [2021-04-20T18:59:01.558Z] ---> Running in a43bc3fee2d9 [2021-04-20T18:59:01.558Z] ---> Running in 770ab2fa8cfe [2021-04-20T18:59:01.558Z] ---> Running in dd5624394cbc [2021-04-20T18:59:01.558Z] ---> Running in c1c0d0ef6393 [2021-04-20T18:59:01.825Z] Attempting uninstall: requests [2021-04-20T18:59:01.825Z] Found existing installation: requests 2.23.0 [2021-04-20T18:59:01.825Z] Uninstalling requests-2.23.0: [2021-04-20T18:59:01.825Z] Successfully uninstalled requests-2.23.0 [2021-04-20T18:59:01.825Z] Running setup.py install for PyYAML: started [2021-04-20T18:59:03.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T18:59:03.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T18:59:03.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T18:59:03.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:03.252Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T18:59:03.252Z] Running setup.py install for docopt: started [2021-04-20T18:59:03.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:04.133Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T18:59:04.133Z] OK: 233 MiB in 51 packages [2021-04-20T18:59:04.133Z] Running setup.py install for texttable: started [2021-04-20T18:59:05.558Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T18:59:07.020Z] Removing intermediate container 770ab2fa8cfe [2021-04-20T18:59:07.020Z] ---> 06ba007c66e0 [2021-04-20T18:59:07.020Z] Step 6/23 : COPY go.mod . [2021-04-20T18:59:07.621Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-20T18:59:08.213Z] ---> 0515cb1d8ec4 [2021-04-20T18:59:08.213Z] Step 7/23 : RUN go mod download [2021-04-20T18:59:08.213Z] ---> Running in e383c7be6a74 [2021-04-20T18:59:14.947Z] Removing intermediate container e383c7be6a74 [2021-04-20T18:59:14.947Z] ---> 60bb35874094 [2021-04-20T18:59:14.947Z] Step 8/23 : COPY . . [2021-04-20T18:59:38.061Z] Removing intermediate container e11d277ef165 [2021-04-20T18:59:38.061Z] ---> 4d150172046c [2021-04-20T18:59:38.061Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T18:59:38.061Z] ---> Running in 5dc2cecb135a [2021-04-20T18:59:38.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T18:59:41.416Z] Removing intermediate container 5dc2cecb135a [2021-04-20T18:59:41.416Z] ---> bfd48f73c27d [2021-04-20T18:59:41.416Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T18:59:42.826Z] ---> Running in 6317711c409c [2021-04-20T18:59:43.825Z] Removing intermediate container 6317711c409c [2021-04-20T18:59:43.825Z] ---> 835db5d1896e [2021-04-20T18:59:43.825Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T18:59:48.087Z] Removing intermediate container dd5624394cbc [2021-04-20T18:59:48.087Z] ---> 6d025abe64fe [2021-04-20T18:59:48.087Z] [2021-04-20T18:59:48.087Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T18:59:48.087Z] ---> 13621d1b12d4 [2021-04-20T18:59:48.087Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T18:59:48.087Z] ---> 22a97491e492 [2021-04-20T18:59:48.087Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T18:59:48.087Z] ---> Running in d99dbb54adc2 [2021-04-20T18:59:48.087Z] ---> 8f689e694360 [2021-04-20T18:59:48.087Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T18:59:48.350Z] ---> Running in 0b4046db1893 [2021-04-20T18:59:49.760Z] ---> 7edfa456ed2e [2021-04-20T18:59:49.760Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T18:59:49.760Z] Removing intermediate container d99dbb54adc2 [2021-04-20T18:59:49.760Z] ---> a03e21777de0 [2021-04-20T18:59:49.760Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T18:59:51.169Z] ---> Running in ee73a4b0897e [2021-04-20T18:59:51.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T18:59:51.433Z] ---> 406094bc1243 [2021-04-20T18:59:51.433Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T18:59:51.433Z] Removing intermediate container c1c0d0ef6393 [2021-04-20T18:59:51.433Z] ---> 727c2ca43644 [2021-04-20T18:59:51.433Z] [2021-04-20T18:59:51.433Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T18:59:51.433Z] ---> 13621d1b12d4 [2021-04-20T18:59:51.433Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T18:59:51.433Z] Removing intermediate container a43bc3fee2d9 [2021-04-20T18:59:51.433Z] ---> c86afa5251e4 [2021-04-20T18:59:51.433Z] [2021-04-20T18:59:51.433Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T18:59:51.433Z] ---> 13621d1b12d4 [2021-04-20T18:59:51.433Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T18:59:51.433Z] ---> Using cache [2021-04-20T18:59:51.433Z] ---> 973fbef90164 [2021-04-20T18:59:51.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T18:59:51.433Z] ---> Using cache [2021-04-20T18:59:51.433Z] ---> d26b9d6ffd52 [2021-04-20T18:59:51.433Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T18:59:52.018Z] ---> Running in 799757ec5a54 [2021-04-20T18:59:52.614Z] ---> Running in c2d498c79ee7 [2021-04-20T18:59:52.614Z] ---> Running in 9610fc522e64 [2021-04-20T18:59:52.889Z] Removing intermediate container 799757ec5a54 [2021-04-20T18:59:52.889Z] ---> 19ea52c77e11 [2021-04-20T18:59:52.889Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T18:59:53.157Z] ---> Running in 3d92473c2895 [2021-04-20T18:59:53.157Z] Removing intermediate container 9610fc522e64 [2021-04-20T18:59:53.157Z] ---> dff41a8dcf8f [2021-04-20T18:59:53.157Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T18:59:53.421Z] ---> Running in d274ed6fcf69 [2021-04-20T18:59:53.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:53.421Z] Removing intermediate container 3d92473c2895 [2021-04-20T18:59:53.421Z] ---> 5ff5359bcc12 [2021-04-20T18:59:53.421Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T18:59:53.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:53.704Z] ---> Running in bd96ba680622 [2021-04-20T18:59:53.704Z] Removing intermediate container d274ed6fcf69 [2021-04-20T18:59:53.704Z] ---> ac36aff760dc [2021-04-20T18:59:53.704Z] Step 15/23 : WORKDIR / [2021-04-20T18:59:53.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:53.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T18:59:53.704Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T18:59:53.704Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T18:59:53.704Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:59:53.704Z] OK: 6 MiB in 16 packages [2021-04-20T18:59:53.969Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T18:59:53.969Z] ---> Running in 8e8d355adc1a [2021-04-20T18:59:53.969Z] Removing intermediate container bd96ba680622 [2021-04-20T18:59:53.969Z] ---> cdc4bbe32fec [2021-04-20T18:59:53.969Z] Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T18:59:53.969Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T18:59:53.969Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T18:59:53.969Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T18:59:53.969Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T18:59:53.969Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T18:59:53.969Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T18:59:53.969Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T18:59:53.969Z] OK: 7 MiB in 20 packages [2021-04-20T18:59:54.575Z] ---> Running in 99e1ac3b298f [2021-04-20T18:59:54.852Z] Removing intermediate container 8e8d355adc1a [2021-04-20T18:59:54.852Z] ---> 7b924ddcb2ee [2021-04-20T18:59:54.852Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T18:59:55.128Z] Removing intermediate container 99e1ac3b298f [2021-04-20T18:59:55.128Z] ---> 24ff6df13784 [2021-04-20T18:59:55.128Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T18:59:56.546Z] ---> Running in d789713b1a93 [2021-04-20T18:59:56.546Z] Removing intermediate container ee73a4b0897e [2021-04-20T18:59:56.546Z] ---> bd5671b59b6a [2021-04-20T18:59:56.546Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T18:59:56.546Z] ---> 806a1fd03fff [2021-04-20T18:59:56.546Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T18:59:56.546Z] Removing intermediate container c2d498c79ee7 [2021-04-20T18:59:56.546Z] ---> 19f4d26d1291 [2021-04-20T18:59:56.546Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T18:59:56.813Z] ---> Running in 51e5e239e0b2 [2021-04-20T18:59:57.085Z] ---> Running in 0e76f2dc7e4b [2021-04-20T18:59:57.085Z] Removing intermediate container d789713b1a93 [2021-04-20T18:59:57.085Z] ---> 58fc8ceb04ce [2021-04-20T18:59:57.085Z] [2021-04-20T18:59:57.347Z] Successfully built 58fc8ceb04ce [2021-04-20T18:59:57.610Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T18:59:57.610Z] Removing intermediate container 51e5e239e0b2 [2021-04-20T18:59:57.610Z]  Building docker-sys-mgmt-agent-go ... done  ---> 65ae6eca4aed [2021-04-20T18:59:57.610Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T18:59:57.877Z] ---> Running in 99aed38ef978 [2021-04-20T18:59:57.877Z] ---> ef48be71291f [2021-04-20T18:59:57.877Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T18:59:57.877Z] Removing intermediate container 0e76f2dc7e4b [2021-04-20T18:59:57.877Z] ---> d5e09f958781 [2021-04-20T18:59:57.877Z] Step 13/24 : WORKDIR / [2021-04-20T18:59:58.145Z] ---> Running in 1db10fddab12 [2021-04-20T18:59:58.145Z] Removing intermediate container 99aed38ef978 [2021-04-20T18:59:58.145Z] ---> 44a648759a6b [2021-04-20T18:59:58.145Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T18:59:58.412Z] ---> Running in 16f87ae76603 [2021-04-20T18:59:58.412Z] Removing intermediate container 1db10fddab12 [2021-04-20T18:59:58.412Z] ---> 8a8c129e4b69 [2021-04-20T18:59:58.412Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T18:59:58.680Z] ---> f9d85799694a [2021-04-20T18:59:58.680Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T18:59:58.680Z] ---> Running in ef20867df1dd [2021-04-20T19:00:00.616Z] Removing intermediate container ef20867df1dd [2021-04-20T19:00:00.616Z] ---> 303418d08f79 [2021-04-20T19:00:00.616Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:00:00.616Z] ---> c35b22fecb42 [2021-04-20T19:00:00.616Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:00:00.616Z] ---> Running in 2af813619b06 [2021-04-20T19:00:00.885Z] Removing intermediate container 2af813619b06 [2021-04-20T19:00:00.885Z] ---> f01791bd4d9b [2021-04-20T19:00:00.885Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:00:00.885Z] ---> 5302ac20d269 [2021-04-20T19:00:00.885Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:00:01.162Z] ---> Running in 5bef5a4cd7c2 [2021-04-20T19:00:01.162Z] Removing intermediate container 16f87ae76603 [2021-04-20T19:00:01.162Z] ---> 6d6929a6c715 [2021-04-20T19:00:01.162Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:00:01.162Z] ---> Running in a90ee4a8e18c [2021-04-20T19:00:01.446Z] Removing intermediate container 5bef5a4cd7c2 [2021-04-20T19:00:01.446Z] ---> 8e1db90f2756 [2021-04-20T19:00:01.446Z] Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T19:00:01.446Z] ---> 5e60a5c1b7ff [2021-04-20T19:00:01.446Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:00:01.723Z] Removing intermediate container a90ee4a8e18c [2021-04-20T19:00:01.723Z] ---> 5b4c88ca1988 [2021-04-20T19:00:01.723Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:00:01.723Z] ---> Running in 58513d258352 [2021-04-20T19:00:02.339Z] Removing intermediate container 58513d258352 [2021-04-20T19:00:02.339Z] ---> 2b35aae84ed0 [2021-04-20T19:00:02.339Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:00:02.339Z] ---> Running in 2e847082001d [2021-04-20T19:00:02.339Z] ---> f66924459a22 [2021-04-20T19:00:02.339Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:00:02.622Z] ---> Running in 226cb301f600 [2021-04-20T19:00:02.622Z] ---> 7991b4cfe3c1 [2021-04-20T19:00:02.622Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:00:02.901Z] Removing intermediate container 2e847082001d [2021-04-20T19:00:02.901Z] ---> 47ba29e25404 [2021-04-20T19:00:02.901Z] [2021-04-20T19:00:03.508Z] Successfully built 47ba29e25404 [2021-04-20T19:00:03.508Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:00:03.781Z]  Building docker-core-metadata-go ... done  ---> 7bb4adc44c47 [2021-04-20T19:00:03.781Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:00:05.717Z] ---> 0c1d8d7a9a66 [2021-04-20T19:00:05.717Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:00:05.996Z] ---> Running in f18ee09943ed [2021-04-20T19:00:06.274Z] Removing intermediate container 226cb301f600 [2021-04-20T19:00:06.274Z] ---> aa507b8dd3ed [2021-04-20T19:00:06.274Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:00:06.883Z] ---> 1dac0c32442c [2021-04-20T19:00:06.883Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:00:07.870Z] Removing intermediate container f18ee09943ed [2021-04-20T19:00:07.870Z] ---> a2cc87de33d6 [2021-04-20T19:00:07.870Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:00:07.870Z] ---> Running in 6a69adbc01fd [2021-04-20T19:00:07.870Z] ---> eacec7fd2240 [2021-04-20T19:00:08.165Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:00:08.165Z] Removing intermediate container 6a69adbc01fd [2021-04-20T19:00:08.165Z] ---> b037df5137e1 [2021-04-20T19:00:08.165Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:00:08.165Z] ---> Running in 4633291a25dd [2021-04-20T19:00:08.446Z] ---> 8be71cbeddc1 [2021-04-20T19:00:08.446Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:00:08.446Z] Removing intermediate container 4633291a25dd [2021-04-20T19:00:08.446Z] ---> add4499f425c [2021-04-20T19:00:08.446Z] Step 23/24 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T19:00:08.723Z] ---> Running in 37cba6a2ed4f [2021-04-20T19:00:08.723Z] ---> 2ac3e42fe638 [2021-04-20T19:00:08.723Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:00:08.992Z] Removing intermediate container 37cba6a2ed4f [2021-04-20T19:00:08.992Z] ---> 09c157679dbc [2021-04-20T19:00:08.992Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:00:08.992Z] ---> Running in 1131b0136463 [2021-04-20T19:00:09.258Z] ---> 5e3b01dae2c1 [2021-04-20T19:00:09.258Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:00:09.258Z] Removing intermediate container 1131b0136463 [2021-04-20T19:00:09.258Z] ---> dfd7226e4cf2 [2021-04-20T19:00:09.258Z] [2021-04-20T19:00:09.258Z] ---> Running in 162a0ee4e284 [2021-04-20T19:00:09.523Z] Successfully built dfd7226e4cf2 [2021-04-20T19:00:09.523Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:00:09.523Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 162a0ee4e284 [2021-04-20T19:00:09.523Z] ---> 4ee052bd36c8 [2021-04-20T19:00:09.523Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:00:10.134Z] ---> c2252e06ec82 [2021-04-20T19:00:10.134Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:00:10.134Z] ---> Running in 2fa6772c2136 [2021-04-20T19:00:12.694Z] Removing intermediate container 2fa6772c2136 [2021-04-20T19:00:12.694Z] ---> 9527afc7d13d [2021-04-20T19:00:12.694Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:00:13.273Z] ---> Running in 67e46c6b653e [2021-04-20T19:00:14.675Z] Removing intermediate container 0b4046db1893 [2021-04-20T19:00:14.675Z] ---> 0be908c44a94 [2021-04-20T19:00:14.675Z] [2021-04-20T19:00:14.675Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:00:14.675Z] ---> 13621d1b12d4 [2021-04-20T19:00:14.675Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:00:14.675Z] Removing intermediate container 67e46c6b653e [2021-04-20T19:00:14.675Z] ---> 7704c19b5cbc [2021-04-20T19:00:14.675Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:00:14.675Z] ---> Running in c96110650fff [2021-04-20T19:00:14.675Z] ---> Running in 71a05aa99268 [2021-04-20T19:00:14.675Z] Removing intermediate container c96110650fff [2021-04-20T19:00:14.675Z] ---> b0181bd9edcf [2021-04-20T19:00:14.675Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:00:14.938Z] ---> Running in a9936b6b37c7 [2021-04-20T19:00:14.938Z] Removing intermediate container 71a05aa99268 [2021-04-20T19:00:14.938Z] ---> a56f613349c6 [2021-04-20T19:00:14.938Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:00:14.938Z] ---> Running in bc1074c5d204 [2021-04-20T19:00:14.938Z] Removing intermediate container a9936b6b37c7 [2021-04-20T19:00:14.938Z] ---> 4c639f1b67e0 [2021-04-20T19:00:14.938Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:00:15.200Z] ---> Running in f1591f1eb7fb [2021-04-20T19:00:15.200Z] Removing intermediate container bc1074c5d204 [2021-04-20T19:00:15.200Z] ---> d38dd15c18ad [2021-04-20T19:00:15.200Z] Step 30/31 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T19:00:15.466Z] ---> Running in 51ceaf443c35 [2021-04-20T19:00:15.466Z] Removing intermediate container f1591f1eb7fb [2021-04-20T19:00:15.466Z] ---> f31908608ec4 [2021-04-20T19:00:15.466Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:00:15.466Z] ---> Running in 8feba8ed02dd [2021-04-20T19:00:15.735Z] Removing intermediate container 51ceaf443c35 [2021-04-20T19:00:15.735Z] ---> c3209bb14c13 [2021-04-20T19:00:15.735Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:00:16.001Z] ---> Running in 337756e8f3e1 [2021-04-20T19:00:16.275Z] Removing intermediate container 337756e8f3e1 [2021-04-20T19:00:16.275Z] ---> 75dfafa59e25 [2021-04-20T19:00:16.275Z] [2021-04-20T19:00:16.275Z] Successfully built 75dfafa59e25 [2021-04-20T19:00:16.275Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:00:16.852Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8feba8ed02dd [2021-04-20T19:00:16.852Z] ---> 70a9ce48a446 [2021-04-20T19:00:16.852Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:00:16.852Z] ---> Running in 4cae137cd57c [2021-04-20T19:00:17.116Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:17.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:00:18.266Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:00:18.266Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:00:18.529Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:00:18.529Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:00:19.476Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:00:19.476Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:00:19.476Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:00:19.476Z] OK: 8 MiB in 20 packages [2021-04-20T19:00:20.064Z] Removing intermediate container 4cae137cd57c [2021-04-20T19:00:20.064Z] ---> 58695d6d7d7d [2021-04-20T19:00:20.064Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:00:20.331Z] ---> 52613985d294 [2021-04-20T19:00:20.331Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:00:20.905Z] ---> 75f651f69750 [2021-04-20T19:00:20.905Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:00:21.167Z] ---> 814c074b8032 [2021-04-20T19:00:21.168Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:00:21.168Z] ---> Running in 6797fc673866 [2021-04-20T19:00:21.430Z] Removing intermediate container 6797fc673866 [2021-04-20T19:00:21.430Z] ---> dc432c9015b5 [2021-04-20T19:00:21.430Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:00:21.430Z] ---> Running in 62ff3f535074 [2021-04-20T19:00:21.695Z] Removing intermediate container 62ff3f535074 [2021-04-20T19:00:21.695Z] ---> bf4c40a564ac [2021-04-20T19:00:21.695Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:00:21.695Z] ---> Running in ee4097301fea [2021-04-20T19:00:21.695Z] Removing intermediate container ee4097301fea [2021-04-20T19:00:21.695Z] ---> 9a56d357625d [2021-04-20T19:00:21.695Z] Step 22/23 : LABEL git_sha=11a7fb3ae213d8a451820eae10c648eda954c939 [2021-04-20T19:00:21.958Z] ---> Running in 01f170f86690 [2021-04-20T19:00:21.958Z] Removing intermediate container 01f170f86690 [2021-04-20T19:00:21.958Z] ---> f43692df9fe4 [2021-04-20T19:00:21.958Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:00:22.219Z] ---> Running in 9d5c0c7790cc [2021-04-20T19:00:22.219Z] Removing intermediate container 9d5c0c7790cc [2021-04-20T19:00:22.219Z] ---> f696419d112b [2021-04-20T19:00:22.219Z] [2021-04-20T19:00:22.481Z] Successfully built f696419d112b [2021-04-20T19:00:22.481Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:00:22.772Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T19:00:22.839Z] $ docker stop --time=1 d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 [2021-04-20T19:00:24.579Z] $ docker rm -f d8fd88272643f4b60f684a7f522a0c820f08f482356390a6386f88bf1ff7a9f8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:00:25.288Z] + docker images [2021-04-20T19:00:25.288Z] + grep docker [2021-04-20T19:00:25.865Z] docker-core-data-go latest f696419d112b 3 seconds ago 22.9MB [2021-04-20T19:00:25.865Z] docker-security-bootstrapper-go latest 75dfafa59e25 10 seconds ago 19.3MB [2021-04-20T19:00:25.865Z] docker-security-secretstore-setup-go latest dfd7226e4cf2 16 seconds ago 26.3MB [2021-04-20T19:00:25.865Z] docker-core-metadata-go latest 47ba29e25404 23 seconds ago 19.2MB [2021-04-20T19:00:25.865Z] docker-sys-mgmt-agent-go latest 58fc8ceb04ce 29 seconds ago 312MB [2021-04-20T19:00:25.865Z] docker-core-command-go latest 40bf9f5bded7 2 minutes ago 17.5MB [2021-04-20T19:00:25.865Z] docker-security-proxy-setup-go latest 4c15a6a24398 2 minutes ago 26MB [2021-04-20T19:00:25.865Z] docker-support-notifications-go latest f443d4565138 2 minutes ago 18.2MB [2021-04-20T19:00:25.865Z] docker-support-scheduler-go latest 65f9b2dc94b5 2 minutes ago 17.7MB [2021-04-20T19:00:25.865Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:00:41.260Z] Still waiting to schedule task [2021-04-20T19:00:41.260Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-04-20T19:01:34.889Z] Running on prd-ubuntu18.04-docker-8c-8g-1237 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-04-20T19:01:34.908Z] Running in /w/workspace/edgex-go/81 [Pipeline] { [Pipeline] checkout [2021-04-20T19:01:37.470Z] using credential edgex-jenkins-ssh [2021-04-20T19:01:37.483Z] Cloning the remote Git repository [2021-04-20T19:01:37.514Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:01:37.591Z] > git init /w/workspace/edgex-go/81 # timeout=10 [2021-04-20T19:01:37.634Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:01:37.634Z] > git --version # timeout=10 [2021-04-20T19:01:37.642Z] > git --version # 'git version 2.17.1' [2021-04-20T19:01:37.642Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:01:37.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:01:47.643Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:01:47.647Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:01:47.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:01:47.678Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:01:47.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:01:47.682Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:01:48.195Z] Merging remotes/origin/master commit 43abde9ba23a76d4b5d84ad674fe94457f4f4498 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:01:48.368Z] 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-04-20T19:01:49.146Z] ---> sysstat.sh [2021-04-20T19:01:48.209Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:01:48.214Z] > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:01:50.047Z] ---> package-listing.sh [2021-04-20T19:01:50.047Z] ++ facter osfamily [2021-04-20T19:01:50.047Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:01:50.047Z] + OS_FAMILY=redhat [2021-04-20T19:01:50.047Z] + workspace=/w/workspace/edgex-go/81 [2021-04-20T19:01:50.047Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:01:50.047Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:01:50.047Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:01:50.047Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:01:50.047Z] + '[' /w/workspace/edgex-go/81 ']' [2021-04-20T19:01:50.047Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:01:50.047Z] + case "${OS_FAMILY}" in [2021-04-20T19:01:50.047Z] + rpm -qa [2021-04-20T19:01:50.047Z] + sort [2021-04-20T19:01:55.387Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:01:55.388Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:01:55.388Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:01:55.388Z] + '[' /w/workspace/edgex-go/81 ']' [2021-04-20T19:01:55.388Z] + mkdir -p /w/workspace/edgex-go/81/archives/ [2021-04-20T19:01:55.388Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/81/archives/ [Pipeline] echo [2021-04-20T19:01:55.402Z] 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/81/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:01:55.699Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:56.276Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:01:56.276Z] [2021-04-20T19:01:56.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:01:56.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:01:56.737Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:01:56.737Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:01:56.737Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:01:56.737Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:01:56.737Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:01:56.737Z] 93b61091891f: Pulling fs layer [2021-04-20T19:01:56.737Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:01:56.737Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:01:56.737Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:01:56.737Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:01:56.737Z] 46f8f816bc3b: Waiting [2021-04-20T19:01:56.737Z] 93b61091891f: Waiting [2021-04-20T19:01:56.737Z] 93b9cdb0e59b: Waiting [2021-04-20T19:01:56.737Z] 5e14af77c1be: Waiting [2021-04-20T19:01:56.737Z] 01666e4c0597: Waiting [2021-04-20T19:01:56.737Z] aa168da1d23b: Waiting [2021-04-20T19:01:56.737Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T19:01:56.737Z] 36b3adc4ff6f: Download complete [2021-04-20T19:01:56.737Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:01:56.737Z] 46f8f816bc3b: Download complete [2021-04-20T19:01:56.737Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:01:56.737Z] df20fa9351a1: Download complete [2021-04-20T19:01:56.737Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:01:56.737Z] 93b9cdb0e59b: Download complete [2021-04-20T19:01:56.737Z] 93b61091891f: Verifying Checksum [2021-04-20T19:01:56.737Z] 93b61091891f: Download complete [2021-04-20T19:01:56.737Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:01:56.737Z] 5e14af77c1be: Download complete [2021-04-20T19:01:57.067Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:01:57.067Z] 01666e4c0597: Download complete [2021-04-20T19:01:57.067Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T19:01:57.067Z] 8ad3a11d3b57: Download complete [2021-04-20T19:01:57.378Z] df20fa9351a1: Pull complete [2021-04-20T19:01:57.647Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:01:59.634Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:01:59.635Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:01:59.635Z] aa168da1d23b: Download complete [2021-04-20T19:01:59.899Z] 46f8f816bc3b: Pull complete [2021-04-20T19:02:00.490Z] 93b61091891f: Pull complete [2021-04-20T19:02:00.756Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:02:00.756Z] 5e14af77c1be: Pull complete [2021-04-20T19:02:01.024Z] 01666e4c0597: Pull complete [2021-04-20T19:02:11.123Z] aa168da1d23b: Pull complete [2021-04-20T19:02:11.123Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:02:11.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:02:11.123Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:02:11.431Z] prd-centos7-docker-4c-2g-1226 does not seem to be running inside a container [2021-04-20T19:02:11.484Z] $ 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/81/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/81 -v /w/workspace/edgex-go/81:/w/workspace/edgex-go/81:rw,z -v /w/workspace/edgex-go/81@tmp:/w/workspace/edgex-go/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:02:16.615Z] $ docker top b7e91b8b5f8cf94bc0a6c0e1f242f0d2086e0ea198e7bb4891c48bdfb3825cfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:02:17.153Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:02:17.462Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:02:17.773Z] + ls /var/log/sa-host [2021-04-20T19:02:17.773Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:02:17.773Z] file_magic: OK [2021-04-20T19:02:17.773Z] HZ: Using current value: 100 [2021-04-20T19:02:17.773Z] file_header: OK [2021-04-20T19:02:17.773Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:02:17.773Z] Statistics: [2021-04-20T19:02:17.773Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T19:02:17.773Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:02:17.773Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:02:17.773Z] file_magic: OK [2021-04-20T19:02:17.773Z] HZ: Using current value: 100 [2021-04-20T19:02:17.773Z] file_header: OK [2021-04-20T19:02:17.773Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:02:17.773Z] Statistics: [2021-04-20T19:02:17.773Z] Hnuu...uuuununununu... [2021-04-20T19:02:17.773Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:02:18.408Z] provisioning config files... [2021-04-20T19:02:18.454Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/81@tmp/config4562471350079816061tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:02:18.485Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:02:18.789Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:02:18.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:02:18.824Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:02:19.126Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:02:19.139Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:02:19.443Z] ---> sudo-logs.sh [2021-04-20T19:02:19.443Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:02:19.469Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:02:19.769Z] ---> job-cost.sh [2021-04-20T19:02:19.769Z] lf-activate-venv: SKIPPING [2021-04-20T19:02:19.769Z] INFO: No Stack... [2021-04-20T19:02:21.698Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:02:22.274Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:02:22.289Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:02:22.589Z] ---> logs-deploy.sh [2021-04-20T19:02:22.589Z] lf-activate-venv: SKIPPING [2021-04-20T19:02:22.589Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/81 [2021-04-20T19:02:22.589Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:02:23.984Z] Archives upload complete. [2021-04-20T19:02:24.247Z] INFO: archiving logs to Nexus