Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f08c5a4c934446bc4a8748a808e300ce7aa86cd+76b4535fa5fa3514bc34c1137a1fac177e39ac4f (348a5838756d563a62417d6aa21bdb817dc4b017) 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 ‘prd-centos7-docker-4c-2g-31844’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31847 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/39 [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/39 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd Merge succeeded, producing 30dea8cbfe42a6baf52c1324d0742abb31aae20c Checking out Revision 30dea8cbfe42a6baf52c1324d0742abb31aae20c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # 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 76b4535fa5fa3514bc34c1137a1fac177e39ac4f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30dea8cbfe42a6baf52c1324d0742abb31aae20c # timeout=10 Commit message: "Merge commit '76b4535fa5fa3514bc34c1137a1fac177e39ac4f' into HEAD" > git rev-list --no-walk 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T20:57:16.140Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T20:57:16.366Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T20:57:16.548Z] ========================================================= [2021-03-29T20:57:16.548Z] EdgeX Global Pipelines Version Info [2021-03-29T20:57:16.548Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:57:18.101Z] ------------------- [2021-03-29T20:57:18.102Z] stable info: [2021-03-29T20:57:18.102Z] ------------------- [2021-03-29T20:57:18.102Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T20:57:18.102Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T20:57:18.102Z] Message: update stable to v1.0.186 [2021-03-29T20:57:19.054Z] ------------------- [2021-03-29T20:57:19.054Z] experimental info: [2021-03-29T20:57:19.054Z] ------------------- [2021-03-29T20:57:19.054Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T20:57:19.054Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T20:57:19.054Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T20:57:19.314Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T20:57:19.405Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T20:57:19.489Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T20:57:19.591Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T20:57:19.674Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T20:57:19.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T20:57:19.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T20:57:19.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T20:57:20.024Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T20:57:20.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T20:57:20.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T20:57:20.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T20:57:20.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T20:57:20.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T20:57:20.691Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T20:57:20.781Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T20:57:20.868Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T20:57:20.955Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T20:57:21.060Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T20:57:21.165Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T20:57:21.253Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T20:57:21.392Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T20:57:21.476Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-29T20:57:21.563Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-29T20:57:21.663Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-29T20:57:21.779Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30dea8cbfe42a6baf52c1324d0742abb31aae20c [Pipeline] echo [2021-03-29T20:57:21.866Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30dea8c [Pipeline] echo [2021-03-29T20:57:21.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T20:57:22.182Z] provisioning config files... [2021-03-29T20:57:22.223Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config6758648812719618702tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T20:57:22.588Z] ---> docker-login.sh [2021-03-29T20:57:22.588Z] nexus3.edgexfoundry.org:10001 [2021-03-29T20:57:22.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:23.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:23.118Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:23.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:23.118Z] [2021-03-29T20:57:23.118Z] Login Succeeded [2021-03-29T20:57:23.118Z] nexus3.edgexfoundry.org:10002 [2021-03-29T20:57:23.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:23.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:23.381Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:23.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:23.381Z] [2021-03-29T20:57:23.381Z] Login Succeeded [2021-03-29T20:57:23.381Z] nexus3.edgexfoundry.org:10003 [2021-03-29T20:57:23.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:23.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:23.645Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:23.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:23.645Z] [2021-03-29T20:57:23.645Z] Login Succeeded [2021-03-29T20:57:23.645Z] nexus3.edgexfoundry.org:10004 [2021-03-29T20:57:23.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:23.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:23.645Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:23.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:23.645Z] [2021-03-29T20:57:23.645Z] Login Succeeded [2021-03-29T20:57:23.645Z] docker.io [2021-03-29T20:57:23.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T20:57:24.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T20:57:24.173Z] Configure a credential helper to remove this warning. See [2021-03-29T20:57:24.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T20:57:24.173Z] [2021-03-29T20:57:24.173Z] Login Succeeded [2021-03-29T20:57:24.173Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T20:57:24.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T20:57:24.702Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T20:57:24.702Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T20:57:24.702Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T20:57:24.702Z] ++ cut -d/ -f2 [2021-03-29T20:57:24.702Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T20:57:24.778Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:25.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:57:25.656Z] [2021-03-29T20:57:25.656Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:26.013Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:57:26.013Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T20:57:26.013Z] 31603596830f: Pulling fs layer [2021-03-29T20:57:26.013Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T20:57:26.013Z] 6ca5941a6612: Pulling fs layer [2021-03-29T20:57:26.013Z] ecc8261a40a4: Pulling fs layer [2021-03-29T20:57:26.013Z] ecc8261a40a4: Waiting [2021-03-29T20:57:26.013Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T20:57:26.013Z] 2a8b12db71e7: Download complete [2021-03-29T20:57:26.013Z] 31603596830f: Verifying Checksum [2021-03-29T20:57:26.013Z] 31603596830f: Download complete [2021-03-29T20:57:26.278Z] ecc8261a40a4: Verifying Checksum [2021-03-29T20:57:26.278Z] ecc8261a40a4: Download complete [2021-03-29T20:57:26.278Z] 6ca5941a6612: Verifying Checksum [2021-03-29T20:57:26.278Z] 6ca5941a6612: Download complete [2021-03-29T20:57:26.544Z] 31603596830f: Pull complete [2021-03-29T20:57:26.544Z] 2a8b12db71e7: Pull complete [2021-03-29T20:57:27.505Z] 6ca5941a6612: Pull complete [2021-03-29T20:57:27.770Z] ecc8261a40a4: Pull complete [2021-03-29T20:57:27.770Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T20:57:27.770Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T20:57:27.770Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T20:57:27.909Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T20:57:27.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T20:57:30.790Z] $ docker top b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T20:57:31.103Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T20:57:31.103Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T20:57:31.383Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T20:57:31.388Z] $ docker exec b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent [2021-03-29T20:57:31.598Z] SSH_AUTH_SOCK=/tmp/ssh-0awzmWq1Scc9/agent.12 [2021-03-29T20:57:31.598Z] SSH_AGENT_PID=17 [2021-03-29T20:57:31.614Z] Running ssh-add (command line suppressed) [2021-03-29T20:57:31.768Z] Identity added: /w/workspace/edgex-go/39@tmp/private_key_5938849809501237351.key (/w/workspace/edgex-go/39@tmp/private_key_5938849809501237351.key) [2021-03-29T20:57:31.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T20:57:32.169Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T20:57:32.196Z] $ docker exec --env ******** --env ******** b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent -k [2021-03-29T20:57:32.330Z] unset SSH_AUTH_SOCK; [2021-03-29T20:57:32.330Z] unset SSH_AGENT_PID; [2021-03-29T20:57:32.330Z] echo Agent pid 17 killed; [2021-03-29T20:57:32.385Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T20:57:32.533Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T20:57:32.533Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T20:57:32.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T20:57:32.748Z] $ docker exec b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent [2021-03-29T20:57:32.951Z] SSH_AUTH_SOCK=/tmp/ssh-s7X5OqiDQE1e/agent.47 [2021-03-29T20:57:32.951Z] SSH_AGENT_PID=53 [2021-03-29T20:57:32.959Z] Running ssh-add (command line suppressed) [2021-03-29T20:57:33.116Z] Identity added: /w/workspace/edgex-go/39@tmp/private_key_580384913562867555.key (/w/workspace/edgex-go/39@tmp/private_key_580384913562867555.key) [2021-03-29T20:57:33.178Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T20:57:33.523Z] + git semver init [2021-03-29T20:57:33.523Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T20:57:33.523Z] # $GIT_DIR = /w/workspace/edgex-go/39/.git [2021-03-29T20:57:33.523Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/39 [2021-03-29T20:57:33.523Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T20:57:33.523Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T20:57:33.523Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T20:57:33.523Z] # $SEMVER_BRANCH = PR-3234 [2021-03-29T20:57:33.523Z] # $SEMVER_TEMP = /tmp/semver-282452471 [2021-03-29T20:57:33.523Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T20:57:51.865Z] # '/tmp/semver-282452471' -> '/w/workspace/edgex-go/39/.semver' [2021-03-29T20:57:52.833Z] # -> Force: false [2021-03-29T20:57:52.833Z] # $SEMVER_DIR = /w/workspace/edgex-go/39/.semver [Pipeline] } [2021-03-29T20:57:52.859Z] $ docker exec --env ******** --env ******** b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e ssh-agent -k [2021-03-29T20:57:53.191Z] unset SSH_AUTH_SOCK; [2021-03-29T20:57:53.192Z] unset SSH_AGENT_PID; [2021-03-29T20:57:53.192Z] echo Agent pid 53 killed; [2021-03-29T20:57:53.295Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T20:57:53.835Z] + git semver [Pipeline] } [2021-03-29T20:57:53.881Z] $ docker stop --time=1 b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e [2021-03-29T20:57:55.556Z] $ docker rm -f b20416b85c1bb36afa5dfffb00cf3123b771735a1719a66918fa0729cabe549e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T20:57:56.162Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T20:57:56.806Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T20:57:56.810Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-29T20:57:57.674Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:57:57.983Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T20:57:58.297Z] + sudo service docker restart [2021-03-29T20:57:58.297Z] + true [2021-03-29T20:57:58.297Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T20:57:58.891Z] ========================================================= [2021-03-29T20:57:58.891Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T20:57:58.891Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:57:59.269Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-29T20:58:03.520Z] Sending build context to Docker daemon 328.9MB [2021-03-29T20:58:03.520Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T20:58:03.520Z] Step 2/6 : FROM ${BASE} [2021-03-29T20:58:03.520Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T20:58:03.521Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T20:58:03.521Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T20:58:03.521Z] de9db76c5a1d: Pulling fs layer [2021-03-29T20:58:03.521Z] bca2f99d35d6: Pulling fs layer [2021-03-29T20:58:03.521Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T20:58:03.521Z] 7c6f9722023f: Pulling fs layer [2021-03-29T20:58:03.521Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T20:58:03.521Z] bca2f99d35d6: Waiting [2021-03-29T20:58:03.521Z] 93359f2a8cfa: Waiting [2021-03-29T20:58:03.521Z] 7c6f9722023f: Waiting [2021-03-29T20:58:03.521Z] a35cf1a2eb13: Waiting [2021-03-29T20:58:03.521Z] de9db76c5a1d: Verifying Checksum [2021-03-29T20:58:03.521Z] de9db76c5a1d: Download complete [2021-03-29T20:58:03.521Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T20:58:03.521Z] 0ef7d3d256c8: Download complete [2021-03-29T20:58:03.521Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T20:58:03.521Z] 93359f2a8cfa: Download complete [2021-03-29T20:58:03.521Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T20:58:03.521Z] 188c0c94c7c5: Download complete [2021-03-29T20:58:03.521Z] 7c6f9722023f: Verifying Checksum [2021-03-29T20:58:03.521Z] 7c6f9722023f: Download complete [2021-03-29T20:58:04.111Z] 188c0c94c7c5: Pull complete [2021-03-29T20:58:04.378Z] 0ef7d3d256c8: Pull complete [2021-03-29T20:58:04.378Z] de9db76c5a1d: Pull complete [2021-03-29T20:58:05.794Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T20:58:05.794Z] a35cf1a2eb13: Download complete [2021-03-29T20:58:06.063Z] bca2f99d35d6: Verifying Checksum [2021-03-29T20:58:06.063Z] bca2f99d35d6: Download complete [2021-03-29T20:58:11.445Z] bca2f99d35d6: Pull complete [2021-03-29T20:58:11.445Z] 93359f2a8cfa: Pull complete [2021-03-29T20:58:11.714Z] 7c6f9722023f: Pull complete [2021-03-29T20:58:12.169Z] Still waiting to schedule task [2021-03-29T20:58:12.169Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31848’ is offline [2021-03-29T20:58:17.064Z] a35cf1a2eb13: Pull complete [2021-03-29T20:58:17.064Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T20:58:17.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T20:58:17.064Z] ---> a62c8e92a672 [2021-03-29T20:58:17.064Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-29T20:58:17.064Z] ---> Running in 9c74776580ec [2021-03-29T20:58:17.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:17.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T20:58:18.176Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T20:58:18.757Z] (2/12) Installing file (5.38-r0) [2021-03-29T20:58:18.757Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T20:58:19.023Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T20:58:24.380Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T20:58:24.380Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T20:58:24.380Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T20:58:24.643Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T20:58:24.643Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T20:58:24.643Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T20:58:24.906Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T20:58:24.906Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T20:58:25.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T20:58:25.180Z] OK: 233 MiB in 51 packages [2021-03-29T20:58:28.512Z] Removing intermediate container 9c74776580ec [2021-03-29T20:58:28.512Z] ---> d103e7d63665 [2021-03-29T20:58:28.512Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T20:58:28.512Z] ---> Running in bfbbdbe6b809 [2021-03-29T20:58:28.777Z] Removing intermediate container bfbbdbe6b809 [2021-03-29T20:58:28.777Z] ---> 2932ecfd1e66 [2021-03-29T20:58:28.777Z] Step 5/6 : COPY go.mod . [2021-03-29T20:58:29.042Z] ---> 54be21da6f39 [2021-03-29T20:58:29.042Z] Step 6/6 : RUN go mod download [2021-03-29T20:58:29.309Z] ---> Running in 38e3d2cdd7fe [2021-03-29T20:58:51.408Z] Removing intermediate container 38e3d2cdd7fe [2021-03-29T20:58:51.408Z] ---> a4c83e4554a8 [2021-03-29T20:58:51.408Z] Successfully built a4c83e4554a8 [2021-03-29T20:58:51.408Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:58:51.730Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T20:58:51.730Z] . [Pipeline] withDockerContainer [2021-03-29T20:58:51.852Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T20:58:51.904Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T20:58:52.771Z] $ docker top a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T20:58:53.307Z] + go version [2021-03-29T20:58:53.307Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T20:58:53.338Z] $ docker stop --time=1 a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 [2021-03-29T20:58:54.737Z] $ docker rm -f a682c92450c6ef3244bbce21db43e5c229b3f82629fc57d63ae49b1afa144988 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T20:58:55.649Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T20:58:55.649Z] . [Pipeline] withDockerContainer [2021-03-29T20:58:55.767Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T20:58:55.850Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T20:58:56.585Z] $ docker top c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T20:58:56.883Z] ========================================================= [2021-03-29T20:58:56.883Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T20:58:56.883Z] ========================================================= [Pipeline] sh [2021-03-29T20:58:57.272Z] + make test [2021-03-29T20:58:57.272Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T20:59:07.403Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T20:59:25.751Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T20:59:32.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T20:59:32.518Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T20:59:32.518Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T20:59:34.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T20:59:34.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T20:59:34.474Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T20:59:34.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T20:59:35.728Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T20:59:36.313Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T20:59:38.983Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T20:59:38.983Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T20:59:38.983Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T20:59:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 45.9% of statements [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T20:59:41.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T20:59:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.104s coverage: 19.8% of statements [2021-03-29T20:59:41.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.216s coverage: 27.1% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.082s coverage: 71.3% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.9% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:59:47.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements [2021-03-29T20:59:47.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T20:59:49.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T20:59:49.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T20:59:49.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T20:59:49.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements [2021-03-29T20:59:49.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T20:59:49.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements [2021-03-29T20:59:49.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T20:59:49.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-03-29T20:59:49.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T20:59:49.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T20:59:49.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T20:59:49.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T20:59:53.014Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.620s coverage: 92.8% of statements [2021-03-29T20:59:53.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T20:59:53.014Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 1.0% of statements [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T20:59:53.015Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 47.1% of statements [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements [2021-03-29T20:59:53.015Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements [2021-03-29T21:00:05.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.091s coverage: 94.4% of statements [2021-03-29T21:00:05.350Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements [2021-03-29T21:00:07.963Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.324s coverage: 82.6% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.161s coverage: 92.9% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.100s coverage: 84.6% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.6% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.259s coverage: 64.4% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 69.0% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T21:00:18.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.141s coverage: 38.4% of statements [2021-03-29T21:00:18.070Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.0% of statements [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T21:00:18.071Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.171s coverage: 87.1% of statements [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:00:18.071Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.755s coverage: 29.1% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.108s coverage: 99.0% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 94.6% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T21:00:18.670Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T21:00:18.670Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T21:00:18.946Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-03-29T21:00:18.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T21:00:18.946Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T21:00:19.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-29T21:00:19.489Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-03-29T21:00:19.751Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-29T21:00:20.014Z] GO111MODULE=on go vet ./... [2021-03-29T21:00:32.772Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31852 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-29T21:00:32.828Z] Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout [2021-03-29T21:00:38.085Z] using credential edgex-jenkins-ssh [2021-03-29T21:00:38.166Z] Cloning the remote Git repository [2021-03-29T21:00:38.226Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:00:38.336Z] > git init /w/workspace/edgex-go/39 # timeout=10 [2021-03-29T21:00:38.416Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:00:38.417Z] > git --version # timeout=10 [2021-03-29T21:00:38.442Z] > git --version # 'git version 2.17.1' [2021-03-29T21:00:38.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:00:38.522Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:00:52.350Z] gofmt -l . [2021-03-29T21:00:52.350Z] [ "`gofmt -l .`" = "" ] [2021-03-29T21:00:52.350Z] ./bin/test-go-mod-tidy.sh [2021-03-29T21:00:52.350Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T21:00:52.680Z] + ls -al . [2021-03-29T21:00:52.680Z] total 780 [2021-03-29T21:00:52.680Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 21:00 . [2021-03-29T21:00:52.680Z] drwxr-xr-x 4 root root 30 Mar 29 20:58 .. [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 20:57 .dockerignore [2021-03-29T21:00:52.680Z] drwxrwxr-x 8 1001 1001 179 Mar 29 20:57 .git [2021-03-29T21:00:52.680Z] drwxrwxr-x 3 1001 1001 125 Mar 29 20:57 .github [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 20:57 .gitignore [2021-03-29T21:00:52.680Z] drwx------ 3 1001 1001 60 Mar 29 20:57 .semver [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 20:57 .sonarcloud.properties [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 20:57 Attribution.txt [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 20:57 CONTRIBUTING.md [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 20:57 Dockerfile.build [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 20:57 Jenkinsfile [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 20:57 LICENSE [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 20:57 Makefile [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 20:57 README.md [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 20:57 SECURITY.md [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 20:57 VERSION [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 20:57 ZMQWindows.md [2021-03-29T21:00:52.680Z] drwxrwxr-x 2 1001 1001 117 Mar 29 20:57 bin [2021-03-29T21:00:52.680Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 20:57 cmd [2021-03-29T21:00:52.680Z] -rw-r--r-- 1 root root 668090 Mar 29 21:00 coverage.out [2021-03-29T21:00:52.680Z] -rw-r--r-- 1 root root 1057 Mar 29 21:00 go.mod [2021-03-29T21:00:52.680Z] -rw-r--r-- 1 root root 22643 Mar 29 21:00 go.sum [2021-03-29T21:00:52.680Z] drwxrwxr-x 8 1001 1001 127 Mar 29 20:57 internal [2021-03-29T21:00:52.680Z] drwxrwxr-x 4 1001 1001 26 Mar 29 20:57 openapi [2021-03-29T21:00:52.680Z] drwxrwxr-x 4 1001 1001 71 Mar 29 20:57 snap [2021-03-29T21:00:52.680Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 20:57 version.go [Pipeline] sh [2021-03-29T21:00:52.993Z] + '[' -e coverage.out ] [2021-03-29T21:00:52.993Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T21:00:53.216Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T21:00:53.527Z] + make build [2021-03-29T21:00:53.527Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T21:00:55.408Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] } [2021-03-29T21:00:54.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:00:54.665Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:00:54.697Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:00:54.741Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:00:54.741Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:00:54.752Z] > 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-03-29T21:00:55.420Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:00:55.433Z] > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:00:55.788Z] Failed in branch arm64 [2021-03-29T21:00:56.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T21:01:07.020Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T21:01:07.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T21:01:10.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T21:01:10.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T21:01:12.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T21:01:14.439Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T21:01:15.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T21:01:16.805Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T21:01:18.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T21:01:19.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-29T21:01:22.203Z] $ docker stop --time=1 c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 [2021-03-29T21:01:24.038Z] $ docker rm -f c96274f78d3b0dcaa050fe1a9da40d4514557807e68112aa3ad76bdae80ac5a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:01:25.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:01:25.997Z] [2021-03-29T21:01:25.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:01:26.359Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:01:26.360Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T21:01:26.360Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T21:01:26.360Z] ca9280d653b3: Pulling fs layer [2021-03-29T21:01:26.360Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T21:01:26.360Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-29T21:01:26.360Z] cbdbe7a5bc2a: Download complete [2021-03-29T21:01:26.943Z] ca9280d653b3: Verifying Checksum [2021-03-29T21:01:26.943Z] ca9280d653b3: Download complete [2021-03-29T21:01:26.943Z] cbdbe7a5bc2a: Pull complete [2021-03-29T21:01:28.377Z] ca9280d653b3: Pull complete [2021-03-29T21:01:28.377Z] 7e9c9ca2126c: Download complete [2021-03-29T21:01:36.579Z] 7e9c9ca2126c: Pull complete [2021-03-29T21:01:36.579Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T21:01:36.579Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:01:36.579Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T21:01:36.742Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T21:01:36.805Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T21:01:38.849Z] $ docker top 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:01:39.421Z] + docker-compose build --help [2021-03-29T21:01:39.421Z] + grep parallel [2021-03-29T21:01:40.834Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T21:01:40.856Z] $ docker stop --time=1 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a [2021-03-29T21:01:42.396Z] $ docker rm -f 46d69008d64cd408363448e623d61420360fd553a07888c9560884eaa6b1542a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:01:43.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T21:01:43.005Z] . [Pipeline] withDockerContainer [2021-03-29T21:01:43.118Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T21:01:43.175Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T21:01:44.014Z] $ docker top e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:01:44.511Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T21:01:45.908Z] Building docker-core-command-go ... [2021-03-29T21:01:45.908Z] Building docker-core-data-go ... [2021-03-29T21:01:45.908Z] Building docker-core-metadata-go ... [2021-03-29T21:01:45.908Z] Building docker-security-bootstrapper-go ... [2021-03-29T21:01:45.908Z] Building docker-security-proxy-setup-go ... [2021-03-29T21:01:45.908Z] Building docker-security-secretstore-setup-go ... [2021-03-29T21:01:45.908Z] Building docker-support-notifications-go ... [2021-03-29T21:01:45.908Z] Building docker-support-scheduler-go ... [2021-03-29T21:01:45.908Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T21:01:45.908Z] Building docker-security-secretstore-setup-go [2021-03-29T21:01:45.908Z] Building docker-core-metadata-go [2021-03-29T21:01:45.908Z] Building docker-security-proxy-setup-go [2021-03-29T21:01:45.908Z] Building docker-support-scheduler-go [2021-03-29T21:01:45.908Z] Building docker-sys-mgmt-agent-go [2021-03-29T21:02:24.943Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:02:24.943Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:02:24.943Z] ---> a4c83e4554a8 [2021-03-29T21:02:24.943Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T21:02:24.943Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:02:24.943Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:02:24.943Z] ---> a4c83e4554a8 [2021-03-29T21:02:24.943Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T21:02:24.943Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:02:24.943Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:02:24.943Z] ---> a4c83e4554a8 [2021-03-29T21:02:24.943Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T21:02:24.943Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:02:24.943Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:02:24.943Z] ---> a4c83e4554a8 [2021-03-29T21:02:24.943Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:02:24.943Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:02:24.943Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:02:24.943Z] ---> a4c83e4554a8 [2021-03-29T21:02:24.943Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:02:24.943Z] ---> Running in fbf9ec5598dc [2021-03-29T21:02:24.943Z] ---> Running in 494e8aa0ead7 [2021-03-29T21:02:24.943Z] ---> Running in 2c6bbc01ba54 [2021-03-29T21:02:24.943Z] ---> Running in 42eb4dd81c51 [2021-03-29T21:02:24.943Z] ---> Running in 73e1789088f0 [2021-03-29T21:02:25.206Z] Removing intermediate container 494e8aa0ead7 [2021-03-29T21:02:25.206Z] ---> 2064ca10bd05 [2021-03-29T21:02:25.206Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:25.206Z] Removing intermediate container 73e1789088f0 [2021-03-29T21:02:25.206Z] ---> 30a03813781e [2021-03-29T21:02:25.206Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:25.206Z] Removing intermediate container fbf9ec5598dc [2021-03-29T21:02:25.206Z] ---> aafbfbf00ea8 [2021-03-29T21:02:25.206Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:25.206Z] Removing intermediate container 42eb4dd81c51 [2021-03-29T21:02:25.206Z] ---> f840e50b09e3 [2021-03-29T21:02:25.206Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:25.206Z] Removing intermediate container 2c6bbc01ba54 [2021-03-29T21:02:25.206Z] ---> e746628cfe45 [2021-03-29T21:02:25.206Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:02:25.498Z] ---> Running in ed777b9538ae [2021-03-29T21:02:25.498Z] ---> Running in 3263f3a2692a [2021-03-29T21:02:25.498Z] ---> Running in c6a5dd5b4dca [2021-03-29T21:02:25.498Z] ---> Running in a4a17a629f01 [2021-03-29T21:02:25.498Z] ---> Running in 8e392aab3f7a [2021-03-29T21:02:28.097Z] Removing intermediate container 3263f3a2692a [2021-03-29T21:02:28.097Z] ---> eebbac73a17f [2021-03-29T21:02:28.097Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T21:02:28.097Z] Removing intermediate container c6a5dd5b4dca [2021-03-29T21:02:28.097Z] ---> b7f2a8275bfe [2021-03-29T21:02:28.097Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T21:02:28.097Z] ---> Running in 60282293d69c [2021-03-29T21:02:28.360Z] Removing intermediate container ed777b9538ae [2021-03-29T21:02:28.360Z] ---> 60226bf5effb [2021-03-29T21:02:28.360Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T21:02:28.360Z] ---> Running in 53b14a5e1811 [2021-03-29T21:02:28.360Z] Removing intermediate container a4a17a629f01 [2021-03-29T21:02:28.360Z] ---> ae4ec03fb2a4 [2021-03-29T21:02:28.360Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:02:28.360Z] Removing intermediate container 8e392aab3f7a [2021-03-29T21:02:28.360Z] ---> 4616ffc26801 [2021-03-29T21:02:28.360Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T21:02:28.626Z] ---> Running in 93bceb45a919 [2021-03-29T21:02:28.626Z] ---> Running in ef7651e0fc52 [2021-03-29T21:02:28.626Z] ---> Running in eb53ce082202 [2021-03-29T21:02:29.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:29.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:29.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:29.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:29.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:30.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:30.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:30.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:30.814Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:31.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:02:32.046Z] OK: 233 MiB in 51 packages [2021-03-29T21:02:32.046Z] OK: 233 MiB in 51 packages [2021-03-29T21:02:32.046Z] OK: 233 MiB in 51 packages [2021-03-29T21:02:32.046Z] OK: 233 MiB in 51 packages [2021-03-29T21:02:32.310Z] OK: 233 MiB in 51 packages [2021-03-29T21:02:33.266Z] Removing intermediate container 60282293d69c [2021-03-29T21:02:33.266Z] ---> 5ccee8416993 [2021-03-29T21:02:33.266Z] Step 6/22 : COPY go.mod . [2021-03-29T21:02:33.266Z] Removing intermediate container 53b14a5e1811 [2021-03-29T21:02:33.266Z] ---> a0e0f93eae46 [2021-03-29T21:02:33.266Z] Step 6/21 : COPY go.mod . [2021-03-29T21:02:33.266Z] Removing intermediate container 93bceb45a919 [2021-03-29T21:02:33.266Z] ---> 38f3f038a20f [2021-03-29T21:02:33.266Z] Step 6/24 : COPY go.mod . [2021-03-29T21:02:33.537Z] Removing intermediate container eb53ce082202 [2021-03-29T21:02:33.537Z] ---> 75b13309896d [2021-03-29T21:02:33.537Z] Step 6/26 : COPY go.mod . [2021-03-29T21:02:33.537Z] Removing intermediate container ef7651e0fc52 [2021-03-29T21:02:33.537Z] ---> 3412eb273f3a [2021-03-29T21:02:33.537Z] Step 6/23 : COPY go.mod . [2021-03-29T21:02:33.537Z] ---> c372a6d67a4c [2021-03-29T21:02:33.537Z] Step 7/22 : RUN go mod download [2021-03-29T21:02:33.537Z] ---> Running in 121cef137c41 [2021-03-29T21:02:33.815Z] ---> 89f30f5587b7 [2021-03-29T21:02:33.815Z] Step 7/21 : RUN go mod download [2021-03-29T21:02:33.815Z] ---> Running in 7dfefb0c7d49 [2021-03-29T21:02:34.085Z] ---> 3c6a5f5fad0b [2021-03-29T21:02:34.085Z] Step 7/24 : RUN go mod download [2021-03-29T21:02:34.085Z] ---> 094715cc5115 [2021-03-29T21:02:34.085Z] Step 7/26 : RUN go mod download [2021-03-29T21:02:34.085Z] ---> 1013d832bd57 [2021-03-29T21:02:34.085Z] Step 7/23 : RUN go mod download [2021-03-29T21:02:34.909Z] ---> Running in 338c195481b5 [2021-03-29T21:02:34.909Z] ---> Running in d8f5d2d7aad4 [2021-03-29T21:02:34.909Z] ---> Running in d94151fc853b [2021-03-29T21:02:37.140Z] Removing intermediate container 121cef137c41 [2021-03-29T21:02:37.140Z] ---> a2f06b401071 [2021-03-29T21:02:37.140Z] Step 8/22 : COPY . . [2021-03-29T21:02:37.140Z] Removing intermediate container 7dfefb0c7d49 [2021-03-29T21:02:37.140Z] ---> 4a80b4efcfd4 [2021-03-29T21:02:37.140Z] Step 8/21 : COPY . . [2021-03-29T21:02:37.408Z] Removing intermediate container 338c195481b5 [2021-03-29T21:02:37.408Z] ---> 9f0ab8e25504 [2021-03-29T21:02:37.408Z] Step 8/24 : COPY . . [2021-03-29T21:02:40.021Z] Removing intermediate container d94151fc853b [2021-03-29T21:02:40.021Z] ---> adac75e5cd45 [2021-03-29T21:02:40.021Z] Step 8/26 : COPY . . [2021-03-29T21:02:40.021Z] Removing intermediate container d8f5d2d7aad4 [2021-03-29T21:02:40.021Z] ---> 1d786f7be262 [2021-03-29T21:02:40.021Z] Step 8/23 : COPY . . [2021-03-29T21:03:19.157Z] ---> a025281c5357 [2021-03-29T21:03:19.158Z] ---> 8a83fe39de37 [2021-03-29T21:03:19.158Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setupStep 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T21:03:19.158Z] [2021-03-29T21:03:19.158Z] ---> 25ca2e321a51 [2021-03-29T21:03:19.158Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T21:03:19.158Z] ---> 07a3a623060b [2021-03-29T21:03:19.158Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T21:03:19.158Z] ---> 770b5db154ee [2021-03-29T21:03:19.158Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T21:03:19.158Z] ---> Running in eafc04e7fa8a [2021-03-29T21:03:19.158Z] ---> Running in a89539d2dadb [2021-03-29T21:03:19.158Z] ---> Running in 82e86348a06e [2021-03-29T21:03:19.158Z] ---> Running in 2f01f71b2e1c [2021-03-29T21:03:19.158Z] ---> Running in 36d005019e45 [2021-03-29T21:03:19.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-29T21:03:19.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-29T21:03:19.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-29T21:03:19.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-29T21:03:19.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-29T21:03:58.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-29T21:03:58.652Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-29T21:04:00.060Z] Removing intermediate container 82e86348a06e [2021-03-29T21:04:00.060Z] ---> 4690e11e8f28 [2021-03-29T21:04:00.060Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T21:04:02.619Z] Removing intermediate container eafc04e7fa8a [2021-03-29T21:04:02.619Z] ---> dd86e6870b88 [2021-03-29T21:04:02.619Z] [2021-03-29T21:04:02.619Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T21:04:02.619Z] Removing intermediate container a89539d2dadb [2021-03-29T21:04:02.619Z] ---> 666bd4d9d3c2 [2021-03-29T21:04:02.619Z] [2021-03-29T21:04:02.619Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T21:04:02.619Z] ---> Running in 0b584d0c6e35 [2021-03-29T21:04:02.619Z] 3.12: Pulling from library/alpine [2021-03-29T21:04:02.619Z] 3.12: Pulling from library/alpine [2021-03-29T21:04:03.216Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:04:03.216Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T21:04:03.216Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T21:04:03.216Z] ---> 42cb162f0360 [2021-03-29T21:04:03.216Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T21:04:03.216Z] Status: Image is up to date for alpine:3.12 [2021-03-29T21:04:03.216Z] ---> 42cb162f0360 [2021-03-29T21:04:03.216Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T21:04:03.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-29T21:04:06.806Z] ---> Running in a424564b2ad4 [2021-03-29T21:04:06.806Z] ---> Running in 748c845a2439 [2021-03-29T21:04:07.069Z] Removing intermediate container 2f01f71b2e1c [2021-03-29T21:04:07.069Z] ---> 6ca8b816be94 [2021-03-29T21:04:07.069Z] [2021-03-29T21:04:07.069Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:04:07.069Z] ---> 42cb162f0360 [2021-03-29T21:04:07.069Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:04:07.069Z] Removing intermediate container 36d005019e45 [2021-03-29T21:04:07.069Z] ---> 701ff1dde361 [2021-03-29T21:04:07.069Z] [2021-03-29T21:04:07.069Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:04:07.069Z] ---> 42cb162f0360 [2021-03-29T21:04:07.069Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:04:07.371Z] ---> Running in b8ad83193ba2 [2021-03-29T21:04:07.371Z] ---> Running in 787e920942d8 [2021-03-29T21:04:07.972Z] Removing intermediate container 0b584d0c6e35 [2021-03-29T21:04:07.972Z] ---> f66a37c0b337 [2021-03-29T21:04:07.972Z] [2021-03-29T21:04:07.972Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T21:04:07.972Z] 20.10.0: Pulling from library/docker [2021-03-29T21:04:08.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:08.522Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:04:08.800Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T21:04:08.800Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T21:04:08.800Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T21:04:08.800Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:04:08.800Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T21:04:08.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:08.800Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:04:08.800Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:04:08.800Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T21:04:08.800Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T21:04:08.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:08.800Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:04:08.800Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:04:08.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:08.800Z] OK: 6 MiB in 15 packages [2021-03-29T21:04:08.800Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T21:04:08.800Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:09.073Z] OK: 6 MiB in 15 packages [2021-03-29T21:04:09.073Z] OK: 7 MiB in 20 packages [2021-03-29T21:04:09.073Z] OK: 7 MiB in 18 packages [2021-03-29T21:04:11.029Z] Removing intermediate container 787e920942d8 [2021-03-29T21:04:11.029Z] ---> 60657eff6e30 [2021-03-29T21:04:11.029Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:04:11.029Z] Removing intermediate container b8ad83193ba2 [2021-03-29T21:04:11.029Z] ---> 694e09a42807 [2021-03-29T21:04:11.029Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:04:11.980Z] ---> Running in 20da12c0a034 [2021-03-29T21:04:11.980Z] ---> Running in 26746ebc8d6f [2021-03-29T21:04:11.980Z] Removing intermediate container 748c845a2439 [2021-03-29T21:04:11.980Z] ---> 37a08858c1ba [2021-03-29T21:04:11.980Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:04:12.565Z] Removing intermediate container a424564b2ad4 [2021-03-29T21:04:12.565Z] ---> cf7baedca221 [2021-03-29T21:04:12.565Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T21:04:13.169Z] ---> Running in 9598d19096fb [2021-03-29T21:04:13.169Z] Removing intermediate container 20da12c0a034 [2021-03-29T21:04:13.169Z] ---> 627017d8e39a [2021-03-29T21:04:13.169Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T21:04:13.169Z] ---> Running in 238cf6cf571f [2021-03-29T21:04:13.169Z] Removing intermediate container 26746ebc8d6f [2021-03-29T21:04:13.169Z] ---> 35ce52a4d033 [2021-03-29T21:04:13.169Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T21:04:13.169Z] ---> Running in 7ea33d93a54f [2021-03-29T21:04:13.437Z] ---> Running in afb5b76e24fa [2021-03-29T21:04:13.437Z] Removing intermediate container 238cf6cf571f [2021-03-29T21:04:13.437Z] ---> 0e344fec37ab [2021-03-29T21:04:13.437Z] Step 13/24 : WORKDIR / [2021-03-29T21:04:13.437Z] Removing intermediate container 9598d19096fb [2021-03-29T21:04:13.437Z] ---> e70c7e955c8c [2021-03-29T21:04:13.437Z] Step 13/21 : WORKDIR /edgex [2021-03-29T21:04:13.706Z] ---> Running in e1a696f8173f [2021-03-29T21:04:13.706Z] ---> Running in a93024bdddda [2021-03-29T21:04:13.706Z] Removing intermediate container 7ea33d93a54f [2021-03-29T21:04:13.706Z] ---> 10d09e15f760 [2021-03-29T21:04:13.706Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:04:13.706Z] Removing intermediate container afb5b76e24fa [2021-03-29T21:04:13.706Z] ---> 4f1dac22a632 [2021-03-29T21:04:13.706Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:04:13.982Z] ---> Running in 9c07ee3e104c [2021-03-29T21:04:13.982Z] ---> Running in 5ac262c356e4 [2021-03-29T21:04:13.982Z] Removing intermediate container e1a696f8173f [2021-03-29T21:04:13.982Z] ---> 579806b0f6d4 [2021-03-29T21:04:13.982Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-29T21:04:13.982Z] Removing intermediate container a93024bdddda [2021-03-29T21:04:13.982Z] ---> c328b8bf1c81 [2021-03-29T21:04:13.982Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T21:04:14.248Z] Removing intermediate container 9c07ee3e104c [2021-03-29T21:04:14.248Z] ---> 9a920004a2ae [2021-03-29T21:04:14.248Z] Step 15/23 : WORKDIR / [2021-03-29T21:04:14.248Z] Removing intermediate container 5ac262c356e4 [2021-03-29T21:04:14.248Z] ---> 678eb67a2c2b [2021-03-29T21:04:14.248Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:04:14.513Z] ---> Running in 41387ef0cf4d [2021-03-29T21:04:14.513Z] ---> 809c9efe9132 [2021-03-29T21:04:14.513Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T21:04:14.513Z] ---> eb29e1ebf407 [2021-03-29T21:04:14.513Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-29T21:04:14.779Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T21:04:15.046Z] ---> 269d482a8210 [2021-03-29T21:04:15.046Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T21:04:15.046Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T21:04:15.046Z] ---> aefe523efa57 [2021-03-29T21:04:15.046Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T21:04:15.332Z] Removing intermediate container 41387ef0cf4d [2021-03-29T21:04:15.332Z] ---> 550141ca6fad [2021-03-29T21:04:15.332Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:04:15.332Z] ---> Running in 963e3d24f578 [2021-03-29T21:04:15.597Z] ---> cedb6ab66e4f [2021-03-29T21:04:15.597Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T21:04:15.597Z] ---> d4dea40d416a [2021-03-29T21:04:15.597Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T21:04:15.892Z] ---> debe8c87326e [2021-03-29T21:04:15.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T21:04:15.892Z] ---> 4909cfc5b715 [2021-03-29T21:04:15.892Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T21:04:15.892Z] ---> 7a30137a79da [2021-03-29T21:04:15.892Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T21:04:16.166Z] ---> 13e11760e2d0 [2021-03-29T21:04:16.166Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T21:04:16.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:16.166Z] ---> Running in 12b78e3c3cfa [2021-03-29T21:04:16.166Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:16.435Z] ---> 0b645e0799e7 [2021-03-29T21:04:16.435Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T21:04:16.435Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T21:04:16.435Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T21:04:16.435Z] Executing bash-5.0.17-r0.post-install [2021-03-29T21:04:16.435Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:16.435Z] OK: 12 MiB in 22 packages [2021-03-29T21:04:16.435Z] ---> Running in afe1f65b91c1 [2021-03-29T21:04:16.701Z] Removing intermediate container 12b78e3c3cfa [2021-03-29T21:04:16.701Z] ---> 3da769c6233c [2021-03-29T21:04:16.701Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T21:04:16.701Z] ---> Running in c5758195db00 [2021-03-29T21:04:16.701Z] ---> a994d6bbbd8c [2021-03-29T21:04:16.701Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T21:04:17.286Z] ---> 247645a4a0d1 [2021-03-29T21:04:17.286Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T21:04:17.286Z] Removing intermediate container afe1f65b91c1 [2021-03-29T21:04:17.286Z] ---> 95d7455213ef [2021-03-29T21:04:17.286Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:04:17.286Z] Removing intermediate container c5758195db00 [2021-03-29T21:04:17.286Z] ---> 86f59bbae17b [2021-03-29T21:04:17.286Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T21:04:17.286Z] ---> Running in 133ad62799e0 [2021-03-29T21:04:17.549Z] ---> Running in 6f13677bc1ba [2021-03-29T21:04:17.816Z] ---> 4c9adcb801a1 [2021-03-29T21:04:17.816Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T21:04:17.816Z] Removing intermediate container 963e3d24f578 [2021-03-29T21:04:17.816Z] ---> ac2066419281 [2021-03-29T21:04:17.816Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T21:04:18.092Z] ---> 0b5da37c82ca [2021-03-29T21:04:18.092Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T21:04:18.092Z] Removing intermediate container 133ad62799e0 [2021-03-29T21:04:18.092Z] ---> ca0b77eaf754 [2021-03-29T21:04:18.092Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:04:18.092Z] Removing intermediate container 6f13677bc1ba [2021-03-29T21:04:18.092Z] ---> 9a7374d64e83 [2021-03-29T21:04:18.092Z] Step 20/21 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:04:18.092Z] ---> Running in 6768c5c4571e [2021-03-29T21:04:18.092Z] ---> Running in c7efdfe960bf [2021-03-29T21:04:18.092Z] ---> Running in 02f5fbc5671d [2021-03-29T21:04:18.356Z] ---> Running in 95295f4bbc3b [2021-03-29T21:04:18.356Z] ---> 73929f8f0b97 [2021-03-29T21:04:18.356Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-29T21:04:18.619Z] ---> Running in 34a57641ac32 [2021-03-29T21:04:18.619Z] Removing intermediate container 6768c5c4571e [2021-03-29T21:04:18.619Z] ---> 0654f87e7c7e [2021-03-29T21:04:18.619Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T21:04:18.619Z] Removing intermediate container c7efdfe960bf [2021-03-29T21:04:18.619Z] ---> 567f4f95787a [2021-03-29T21:04:18.619Z] Step 21/22 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:04:18.888Z] Removing intermediate container 02f5fbc5671d [2021-03-29T21:04:18.888Z] ---> a44affb87eda [2021-03-29T21:04:18.888Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:04:18.888Z] Removing intermediate container 95295f4bbc3b [2021-03-29T21:04:18.888Z] ---> b4afbc7716c9 [2021-03-29T21:04:18.888Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T21:04:18.888Z] ---> Running in 5e10a1b772cd [2021-03-29T21:04:18.888Z] ---> Running in 937f8b18f49e [2021-03-29T21:04:18.888Z] ---> Running in 23e1feca59a8 [2021-03-29T21:04:19.150Z] ---> Running in f6401bccb4ad [2021-03-29T21:04:19.150Z] Removing intermediate container 5e10a1b772cd [2021-03-29T21:04:19.150Z] ---> 9befcf4919f8 [2021-03-29T21:04:19.150Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T21:04:19.419Z] ---> Running in 260e51a78c30 [2021-03-29T21:04:19.419Z] Removing intermediate container 23e1feca59a8 [2021-03-29T21:04:19.419Z] ---> fa0a3aec177c [2021-03-29T21:04:19.419Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:04:19.419Z] Removing intermediate container 937f8b18f49e [2021-03-29T21:04:19.419Z] ---> e2e48f024636 [2021-03-29T21:04:19.419Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:04:19.683Z] Removing intermediate container f6401bccb4ad [2021-03-29T21:04:19.683Z] ---> 69f9bc7d22f0 [2021-03-29T21:04:19.683Z] [2021-03-29T21:04:19.683Z] ---> Running in b7931df4409b [2021-03-29T21:04:19.683Z] ---> Running in 6d79d9784317 [2021-03-29T21:04:19.951Z] Removing intermediate container 260e51a78c30 [2021-03-29T21:04:19.951Z] ---> 881934fb40fe [2021-03-29T21:04:19.951Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T21:04:19.951Z] Successfully built 69f9bc7d22f0 [2021-03-29T21:04:19.951Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T21:04:19.951Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-29T21:04:20.221Z] Removing intermediate container 6d79d9784317 [2021-03-29T21:04:20.221Z] ---> 745b66fe4d82 [2021-03-29T21:04:20.221Z] Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:04:20.221Z] Removing intermediate container b7931df4409b [2021-03-29T21:04:20.221Z] ---> c1faf13fbfaf [2021-03-29T21:04:20.221Z] [2021-03-29T21:04:20.221Z] ---> Running in 224fe93567c3 [2021-03-29T21:04:20.494Z] Removing intermediate container 34a57641ac32 [2021-03-29T21:04:20.494Z] ---> ec4a702fdb94 [2021-03-29T21:04:20.494Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T21:04:20.494Z] Successfully built c1faf13fbfaf [2021-03-29T21:04:20.494Z] ---> Running in dfeb272c2f5e [2021-03-29T21:04:20.494Z] ---> b2759418b83e [2021-03-29T21:04:20.494Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T21:04:20.762Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-29T21:04:20.762Z] Building docker-core-command-go [2021-03-29T21:04:20.762Z]  Building docker-support-scheduler-go ... done Removing intermediate container 224fe93567c3 [2021-03-29T21:04:20.762Z] ---> d8cd7cec485d [2021-03-29T21:04:20.762Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:04:20.762Z] Removing intermediate container dfeb272c2f5e [2021-03-29T21:04:20.762Z] ---> f5acf0d68934 [2021-03-29T21:04:20.762Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T21:04:21.034Z] ---> Running in 094aa000cbe4 [2021-03-29T21:04:21.034Z] ---> c699beb0459b [2021-03-29T21:04:21.034Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T21:04:21.034Z] ---> Running in 08e79f11d181 [2021-03-29T21:04:23.615Z] Removing intermediate container 094aa000cbe4 [2021-03-29T21:04:23.615Z] ---> a1ca8d5381a0 [2021-03-29T21:04:23.615Z] [2021-03-29T21:04:23.615Z] Removing intermediate container 08e79f11d181 [2021-03-29T21:04:23.615Z] ---> c96d3d592874 [2021-03-29T21:04:23.615Z] Step 23/24 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:04:26.196Z] Successfully built a1ca8d5381a0 [2021-03-29T21:04:26.196Z] ---> 68f4a9658cd0 [2021-03-29T21:04:26.196Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T21:04:26.196Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T21:04:26.196Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-03-29T21:04:26.197Z] ---> Running in 05926c2fc448 [2021-03-29T21:04:26.786Z] ---> Running in 0b72216a3e73 [2021-03-29T21:04:29.366Z] Removing intermediate container 05926c2fc448 [2021-03-29T21:04:29.366Z] ---> 45d667b01f29 [2021-03-29T21:04:29.366Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T21:04:29.366Z] ---> Running in 93e25e4595d8 [2021-03-29T21:04:29.949Z] Removing intermediate container 93e25e4595d8 [2021-03-29T21:04:29.949Z] ---> f59f481a28cf [2021-03-29T21:04:29.949Z] [2021-03-29T21:04:29.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:29.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:29.949Z] Successfully built f59f481a28cf [2021-03-29T21:04:29.949Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T21:04:29.949Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-03-29T21:04:30.212Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T21:04:30.212Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T21:04:30.212Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T21:04:30.212Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T21:04:30.212Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T21:04:30.212Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T21:04:30.212Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T21:04:35.591Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T21:04:35.860Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T21:04:35.860Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T21:04:35.860Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T21:04:36.457Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T21:04:37.425Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T21:04:38.012Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T21:04:38.281Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T21:04:39.236Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T21:04:39.835Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T21:04:40.800Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T21:04:40.800Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T21:04:40.800Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T21:04:41.777Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T21:04:41.777Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T21:04:42.042Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T21:04:42.312Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T21:04:42.582Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T21:04:42.582Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T21:04:42.582Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T21:04:42.582Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T21:04:42.582Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T21:04:42.582Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T21:04:42.582Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T21:04:42.582Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T21:04:42.582Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T21:04:42.853Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:04:42.853Z] OK: 71 MiB in 55 packages [2021-03-29T21:04:44.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:04:44.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:04:44.284Z] ---> a4c83e4554a8 [2021-03-29T21:04:44.284Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:04:44.284Z] ---> Using cache [2021-03-29T21:04:44.284Z] ---> e746628cfe45 [2021-03-29T21:04:44.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:04:44.284Z] ---> Using cache [2021-03-29T21:04:44.284Z] ---> 4616ffc26801 [2021-03-29T21:04:44.284Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T21:04:44.284Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:04:44.284Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:04:44.284Z] ---> a4c83e4554a8 [2021-03-29T21:04:44.284Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T21:04:44.284Z] ---> Using cache [2021-03-29T21:04:44.284Z] ---> e746628cfe45 [2021-03-29T21:04:44.284Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:04:44.284Z] ---> Using cache [2021-03-29T21:04:44.284Z] ---> 4616ffc26801 [2021-03-29T21:04:44.284Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T21:04:46.894Z] ---> Running in d62da490d8fe [2021-03-29T21:04:46.894Z] ---> Running in 2086ee90994c [2021-03-29T21:04:49.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:50.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:50.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:51.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:04:52.127Z] OK: 233 MiB in 51 packages [2021-03-29T21:04:52.127Z] OK: 233 MiB in 51 packages [2021-03-29T21:04:56.418Z] Removing intermediate container 2086ee90994c [2021-03-29T21:04:56.418Z] ---> 33869ae1bd24 [2021-03-29T21:04:56.418Z] Step 6/31 : COPY go.mod . [2021-03-29T21:04:56.418Z] Removing intermediate container d62da490d8fe [2021-03-29T21:04:56.418Z] ---> 154de447b1ff [2021-03-29T21:04:56.418Z] Step 6/23 : COPY go.mod . [2021-03-29T21:04:57.827Z] ---> 7aa219eb299f [2021-03-29T21:04:57.827Z] Step 7/31 : RUN go mod download [2021-03-29T21:04:58.424Z] ---> 893f85ea67d3 [2021-03-29T21:04:58.424Z] Step 7/23 : RUN go mod download [2021-03-29T21:04:59.003Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:04:59.003Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:04:59.003Z] ---> a4c83e4554a8 [2021-03-29T21:04:59.003Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T21:04:59.003Z] ---> Using cache [2021-03-29T21:04:59.003Z] ---> e746628cfe45 [2021-03-29T21:04:59.003Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:04:59.003Z] ---> Using cache [2021-03-29T21:04:59.003Z] ---> 4616ffc26801 [2021-03-29T21:04:59.003Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T21:04:59.977Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T21:04:59.977Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T21:04:59.977Z] ---> a4c83e4554a8 [2021-03-29T21:04:59.977Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T21:04:59.977Z] ---> Using cache [2021-03-29T21:04:59.977Z] ---> e746628cfe45 [2021-03-29T21:04:59.977Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:04:59.977Z] ---> Using cache [2021-03-29T21:04:59.977Z] ---> 4616ffc26801 [2021-03-29T21:04:59.977Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T21:05:00.559Z] ---> Running in e2c1fa0c5e89 [2021-03-29T21:05:00.559Z] ---> Running in 05d992baa77e [2021-03-29T21:05:00.823Z] ---> Running in 0b9bdc6afc7a [2021-03-29T21:05:00.823Z] ---> Running in f69626599eb3 [2021-03-29T21:05:02.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:05:02.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:05:02.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:05:03.127Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:05:03.708Z] OK: 233 MiB in 51 packages [2021-03-29T21:05:04.295Z] OK: 233 MiB in 51 packages [2021-03-29T21:05:05.254Z] Removing intermediate container e2c1fa0c5e89 [2021-03-29T21:05:05.254Z] ---> eed20bd85701 [2021-03-29T21:05:05.254Z] Step 8/31 : COPY . . [2021-03-29T21:05:05.254Z] Removing intermediate container 05d992baa77e [2021-03-29T21:05:05.254Z] ---> 52e7a325aa84 [2021-03-29T21:05:05.254Z] Step 8/23 : COPY . . [2021-03-29T21:05:05.254Z] Removing intermediate container f69626599eb3 [2021-03-29T21:05:05.254Z] ---> b385d23fade2 [2021-03-29T21:05:05.254Z] Step 6/22 : COPY go.mod . [2021-03-29T21:05:05.525Z] Removing intermediate container 0b72216a3e73 [2021-03-29T21:05:05.525Z] ---> 40f106dc6f36 [2021-03-29T21:05:05.525Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T21:05:08.884Z] Removing intermediate container 0b9bdc6afc7a [2021-03-29T21:05:08.884Z] ---> d998fa420f62 [2021-03-29T21:05:08.884Z] Step 6/23 : COPY go.mod . [2021-03-29T21:05:10.283Z] ---> Running in dd393d7a58c4 [2021-03-29T21:05:11.250Z] ---> dc352683112e [2021-03-29T21:05:11.250Z] Step 7/22 : RUN go mod download [2021-03-29T21:05:13.200Z] ---> c6f22b3e3fed [2021-03-29T21:05:13.200Z] Step 7/23 : RUN go mod download [2021-03-29T21:05:15.128Z] ---> Running in 4de51b4fa1d5 [2021-03-29T21:05:15.714Z] ---> Running in a4e0c5144405 [2021-03-29T21:05:23.971Z] Collecting docker-compose==1.23.2 [2021-03-29T21:05:23.971Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T21:05:24.237Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-29T21:05:25.216Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T21:05:25.216Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T21:05:26.665Z] Removing intermediate container a4e0c5144405 [2021-03-29T21:05:26.665Z] ---> 6cb880dbd616 [2021-03-29T21:05:26.665Z] Step 8/23 : COPY . . [2021-03-29T21:05:26.665Z] Removing intermediate container 4de51b4fa1d5 [2021-03-29T21:05:26.665Z] ---> 4cd80f5d0f4e [2021-03-29T21:05:26.665Z] Step 8/22 : COPY . . [2021-03-29T21:05:29.263Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T21:05:29.535Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T21:05:32.129Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T21:05:32.707Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T21:05:34.692Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T21:05:34.692Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T21:05:41.250Z] Collecting PyYAML<4,>=3.10 [2021-03-29T21:05:41.250Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T21:05:42.663Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T21:05:42.663Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T21:05:44.065Z] ---> acbad39f52f0 [2021-03-29T21:05:44.065Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T21:05:44.065Z] ---> c26d94cf3262 [2021-03-29T21:05:44.065Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T21:05:44.330Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T21:05:44.330Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T21:05:45.764Z] ---> Running in 24b7003c90e3 [2021-03-29T21:05:45.764Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T21:05:45.764Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T21:05:46.051Z] ---> Running in 6a9b4c7bbde5 [2021-03-29T21:05:47.489Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T21:05:47.489Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T21:05:47.754Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T21:05:47.754Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T21:05:48.035Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-29T21:05:48.329Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T21:05:48.329Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T21:05:48.329Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-29T21:05:48.601Z] Collecting idna<2.8,>=2.5 [2021-03-29T21:05:48.601Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T21:05:48.601Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T21:05:48.601Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T21:05:48.601Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T21:05:48.601Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T21:05:48.878Z] Installing collected packages: dockerpty, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docopt, PyYAML, texttable, cached-property, docker-compose [2021-03-29T21:05:48.878Z] Running setup.py install for dockerpty: started [2021-03-29T21:05:49.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-29T21:05:49.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-29T21:05:50.147Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T21:05:50.147Z] Attempting uninstall: urllib3 [2021-03-29T21:05:50.147Z] Found existing installation: urllib3 1.25.9 [2021-03-29T21:05:50.147Z] Uninstalling urllib3-1.25.9: [2021-03-29T21:05:50.730Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T21:05:52.724Z] Attempting uninstall: idna [2021-03-29T21:05:52.724Z] Found existing installation: idna 2.9 [2021-03-29T21:05:52.724Z] Uninstalling idna-2.9: [2021-03-29T21:05:52.724Z] Successfully uninstalled idna-2.9 [2021-03-29T21:05:54.721Z] Attempting uninstall: requests [2021-03-29T21:05:54.721Z] Found existing installation: requests 2.23.0 [2021-03-29T21:05:54.721Z] Uninstalling requests-2.23.0: [2021-03-29T21:05:54.721Z] Successfully uninstalled requests-2.23.0 [2021-03-29T21:05:58.280Z] Running setup.py install for docopt: started [2021-03-29T21:05:59.349Z] ---> fbe19b4b890f [2021-03-29T21:05:59.349Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T21:05:59.629Z] ---> Running in 21acaa2039d4 [2021-03-29T21:05:59.629Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T21:05:59.629Z] Running setup.py install for PyYAML: started [2021-03-29T21:05:59.924Z] ---> c1c491f6f24c [2021-03-29T21:05:59.924Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T21:05:59.924Z] ---> Running in a3023b9d7de4 [2021-03-29T21:06:00.904Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T21:06:00.904Z] Running setup.py install for texttable: started [2021-03-29T21:06:01.501Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-29T21:06:01.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-29T21:06:01.769Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T21:06:02.366Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-29T21:06:09.060Z] Removing intermediate container dd393d7a58c4 [2021-03-29T21:06:09.060Z] ---> ef3a70ad3c65 [2021-03-29T21:06:09.060Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T21:06:09.060Z] ---> Running in 10607548680f [2021-03-29T21:06:09.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:09.332Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:09.599Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T21:06:09.599Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T21:06:09.599Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T21:06:09.599Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:06:09.599Z] OK: 72 MiB in 58 packages [2021-03-29T21:06:11.602Z] Removing intermediate container 10607548680f [2021-03-29T21:06:11.602Z] ---> 09c801488023 [2021-03-29T21:06:11.602Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T21:06:11.602Z] ---> Running in 27c8ff3585e1 [2021-03-29T21:06:11.875Z] Removing intermediate container 27c8ff3585e1 [2021-03-29T21:06:11.875Z] ---> c485790b1cb7 [2021-03-29T21:06:11.875Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:06:11.875Z] ---> Running in d276e7289f19 [2021-03-29T21:06:12.493Z] Removing intermediate container d276e7289f19 [2021-03-29T21:06:12.493Z] ---> bd2a985acaa9 [2021-03-29T21:06:12.493Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T21:06:12.762Z] ---> Running in 3c03d8f26f26 [2021-03-29T21:06:13.031Z] Removing intermediate container 3c03d8f26f26 [2021-03-29T21:06:13.031Z] ---> 4bcc5dbf55d4 [2021-03-29T21:06:13.031Z] Step 25/26 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:06:13.306Z] ---> Running in 6e225c3fd3fa [2021-03-29T21:06:13.578Z] Removing intermediate container 6e225c3fd3fa [2021-03-29T21:06:13.578Z] ---> e02912701a75 [2021-03-29T21:06:13.578Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T21:06:13.578Z] ---> Running in 2ef5a5939d8f [2021-03-29T21:06:16.209Z] Removing intermediate container 2ef5a5939d8f [2021-03-29T21:06:16.209Z] ---> 11636fb7206a [2021-03-29T21:06:16.209Z] [2021-03-29T21:06:16.209Z] Successfully built 11636fb7206a [2021-03-29T21:06:16.209Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T21:06:28.776Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 24b7003c90e3 [2021-03-29T21:06:28.776Z] ---> ff87df59da49 [2021-03-29T21:06:28.776Z] [2021-03-29T21:06:28.776Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:06:28.776Z] Removing intermediate container 6a9b4c7bbde5 [2021-03-29T21:06:28.776Z] ---> 233f77ff2826 [2021-03-29T21:06:28.776Z] [2021-03-29T21:06:28.776Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T21:06:28.776Z] ---> 42cb162f0360 [2021-03-29T21:06:28.776Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T21:06:28.776Z] ---> 42cb162f0360 [2021-03-29T21:06:28.776Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T21:06:28.776Z] ---> Using cache [2021-03-29T21:06:28.776Z] ---> 694e09a42807 [2021-03-29T21:06:28.776Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:06:28.776Z] ---> Using cache [2021-03-29T21:06:28.776Z] ---> 35ce52a4d033 [2021-03-29T21:06:28.776Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T21:06:28.776Z] ---> Running in b0cbfa1a4cf2 [2021-03-29T21:06:28.776Z] ---> Running in 7a9a9e08b01c [2021-03-29T21:06:28.776Z] Removing intermediate container 7a9a9e08b01c [2021-03-29T21:06:28.776Z] ---> e7173491124c [2021-03-29T21:06:28.776Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T21:06:28.776Z] Removing intermediate container b0cbfa1a4cf2 [2021-03-29T21:06:28.776Z] ---> 12dc4b5e10f0 [2021-03-29T21:06:28.776Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T21:06:29.054Z] ---> Running in 4ccddb4b129c [2021-03-29T21:06:29.054Z] ---> Running in 95b33dd4c60b [2021-03-29T21:06:29.328Z] Removing intermediate container 95b33dd4c60b [2021-03-29T21:06:29.328Z] ---> 567c2700d501 [2021-03-29T21:06:29.328Z] Step 15/23 : WORKDIR / [2021-03-29T21:06:29.601Z] ---> Running in 94045e5b5730 [2021-03-29T21:06:29.878Z] Removing intermediate container 94045e5b5730 [2021-03-29T21:06:29.878Z] ---> 98efc44aef1d [2021-03-29T21:06:29.878Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:06:30.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:30.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:30.440Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:06:30.440Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T21:06:30.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:06:30.440Z] ---> 5b25e26777a8 [2021-03-29T21:06:30.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T21:06:30.440Z] OK: 6 MiB in 16 packages [2021-03-29T21:06:31.435Z] ---> 81be90aaffec [2021-03-29T21:06:31.435Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T21:06:31.435Z] Removing intermediate container 4ccddb4b129c [2021-03-29T21:06:31.435Z] ---> 1f065922e23f [2021-03-29T21:06:31.435Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T21:06:31.435Z] ---> Running in 9f9c7d8cbd40 [2021-03-29T21:06:31.705Z] ---> 39e22539bdcd [2021-03-29T21:06:31.705Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T21:06:31.705Z] ---> Running in 546342b2633c [2021-03-29T21:06:31.979Z] Removing intermediate container 9f9c7d8cbd40 [2021-03-29T21:06:31.979Z] ---> 4abcec8d7773 [2021-03-29T21:06:31.979Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T21:06:31.979Z] ---> Running in 610e8119ed99 [2021-03-29T21:06:32.241Z] Removing intermediate container 546342b2633c [2021-03-29T21:06:32.241Z] ---> 7095d9e76d40 [2021-03-29T21:06:32.241Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:06:34.196Z] ---> Running in b223853ff436 [2021-03-29T21:06:34.196Z] Removing intermediate container 610e8119ed99 [2021-03-29T21:06:34.196Z] ---> 4895ec548a79 [2021-03-29T21:06:34.196Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T21:06:35.604Z] ---> Running in 638a51a87ba5 [2021-03-29T21:06:35.604Z] Removing intermediate container b223853ff436 [2021-03-29T21:06:35.604Z] ---> d3ca647e0ec5 [2021-03-29T21:06:35.604Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:06:35.604Z] Removing intermediate container 21acaa2039d4 [2021-03-29T21:06:35.604Z] ---> 8996ce39c672 [2021-03-29T21:06:35.604Z] [2021-03-29T21:06:35.604Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T21:06:35.604Z] ---> 42cb162f0360 [2021-03-29T21:06:35.604Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T21:06:35.604Z] ---> Running in b34dc7b0e370 [2021-03-29T21:06:35.604Z] ---> Running in 153ee31fc6af [2021-03-29T21:06:36.187Z] Removing intermediate container b34dc7b0e370 [2021-03-29T21:06:36.187Z] ---> 7303b3bae9fa [2021-03-29T21:06:36.187Z] Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:06:36.449Z] ---> Running in d36cf8b6d988 [2021-03-29T21:06:36.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:36.715Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:36.715Z] Removing intermediate container d36cf8b6d988 [2021-03-29T21:06:36.715Z] ---> bf41757ad060 [2021-03-29T21:06:36.715Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:06:36.980Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T21:06:36.980Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T21:06:36.980Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:06:37.242Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T21:06:37.242Z] OK: 6 MiB in 16 packages [2021-03-29T21:06:37.242Z] ---> Running in b915c5ef579b [2021-03-29T21:06:38.190Z] Removing intermediate container 638a51a87ba5 [2021-03-29T21:06:38.190Z] ---> 859debb0acd4 [2021-03-29T21:06:38.190Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T21:06:40.114Z] Removing intermediate container b915c5ef579b [2021-03-29T21:06:40.114Z] ---> 8e9753ee0b70 [2021-03-29T21:06:40.114Z] [2021-03-29T21:06:40.114Z] ---> Running in 328edd2e303f [2021-03-29T21:06:40.114Z] Removing intermediate container a3023b9d7de4 [2021-03-29T21:06:40.114Z] ---> 80096518056a [2021-03-29T21:06:40.114Z] [2021-03-29T21:06:40.114Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T21:06:40.114Z] ---> 42cb162f0360 [2021-03-29T21:06:40.114Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T21:06:40.114Z] Successfully built 8e9753ee0b70 [2021-03-29T21:06:40.708Z] ---> Running in a5c1382ebea6 [2021-03-29T21:06:40.708Z] Successfully tagged docker-core-command-go:latest [2021-03-29T21:06:40.708Z]  Building docker-core-command-go ... done Removing intermediate container 328edd2e303f [2021-03-29T21:06:40.708Z] ---> 564bb169e887 [2021-03-29T21:06:40.708Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T21:06:40.708Z] Removing intermediate container 153ee31fc6af [2021-03-29T21:06:40.708Z] ---> 6a8c7ab50007 [2021-03-29T21:06:40.708Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T21:06:40.708Z] ---> Running in 65ae79a0dd54 [2021-03-29T21:06:40.977Z] Removing intermediate container a5c1382ebea6 [2021-03-29T21:06:40.977Z] ---> 03cd03d3eac3 [2021-03-29T21:06:40.977Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T21:06:40.977Z] ---> Running in df913c0c2037 [2021-03-29T21:06:40.977Z] ---> 54275a50d4f1 [2021-03-29T21:06:40.977Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T21:06:40.977Z] Removing intermediate container 65ae79a0dd54 [2021-03-29T21:06:40.977Z] ---> 940554b88ef6 [2021-03-29T21:06:40.977Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T21:06:41.239Z] ---> Running in 26cc3cc973e8 [2021-03-29T21:06:41.239Z] ---> Running in 8be8a44ccec4 [2021-03-29T21:06:41.239Z] Removing intermediate container df913c0c2037 [2021-03-29T21:06:41.239Z] ---> aeb5de6f293f [2021-03-29T21:06:41.239Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T21:06:41.504Z] ---> Running in 5a62a80e149a [2021-03-29T21:06:41.504Z] Removing intermediate container 8be8a44ccec4 [2021-03-29T21:06:41.504Z] ---> da180c58fceb [2021-03-29T21:06:41.504Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T21:06:41.504Z] ---> Running in 8eff3bf248ea [2021-03-29T21:06:42.083Z] Removing intermediate container 5a62a80e149a [2021-03-29T21:06:42.083Z] ---> 21eebab80679 [2021-03-29T21:06:42.083Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T21:06:42.345Z] Removing intermediate container 8eff3bf248ea [2021-03-29T21:06:42.345Z] ---> 21b372f025c1 [2021-03-29T21:06:42.345Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:06:42.345Z] ---> Running in e96e78a0c27a [2021-03-29T21:06:42.611Z] ---> a09f64dc8a11 [2021-03-29T21:06:42.611Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T21:06:43.202Z] Removing intermediate container 26cc3cc973e8 [2021-03-29T21:06:43.202Z] ---> e83d805cc6c6 [2021-03-29T21:06:43.202Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:06:43.464Z] ---> 1b903d2a7db0 [2021-03-29T21:06:43.464Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T21:06:43.464Z] ---> 862775e489d5 [2021-03-29T21:06:43.464Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T21:06:43.728Z] Removing intermediate container e96e78a0c27a [2021-03-29T21:06:43.728Z] ---> 3904fba2d13c [2021-03-29T21:06:43.728Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T21:06:43.728Z] ---> Running in 75cc16fb38ad [2021-03-29T21:06:43.992Z] ---> 1647e5f3952b [2021-03-29T21:06:43.992Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T21:06:44.266Z] ---> Running in 89a915c0e095 [2021-03-29T21:06:44.266Z] ---> f1210f1af6fd [2021-03-29T21:06:44.266Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T21:06:44.266Z] Removing intermediate container 89a915c0e095 [2021-03-29T21:06:44.266Z] ---> 0ac225cacf9b [2021-03-29T21:06:44.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:06:44.533Z] ---> Running in 150ca9bb434f [2021-03-29T21:06:44.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:44.533Z] ---> 3eb03815bbae [2021-03-29T21:06:44.533Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T21:06:44.828Z] Removing intermediate container 150ca9bb434f [2021-03-29T21:06:44.828Z] ---> d0f6a2802b22 [2021-03-29T21:06:44.828Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T21:06:44.828Z] ---> Running in 6acefd7bb193 [2021-03-29T21:06:44.828Z] ---> 075a4a0fbf22 [2021-03-29T21:06:44.828Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T21:06:45.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T21:06:45.674Z] ---> 002e15f0d95c [2021-03-29T21:06:45.674Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T21:06:45.674Z] Removing intermediate container 6acefd7bb193 [2021-03-29T21:06:45.674Z] ---> 3610eeba0548 [2021-03-29T21:06:45.674Z] Step 21/22 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:06:45.936Z] ---> Running in 386e14fedb49 [2021-03-29T21:06:45.936Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T21:06:45.936Z] ---> Running in 58f653ddaccf [2021-03-29T21:06:46.201Z] Removing intermediate container 386e14fedb49 [2021-03-29T21:06:46.201Z] ---> da194e079ae5 [2021-03-29T21:06:46.201Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T21:06:46.201Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T21:06:46.201Z] ---> Running in d07c63f77c6a [2021-03-29T21:06:46.201Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T21:06:46.201Z] Removing intermediate container 58f653ddaccf [2021-03-29T21:06:46.201Z] ---> 61a23607c422 [2021-03-29T21:06:46.201Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T21:06:46.201Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T21:06:46.465Z] Removing intermediate container d07c63f77c6a [2021-03-29T21:06:46.465Z] ---> 22b602503599 [2021-03-29T21:06:46.466Z] [2021-03-29T21:06:46.729Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T21:06:46.729Z] Successfully built 22b602503599 [2021-03-29T21:06:46.729Z] ---> dfaf12e59ffa [2021-03-29T21:06:46.729Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T21:06:46.729Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T21:06:46.729Z]  Building docker-support-notifications-go ... done (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T21:06:47.003Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T21:06:47.003Z] OK: 8 MiB in 20 packages [2021-03-29T21:06:47.003Z] ---> Running in fd3757f985f0 [2021-03-29T21:06:47.587Z] Removing intermediate container 75cc16fb38ad [2021-03-29T21:06:47.587Z] ---> 5e99101f159b [2021-03-29T21:06:47.587Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T21:06:48.169Z] ---> b87a93ae5e55 [2021-03-29T21:06:48.169Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T21:06:48.169Z] Removing intermediate container fd3757f985f0 [2021-03-29T21:06:48.169Z] ---> 27b13aa8eedb [2021-03-29T21:06:48.169Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T21:06:48.433Z] ---> Running in b623c5875ca1 [2021-03-29T21:06:48.696Z] Removing intermediate container b623c5875ca1 [2021-03-29T21:06:48.696Z] ---> 9549695146f2 [2021-03-29T21:06:48.696Z] Step 28/31 : CMD ["gate"] [2021-03-29T21:06:48.962Z] ---> ea4a4c3ed476 [2021-03-29T21:06:48.962Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T21:06:48.962Z] ---> Running in c0aa5499510e [2021-03-29T21:06:48.962Z] Removing intermediate container c0aa5499510e [2021-03-29T21:06:48.962Z] ---> a6f476e576f5 [2021-03-29T21:06:48.962Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T21:06:49.225Z] ---> 6ed557f392ec [2021-03-29T21:06:49.225Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T21:06:49.225Z] ---> Running in c71b8aee769f [2021-03-29T21:06:49.225Z] ---> Running in 2aaf3f20e28a [2021-03-29T21:06:49.490Z] Removing intermediate container c71b8aee769f [2021-03-29T21:06:49.490Z] ---> f2f9b1c73215 [2021-03-29T21:06:49.490Z] Step 30/31 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:06:49.490Z] Removing intermediate container 2aaf3f20e28a [2021-03-29T21:06:49.490Z] ---> 13220b9afc0c [2021-03-29T21:06:49.490Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T21:06:49.752Z] ---> Running in c91d14a4fc7e [2021-03-29T21:06:49.752Z] ---> Running in 6d78caef3808 [2021-03-29T21:06:49.752Z] Removing intermediate container c91d14a4fc7e [2021-03-29T21:06:49.752Z] ---> 92a4913e3415 [2021-03-29T21:06:49.752Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T21:06:49.752Z] Removing intermediate container 6d78caef3808 [2021-03-29T21:06:49.752Z] ---> 53244b768325 [2021-03-29T21:06:49.752Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T21:06:50.016Z] ---> Running in 5b10435764e9 [2021-03-29T21:06:50.016Z] ---> Running in e7ec7bec0d35 [2021-03-29T21:06:50.281Z] Removing intermediate container 5b10435764e9 [2021-03-29T21:06:50.281Z] ---> 1ad499c27deb [2021-03-29T21:06:50.281Z] [2021-03-29T21:06:50.281Z] Removing intermediate container e7ec7bec0d35 [2021-03-29T21:06:50.281Z] ---> 6d9ce53bdc83 [2021-03-29T21:06:50.281Z] Step 22/23 : LABEL git_sha=30dea8cbfe42a6baf52c1324d0742abb31aae20c [2021-03-29T21:06:50.544Z] ---> Running in 5374af93c1b0 [2021-03-29T21:06:50.544Z] Successfully built 1ad499c27deb [2021-03-29T21:06:50.544Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T21:06:50.544Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 5374af93c1b0 [2021-03-29T21:06:50.544Z] ---> 53c6c154e761 [2021-03-29T21:06:50.544Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T21:06:50.809Z] ---> Running in 229377fd25f7 [2021-03-29T21:06:51.075Z] Removing intermediate container 229377fd25f7 [2021-03-29T21:06:51.075Z] ---> 99c627a89401 [2021-03-29T21:06:51.075Z] [2021-03-29T21:06:51.075Z] Successfully built 99c627a89401 [2021-03-29T21:06:51.338Z] Successfully tagged docker-core-data-go:latest [2021-03-29T21:06:51.929Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-29T21:06:52.364Z] $ docker stop --time=1 e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 [2021-03-29T21:06:54.155Z] $ docker rm -f e465faf49c5c787ace13aa2e8511224498246e999e4baa378b75a67a4d827826 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T21:06:54.661Z] + docker images [2021-03-29T21:06:54.661Z] + grep docker [2021-03-29T21:06:54.924Z] docker-security-bootstrapper-go latest 1ad499c27deb 4 seconds ago 18.9MB [2021-03-29T21:06:54.924Z] docker-core-data-go latest 99c627a89401 4 seconds ago 22.7MB [2021-03-29T21:06:54.924Z] docker-support-notifications-go latest 22b602503599 8 seconds ago 17.9MB [2021-03-29T21:06:54.924Z] docker-core-command-go latest 8e9753ee0b70 16 seconds ago 17.3MB [2021-03-29T21:06:54.924Z] docker-sys-mgmt-agent-go latest 11636fb7206a 39 seconds ago 314MB [2021-03-29T21:06:54.924Z] docker-security-secretstore-setup-go latest f59f481a28cf 2 minutes ago 25.7MB [2021-03-29T21:06:54.924Z] docker-core-metadata-go latest a1ca8d5381a0 2 minutes ago 19MB [2021-03-29T21:06:54.924Z] docker-security-proxy-setup-go latest 69f9bc7d22f0 2 minutes ago 25.4MB [2021-03-29T21:06:54.924Z] docker-support-scheduler-go latest c1faf13fbfaf 2 minutes ago 17.4MB [2021-03-29T21:06:54.924Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-29T21:07:10.615Z] Still waiting to schedule task [2021-03-29T21:07:10.616Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31860’ [2021-03-29T21:09:53.195Z] Running on prd-ubuntu18.04-docker-8c-8g-31863 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-29T21:09:53.251Z] Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout [2021-03-29T21:09:55.499Z] using credential edgex-jenkins-ssh [2021-03-29T21:09:55.569Z] Cloning the remote Git repository [2021-03-29T21:09:55.596Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:09:55.659Z] > git init /w/workspace/edgex-go/39 # timeout=10 [2021-03-29T21:09:55.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:09:55.685Z] > git --version # timeout=10 [2021-03-29T21:09:55.700Z] > git --version # 'git version 2.17.1' [2021-03-29T21:09:55.701Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:09:55.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:10:01.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:10:01.397Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T21:10:01.405Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T21:10:01.422Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T21:10:01.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T21:10:01.427Z] > 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-03-29T21:10:03.031Z] Merging remotes/origin/master commit 76b4535fa5fa3514bc34c1137a1fac177e39ac4f into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-29T21:10:03.043Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T21:10:03.055Z] > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T21:10:03.678Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:05.484Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:06.542Z] ---> package-listing.sh [2021-03-29T21:10:06.543Z] ++ facter osfamily [2021-03-29T21:10:06.543Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T21:10:06.543Z] + OS_FAMILY=redhat [2021-03-29T21:10:06.543Z] + workspace=/w/workspace/edgex-go/39 [2021-03-29T21:10:06.543Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T21:10:06.543Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T21:10:06.543Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T21:10:06.543Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T21:10:06.543Z] + '[' /w/workspace/edgex-go/39 ']' [2021-03-29T21:10:06.543Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T21:10:06.543Z] + case "${OS_FAMILY}" in [2021-03-29T21:10:06.543Z] + rpm -qa [2021-03-29T21:10:06.543Z] + sort [2021-03-29T21:10:11.897Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T21:10:11.897Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T21:10:11.897Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T21:10:11.897Z] + '[' /w/workspace/edgex-go/39 ']' [2021-03-29T21:10:11.897Z] + mkdir -p /w/workspace/edgex-go/39/archives/ [2021-03-29T21:10:11.897Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/39/archives/ [Pipeline] echo [2021-03-29T21:10:11.910Z] 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/39/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T21:10:12.215Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:10:12.527Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:10:12.527Z] [2021-03-29T21:10:12.527Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T21:10:12.890Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:10:12.890Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T21:10:12.890Z] df20fa9351a1: Pulling fs layer [2021-03-29T21:10:12.890Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T21:10:12.890Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T21:10:12.890Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T21:10:12.890Z] 93b61091891f: Pulling fs layer [2021-03-29T21:10:12.890Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T21:10:12.890Z] 5e14af77c1be: Pulling fs layer [2021-03-29T21:10:12.890Z] 01666e4c0597: Pulling fs layer [2021-03-29T21:10:12.890Z] aa168da1d23b: Pulling fs layer [2021-03-29T21:10:12.890Z] 93b9cdb0e59b: Waiting [2021-03-29T21:10:12.890Z] 5e14af77c1be: Waiting [2021-03-29T21:10:12.890Z] 01666e4c0597: Waiting [2021-03-29T21:10:12.890Z] aa168da1d23b: Waiting [2021-03-29T21:10:12.890Z] 46f8f816bc3b: Waiting [2021-03-29T21:10:12.890Z] 93b61091891f: Waiting [2021-03-29T21:10:12.890Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T21:10:12.890Z] 36b3adc4ff6f: Download complete [2021-03-29T21:10:12.890Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T21:10:12.890Z] 46f8f816bc3b: Download complete [2021-03-29T21:10:12.890Z] df20fa9351a1: Download complete [2021-03-29T21:10:12.890Z] 93b9cdb0e59b: Download complete [2021-03-29T21:10:13.158Z] 93b61091891f: Verifying Checksum [2021-03-29T21:10:13.158Z] 93b61091891f: Download complete [2021-03-29T21:10:13.158Z] 01666e4c0597: Verifying Checksum [2021-03-29T21:10:13.158Z] 01666e4c0597: Download complete [2021-03-29T21:10:13.158Z] 5e14af77c1be: Verifying Checksum [2021-03-29T21:10:13.158Z] 5e14af77c1be: Download complete [2021-03-29T21:10:13.422Z] df20fa9351a1: Pull complete [2021-03-29T21:10:13.686Z] 36b3adc4ff6f: Pull complete [2021-03-29T21:10:13.686Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T21:10:13.686Z] 8ad3a11d3b57: Download complete [2021-03-29T21:10:14.639Z] 8ad3a11d3b57: Pull complete [2021-03-29T21:10:15.594Z] 46f8f816bc3b: Pull complete [2021-03-29T21:10:16.178Z] aa168da1d23b: Verifying Checksum [2021-03-29T21:10:16.178Z] aa168da1d23b: Download complete [2021-03-29T21:10:16.438Z] 93b61091891f: Pull complete [2021-03-29T21:10:16.702Z] 93b9cdb0e59b: Pull complete [2021-03-29T21:10:16.702Z] 5e14af77c1be: Pull complete [2021-03-29T21:10:16.966Z] 01666e4c0597: Pull complete [2021-03-29T21:10:25.152Z] aa168da1d23b: Pull complete [2021-03-29T21:10:25.414Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T21:10:25.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T21:10:25.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T21:10:25.722Z] prd-centos7-docker-4c-2g-31847 does not seem to be running inside a container [2021-03-29T21:10:25.781Z] $ 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/39/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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T21:10:30.639Z] $ docker top ff45d4002882398985309486d0dcf22310b2b1c0e1985f5c25a7f96764d344b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T21:10:31.172Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T21:10:31.479Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T21:10:31.780Z] + ls /var/log/sa-host [2021-03-29T21:10:31.781Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T21:10:31.781Z] file_magic: OK [2021-03-29T21:10:31.781Z] HZ: Using current value: 100 [2021-03-29T21:10:31.781Z] file_header: OK [2021-03-29T21:10:31.781Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T21:10:31.781Z] Statistics: [2021-03-29T21:10:31.781Z] Hnuu...uuuununununu... [2021-03-29T21:10:31.781Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T21:10:31.781Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T21:10:31.781Z] file_magic: OK [2021-03-29T21:10:31.781Z] HZ: Using current value: 100 [2021-03-29T21:10:31.781Z] file_header: OK [2021-03-29T21:10:31.781Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-29T21:10:31.781Z] Statistics: [2021-03-29T21:10:31.781Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-29T21:10:31.781Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T21:10:32.020Z] provisioning config files... [2021-03-29T21:10:32.041Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/39@tmp/config6864158190144712465tmp [Pipeline] { [Pipeline] echo [2021-03-29T21:10:32.107Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:32.411Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T21:10:32.422Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T21:10:32.516Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:32.820Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T21:10:32.831Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:33.133Z] ---> sudo-logs.sh [2021-03-29T21:10:33.133Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T21:10:33.358Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:33.659Z] ---> job-cost.sh [2021-03-29T21:10:33.659Z] lf-activate-venv: SKIPPING [2021-03-29T21:10:33.659Z] INFO: No Stack... [2021-03-29T21:10:34.612Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T21:10:35.187Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T21:10:35.202Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T21:10:35.502Z] ---> logs-deploy.sh [2021-03-29T21:10:35.502Z] lf-activate-venv: SKIPPING [2021-03-29T21:10:35.502Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/39 [2021-03-29T21:10:35.502Z] INFO: archiving workspace using pattern(s): [2021-03-29T21:10:37.432Z] Archives upload complete. [2021-03-29T21:10:37.432Z] INFO: archiving logs to Nexus