Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c+be0d14e436fe9c753018b2c9bd281985489666e3 (858119f6cce9b9674dfa78f55ab1f6f39cf21f13) 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-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30723’ 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-30725 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 Merge succeeded, producing a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f Checking out Revision a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f # timeout=10 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" > git rev-list --no-walk 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:22:27.152Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:22:27.387Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:22:27.477Z] ========================================================= [2021-03-20T17:22:27.477Z] EdgeX Global Pipelines Version Info [2021-03-20T17:22:27.477Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:22:30.512Z] ------------------- [2021-03-20T17:22:30.512Z] stable info: [2021-03-20T17:22:30.512Z] ------------------- [2021-03-20T17:22:30.512Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:22:30.512Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:22:30.512Z] Message: update stable to v1.0.186 [2021-03-20T17:22:31.493Z] ------------------- [2021-03-20T17:22:31.493Z] experimental info: [2021-03-20T17:22:31.493Z] ------------------- [2021-03-20T17:22:31.493Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:22:31.493Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:22:31.493Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:22:31.790Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-20T17:22:31.874Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-20T17:22:31.959Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:22:32.067Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:22:32.161Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:22:32.257Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:22:32.348Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:22:32.427Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-20T17:22:32.509Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-20T17:22:32.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-20T17:22:32.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:22:32.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:22:32.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:22:32.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:22:33.117Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:22:33.204Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:22:33.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:22:33.381Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:22:33.468Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-20T17:22:33.565Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-20T17:22:33.644Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-20T17:22:33.723Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:22:33.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-20T17:22:33.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-20T17:22:33.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-20T17:22:34.038Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [Pipeline] echo [2021-03-20T17:22:34.118Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9ce6e4 [Pipeline] echo [2021-03-20T17:22:34.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:22:34.408Z] provisioning config files... [2021-03-20T17:22:34.441Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config6033552682926252353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:22:34.909Z] ---> docker-login.sh [2021-03-20T17:22:34.909Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:22:36.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:22:36.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:22:36.825Z] Configure a credential helper to remove this warning. See [2021-03-20T17:22:36.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:22:36.825Z] [2021-03-20T17:22:36.825Z] Login Succeeded [2021-03-20T17:22:36.825Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:22:37.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:22:37.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:22:37.750Z] Configure a credential helper to remove this warning. See [2021-03-20T17:22:37.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:22:37.750Z] [2021-03-20T17:22:37.750Z] Login Succeeded [2021-03-20T17:22:37.750Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:22:38.038Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:22:38.038Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:22:38.038Z] Configure a credential helper to remove this warning. See [2021-03-20T17:22:38.038Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:22:38.038Z] [2021-03-20T17:22:38.038Z] Login Succeeded [2021-03-20T17:22:38.038Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:22:38.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:22:38.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:22:38.337Z] Configure a credential helper to remove this warning. See [2021-03-20T17:22:38.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:22:38.337Z] [2021-03-20T17:22:38.337Z] Login Succeeded [2021-03-20T17:22:38.337Z] docker.io [2021-03-20T17:22:39.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:22:39.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:22:39.032Z] Configure a credential helper to remove this warning. See [2021-03-20T17:22:39.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:22:39.032Z] [2021-03-20T17:22:39.032Z] Login Succeeded [2021-03-20T17:22:39.032Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:22:39.061Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:22:39.635Z] ++ 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-20T17:22:39.635Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/core-command/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/core-data/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-20T17:22:39.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:22:39.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:22:39.636Z] ++ cut -d/ -f2 [2021-03-20T17:22:39.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-20T17:22:39.717Z] 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-20T17:22:40.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:22:40.556Z] [2021-03-20T17:22:40.556Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:22:40.987Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:22:40.987Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:22:40.987Z] 31603596830f: Pulling fs layer [2021-03-20T17:22:40.987Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:22:40.987Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:22:40.987Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:22:40.987Z] ecc8261a40a4: Waiting [2021-03-20T17:22:40.987Z] 2a8b12db71e7: Verifying Checksum [2021-03-20T17:22:40.987Z] 2a8b12db71e7: Download complete [2021-03-20T17:22:40.987Z] 31603596830f: Verifying Checksum [2021-03-20T17:22:40.987Z] 31603596830f: Download complete [2021-03-20T17:22:41.255Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:22:41.255Z] ecc8261a40a4: Download complete [2021-03-20T17:22:41.255Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:22:41.255Z] 6ca5941a6612: Download complete [2021-03-20T17:22:42.330Z] 31603596830f: Pull complete [2021-03-20T17:22:42.596Z] 2a8b12db71e7: Pull complete [2021-03-20T17:22:44.032Z] 6ca5941a6612: Pull complete [2021-03-20T17:22:44.652Z] ecc8261a40a4: Pull complete [2021-03-20T17:22:44.652Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:22:44.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:22:44.652Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:22:45.247Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:22:45.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:22:48.845Z] $ docker top 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:22:49.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:22:49.224Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:22:49.716Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:22:49.721Z] $ docker exec 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent [2021-03-20T17:22:50.161Z] SSH_AUTH_SOCK=/tmp/ssh-YYuVFmBT419F/agent.12 [2021-03-20T17:22:50.161Z] SSH_AGENT_PID=17 [2021-03-20T17:22:50.200Z] Running ssh-add (command line suppressed) [2021-03-20T17:22:50.681Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_6617337732998820660.key (/w/workspace/edgex-go/20@tmp/private_key_6617337732998820660.key) [2021-03-20T17:22:51.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:22:51.439Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:22:51.964Z] $ docker exec --env ******** --env ******** 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent -k [2021-03-20T17:22:52.658Z] unset SSH_AUTH_SOCK; [2021-03-20T17:22:52.658Z] unset SSH_AGENT_PID; [2021-03-20T17:22:52.658Z] echo Agent pid 17 killed; [2021-03-20T17:22:53.043Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:22:53.185Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:22:53.185Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:22:53.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:22:53.450Z] $ docker exec 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent [2021-03-20T17:22:54.074Z] SSH_AUTH_SOCK=/tmp/ssh-cAYMKnOXVuWy/agent.47 [2021-03-20T17:22:54.074Z] SSH_AGENT_PID=52 [2021-03-20T17:22:54.085Z] Running ssh-add (command line suppressed) [2021-03-20T17:22:54.305Z] Identity added: /w/workspace/edgex-go/20@tmp/private_key_6061802761264708847.key (/w/workspace/edgex-go/20@tmp/private_key_6061802761264708847.key) [2021-03-20T17:22:54.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:22:54.983Z] + git semver init [2021-03-20T17:22:54.983Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:22:54.983Z] # $GIT_DIR = /w/workspace/edgex-go/20/.git [2021-03-20T17:22:54.983Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/20 [2021-03-20T17:22:54.983Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:22:54.983Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:22:54.983Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:22:54.983Z] # $SEMVER_BRANCH = PR-3234 [2021-03-20T17:22:54.983Z] # $SEMVER_TEMP = /tmp/semver-249176732 [2021-03-20T17:22:54.983Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-20T17:23:34.392Z] # '/tmp/semver-249176732' -> '/w/workspace/edgex-go/20/.semver' [2021-03-20T17:23:34.392Z] # -> Force: false [2021-03-20T17:23:34.392Z] # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } [2021-03-20T17:23:34.414Z] $ docker exec --env ******** --env ******** 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent -k [2021-03-20T17:23:35.232Z] unset SSH_AUTH_SOCK; [2021-03-20T17:23:35.233Z] unset SSH_AGENT_PID; [2021-03-20T17:23:35.233Z] echo Agent pid 52 killed; [2021-03-20T17:23:35.421Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:23:35.995Z] + git semver [Pipeline] } [2021-03-20T17:23:36.324Z] $ docker stop --time=1 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac [2021-03-20T17:23:38.505Z] $ docker rm -f 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:23:39.319Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:23:41.018Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:23:41.021Z] [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-20T17:23:42.132Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:23:42.594Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:23:42.965Z] + sudo service docker restart [2021-03-20T17:23:42.965Z] + true [2021-03-20T17:23:42.965Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-20T17:23:44.974Z] ========================================================= [2021-03-20T17:23:44.974Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:23:44.974Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:23:45.446Z] + 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-20T17:23:55.918Z] Sending build context to Docker daemon 328.6MB [2021-03-20T17:23:55.918Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:23:55.918Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:23:55.918Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:23:55.918Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:23:55.918Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:23:55.918Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:23:55.918Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:23:55.918Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:23:55.918Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:23:55.918Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:23:55.918Z] bca2f99d35d6: Waiting [2021-03-20T17:23:55.918Z] 93359f2a8cfa: Waiting [2021-03-20T17:23:55.918Z] 7c6f9722023f: Waiting [2021-03-20T17:23:55.918Z] a35cf1a2eb13: Waiting [2021-03-20T17:23:55.918Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:23:55.918Z] de9db76c5a1d: Download complete [2021-03-20T17:23:55.918Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:23:55.918Z] 0ef7d3d256c8: Download complete [2021-03-20T17:23:55.918Z] 93359f2a8cfa: Download complete [2021-03-20T17:23:55.918Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:23:55.918Z] 7c6f9722023f: Download complete [2021-03-20T17:23:55.918Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:23:55.918Z] 188c0c94c7c5: Download complete [2021-03-20T17:23:55.918Z] 188c0c94c7c5: Pull complete [2021-03-20T17:23:56.225Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:23:56.493Z] Still waiting to schedule task [2021-03-20T17:23:56.493Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-20T17:23:56.499Z] de9db76c5a1d: Pull complete [2021-03-20T17:24:00.889Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:24:00.889Z] a35cf1a2eb13: Download complete [2021-03-20T17:24:02.430Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:24:02.430Z] bca2f99d35d6: Download complete [2021-03-20T17:24:16.017Z] bca2f99d35d6: Pull complete [2021-03-20T17:24:16.017Z] 93359f2a8cfa: Pull complete [2021-03-20T17:24:16.017Z] 7c6f9722023f: Pull complete [2021-03-20T17:24:21.580Z] a35cf1a2eb13: Pull complete [2021-03-20T17:24:21.580Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:24:21.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:24:21.580Z] ---> a62c8e92a672 [2021-03-20T17:24:21.580Z] 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-20T17:24:21.866Z] ---> Running in 568caa2c2529 [2021-03-20T17:24:23.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:24:24.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:24:25.273Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:24:25.548Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:24:25.548Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:24:25.548Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:24:35.709Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:24:35.980Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:24:35.980Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:24:35.980Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:24:36.251Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:24:36.251Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:24:36.523Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:24:36.790Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:24:36.790Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:24:36.790Z] OK: 233 MiB in 51 packages [2021-03-20T17:24:42.333Z] Removing intermediate container 568caa2c2529 [2021-03-20T17:24:42.333Z] ---> 4a392d161f2d [2021-03-20T17:24:42.333Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:24:42.333Z] ---> Running in e884d4887c62 [2021-03-20T17:24:42.333Z] Removing intermediate container e884d4887c62 [2021-03-20T17:24:42.333Z] ---> 0207e563d2a1 [2021-03-20T17:24:42.333Z] Step 5/6 : COPY go.mod . [2021-03-20T17:24:42.606Z] ---> 20938878f5ff [2021-03-20T17:24:42.606Z] Step 6/6 : RUN go mod download [2021-03-20T17:24:42.878Z] ---> Running in 53d95ae25376 [2021-03-20T17:25:15.524Z] Removing intermediate container 53d95ae25376 [2021-03-20T17:25:15.524Z] ---> e0383ee48945 [2021-03-20T17:25:15.524Z] Successfully built e0383ee48945 [2021-03-20T17:25:15.524Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:15.928Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:25:16.202Z] . [Pipeline] withDockerContainer [2021-03-20T17:25:16.487Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:25:16.632Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:25:18.690Z] $ docker top 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:25:19.785Z] + go version [2021-03-20T17:25:19.786Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:25:19.809Z] $ docker stop --time=1 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 [2021-03-20T17:25:22.086Z] $ docker rm -f 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:23.483Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:25:23.483Z] . [Pipeline] withDockerContainer [2021-03-20T17:25:23.993Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:25:24.316Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:25:25.463Z] $ docker top ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:25:25.877Z] ========================================================= [2021-03-20T17:25:25.877Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:25:25.877Z] ========================================================= [Pipeline] sh [2021-03-20T17:25:27.042Z] + make test [2021-03-20T17:25:27.042Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:25:50.174Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:26:15.096Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30738 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-20T17:26:15.157Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-20T17:26:21.075Z] using credential edgex-jenkins-ssh [2021-03-20T17:26:21.129Z] Cloning the remote Git repository [2021-03-20T17:26:21.193Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:26:21.309Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-20T17:26:21.389Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:26:21.391Z] > git --version # timeout=10 [2021-03-20T17:26:21.415Z] > git --version # 'git version 2.17.1' [2021-03-20T17:26:21.417Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:21.513Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:26:23.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:26:36.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:26:36.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:26:36.306Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:26:43.297Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-20T17:26:43.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:26:43.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:26:43.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:26:43.665Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:26:43.665Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] // stage [Pipeline] } [2021-03-20T17:26:43.748Z] Failed in branch arm64 [2021-03-20T17:26:42.482Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:26:42.501Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:26:42.526Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:26:42.563Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:26:42.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:26:42.580Z] > 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-20T17:26:43.321Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:26:43.336Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [2021-03-20T17:26:44.750Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:26:50.781Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:26:50.781Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:26:50.781Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:26:56.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:26:56.464Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:26:56.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements [2021-03-20T17:26:56.464Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements [2021-03-20T17:27:02.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.805s coverage: 27.1% of statements [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:27:02.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:27:02.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:27:02.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:27:02.672Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements [2021-03-20T17:27:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:27:02.672Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:27:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.9% of statements [2021-03-20T17:27:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:27:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:27:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements [2021-03-20T17:27:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.721s coverage: 28.6% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.366s coverage: 100.0% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.323s coverage: 97.5% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:27:10.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.110s coverage: 78.3% of statements [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:27:10.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.184s coverage: 92.8% of statements [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:27:17.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.146s coverage: 47.1% of statements [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.195s coverage: 79.5% of statements [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements [2021-03-20T17:27:17.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.109s coverage: 87.5% of statements [2021-03-20T17:27:30.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.218s coverage: 94.4% of statements [2021-03-20T17:27:30.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-03-20T17:27:35.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.908s coverage: 81.9% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.379s coverage: 92.9% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.142s coverage: 77.8% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.347s coverage: 87.2% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.215s coverage: 75.5% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.8% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.108s coverage: 84.6% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.425s coverage: 91.6% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.029s coverage: 62.4% of statements [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:27:45.980Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.183s coverage: 100.0% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.147s coverage: 91.3% of statements [2021-03-20T17:27:45.980Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements [2021-03-20T17:27:46.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.707s coverage: 73.7% of statements [2021-03-20T17:27:46.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements [2021-03-20T17:27:51.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.298s coverage: 69.0% of statements [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:27:51.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 38.4% of statements [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:27:51.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.191s coverage: 89.5% of statements [2021-03-20T17:27:51.897Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:27:51.897Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.149s coverage: 84.8% of statements [2021-03-20T17:27:58.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.329s coverage: 47.0% of statements [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:27:58.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:27:58.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:27:58.039Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.274s coverage: 87.1% of statements [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:27:58.039Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:28:01.499Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.419s coverage: 29.1% of statements [2021-03-20T17:28:01.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:28:01.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:28:01.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:28:01.499Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:28:01.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.140s coverage: 99.0% of statements [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:28:01.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:28:01.500Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 96.5% of statements [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:28:01.500Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.202s coverage: 0.0% of statements [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:28:01.500Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:28:01.500Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:28:01.791Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.070s coverage: 87.9% of statements [2021-03-20T17:28:01.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:28:01.791Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:28:02.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2021-03-20T17:28:02.770Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.076s coverage: 32.1% of statements [2021-03-20T17:28:03.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements [2021-03-20T17:28:04.575Z] GO111MODULE=on go vet ./... [2021-03-20T17:29:28.006Z] gofmt -l . [2021-03-20T17:29:28.006Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:29:31.632Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:29:34.699Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-20T17:29:38.064Z] + ls -al . [2021-03-20T17:29:38.064Z] total 760 [2021-03-20T17:29:38.064Z] drwxrwxr-x 10 1001 1001 4096 Mar 20 17:29 . [2021-03-20T17:29:38.064Z] drwxr-xr-x 4 root root 30 Mar 20 17:25 .. [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:22 .dockerignore [2021-03-20T17:29:38.064Z] drwxrwxr-x 8 1001 1001 179 Mar 20 17:22 .git [2021-03-20T17:29:38.064Z] drwxrwxr-x 3 1001 1001 125 Mar 20 17:22 .github [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:22 .gitignore [2021-03-20T17:29:38.064Z] drwx------ 3 1001 1001 60 Mar 20 17:23 .semver [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:22 .sonarcloud.properties [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:22 Attribution.txt [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:22 CONTRIBUTING.md [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:22 Dockerfile.build [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:22 Jenkinsfile [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:22 LICENSE [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:22 Makefile [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:22 README.md [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:22 SECURITY.md [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:22 ZMQWindows.md [2021-03-20T17:29:38.064Z] drwxrwxr-x 2 1001 1001 117 Mar 20 17:22 bin [2021-03-20T17:29:38.064Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:22 cmd [2021-03-20T17:29:38.064Z] -rw-r--r-- 1 root root 650607 Mar 20 17:28 coverage.out [2021-03-20T17:29:38.064Z] -rw-r--r-- 1 root root 1056 Mar 20 17:29 go.mod [2021-03-20T17:29:38.064Z] -rw-r--r-- 1 root root 22211 Mar 20 17:29 go.sum [2021-03-20T17:29:38.064Z] drwxrwxr-x 8 1001 1001 127 Mar 20 17:22 internal [2021-03-20T17:29:38.064Z] drwxrwxr-x 4 1001 1001 26 Mar 20 17:22 openapi [2021-03-20T17:29:38.064Z] drwxrwxr-x 4 1001 1001 71 Mar 20 17:22 snap [2021-03-20T17:29:38.064Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:22 version.go [Pipeline] sh [2021-03-20T17:29:39.087Z] + '[' -e coverage.out ] [2021-03-20T17:29:39.087Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:29:39.892Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:29:40.608Z] + make build [2021-03-20T17:29:40.608Z] 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-20T17:29:49.061Z] 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-20T17:30:29.893Z] 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-20T17:30:33.322Z] 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-20T17:30:36.867Z] 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-20T17:30:37.470Z] 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-20T17:30:43.352Z] 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-20T17:30:52.339Z] 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-20T17:31:01.281Z] 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-20T17:31:06.861Z] 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-20T17:31:11.381Z] 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-20T17:31:15.955Z] 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-20T17:31:22.259Z] $ docker stop --time=1 ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 [2021-03-20T17:31:25.355Z] $ docker rm -f ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:28.484Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:31:28.765Z] [2021-03-20T17:31:28.765Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:29.232Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:31:29.503Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-20T17:31:29.503Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-20T17:31:29.503Z] ca9280d653b3: Pulling fs layer [2021-03-20T17:31:29.503Z] 7e9c9ca2126c: Pulling fs layer [2021-03-20T17:31:30.139Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-20T17:31:30.139Z] cbdbe7a5bc2a: Download complete [2021-03-20T17:31:31.156Z] cbdbe7a5bc2a: Pull complete [2021-03-20T17:31:31.156Z] ca9280d653b3: Verifying Checksum [2021-03-20T17:31:31.156Z] ca9280d653b3: Download complete [2021-03-20T17:31:33.879Z] 7e9c9ca2126c: Download complete [2021-03-20T17:31:34.199Z] ca9280d653b3: Pull complete [2021-03-20T17:31:49.864Z] 7e9c9ca2126c: Pull complete [2021-03-20T17:31:49.864Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-20T17:31:49.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:31:49.864Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-20T17:31:50.230Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:31:50.362Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:31:53.890Z] $ docker top 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:31:55.108Z] + grep parallel [2021-03-20T17:31:55.108Z] + docker-compose build --help [2021-03-20T17:31:56.627Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:31:56.669Z] $ docker stop --time=1 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d [2021-03-20T17:31:58.727Z] $ docker rm -f 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:59.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:31:59.404Z] . [Pipeline] withDockerContainer [2021-03-20T17:31:59.573Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:31:59.645Z] $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:32:00.512Z] $ docker top 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:32:01.132Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:32:03.184Z] Building docker-core-command-go ... [2021-03-20T17:32:03.184Z] Building docker-core-data-go ... [2021-03-20T17:32:03.184Z] Building docker-core-metadata-go ... [2021-03-20T17:32:03.184Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:32:03.184Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:32:03.184Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:32:03.184Z] Building docker-support-notifications-go ... [2021-03-20T17:32:03.184Z] Building docker-support-scheduler-go ... [2021-03-20T17:32:03.184Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:32:03.184Z] Building docker-core-data-go [2021-03-20T17:32:03.184Z] Building docker-support-scheduler-go [2021-03-20T17:32:03.184Z] Building docker-security-secretstore-setup-go [2021-03-20T17:32:03.497Z] Building docker-support-notifications-go [2021-03-20T17:32:03.913Z] Building docker-security-bootstrapper-go [2021-03-20T17:33:41.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:41.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:41.824Z] ---> e0383ee48945 [2021-03-20T17:33:41.824Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:33:41.824Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:41.824Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:41.824Z] ---> e0383ee48945 [2021-03-20T17:33:41.824Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:33:41.824Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:41.824Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:41.824Z] ---> e0383ee48945 [2021-03-20T17:33:41.824Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:33:41.824Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:41.824Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:41.824Z] ---> e0383ee48945 [2021-03-20T17:33:41.824Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:33:41.824Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:33:41.824Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:33:41.824Z] ---> e0383ee48945 [2021-03-20T17:33:41.824Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:33:41.824Z] ---> Running in 355585ca5475 [2021-03-20T17:33:41.824Z] ---> Running in 6ec46ce9725e [2021-03-20T17:33:41.824Z] ---> Running in 2cf1c4829922 [2021-03-20T17:33:41.824Z] ---> Running in 108b708e029f [2021-03-20T17:33:41.824Z] ---> Running in c252eb0f9b1b [2021-03-20T17:33:42.095Z] Removing intermediate container 6ec46ce9725e [2021-03-20T17:33:42.095Z] ---> f2be73fbea0e [2021-03-20T17:33:42.095Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:42.362Z] Removing intermediate container c252eb0f9b1b [2021-03-20T17:33:42.362Z] ---> 28da012db642 [2021-03-20T17:33:42.362Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:42.362Z] Removing intermediate container 108b708e029f [2021-03-20T17:33:42.362Z] ---> 92b43e76953d [2021-03-20T17:33:42.362Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:42.362Z] Removing intermediate container 2cf1c4829922 [2021-03-20T17:33:42.362Z] ---> c1d04f73e63a [2021-03-20T17:33:42.362Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:42.362Z] Removing intermediate container 355585ca5475 [2021-03-20T17:33:42.362Z] ---> ef40cfed3ce5 [2021-03-20T17:33:42.362Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:33:42.642Z] ---> Running in 01e17cb45444 [2021-03-20T17:33:42.642Z] ---> Running in 4a5d05ed666f [2021-03-20T17:33:42.642Z] ---> Running in 0a15d543d53a [2021-03-20T17:33:42.642Z] ---> Running in 997d7b03526a [2021-03-20T17:33:42.642Z] ---> Running in 658b8d9dc89e [2021-03-20T17:33:52.266Z] Removing intermediate container 0a15d543d53a [2021-03-20T17:33:52.266Z] ---> ab314e384ce1 [2021-03-20T17:33:52.266Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:33:52.266Z] Removing intermediate container 658b8d9dc89e [2021-03-20T17:33:52.266Z] ---> 0f6cfd1e6f99 [2021-03-20T17:33:52.266Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:33:52.266Z] Removing intermediate container 997d7b03526a [2021-03-20T17:33:52.266Z] ---> 91d8b3fb2b03 [2021-03-20T17:33:52.266Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:33:52.266Z] ---> Running in b8e40287293e [2021-03-20T17:33:52.266Z] ---> Running in 58476c4bf1dc [2021-03-20T17:33:52.266Z] Removing intermediate container 01e17cb45444 [2021-03-20T17:33:52.266Z] ---> f456bb048f76 [2021-03-20T17:33:52.266Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:33:52.266Z] Removing intermediate container 4a5d05ed666f [2021-03-20T17:33:52.266Z] ---> 7687fd314eb2 [2021-03-20T17:33:52.266Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:33:52.266Z] ---> Running in f7890f174871 [2021-03-20T17:33:52.266Z] ---> Running in a8242178452b [2021-03-20T17:33:52.266Z] ---> Running in 57d2fb563292 [2021-03-20T17:33:54.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:54.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:54.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:54.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:54.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:55.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:55.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:55.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:56.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:56.037Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:33:56.780Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:56.780Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:57.440Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:57.440Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:58.210Z] OK: 233 MiB in 51 packages [2021-03-20T17:33:59.136Z] Removing intermediate container b8e40287293e [2021-03-20T17:33:59.136Z] ---> 69949b58c0c5 [2021-03-20T17:33:59.136Z] Step 6/24 : COPY go.mod . [2021-03-20T17:33:59.428Z] Removing intermediate container f7890f174871 [2021-03-20T17:33:59.428Z] ---> fd5073baad57 [2021-03-20T17:33:59.428Z] Step 6/23 : COPY go.mod . [2021-03-20T17:33:59.428Z] Removing intermediate container 58476c4bf1dc [2021-03-20T17:33:59.428Z] ---> 0244b91ec37f [2021-03-20T17:33:59.428Z] Step 6/31 : COPY go.mod . [2021-03-20T17:33:59.783Z] Removing intermediate container 57d2fb563292 [2021-03-20T17:33:59.783Z] ---> c1aa41fcd1df [2021-03-20T17:33:59.783Z] Step 6/22 : COPY go.mod . [2021-03-20T17:33:59.783Z] Removing intermediate container a8242178452b [2021-03-20T17:33:59.783Z] ---> 5faa2ff276e3 [2021-03-20T17:33:59.783Z] Step 6/22 : COPY go.mod . [2021-03-20T17:34:00.083Z] ---> cd04e2f99cbb [2021-03-20T17:34:00.083Z] Step 7/24 : RUN go mod download [2021-03-20T17:34:00.083Z] ---> 71d02f99466d [2021-03-20T17:34:00.083Z] Step 7/23 : RUN go mod download [2021-03-20T17:34:00.083Z] ---> Running in f63fe1be3480 [2021-03-20T17:34:00.083Z] ---> Running in e910d976671e [2021-03-20T17:34:00.083Z] ---> 4748bf72ff20 [2021-03-20T17:34:00.083Z] Step 7/22 : RUN go mod download [2021-03-20T17:34:00.397Z] ---> 4182fbecdf87 [2021-03-20T17:34:00.397Z] Step 7/31 : RUN go mod download [2021-03-20T17:34:00.397Z] ---> Running in 6c9059625017 [2021-03-20T17:34:00.397Z] ---> Running in d885d554ef36 [2021-03-20T17:34:00.690Z] ---> c465043efa79 [2021-03-20T17:34:00.690Z] Step 7/22 : RUN go mod download [2021-03-20T17:34:00.690Z] ---> Running in ae0e87090367 [2021-03-20T17:34:07.919Z] Removing intermediate container 6c9059625017 [2021-03-20T17:34:07.919Z] ---> 125c5189e635 [2021-03-20T17:34:07.919Z] Step 8/22 : COPY . . [2021-03-20T17:34:07.919Z] Removing intermediate container e910d976671e [2021-03-20T17:34:07.919Z] ---> 46c1a75fc46f [2021-03-20T17:34:07.919Z] Step 8/24 : COPY . . [2021-03-20T17:34:07.919Z] Removing intermediate container ae0e87090367 [2021-03-20T17:34:07.919Z] ---> da3a19cf4bba [2021-03-20T17:34:07.919Z] Step 8/22 : COPY . . [2021-03-20T17:34:07.919Z] Removing intermediate container d885d554ef36 [2021-03-20T17:34:07.919Z] ---> abbac77de06e [2021-03-20T17:34:07.919Z] Step 8/31 : COPY . . [2021-03-20T17:34:07.919Z] Removing intermediate container f63fe1be3480 [2021-03-20T17:34:07.919Z] ---> 01d18783f759 [2021-03-20T17:34:07.919Z] Step 8/23 : COPY . . [2021-03-20T17:36:31.198Z] ---> 07110ea5ffab [2021-03-20T17:36:31.198Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:36:31.198Z] ---> ce4a15c0f658 [2021-03-20T17:36:31.198Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:36:31.198Z] ---> 0795ecfb8e2e [2021-03-20T17:36:31.198Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:36:31.198Z] ---> cf11ab76f69f [2021-03-20T17:36:31.198Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:36:31.198Z] ---> 7a860d0e2f39 [2021-03-20T17:36:31.198Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:36:31.198Z] ---> Running in 820b06c495a1 [2021-03-20T17:36:31.198Z] ---> Running in 511d32ffd666 [2021-03-20T17:36:31.198Z] ---> Running in 71ba25f830d9 [2021-03-20T17:36:31.198Z] ---> Running in cdf9d4e73100 [2021-03-20T17:36:31.198Z] ---> Running in ef04a981a38b [2021-03-20T17:36:31.198Z] 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-20T17:36:31.198Z] 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-20T17:36:31.198Z] 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-20T17:36:31.198Z] 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-20T17:36:31.198Z] 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-20T17:37:56.310Z] 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-20T17:38:05.545Z] Removing intermediate container 71ba25f830d9 [2021-03-20T17:38:05.545Z] ---> 4c5b092e704e [2021-03-20T17:38:05.545Z] [2021-03-20T17:38:05.545Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:38:05.545Z] 3.12: Pulling from library/alpine [2021-03-20T17:38:11.564Z] Removing intermediate container cdf9d4e73100 [2021-03-20T17:38:11.564Z] ---> 970a716143e0 [2021-03-20T17:38:11.564Z] [2021-03-20T17:38:11.564Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:38:11.564Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:38:11.564Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:38:11.564Z] ---> 88dd2752d2ea [2021-03-20T17:38:11.564Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:38:11.564Z] 3.12: Pulling from library/alpine [2021-03-20T17:38:11.564Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:38:11.564Z] Status: Image is up to date for alpine:3.12 [2021-03-20T17:38:11.564Z] ---> 88dd2752d2ea [2021-03-20T17:38:11.564Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:38:12.676Z] ---> Running in 3d694750f716 [2021-03-20T17:38:12.982Z] Removing intermediate container 820b06c495a1 [2021-03-20T17:38:12.982Z] ---> 88a6ddf9801f [2021-03-20T17:38:12.982Z] [2021-03-20T17:38:12.982Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:38:12.982Z] ---> Running in fabd40d0bfcb [2021-03-20T17:38:13.593Z] ---> 88dd2752d2ea [2021-03-20T17:38:13.593Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:38:15.134Z] Removing intermediate container ef04a981a38b [2021-03-20T17:38:15.134Z] ---> cb43afba81e1 [2021-03-20T17:38:15.134Z] [2021-03-20T17:38:15.134Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:38:15.409Z] ---> Running in 6bf4ede36f6e [2021-03-20T17:38:15.409Z] ---> 88dd2752d2ea [2021-03-20T17:38:15.409Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:38:15.989Z] Removing intermediate container fabd40d0bfcb [2021-03-20T17:38:15.989Z] ---> 989fe720c1d5 [2021-03-20T17:38:15.989Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:38:16.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:16.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:17.531Z] ---> Running in d9f4930991d9 [2021-03-20T17:38:17.531Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:17.531Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:17.531Z] OK: 6 MiB in 15 packages [2021-03-20T17:38:17.922Z] ---> Running in 47b3479d317f [2021-03-20T17:38:19.212Z] Removing intermediate container 511d32ffd666 [2021-03-20T17:38:19.212Z] ---> 1f9d69cc308c [2021-03-20T17:38:19.212Z] [2021-03-20T17:38:19.212Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:38:19.212Z] ---> 88dd2752d2ea [2021-03-20T17:38:19.212Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:38:20.104Z] ---> Running in 46fe955dedce [2021-03-20T17:38:20.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:20.104Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:20.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:20.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:20.455Z] Removing intermediate container 46fe955dedce [2021-03-20T17:38:20.455Z] ---> f3d879274de0 [2021-03-20T17:38:20.455Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:38:20.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:20.846Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:38:21.271Z] ---> Running in d21e1a84ddcf [2021-03-20T17:38:21.271Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:38:21.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:21.271Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:38:21.271Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:21.271Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:38:21.271Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:21.915Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:38:21.915Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:21.915Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:21.915Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:38:21.915Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:38:22.243Z] Removing intermediate container 3d694750f716 [2021-03-20T17:38:22.243Z] ---> d6407eb90f2d [2021-03-20T17:38:22.243Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:38:22.243Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:22.243Z] OK: 7 MiB in 19 packages [2021-03-20T17:38:22.243Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:38:22.243Z] OK: 6 MiB in 16 packages [2021-03-20T17:38:22.243Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:22.243Z] OK: 6 MiB in 16 packages [2021-03-20T17:38:22.840Z] ---> Running in 6c8aade1657a [2021-03-20T17:38:22.840Z] Removing intermediate container d21e1a84ddcf [2021-03-20T17:38:22.840Z] ---> f0c7cac0d204 [2021-03-20T17:38:22.840Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:38:23.127Z] ---> Running in 021a15937e8c [2021-03-20T17:38:23.711Z] Removing intermediate container 6c8aade1657a [2021-03-20T17:38:23.711Z] ---> 097d8d867c10 [2021-03-20T17:38:23.711Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:38:23.979Z] Removing intermediate container 021a15937e8c [2021-03-20T17:38:23.979Z] ---> ab23d0688d3b [2021-03-20T17:38:23.979Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:38:23.979Z] Removing intermediate container d9f4930991d9 [2021-03-20T17:38:23.979Z] ---> 83bceb2e95d0 [2021-03-20T17:38:23.979Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:38:24.257Z] Removing intermediate container 6bf4ede36f6e [2021-03-20T17:38:24.257Z] ---> 8bf22c7a59c9 [2021-03-20T17:38:24.257Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:38:24.257Z] Removing intermediate container 47b3479d317f [2021-03-20T17:38:24.257Z] ---> 0908e477e641 [2021-03-20T17:38:24.257Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:38:24.257Z] ---> Running in 8e86894008c3 [2021-03-20T17:38:24.682Z] ---> Running in 208e2232a53b [2021-03-20T17:38:24.682Z] ---> Running in 014beae39920 [2021-03-20T17:38:24.682Z] ---> Running in c64ddb386a11 [2021-03-20T17:38:24.972Z] ---> Running in 15064eeb6388 [2021-03-20T17:38:25.587Z] Removing intermediate container 8e86894008c3 [2021-03-20T17:38:25.588Z] ---> f50f2e7d1583 [2021-03-20T17:38:25.588Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:38:25.588Z] Removing intermediate container 014beae39920 [2021-03-20T17:38:25.588Z] ---> c210cef7b635 [2021-03-20T17:38:25.588Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:38:25.588Z] Removing intermediate container c64ddb386a11 [2021-03-20T17:38:25.588Z] ---> 74b8679e1217 [2021-03-20T17:38:25.588Z] Step 13/24 : WORKDIR / [2021-03-20T17:38:25.927Z] Removing intermediate container 15064eeb6388 [2021-03-20T17:38:25.927Z] ---> f22f54114ca8 [2021-03-20T17:38:25.927Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:38:25.927Z] ---> Running in a4a1a6ac05ed [2021-03-20T17:38:25.927Z] ---> Running in 8b09c7f23ebe [2021-03-20T17:38:25.927Z] ---> Running in 7accc44185a2 [2021-03-20T17:38:25.927Z] ---> Running in 73ea7d734c1c [2021-03-20T17:38:27.047Z] Removing intermediate container a4a1a6ac05ed [2021-03-20T17:38:27.047Z] ---> 1a19b8b3a15e [2021-03-20T17:38:27.047Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:38:27.047Z] Removing intermediate container 8b09c7f23ebe [2021-03-20T17:38:27.047Z] ---> c50314a02b89 [2021-03-20T17:38:27.047Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:38:27.047Z] Removing intermediate container 73ea7d734c1c [2021-03-20T17:38:27.047Z] ---> 4fc92dbed4c7 [2021-03-20T17:38:27.047Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:38:27.358Z] Removing intermediate container 7accc44185a2 [2021-03-20T17:38:27.358Z] ---> ec5eabe7fceb [2021-03-20T17:38:27.358Z] 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-20T17:38:27.651Z] ---> Running in 1a9e6f8bf2fe [2021-03-20T17:38:27.651Z] ---> Running in b1dd4edbe6b2 [2021-03-20T17:38:27.990Z] Removing intermediate container 208e2232a53b [2021-03-20T17:38:27.990Z] ---> f366f818e802 [2021-03-20T17:38:27.990Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:38:28.324Z] Removing intermediate container 1a9e6f8bf2fe [2021-03-20T17:38:28.324Z] ---> 8fa7952cee69 [2021-03-20T17:38:28.324Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:38:28.324Z] ---> Running in 82fb59e0031b [2021-03-20T17:38:28.629Z] ---> 5f1d60c64ca8 [2021-03-20T17:38:28.629Z] 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-20T17:38:28.629Z] ---> 16c7e443ac80 [2021-03-20T17:38:28.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:38:29.688Z] ---> 0450f768928f [2021-03-20T17:38:29.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:38:29.688Z] ---> 79fc6da64bc4 [2021-03-20T17:38:29.688Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:38:29.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:30.244Z] ---> 25fd17d13ed9 [2021-03-20T17:38:30.244Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:38:30.244Z] ---> 23b0af75422d [2021-03-20T17:38:30.244Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:38:30.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:38:30.906Z] Removing intermediate container b1dd4edbe6b2 [2021-03-20T17:38:30.906Z] ---> 06fd504e2ac9 [2021-03-20T17:38:30.906Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:38:30.906Z] ---> d4ae33a1b2a3 [2021-03-20T17:38:30.906Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:38:31.219Z] ---> e80853177d2b [2021-03-20T17:38:31.219Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:38:31.219Z] ---> Running in 9f9ba4058262 [2021-03-20T17:38:31.219Z] ---> Running in d417786b530e [2021-03-20T17:38:31.520Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:38:31.520Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:38:31.794Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:38:31.794Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:38:31.794Z] Removing intermediate container 9f9ba4058262 [2021-03-20T17:38:31.794Z] ---> 04aaeb62e479 [2021-03-20T17:38:31.794Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:38:32.079Z] ---> b56aa6948f51 [2021-03-20T17:38:32.079Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:38:32.079Z] Removing intermediate container d417786b530e [2021-03-20T17:38:32.079Z] ---> 5decf9286e88 [2021-03-20T17:38:32.079Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:38:32.079Z] ---> ba762c892981 [2021-03-20T17:38:32.079Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:38:32.362Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:38:32.362Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:38:32.362Z] ---> Running in 7d86936f233c [2021-03-20T17:38:32.362Z] ---> Running in e24ac6147380 [2021-03-20T17:38:32.648Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:38:32.648Z] OK: 8 MiB in 20 packages [2021-03-20T17:38:32.955Z] ---> 4434e8169dac [2021-03-20T17:38:32.955Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:38:33.228Z] ---> Running in 67f49c3df540 [2021-03-20T17:38:33.228Z] Removing intermediate container e24ac6147380 [2021-03-20T17:38:33.228Z] ---> 0186d9065f26 [2021-03-20T17:38:33.228Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:38:33.228Z] Removing intermediate container 7d86936f233c [2021-03-20T17:38:33.228Z] ---> c6730d274fcc [2021-03-20T17:38:33.228Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:38:33.496Z] ---> bc823f76ad5f [2021-03-20T17:38:33.496Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:38:33.764Z] ---> Running in 870f5f89b102 [2021-03-20T17:38:33.764Z] ---> Running in fb81822aa67e [2021-03-20T17:38:34.050Z] ---> 76f979b8bc78 [2021-03-20T17:38:34.050Z] 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-20T17:38:34.050Z] Removing intermediate container 82fb59e0031b [2021-03-20T17:38:34.050Z] ---> 50be276842cb [2021-03-20T17:38:34.050Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:38:34.050Z] Removing intermediate container 870f5f89b102 [2021-03-20T17:38:34.050Z] ---> a2c8d0c89614 [2021-03-20T17:38:34.050Z] Step 21/22 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:38:34.322Z] Removing intermediate container fb81822aa67e [2021-03-20T17:38:34.322Z] ---> 6ebcc6ef3a5d [2021-03-20T17:38:34.322Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:38:34.322Z] ---> Running in c6edb68d7d25 [2021-03-20T17:38:34.594Z] ---> Running in 4cde9fb489bf [2021-03-20T17:38:34.869Z] ---> Running in 04b06e4e58b1 [2021-03-20T17:38:35.153Z] ---> f3593cabc53b [2021-03-20T17:38:35.153Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:38:35.488Z] Removing intermediate container 4cde9fb489bf [2021-03-20T17:38:35.488Z] ---> 22d42135e592 [2021-03-20T17:38:35.488Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:38:35.488Z] Removing intermediate container 04b06e4e58b1 [2021-03-20T17:38:35.488Z] ---> f027929b90c2 [2021-03-20T17:38:35.488Z] Step 21/22 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:38:35.856Z] ---> Running in da7741deeb87 [2021-03-20T17:38:35.856Z] ---> Running in 2c149df29a03 [2021-03-20T17:38:37.252Z] Removing intermediate container da7741deeb87 [2021-03-20T17:38:37.252Z] ---> c265188aafdb [2021-03-20T17:38:37.253Z] Step 22/22 : LABEL version=0.0.0 [2021-03-20T17:38:37.253Z] Removing intermediate container 2c149df29a03 [2021-03-20T17:38:37.253Z] ---> d2157bae0f7a [2021-03-20T17:38:37.253Z] [2021-03-20T17:38:37.253Z] Removing intermediate container 67f49c3df540 [2021-03-20T17:38:37.253Z] ---> d15af460991c [2021-03-20T17:38:37.253Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:38:37.710Z] ---> 50f17377f9d4 [2021-03-20T17:38:37.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:38:38.367Z] ---> Running in 9b48f9733bbb [2021-03-20T17:38:38.988Z] Removing intermediate container c6edb68d7d25 [2021-03-20T17:38:38.988Z] ---> 0dffb799e9a5 [2021-03-20T17:38:38.988Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:38:39.278Z] ---> 58dbaa82409d [2021-03-20T17:38:39.278Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:38:39.278Z] ---> Running in 7322f85e450b [2021-03-20T17:38:39.578Z] Successfully built d2157bae0f7a [2021-03-20T17:38:39.578Z] ---> f789379c30fe [2021-03-20T17:38:39.578Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:38:39.578Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-20T17:38:39.578Z] Removing intermediate container 9b48f9733bbb [2021-03-20T17:38:39.578Z] ---> b569c4fda26f [2021-03-20T17:38:39.578Z] [2021-03-20T17:38:39.578Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-20T17:38:40.911Z] ---> Running in 096be5b6f872 [2021-03-20T17:38:40.911Z] Removing intermediate container 7322f85e450b [2021-03-20T17:38:40.911Z] ---> 5a40d68b17f7 [2021-03-20T17:38:40.911Z] Step 22/24 : LABEL arch=x86_64 [2021-03-20T17:38:42.071Z] ---> Running in 8aec88379003 [2021-03-20T17:38:42.390Z] ---> 346a981eb54a [2021-03-20T17:38:42.390Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:38:42.390Z] Successfully built b569c4fda26f [2021-03-20T17:38:42.390Z] Successfully tagged docker-support-notifications-go:latest [2021-03-20T17:38:42.390Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-03-20T17:38:42.769Z] Removing intermediate container 096be5b6f872 [2021-03-20T17:38:42.769Z] ---> ba4f51a737f1 [2021-03-20T17:38:42.769Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:38:42.769Z] Removing intermediate container 8aec88379003 [2021-03-20T17:38:42.769Z] ---> abd5eaae858e [2021-03-20T17:38:42.769Z] Step 23/24 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:38:42.769Z] ---> Running in 01d75030bb5a [2021-03-20T17:38:43.115Z] ---> Running in 85faa2f907b3 [2021-03-20T17:38:43.115Z] ---> a9a71aff1234 [2021-03-20T17:38:43.115Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:38:43.813Z] Removing intermediate container 01d75030bb5a [2021-03-20T17:38:43.813Z] ---> acc05ca04a26 [2021-03-20T17:38:43.813Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:38:44.847Z] ---> Running in 7d647066e07e [2021-03-20T17:38:44.847Z] Removing intermediate container 85faa2f907b3 [2021-03-20T17:38:44.847Z] ---> 4f7b6ce5137a [2021-03-20T17:38:44.847Z] Step 24/24 : LABEL version=0.0.0 [2021-03-20T17:38:46.971Z] ---> 534b66fd6306 [2021-03-20T17:38:46.971Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:38:46.971Z] ---> Running in cfe9f410f434 [2021-03-20T17:38:47.253Z] Removing intermediate container 7d647066e07e [2021-03-20T17:38:47.253Z] ---> f15c4580c128 [2021-03-20T17:38:47.253Z] Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:38:47.948Z] Removing intermediate container cfe9f410f434 [2021-03-20T17:38:47.948Z] ---> b4d719164e2e [2021-03-20T17:38:47.948Z] [2021-03-20T17:38:47.948Z] ---> Running in 8dc9500e666b [2021-03-20T17:38:48.595Z] ---> 83e8a22359e5 [2021-03-20T17:38:48.595Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:38:48.595Z] Successfully built b4d719164e2e [2021-03-20T17:38:49.299Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-20T17:38:49.300Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-20T17:38:49.613Z] Removing intermediate container 8dc9500e666b [2021-03-20T17:38:49.613Z] ---> 98b778c1a95d [2021-03-20T17:38:49.613Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:38:52.141Z] ---> Running in 74395bc359a6 [2021-03-20T17:38:52.580Z] ---> Running in 258faeb24d7c [2021-03-20T17:38:54.091Z] Removing intermediate container 258faeb24d7c [2021-03-20T17:38:54.091Z] ---> 2d2e71cc3098 [2021-03-20T17:38:54.091Z] [2021-03-20T17:38:54.091Z] Removing intermediate container 74395bc359a6 [2021-03-20T17:38:54.091Z] ---> d6f0a22bdb4e [2021-03-20T17:38:54.091Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:38:54.741Z] Successfully built 2d2e71cc3098 [2021-03-20T17:38:54.741Z] Successfully tagged docker-core-data-go:latest [2021-03-20T17:38:54.741Z] Building docker-core-command-go [2021-03-20T17:38:55.456Z]  Building docker-core-data-go ... done  ---> 5d09fc5f163a [2021-03-20T17:38:55.456Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:38:55.762Z] ---> Running in 4a613eac945f [2021-03-20T17:39:04.870Z] Removing intermediate container 4a613eac945f [2021-03-20T17:39:04.870Z] ---> 325e55f76ed5 [2021-03-20T17:39:04.870Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:39:05.509Z] ---> Running in 72ecfe231749 [2021-03-20T17:39:06.658Z] Removing intermediate container 72ecfe231749 [2021-03-20T17:39:06.658Z] ---> 7cf63ac06436 [2021-03-20T17:39:06.658Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:39:06.988Z] ---> Running in e679ed218e98 [2021-03-20T17:39:08.592Z] Removing intermediate container e679ed218e98 [2021-03-20T17:39:08.592Z] ---> 7118c38254e8 [2021-03-20T17:39:08.592Z] Step 29/31 : LABEL arch=x86_64 [2021-03-20T17:39:09.232Z] ---> Running in ad221e8ec9dd [2021-03-20T17:39:09.875Z] Removing intermediate container ad221e8ec9dd [2021-03-20T17:39:09.876Z] ---> aaee233632e3 [2021-03-20T17:39:09.876Z] Step 30/31 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:39:11.012Z] ---> Running in 343b828846a6 [2021-03-20T17:39:13.407Z] Removing intermediate container 343b828846a6 [2021-03-20T17:39:13.407Z] ---> ed8abed94c3e [2021-03-20T17:39:13.407Z] Step 31/31 : LABEL version=0.0.0 [2021-03-20T17:39:15.711Z] ---> Running in 30e6171fe839 [2021-03-20T17:39:16.983Z] Removing intermediate container 30e6171fe839 [2021-03-20T17:39:16.983Z] ---> 68d043c91d08 [2021-03-20T17:39:16.983Z] [2021-03-20T17:39:17.316Z] Successfully built 68d043c91d08 [2021-03-20T17:39:17.316Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-20T17:39:57.692Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:39:57.692Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:39:57.692Z] ---> e0383ee48945 [2021-03-20T17:39:57.692Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> ef40cfed3ce5 [2021-03-20T17:39:57.692Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0f6cfd1e6f99 [2021-03-20T17:39:57.692Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:39:57.692Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:39:57.692Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:39:57.692Z] ---> e0383ee48945 [2021-03-20T17:39:57.692Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> ef40cfed3ce5 [2021-03-20T17:39:57.692Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0f6cfd1e6f99 [2021-03-20T17:39:57.692Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0244b91ec37f [2021-03-20T17:39:57.692Z] Step 6/23 : COPY go.mod . [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 4182fbecdf87 [2021-03-20T17:39:57.692Z] Step 7/23 : RUN go mod download [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> abbac77de06e [2021-03-20T17:39:57.692Z] Step 8/23 : COPY . . [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0795ecfb8e2e [2021-03-20T17:39:57.692Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:39:57.692Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:39:57.692Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:39:57.692Z] ---> e0383ee48945 [2021-03-20T17:39:57.692Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> ef40cfed3ce5 [2021-03-20T17:39:57.692Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0f6cfd1e6f99 [2021-03-20T17:39:57.692Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0244b91ec37f [2021-03-20T17:39:57.692Z] Step 6/21 : COPY go.mod . [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 4182fbecdf87 [2021-03-20T17:39:57.692Z] Step 7/21 : RUN go mod download [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> abbac77de06e [2021-03-20T17:39:57.692Z] Step 8/21 : COPY . . [2021-03-20T17:39:57.692Z] ---> Using cache [2021-03-20T17:39:57.692Z] ---> 0795ecfb8e2e [2021-03-20T17:39:57.692Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:39:57.692Z] ---> Running in 4f5c02fc3ed1 [2021-03-20T17:39:57.692Z] ---> Running in f245918874e4 [2021-03-20T17:39:57.692Z] ---> Running in b028258ed556 [2021-03-20T17:39:57.979Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:39:57.979Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:39:57.979Z] ---> e0383ee48945 [2021-03-20T17:39:57.979Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> ef40cfed3ce5 [2021-03-20T17:39:57.979Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> 0f6cfd1e6f99 [2021-03-20T17:39:57.979Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> 0244b91ec37f [2021-03-20T17:39:57.979Z] Step 6/23 : COPY go.mod . [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> 4182fbecdf87 [2021-03-20T17:39:57.979Z] Step 7/23 : RUN go mod download [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> abbac77de06e [2021-03-20T17:39:57.979Z] Step 8/23 : COPY . . [2021-03-20T17:39:57.979Z] ---> Using cache [2021-03-20T17:39:57.979Z] ---> 0795ecfb8e2e [2021-03-20T17:39:57.979Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:39:58.618Z] ---> Running in 67f58f20954c [2021-03-20T17:40:00.891Z] 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-20T17:40:00.891Z] 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-20T17:40:01.937Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:01.937Z] 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-20T17:40:03.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:40:11.876Z] OK: 233 MiB in 51 packages [2021-03-20T17:40:14.048Z] Removing intermediate container 4f5c02fc3ed1 [2021-03-20T17:40:14.048Z] ---> 7164d2bef74d [2021-03-20T17:40:14.048Z] Step 6/26 : COPY go.mod . [2021-03-20T17:40:15.227Z] ---> 8db78d531ec4 [2021-03-20T17:40:15.227Z] Step 7/26 : RUN go mod download [2021-03-20T17:40:15.555Z] ---> Running in c1470f6ad4e4 [2021-03-20T17:40:22.713Z] Removing intermediate container c1470f6ad4e4 [2021-03-20T17:40:22.713Z] ---> 8fdaaac05680 [2021-03-20T17:40:22.713Z] Step 8/26 : COPY . . [2021-03-20T17:40:51.096Z] 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-20T17:41:19.266Z] Removing intermediate container 67f58f20954c [2021-03-20T17:41:19.266Z] ---> 4e50d8dcfdf1 [2021-03-20T17:41:19.266Z] [2021-03-20T17:41:19.266Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:41:19.266Z] ---> 88dd2752d2ea [2021-03-20T17:41:19.266Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:41:19.266Z] ---> Using cache [2021-03-20T17:41:19.266Z] ---> d6407eb90f2d [2021-03-20T17:41:19.266Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:41:19.266Z] ---> Using cache [2021-03-20T17:41:19.266Z] ---> 097d8d867c10 [2021-03-20T17:41:19.266Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:41:19.641Z] ---> Running in cef84c927a80 [2021-03-20T17:41:21.509Z] Removing intermediate container cef84c927a80 [2021-03-20T17:41:21.509Z] ---> 75a2d6cc928e [2021-03-20T17:41:21.509Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:41:23.061Z] ---> Running in c49569684360 [2021-03-20T17:41:24.093Z] Removing intermediate container f245918874e4 [2021-03-20T17:41:24.093Z] ---> 570636d18464 [2021-03-20T17:41:24.093Z] [2021-03-20T17:41:24.093Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:41:24.093Z] ---> 88dd2752d2ea [2021-03-20T17:41:24.093Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:41:24.093Z] ---> Using cache [2021-03-20T17:41:24.093Z] ---> d6407eb90f2d [2021-03-20T17:41:24.093Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:41:24.093Z] ---> Using cache [2021-03-20T17:41:24.093Z] ---> 097d8d867c10 [2021-03-20T17:41:24.093Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:41:25.206Z] Removing intermediate container c49569684360 [2021-03-20T17:41:25.206Z] ---> 577ff3ad29a7 [2021-03-20T17:41:25.206Z] Step 15/23 : WORKDIR / [2021-03-20T17:41:25.634Z] ---> Running in cb6b08c33051 [2021-03-20T17:41:26.042Z] ---> Running in 4bc356847f6d [2021-03-20T17:41:26.329Z] Removing intermediate container b028258ed556 [2021-03-20T17:41:26.329Z] ---> bacb52434fc0 [2021-03-20T17:41:26.329Z] [2021-03-20T17:41:26.329Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:41:26.329Z] ---> 88dd2752d2ea [2021-03-20T17:41:26.329Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:41:26.329Z] Removing intermediate container cb6b08c33051 [2021-03-20T17:41:26.329Z] ---> 29f6d423b7b7 [2021-03-20T17:41:26.329Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:41:26.329Z] ---> Running in 0dc1d83dc4a7 [2021-03-20T17:41:26.602Z] ---> Running in 3b0815844b45 [2021-03-20T17:41:26.602Z] Removing intermediate container 4bc356847f6d [2021-03-20T17:41:26.602Z] ---> ed7d0521c836 [2021-03-20T17:41:26.602Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:41:28.018Z] Removing intermediate container 3b0815844b45 [2021-03-20T17:41:28.018Z] ---> a6200eebe436 [2021-03-20T17:41:28.018Z] Step 15/23 : WORKDIR / [2021-03-20T17:41:28.297Z] ---> 0158502ed043 [2021-03-20T17:41:28.297Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:41:28.603Z] ---> Running in b647a71c123a [2021-03-20T17:41:29.216Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:41:29.551Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:41:29.834Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:41:30.102Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:41:30.102Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:41:30.102Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:41:30.102Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:41:30.376Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:41:30.376Z] OK: 7 MiB in 18 packages [2021-03-20T17:41:30.376Z] Removing intermediate container b647a71c123a [2021-03-20T17:41:30.376Z] ---> 55404ae253e5 [2021-03-20T17:41:30.376Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:41:30.376Z] ---> 2d2c1db77ad5 [2021-03-20T17:41:30.376Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:31.046Z] ---> 0abb5d4f7d63 [2021-03-20T17:41:31.046Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:41:31.354Z] ---> Running in 91cd8165b05b [2021-03-20T17:41:31.354Z] ---> 19a73ceb7bcf [2021-03-20T17:41:31.354Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:41:31.980Z] ---> 9bafe133e998 [2021-03-20T17:41:31.980Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:41:32.722Z] ---> Running in 31e2654061ed [2021-03-20T17:41:33.009Z] Removing intermediate container 0dc1d83dc4a7 [2021-03-20T17:41:33.009Z] ---> 960356a29d71 [2021-03-20T17:41:33.009Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:41:33.291Z] ---> Running in 0bbef4328ca3 [2021-03-20T17:41:33.703Z] Removing intermediate container 31e2654061ed [2021-03-20T17:41:33.703Z] ---> 4f181d262957 [2021-03-20T17:41:33.703Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:41:33.993Z] 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-20T17:41:34.599Z] ---> Running in 5a82fa0e70ed [2021-03-20T17:41:34.893Z] Removing intermediate container 0bbef4328ca3 [2021-03-20T17:41:34.893Z] ---> 4179cb46c2f4 [2021-03-20T17:41:34.893Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:41:34.893Z] ---> 7ce5ccb3cab3 [2021-03-20T17:41:34.893Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:41:34.893Z] ---> Running in 782bbf0ff644 [2021-03-20T17:41:35.169Z] Removing intermediate container 5a82fa0e70ed [2021-03-20T17:41:35.169Z] ---> 42b89d698ff2 [2021-03-20T17:41:35.169Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:41:35.169Z] ---> Running in c76ef4ea9f22 [2021-03-20T17:41:35.470Z] Removing intermediate container 782bbf0ff644 [2021-03-20T17:41:35.470Z] ---> 7b232be41e5f [2021-03-20T17:41:35.470Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:41:35.470Z] ---> dd5c8443c98f [2021-03-20T17:41:35.470Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:41:35.470Z] Removing intermediate container c76ef4ea9f22 [2021-03-20T17:41:35.470Z] ---> 8036bbadcebd [2021-03-20T17:41:35.470Z] Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:41:35.759Z] ---> Running in 9da1fdf713e8 [2021-03-20T17:41:36.157Z] ---> Running in 44186e56e334 [2021-03-20T17:41:36.911Z] Removing intermediate container 9da1fdf713e8 [2021-03-20T17:41:36.911Z] ---> 6142f42f013c [2021-03-20T17:41:36.911Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:41:36.911Z] ---> f5ebd6d13f34 [2021-03-20T17:41:36.911Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:41:37.232Z] ---> Running in 2e85917418ef [2021-03-20T17:41:37.232Z] Removing intermediate container 44186e56e334 [2021-03-20T17:41:37.232Z] ---> fa2b2e1aab43 [2021-03-20T17:41:37.232Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:41:37.585Z] ---> Running in eec057696759 [2021-03-20T17:41:38.474Z] Removing intermediate container 2e85917418ef [2021-03-20T17:41:38.474Z] ---> 573a27e5ae68 [2021-03-20T17:41:38.474Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:41:38.764Z] Removing intermediate container eec057696759 [2021-03-20T17:41:38.764Z] ---> c7006287caaf [2021-03-20T17:41:38.764Z] [2021-03-20T17:41:39.447Z] ---> Running in 400a84ab91eb [2021-03-20T17:41:39.447Z] ---> a104b3c0034b [2021-03-20T17:41:39.447Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:41:41.855Z] Successfully built c7006287caaf [2021-03-20T17:41:42.201Z] Successfully tagged docker-core-command-go:latest [2021-03-20T17:41:42.682Z] Removing intermediate container 400a84ab91eb [2021-03-20T17:41:42.682Z] ---> 3e739e642b2b [2021-03-20T17:41:42.682Z] Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:41:42.984Z]  Building docker-core-command-go ... done  ---> 3474a96414b1 [2021-03-20T17:41:42.984Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:41:43.278Z] ---> Running in 6bf4f1807ecb [2021-03-20T17:41:44.088Z] ---> Running in dc25cf084077 [2021-03-20T17:41:44.787Z] Removing intermediate container 6bf4f1807ecb [2021-03-20T17:41:44.787Z] ---> 7f69f2330526 [2021-03-20T17:41:44.787Z] Step 23/23 : LABEL version=0.0.0 [2021-03-20T17:41:45.486Z] Removing intermediate container dc25cf084077 [2021-03-20T17:41:45.486Z] ---> e2da1d533482 [2021-03-20T17:41:45.486Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:41:45.853Z] ---> Running in 77899495eaa7 [2021-03-20T17:41:46.190Z] ---> Running in 8751a5b9918d [2021-03-20T17:41:46.551Z] Removing intermediate container 77899495eaa7 [2021-03-20T17:41:46.551Z] ---> 6c7da9826481 [2021-03-20T17:41:46.551Z] [2021-03-20T17:41:48.004Z] Removing intermediate container 8751a5b9918d [2021-03-20T17:41:48.004Z] ---> fdb3e9170ef1 [2021-03-20T17:41:48.004Z] Step 19/21 : LABEL arch=x86_64 [2021-03-20T17:41:48.486Z] ---> Running in 5a7a32b72a15 [2021-03-20T17:41:48.864Z] Successfully built 6c7da9826481 [2021-03-20T17:41:48.864Z] Successfully tagged docker-core-metadata-go:latest [2021-03-20T17:41:50.056Z]  Building docker-core-metadata-go ... done Removing intermediate container 5a7a32b72a15 [2021-03-20T17:41:50.056Z] ---> 135fe89cd28c [2021-03-20T17:41:50.056Z] Step 20/21 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:41:50.391Z] ---> Running in 559702f1e25c [2021-03-20T17:41:51.668Z] Removing intermediate container 559702f1e25c [2021-03-20T17:41:51.668Z] ---> 4b80881b510e [2021-03-20T17:41:51.668Z] Step 21/21 : LABEL version=0.0.0 [2021-03-20T17:41:51.668Z] ---> Running in 111dc867c471 [2021-03-20T17:41:53.908Z] Removing intermediate container 111dc867c471 [2021-03-20T17:41:53.908Z] ---> 41cc6c7bb0b1 [2021-03-20T17:41:53.908Z] [2021-03-20T17:41:54.182Z] Successfully built 41cc6c7bb0b1 [2021-03-20T17:41:54.182Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-20T17:42:18.577Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 91cd8165b05b [2021-03-20T17:42:18.577Z] ---> ffad864f8dfb [2021-03-20T17:42:18.577Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:42:18.577Z] ---> Running in 4894f21bc8e1 [2021-03-20T17:42:18.577Z] 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-20T17:42:18.577Z] Removing intermediate container 4894f21bc8e1 [2021-03-20T17:42:18.577Z] ---> e874a3f3fc77 [2021-03-20T17:42:18.577Z] [2021-03-20T17:42:18.577Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:42:18.577Z] 20.10.0: Pulling from library/docker [2021-03-20T17:42:29.245Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:42:29.245Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:42:29.245Z] ---> aefe523efa57 [2021-03-20T17:42:29.245Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:42:29.521Z] ---> Running in 77fbd5ba5842 [2021-03-20T17:42:30.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:30.508Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:30.795Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:42:30.795Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:42:31.079Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:42:31.079Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:42:31.079Z] OK: 12 MiB in 22 packages [2021-03-20T17:42:33.169Z] Removing intermediate container 77fbd5ba5842 [2021-03-20T17:42:33.169Z] ---> 6776a9836df2 [2021-03-20T17:42:33.169Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:42:33.466Z] ---> Running in edb1d834e6af [2021-03-20T17:42:34.115Z] Removing intermediate container edb1d834e6af [2021-03-20T17:42:34.115Z] ---> 418290e69e08 [2021-03-20T17:42:34.115Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:42:34.115Z] ---> Running in a6291c3ab5d3 [2021-03-20T17:42:34.394Z] Removing intermediate container a6291c3ab5d3 [2021-03-20T17:42:34.394Z] ---> 8177bc27257c [2021-03-20T17:42:34.394Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:42:34.675Z] ---> Running in e49678338bc6 [2021-03-20T17:42:34.983Z] Removing intermediate container e49678338bc6 [2021-03-20T17:42:34.983Z] ---> 101bc03b5873 [2021-03-20T17:42:34.983Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:42:37.152Z] ---> d177517aa4a7 [2021-03-20T17:42:37.152Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:42:39.322Z] ---> 007c3db0e083 [2021-03-20T17:42:39.322Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:42:40.340Z] ---> 0ca09f8f6cee [2021-03-20T17:42:40.340Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:42:40.340Z] ---> Running in a99807378c28 [2021-03-20T17:42:42.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:42.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:42:43.032Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:42:43.032Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:42:43.032Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:42:43.032Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:42:43.032Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:42:43.032Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:42:43.032Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:42:44.577Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:42:44.577Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:42:44.577Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:42:44.577Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:42:44.577Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:42:44.858Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:42:44.858Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:42:44.858Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:42:44.858Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:42:44.858Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:42:44.858Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:42:45.146Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:42:45.146Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:42:45.146Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:42:45.146Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:42:45.146Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:42:45.146Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:42:45.146Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:42:45.146Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:42:45.146Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:42:45.428Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:42:45.428Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:42:45.428Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:42:45.428Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:42:45.428Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:42:45.428Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:42:45.697Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:42:45.697Z] OK: 71 MiB in 55 packages [2021-03-20T17:42:58.658Z] Removing intermediate container a99807378c28 [2021-03-20T17:42:58.658Z] ---> 9f13f27329f2 [2021-03-20T17:42:58.658Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:42:58.658Z] ---> Running in cf1694cb2c45 [2021-03-20T17:43:01.325Z] Collecting docker-compose==1.23.2 [2021-03-20T17:43:01.325Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:43:01.325Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:43:01.325Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:43:02.293Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:43:02.293Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:43:03.807Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:43:03.807Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:43:03.807Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:43:03.807Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:43:04.099Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:43:04.099Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:43:04.099Z] 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-20T17:43:04.379Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:43:04.379Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:43:04.379Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:43:04.379Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:43:05.906Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:43:05.906Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:43:05.906Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:43:05.906Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:43:06.910Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:43:06.910Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:43:07.198Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:43:07.198Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:43:07.198Z] 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-20T17:43:07.198Z] 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-20T17:43:07.468Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:43:07.468Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:43:07.468Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:43:07.468Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:43:07.468Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:43:07.468Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:43:07.813Z] Installing collected packages: docopt, PyYAML, cached-property, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose [2021-03-20T17:43:07.813Z] Running setup.py install for docopt: started [2021-03-20T17:43:08.948Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:43:08.948Z] Running setup.py install for PyYAML: started [2021-03-20T17:43:09.944Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:43:09.944Z] Attempting uninstall: idna [2021-03-20T17:43:09.944Z] Found existing installation: idna 2.9 [2021-03-20T17:43:09.944Z] Uninstalling idna-2.9: [2021-03-20T17:43:09.944Z] Successfully uninstalled idna-2.9 [2021-03-20T17:43:10.226Z] Attempting uninstall: urllib3 [2021-03-20T17:43:10.226Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:43:10.226Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:43:10.517Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:43:10.792Z] Attempting uninstall: requests [2021-03-20T17:43:10.792Z] Found existing installation: requests 2.23.0 [2021-03-20T17:43:10.792Z] Uninstalling requests-2.23.0: [2021-03-20T17:43:11.065Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:43:12.113Z] Running setup.py install for texttable: started [2021-03-20T17:43:12.717Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:43:12.717Z] Running setup.py install for dockerpty: started [2021-03-20T17:43:13.712Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:43:14.401Z] 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-20T17:43:19.956Z] Removing intermediate container cf1694cb2c45 [2021-03-20T17:43:19.956Z] ---> f441648a059f [2021-03-20T17:43:19.956Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:43:19.956Z] ---> Running in c01e7fd94f71 [2021-03-20T17:43:22.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:22.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:43:22.671Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:43:22.671Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:43:22.671Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:43:22.671Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:43:22.671Z] OK: 72 MiB in 58 packages [2021-03-20T17:43:23.636Z] Removing intermediate container c01e7fd94f71 [2021-03-20T17:43:23.636Z] ---> 9529a88f2170 [2021-03-20T17:43:23.636Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:43:23.909Z] ---> Running in 21fdbddc6bc8 [2021-03-20T17:43:24.197Z] Removing intermediate container 21fdbddc6bc8 [2021-03-20T17:43:24.197Z] ---> 7928b00901ef [2021-03-20T17:43:24.197Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:43:24.197Z] ---> Running in f4168575b4f2 [2021-03-20T17:43:25.229Z] Removing intermediate container f4168575b4f2 [2021-03-20T17:43:25.229Z] ---> 906f7684c3dc [2021-03-20T17:43:25.229Z] Step 24/26 : LABEL arch=x86_64 [2021-03-20T17:43:25.229Z] ---> Running in ef9d79b5b3da [2021-03-20T17:43:25.522Z] Removing intermediate container ef9d79b5b3da [2021-03-20T17:43:25.522Z] ---> 642b4647ad42 [2021-03-20T17:43:25.522Z] Step 25/26 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [2021-03-20T17:43:25.821Z] ---> Running in 137db6853fdc [2021-03-20T17:43:26.889Z] Removing intermediate container 137db6853fdc [2021-03-20T17:43:26.889Z] ---> 894fd7300dcc [2021-03-20T17:43:26.889Z] Step 26/26 : LABEL version=0.0.0 [2021-03-20T17:43:27.165Z] ---> Running in 7bdd312e65c3 [2021-03-20T17:43:27.437Z] Removing intermediate container 7bdd312e65c3 [2021-03-20T17:43:27.437Z] ---> f448b05f06db [2021-03-20T17:43:27.437Z] [2021-03-20T17:43:28.758Z] Successfully built f448b05f06db [2021-03-20T17:43:28.758Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-20T17:43:29.370Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-20T17:43:29.418Z] $ docker stop --time=1 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca [2021-03-20T17:43:32.784Z] $ docker rm -f 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:43:34.126Z] + grep docker [2021-03-20T17:43:34.127Z] + docker images [2021-03-20T17:43:35.160Z] docker-sys-mgmt-agent-go latest f448b05f06db 7 seconds ago 313MB [2021-03-20T17:43:35.160Z] docker-security-proxy-setup-go latest 41cc6c7bb0b1 About a minute ago 24.7MB [2021-03-20T17:43:35.160Z] docker-core-metadata-go latest 6c7da9826481 About a minute ago 19.1MB [2021-03-20T17:43:35.160Z] docker-core-command-go latest c7006287caaf About a minute ago 17.3MB [2021-03-20T17:43:35.160Z] docker-security-bootstrapper-go latest 68d043c91d08 4 minutes ago 18.8MB [2021-03-20T17:43:35.160Z] docker-core-data-go latest 2d2e71cc3098 4 minutes ago 22.6MB [2021-03-20T17:43:35.160Z] docker-security-secretstore-setup-go latest b4d719164e2e 4 minutes ago 24.9MB [2021-03-20T17:43:35.160Z] docker-support-notifications-go latest b569c4fda26f 4 minutes ago 17.9MB [2021-03-20T17:43:35.160Z] docker-support-scheduler-go latest d2157bae0f7a 4 minutes ago 17.3MB [2021-03-20T17:43:35.160Z] 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-20T17:43:50.877Z] Still waiting to schedule task [2021-03-20T17:43:50.877Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30747’ [2021-03-20T17:44:58.402Z] Running on prd-ubuntu18.04-docker-8c-8g-30748 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-20T17:44:58.452Z] Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout [2021-03-20T17:45:00.487Z] using credential edgex-jenkins-ssh [2021-03-20T17:45:00.563Z] Cloning the remote Git repository [2021-03-20T17:45:00.589Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:45:00.661Z] > git init /w/workspace/edgex-go/20 # timeout=10 [2021-03-20T17:45:00.686Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:45:00.686Z] > git --version # timeout=10 [2021-03-20T17:45:00.690Z] > git --version # 'git version 2.17.1' [2021-03-20T17:45:00.691Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:45:00.710Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:45:09.390Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:45:09.394Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:45:09.401Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:45:09.411Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:45:09.411Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:45:09.414Z] > 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-20T17:45:09.858Z] Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:45:10.487Z] 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] } [2021-03-20T17:45:09.869Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:45:09.873Z] > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [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-20T17:45:12.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:45:14.080Z] ---> package-listing.sh [2021-03-20T17:45:14.080Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:45:14.080Z] ++ facter osfamily [2021-03-20T17:45:14.349Z] + OS_FAMILY=redhat [2021-03-20T17:45:14.349Z] + workspace=/w/workspace/edgex-go/20 [2021-03-20T17:45:14.349Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:45:14.349Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:45:14.349Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:45:14.349Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:45:14.349Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-20T17:45:14.349Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:45:14.349Z] + case "${OS_FAMILY}" in [2021-03-20T17:45:14.349Z] + rpm -qa [2021-03-20T17:45:14.349Z] + sort [2021-03-20T17:45:22.577Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:45:22.577Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:45:22.577Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:45:22.577Z] + '[' /w/workspace/edgex-go/20 ']' [2021-03-20T17:45:22.577Z] + mkdir -p /w/workspace/edgex-go/20/archives/ [2021-03-20T17:45:22.577Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo [2021-03-20T17:45:22.599Z] 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:45:22.924Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:45:23.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:45:23.522Z] [2021-03-20T17:45:23.522Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:45:23.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:45:23.889Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:45:23.889Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:45:23.889Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:45:23.889Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:45:23.889Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:45:23.889Z] 93b61091891f: Pulling fs layer [2021-03-20T17:45:23.889Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:45:23.889Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:45:23.889Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:45:23.889Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:45:23.889Z] 46f8f816bc3b: Waiting [2021-03-20T17:45:23.889Z] 93b61091891f: Waiting [2021-03-20T17:45:23.889Z] 93b9cdb0e59b: Waiting [2021-03-20T17:45:23.889Z] 5e14af77c1be: Waiting [2021-03-20T17:45:23.889Z] 01666e4c0597: Waiting [2021-03-20T17:45:23.889Z] aa168da1d23b: Waiting [2021-03-20T17:45:23.889Z] 36b3adc4ff6f: Verifying Checksum [2021-03-20T17:45:23.889Z] 36b3adc4ff6f: Download complete [2021-03-20T17:45:24.155Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:45:24.155Z] 46f8f816bc3b: Download complete [2021-03-20T17:45:24.155Z] df20fa9351a1: Verifying Checksum [2021-03-20T17:45:24.155Z] df20fa9351a1: Download complete [2021-03-20T17:45:24.155Z] 93b9cdb0e59b: Verifying Checksum [2021-03-20T17:45:24.155Z] 93b9cdb0e59b: Download complete [2021-03-20T17:45:24.155Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:45:24.155Z] 5e14af77c1be: Download complete [2021-03-20T17:45:24.155Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:45:24.155Z] 01666e4c0597: Download complete [2021-03-20T17:45:24.155Z] 93b61091891f: Download complete [2021-03-20T17:45:24.431Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:45:24.431Z] 8ad3a11d3b57: Download complete [2021-03-20T17:45:24.431Z] df20fa9351a1: Pull complete [2021-03-20T17:45:25.030Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:45:27.669Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:45:27.669Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:45:27.669Z] aa168da1d23b: Download complete [2021-03-20T17:45:28.772Z] 46f8f816bc3b: Pull complete [2021-03-20T17:45:30.297Z] 93b61091891f: Pull complete [2021-03-20T17:45:30.560Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:45:30.560Z] 5e14af77c1be: Pull complete [2021-03-20T17:45:30.826Z] 01666e4c0597: Pull complete [2021-03-20T17:45:49.208Z] aa168da1d23b: Pull complete [2021-03-20T17:45:49.208Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:45:49.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:45:49.208Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:45:49.709Z] prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container [2021-03-20T17:45:49.801Z] $ 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/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-20T17:45:57.054Z] $ docker top e9f02f53078c4757b71f8bf0973300ae894b893c947688d52aff672e92014e93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:45:58.014Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:45:58.343Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:45:58.705Z] + ls /var/log/sa-host [2021-03-20T17:45:58.705Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:45:58.968Z] file_magic: OK [2021-03-20T17:45:58.968Z] HZ: Using current value: 100 [2021-03-20T17:45:58.968Z] file_header: OK [2021-03-20T17:45:58.968Z] 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-20T17:45:58.968Z] Statistics: [2021-03-20T17:45:58.968Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-20T17:45:58.968Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:45:58.968Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:45:58.968Z] file_magic: OK [2021-03-20T17:45:58.968Z] HZ: Using current value: 100 [2021-03-20T17:45:58.968Z] file_header: OK [2021-03-20T17:45:58.968Z] 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-20T17:45:58.968Z] Statistics: [2021-03-20T17:45:58.968Z] Hnuu...uuuununununu... [2021-03-20T17:45:58.968Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:45:59.189Z] provisioning config files... [2021-03-20T17:45:59.226Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config2670251295603018930tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:45:59.306Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:00.173Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:46:00.193Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:46:00.290Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:00.942Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:46:00.952Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:01.251Z] ---> sudo-logs.sh [2021-03-20T17:46:01.251Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:46:01.310Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:01.822Z] ---> job-cost.sh [2021-03-20T17:46:02.810Z] lf-activate-venv: SKIPPING [2021-03-20T17:46:02.810Z] INFO: No Stack... [2021-03-20T17:46:03.810Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:46:04.076Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:46:04.092Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:46:04.846Z] ---> logs-deploy.sh [2021-03-20T17:46:04.847Z] lf-activate-venv: SKIPPING [2021-03-20T17:46:04.847Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/20 [2021-03-20T17:46:04.847Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:46:07.548Z] Archives upload complete. [2021-03-20T17:46:08.394Z] INFO: archiving logs to Nexus [2021-03-20T17:46:10.821Z] ---> uname -a: [2021-03-20T17:46:10.821Z] Linux prd-centos7-docker-4c-2g-30725.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] ---> lscpu: [2021-03-20T17:46:10.821Z] Architecture: x86_64 [2021-03-20T17:46:10.821Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-20T17:46:10.821Z] Byte Order: Little Endian [2021-03-20T17:46:10.821Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-20T17:46:10.821Z] CPU(s): 4 [2021-03-20T17:46:10.821Z] On-line CPU(s) list: 0-3 [2021-03-20T17:46:10.821Z] Thread(s) per core: 1 [2021-03-20T17:46:10.821Z] Core(s) per socket: 1 [2021-03-20T17:46:10.821Z] Socket(s): 4 [2021-03-20T17:46:10.821Z] NUMA node(s): 1 [2021-03-20T17:46:10.821Z] Vendor ID: GenuineIntel [2021-03-20T17:46:10.821Z] CPU family: 6 [2021-03-20T17:46:10.821Z] Model: 44 [2021-03-20T17:46:10.821Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-20T17:46:10.821Z] Stepping: 1 [2021-03-20T17:46:10.821Z] CPU MHz: 2933.438 [2021-03-20T17:46:10.821Z] BogoMIPS: 5866.87 [2021-03-20T17:46:10.821Z] Virtualization: VT-x [2021-03-20T17:46:10.821Z] Hypervisor vendor: KVM [2021-03-20T17:46:10.821Z] Virtualization type: full [2021-03-20T17:46:10.821Z] L1d cache: 128 KiB [2021-03-20T17:46:10.821Z] L1i cache: 128 KiB [2021-03-20T17:46:10.821Z] L2 cache: 16 MiB [2021-03-20T17:46:10.821Z] L3 cache: 64 MiB [2021-03-20T17:46:10.821Z] NUMA node0 CPU(s): 0-3 [2021-03-20T17:46:10.821Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-20T17:46:10.821Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-20T17:46:10.821Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-20T17:46:10.821Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-20T17:46:10.821Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-20T17:46:10.821Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-20T17:46:10.821Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-20T17:46:10.821Z] Vulnerability Srbds: Not affected [2021-03-20T17:46:10.821Z] Vulnerability Tsx async abort: Not affected [2021-03-20T17:46:10.821Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] ---> nproc: [2021-03-20T17:46:10.821Z] 4 [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] ---> df -h: [2021-03-20T17:46:10.821Z] Filesystem Size Used Available Use% Mounted on [2021-03-20T17:46:10.821Z] overlay 50.0G 10.9G 39.1G 22% / [2021-03-20T17:46:10.821Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-20T17:46:10.821Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-20T17:46:10.821Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/20 [2021-03-20T17:46:10.821Z] /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/20@tmp [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] [2021-03-20T17:46:10.821Z] ---> free -m: [2021-03-20T17:46:10.821Z] total used free shared buff/cache available [2021-03-20T17:46:10.821Z] Mem: 1837 698 231 0 907 1054 [2021-03-20T17:46:10.821Z] Swap: 1023 58 965 [2021-03-20T17:46:10.822Z] [2021-03-20T17:46:10.822Z]