Pull request #3302 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 72c01a79d84e48e6ed9ddfc63d785af34a775377+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (1a39eb6cbe4deb803c902b05dbc7b3e071dd6c38) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-31816’ 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-31817 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 Merge succeeded, producing a98e63333d1dfbf4459eb527cfd2d33eb5597382 Checking out Revision a98e63333d1dfbf4459eb527cfd2d33eb5597382 (PR-3302) > git config core.sparsecheckout # timeout=10 > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a98e63333d1dfbf4459eb527cfd2d33eb5597382 # timeout=10 Commit message: "Merge commit '26d77b84fb2d9fed3cb020dc876dcb0bb8438935' into HEAD" > git rev-list --no-walk 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-29T19:30:33.179Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-29T19:30:33.475Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-29T19:30:33.563Z] ========================================================= [2021-03-29T19:30:33.563Z] EdgeX Global Pipelines Version Info [2021-03-29T19:30:33.563Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:30:35.616Z] ------------------- [2021-03-29T19:30:35.616Z] stable info: [2021-03-29T19:30:35.616Z] ------------------- [2021-03-29T19:30:35.616Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-29T19:30:35.616Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-29T19:30:35.616Z] Message: update stable to v1.0.186 [2021-03-29T19:30:36.198Z] ------------------- [2021-03-29T19:30:36.198Z] experimental info: [2021-03-29T19:30:36.198Z] ------------------- [2021-03-29T19:30:36.198Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-29T19:30:36.198Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-29T19:30:36.198Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-29T19:30:36.451Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-29T19:30:36.774Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-29T19:30:36.861Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-29T19:30:36.971Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-29T19:30:37.053Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-29T19:30:37.134Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-29T19:30:37.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-29T19:30:37.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-29T19:30:37.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-29T19:30:37.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-29T19:30:37.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-29T19:30:37.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-29T19:30:37.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-29T19:30:37.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-29T19:30:37.973Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:30:38.079Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-29T19:30:38.160Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-29T19:30:38.242Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-29T19:30:38.343Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-29T19:30:38.423Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-29T19:30:38.504Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-29T19:30:38.588Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-29T19:30:38.673Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3302 [Pipeline] echo [2021-03-29T19:30:38.753Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3302 [Pipeline] echo [2021-03-29T19:30:38.837Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3302 [Pipeline] echo [2021-03-29T19:30:38.914Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a98e63333d1dfbf4459eb527cfd2d33eb5597382 [Pipeline] echo [2021-03-29T19:30:38.997Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a98e633 [Pipeline] echo [2021-03-29T19:30:39.077Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-29T19:30:39.231Z] provisioning config files... [2021-03-29T19:30:39.267Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7794049995370225808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:30:39.658Z] ---> docker-login.sh [2021-03-29T19:30:39.658Z] nexus3.edgexfoundry.org:10001 [2021-03-29T19:30:41.187Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:30:41.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:30:41.187Z] Configure a credential helper to remove this warning. See [2021-03-29T19:30:41.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:30:41.187Z] [2021-03-29T19:30:41.187Z] Login Succeeded [2021-03-29T19:30:41.187Z] nexus3.edgexfoundry.org:10002 [2021-03-29T19:30:41.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:30:41.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:30:41.463Z] Configure a credential helper to remove this warning. See [2021-03-29T19:30:41.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:30:41.463Z] [2021-03-29T19:30:41.463Z] Login Succeeded [2021-03-29T19:30:41.463Z] nexus3.edgexfoundry.org:10003 [2021-03-29T19:30:42.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:30:42.065Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:30:42.065Z] Configure a credential helper to remove this warning. See [2021-03-29T19:30:42.065Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:30:42.065Z] [2021-03-29T19:30:42.065Z] Login Succeeded [2021-03-29T19:30:42.065Z] nexus3.edgexfoundry.org:10004 [2021-03-29T19:30:42.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:30:42.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:30:42.332Z] Configure a credential helper to remove this warning. See [2021-03-29T19:30:42.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:30:42.332Z] [2021-03-29T19:30:42.332Z] Login Succeeded [2021-03-29T19:30:42.332Z] docker.io [2021-03-29T19:30:42.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-29T19:30:42.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-29T19:30:42.898Z] Configure a credential helper to remove this warning. See [2021-03-29T19:30:42.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-29T19:30:42.898Z] [2021-03-29T19:30:42.898Z] Login Succeeded [2021-03-29T19:30:42.898Z] ---> docker-login.sh ends [Pipeline] } [2021-03-29T19:30:42.909Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:30:43.470Z] ++ 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-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/core-command/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] ++ dirname cmd/core-data/Dockerfile [2021-03-29T19:30:43.470Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-29T19:30:43.470Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-29T19:30:43.470Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-29T19:30:43.470Z] ++ cut -d/ -f2 [2021-03-29T19:30:43.470Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-29T19:30:43.590Z] 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-29T19:30:44.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:30:44.469Z] [2021-03-29T19:30:44.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:30:44.839Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:30:44.839Z] latest: Pulling from edgex-devops/git-semver [2021-03-29T19:30:44.839Z] 31603596830f: Pulling fs layer [2021-03-29T19:30:44.839Z] 2a8b12db71e7: Pulling fs layer [2021-03-29T19:30:44.839Z] 6ca5941a6612: Pulling fs layer [2021-03-29T19:30:44.839Z] ecc8261a40a4: Pulling fs layer [2021-03-29T19:30:44.839Z] ecc8261a40a4: Waiting [2021-03-29T19:30:44.839Z] 2a8b12db71e7: Verifying Checksum [2021-03-29T19:30:44.839Z] 2a8b12db71e7: Download complete [2021-03-29T19:30:45.111Z] 31603596830f: Verifying Checksum [2021-03-29T19:30:45.111Z] 31603596830f: Download complete [2021-03-29T19:30:45.400Z] ecc8261a40a4: Verifying Checksum [2021-03-29T19:30:45.400Z] ecc8261a40a4: Download complete [2021-03-29T19:30:45.400Z] 6ca5941a6612: Verifying Checksum [2021-03-29T19:30:45.400Z] 6ca5941a6612: Download complete [2021-03-29T19:30:45.779Z] 31603596830f: Pull complete [2021-03-29T19:30:46.077Z] 2a8b12db71e7: Pull complete [2021-03-29T19:30:48.830Z] 6ca5941a6612: Pull complete [2021-03-29T19:30:49.414Z] ecc8261a40a4: Pull complete [2021-03-29T19:30:49.414Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-29T19:30:49.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-29T19:30:49.414Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-29T19:30:49.614Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:30:49.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-29T19:30:53.397Z] $ docker top a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-29T19:30:53.803Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:30:53.803Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:30:54.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:30:54.470Z] $ docker exec a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent [2021-03-29T19:30:54.803Z] SSH_AUTH_SOCK=/tmp/ssh-mAS5b414UeSh/agent.11 [2021-03-29T19:30:54.803Z] SSH_AGENT_PID=16 [2021-03-29T19:30:54.819Z] Running ssh-add (command line suppressed) [2021-03-29T19:30:55.001Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2903031960404644052.key (/w/workspace/edgex-go/4@tmp/private_key_2903031960404644052.key) [2021-03-29T19:30:55.073Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:30:55.454Z] + git tag --points-at HEAD [Pipeline] } [2021-03-29T19:30:55.487Z] $ docker exec --env ******** --env ******** a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent -k [2021-03-29T19:30:55.716Z] unset SSH_AUTH_SOCK; [2021-03-29T19:30:55.716Z] unset SSH_AGENT_PID; [2021-03-29T19:30:55.717Z] echo Agent pid 16 killed; [2021-03-29T19:30:55.792Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-29T19:30:55.931Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-29T19:30:55.931Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-29T19:30:56.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-29T19:30:56.195Z] $ docker exec a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent [2021-03-29T19:30:56.543Z] SSH_AUTH_SOCK=/tmp/ssh-vXVCaPnCTPaQ/agent.46 [2021-03-29T19:30:56.543Z] SSH_AGENT_PID=51 [2021-03-29T19:30:56.554Z] Running ssh-add (command line suppressed) [2021-03-29T19:30:56.909Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2828980666220115440.key (/w/workspace/edgex-go/4@tmp/private_key_2828980666220115440.key) [2021-03-29T19:30:57.492Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-29T19:30:57.879Z] + git semver init [2021-03-29T19:30:57.879Z] # -> Open(): unable to determine branch for HEAD [2021-03-29T19:30:57.879Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-29T19:30:57.879Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-29T19:30:57.879Z] # $SEMVER_REMOTE_NAME = origin [2021-03-29T19:30:57.879Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-29T19:30:57.879Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-29T19:30:57.879Z] # $SEMVER_BRANCH = PR-3302 [2021-03-29T19:30:57.879Z] # $SEMVER_TEMP = /tmp/semver-243317460 [2021-03-29T19:30:57.879Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-29T19:31:31.441Z] # '/tmp/semver-243317460' -> '/w/workspace/edgex-go/4/.semver' [2021-03-29T19:31:31.441Z] # -> Force: false [2021-03-29T19:31:31.441Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-29T19:31:31.470Z] $ docker exec --env ******** --env ******** a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 ssh-agent -k [2021-03-29T19:31:32.795Z] unset SSH_AUTH_SOCK; [2021-03-29T19:31:32.795Z] unset SSH_AGENT_PID; [2021-03-29T19:31:32.795Z] echo Agent pid 51 killed; [2021-03-29T19:31:33.178Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-29T19:31:34.557Z] + git semver [Pipeline] } [2021-03-29T19:31:34.641Z] $ docker stop --time=1 a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 [2021-03-29T19:31:37.468Z] $ docker rm -f a7d12587ffb4d991dc669ccfc5bd52705849e51de6eed4f3f88de613e74bbd77 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:31:38.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-29T19:31:39.432Z] Stashed 1 file(s) [Pipeline] echo [2021-03-29T19:31:39.435Z] [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-29T19:31:40.421Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:31:40.740Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-29T19:31:41.056Z] + sudo service docker restart [2021-03-29T19:31:41.056Z] + true [2021-03-29T19:31:41.056Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-29T19:31:42.532Z] ========================================================= [2021-03-29T19:31:42.532Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-29T19:31:42.532Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:31:42.897Z] + 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-29T19:31:53.272Z] Sending build context to Docker daemon 328.9MB [2021-03-29T19:31:53.272Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-29T19:31:53.272Z] Step 2/6 : FROM ${BASE} [2021-03-29T19:31:53.272Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-29T19:31:53.272Z] 188c0c94c7c5: Pulling fs layer [2021-03-29T19:31:53.272Z] 0ef7d3d256c8: Pulling fs layer [2021-03-29T19:31:53.272Z] de9db76c5a1d: Pulling fs layer [2021-03-29T19:31:53.272Z] bca2f99d35d6: Pulling fs layer [2021-03-29T19:31:53.272Z] 93359f2a8cfa: Pulling fs layer [2021-03-29T19:31:53.272Z] 7c6f9722023f: Pulling fs layer [2021-03-29T19:31:53.272Z] a35cf1a2eb13: Pulling fs layer [2021-03-29T19:31:53.272Z] 93359f2a8cfa: Waiting [2021-03-29T19:31:53.272Z] 7c6f9722023f: Waiting [2021-03-29T19:31:53.272Z] a35cf1a2eb13: Waiting [2021-03-29T19:31:53.272Z] bca2f99d35d6: Waiting [2021-03-29T19:31:53.272Z] de9db76c5a1d: Verifying Checksum [2021-03-29T19:31:53.272Z] de9db76c5a1d: Download complete [2021-03-29T19:31:53.272Z] 0ef7d3d256c8: Verifying Checksum [2021-03-29T19:31:53.272Z] 0ef7d3d256c8: Download complete [2021-03-29T19:31:53.272Z] 93359f2a8cfa: Verifying Checksum [2021-03-29T19:31:53.272Z] 93359f2a8cfa: Download complete [2021-03-29T19:31:53.272Z] 188c0c94c7c5: Verifying Checksum [2021-03-29T19:31:53.272Z] 188c0c94c7c5: Download complete [2021-03-29T19:31:53.272Z] 7c6f9722023f: Verifying Checksum [2021-03-29T19:31:53.272Z] 7c6f9722023f: Download complete [2021-03-29T19:31:53.272Z] 188c0c94c7c5: Pull complete [2021-03-29T19:31:53.544Z] 0ef7d3d256c8: Pull complete [2021-03-29T19:31:54.138Z] de9db76c5a1d: Pull complete [2021-03-29T19:31:54.792Z] Still waiting to schedule task [2021-03-29T19:31:54.792Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-29T19:31:55.609Z] a35cf1a2eb13: Verifying Checksum [2021-03-29T19:31:55.609Z] a35cf1a2eb13: Download complete [2021-03-29T19:31:55.894Z] bca2f99d35d6: Verifying Checksum [2021-03-29T19:31:55.894Z] bca2f99d35d6: Download complete [2021-03-29T19:32:08.514Z] bca2f99d35d6: Pull complete [2021-03-29T19:32:08.514Z] 93359f2a8cfa: Pull complete [2021-03-29T19:32:08.514Z] 7c6f9722023f: Pull complete [2021-03-29T19:32:14.158Z] a35cf1a2eb13: Pull complete [2021-03-29T19:32:14.158Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-29T19:32:14.158Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-29T19:32:14.158Z] ---> a62c8e92a672 [2021-03-29T19:32:14.158Z] 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-29T19:32:14.158Z] ---> Running in 74c0bc23aa5e [2021-03-29T19:32:15.695Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:32:16.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:32:16.894Z] (1/12) Installing libmagic (5.38-r0) [2021-03-29T19:32:17.168Z] (2/12) Installing file (5.38-r0) [2021-03-29T19:32:17.168Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-29T19:32:17.168Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-29T19:32:20.667Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-29T19:32:20.667Z] (6/12) Installing patch (2.7.6-r6) [2021-03-29T19:32:20.667Z] (7/12) Installing build-base (0.5-r2) [2021-03-29T19:32:20.667Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-29T19:32:20.934Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-29T19:32:20.934Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-29T19:32:20.934Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-29T19:32:21.329Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-29T19:32:21.329Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:32:21.329Z] OK: 233 MiB in 51 packages [2021-03-29T19:32:26.336Z] Removing intermediate container 74c0bc23aa5e [2021-03-29T19:32:26.336Z] ---> 3e4b7f872af8 [2021-03-29T19:32:26.336Z] Step 4/6 : WORKDIR /edgex-go [2021-03-29T19:32:26.336Z] ---> Running in e6e2bba6c458 [2021-03-29T19:32:26.336Z] Removing intermediate container e6e2bba6c458 [2021-03-29T19:32:26.336Z] ---> e1e328477876 [2021-03-29T19:32:26.336Z] Step 5/6 : COPY go.mod . [2021-03-29T19:32:26.739Z] ---> 99a1c5c4c35e [2021-03-29T19:32:26.739Z] Step 6/6 : RUN go mod download [2021-03-29T19:32:26.739Z] ---> Running in 8d419c836142 [2021-03-29T19:32:59.561Z] Removing intermediate container 8d419c836142 [2021-03-29T19:32:59.561Z] ---> 94afd490c87e [2021-03-29T19:32:59.561Z] Successfully built 94afd490c87e [2021-03-29T19:32:59.561Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:00.156Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:33:00.810Z] . [Pipeline] withDockerContainer [2021-03-29T19:33:00.954Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:33:01.034Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T19:33:02.373Z] $ docker top 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:33:03.244Z] + go version [2021-03-29T19:33:03.245Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-29T19:33:03.284Z] $ docker stop --time=1 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 [2021-03-29T19:33:05.335Z] $ docker rm -f 4975780158d68761a05350f9aab54e90fd25f765e5cb02629b9d177f2425c089 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:33:06.313Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-29T19:33:06.313Z] . [Pipeline] withDockerContainer [2021-03-29T19:33:06.575Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:33:06.872Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-29T19:33:09.842Z] $ docker top 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-29T19:33:10.308Z] ========================================================= [2021-03-29T19:33:10.308Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-29T19:33:10.308Z] ========================================================= [Pipeline] sh [2021-03-29T19:33:11.641Z] + make test [2021-03-29T19:33:11.641Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-29T19:33:39.096Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-29T19:34:27.918Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-29T19:34:41.796Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31829 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws [2021-03-29T19:34:41.848Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T19:34:44.606Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-29T19:34:44.606Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-29T19:34:44.606Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-29T19:34:48.236Z] using credential edgex-jenkins-ssh [2021-03-29T19:34:48.299Z] Cloning the remote Git repository [2021-03-29T19:34:48.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-29T19:34:48.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-29T19:34:48.320Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-29T19:34:48.370Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:34:48.938Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-29T19:34:48.510Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T19:34:48.620Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:34:48.621Z] > git --version # timeout=10 [2021-03-29T19:34:48.642Z] > git --version # 'git version 2.17.1' [2021-03-29T19:34:48.645Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:34:48.717Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:34:51.016Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-29T19:34:52.051Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-29T19:34:56.587Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-29T19:34:56.587Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-29T19:34:56.587Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-29T19:35:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.608s coverage: 45.9% of statements [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-29T19:35:00.125Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-29T19:35:00.125Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.081s coverage: 19.8% of statements [2021-03-29T19:35:00.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.250s coverage: 100.0% of statements [2021-03-29T19:35:06.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.587s coverage: 27.1% of statements [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-29T19:35:06.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.347s coverage: 100.0% of statements [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-29T19:35:06.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-29T19:35:06.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-29T19:35:07.969Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.187s coverage: 71.3% of statements [2021-03-29T19:35:07.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-29T19:35:07.969Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-29T19:35:09.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.333s coverage: 82.9% of statements [2021-03-29T19:35:09.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:09.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:09.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.383s coverage: 78.9% of statements [2021-03-29T19:35:09.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-29T19:35:10.239Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T19:35:10.754Z] Failed in branch arm64 [2021-03-29T19:35:09.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:35:09.297Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:35:09.326Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:35:09.438Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:35:09.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:35:09.457Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:35:10.262Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:35:10.287Z] > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.636s coverage: 28.6% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.148s coverage: 100.0% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.171s coverage: 100.0% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.526s coverage: 86.7% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.263s coverage: 97.5% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-29T19:35:16.211Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.116s coverage: 78.3% of statements [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-29T19:35:16.211Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.164s coverage: 92.8% of statements [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.139s coverage: 58.8% of statements [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.222s coverage: 1.0% of statements [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-29T19:35:25.073Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.113s coverage: 47.1% of statements [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.279s coverage: 79.5% of statements [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.244s coverage: 94.1% of statements [2021-03-29T19:35:25.073Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-29T19:35:25.769Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements [2021-03-29T19:35:38.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.177s coverage: 94.4% of statements [2021-03-29T19:35:38.944Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.130s coverage: 44.8% of statements [2021-03-29T19:35:44.664Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.989s coverage: 82.6% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.552s coverage: 92.9% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.335s coverage: 87.2% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.083s coverage: 100.0% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.226s coverage: 75.5% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.168s coverage: 80.8% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.237s coverage: 84.6% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.407s coverage: 64.4% of statements [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-29T19:35:51.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements [2021-03-29T19:35:51.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-03-29T19:35:51.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.613s coverage: 69.0% of statements [2021-03-29T19:35:51.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-29T19:35:51.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-29T19:35:51.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-29T19:35:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.343s coverage: 38.4% of statements [2021-03-29T19:35:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-29T19:35:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-29T19:35:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.080s coverage: 89.5% of statements [2021-03-29T19:35:53.519Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-29T19:35:53.519Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements [2021-03-29T19:35:59.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.505s coverage: 47.0% of statements [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-29T19:35:59.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.398s coverage: 100.0% of statements [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-29T19:35:59.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-29T19:35:59.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.332s coverage: 87.1% of statements [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:35:59.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.292s coverage: 29.1% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.515s coverage: 99.0% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.229s coverage: 100.0% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.286s coverage: 94.6% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-29T19:36:07.410Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.102s coverage: 100.0% of statements [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-29T19:36:07.410Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-29T19:36:07.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-29T19:36:07.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-29T19:36:07.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements [2021-03-29T19:36:07.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-29T19:36:07.411Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-29T19:36:07.411Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.096s coverage: 100.0% of statements [2021-03-29T19:36:08.444Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.213s coverage: 32.1% of statements [2021-03-29T19:36:10.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.071s coverage: 100.0% of statements [2021-03-29T19:36:10.863Z] GO111MODULE=on go vet ./... [2021-03-29T19:37:19.943Z] gofmt -l . [2021-03-29T19:37:19.943Z] [ "`gofmt -l .`" = "" ] [2021-03-29T19:37:21.014Z] ./bin/test-go-mod-tidy.sh [2021-03-29T19:37:23.738Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-29T19:37:26.821Z] + ls -al . [2021-03-29T19:37:26.821Z] total 780 [2021-03-29T19:37:26.821Z] drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . [2021-03-29T19:37:26.821Z] drwxr-xr-x 4 root root 28 Mar 29 19:33 .. [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 11 Mar 29 19:30 .dockerignore [2021-03-29T19:37:26.821Z] drwxrwxr-x 8 1001 1001 179 Mar 29 19:30 .git [2021-03-29T19:37:26.821Z] drwxrwxr-x 3 1001 1001 125 Mar 29 19:30 .github [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 818 Mar 29 19:30 .gitignore [2021-03-29T19:37:26.821Z] drwx------ 3 1001 1001 60 Mar 29 19:31 .semver [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 166 Mar 29 19:30 .sonarcloud.properties [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:30 Attribution.txt [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:30 CONTRIBUTING.md [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 931 Mar 29 19:30 Dockerfile.build [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 863 Mar 29 19:30 Jenkinsfile [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:30 LICENSE [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:30 Makefile [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:30 README.md [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:30 SECURITY.md [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 5 Mar 29 19:31 VERSION [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:30 ZMQWindows.md [2021-03-29T19:37:26.821Z] drwxrwxr-x 2 1001 1001 117 Mar 29 19:30 bin [2021-03-29T19:37:26.821Z] drwxrwxr-x 14 1001 1001 4096 Mar 29 19:30 cmd [2021-03-29T19:37:26.821Z] -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out [2021-03-29T19:37:26.821Z] -rw-r--r-- 1 root root 1056 Mar 29 19:37 go.mod [2021-03-29T19:37:26.821Z] -rw-r--r-- 1 root root 22641 Mar 29 19:37 go.sum [2021-03-29T19:37:26.821Z] drwxrwxr-x 8 1001 1001 127 Mar 29 19:30 internal [2021-03-29T19:37:26.821Z] drwxrwxr-x 4 1001 1001 26 Mar 29 19:30 openapi [2021-03-29T19:37:26.821Z] drwxrwxr-x 4 1001 1001 71 Mar 29 19:30 snap [2021-03-29T19:37:26.821Z] -rw-rw-r-- 1 1001 1001 168 Mar 29 19:30 version.go [Pipeline] sh [2021-03-29T19:37:27.146Z] + '[' -e coverage.out ] [2021-03-29T19:37:27.146Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-29T19:37:27.499Z] Stashed 1 file(s) [Pipeline] sh [2021-03-29T19:37:27.822Z] + make build [2021-03-29T19:37:27.822Z] 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-29T19:37:34.582Z] 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-29T19:37:48.221Z] 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-29T19:37:52.786Z] 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-29T19:37:56.237Z] 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-29T19:37:56.522Z] 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-29T19:38:00.960Z] 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-29T19:38:09.843Z] 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-29T19:38:13.512Z] 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-29T19:38:18.162Z] 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-29T19:38:20.877Z] 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-29T19:38:24.332Z] 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-29T19:38:29.992Z] $ docker stop --time=1 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 [2021-03-29T19:38:31.951Z] $ docker rm -f 5722e07c0044cd1e3c32c7cd72b4e5e00b0d8651e19e9ca94b6a1a6dc0b0abe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:38:34.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:38:34.653Z] [2021-03-29T19:38:34.653Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:38:35.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:38:35.294Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-29T19:38:35.294Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-29T19:38:35.294Z] ca9280d653b3: Pulling fs layer [2021-03-29T19:38:35.294Z] 7e9c9ca2126c: Pulling fs layer [2021-03-29T19:38:35.569Z] cbdbe7a5bc2a: Download complete [2021-03-29T19:38:36.558Z] ca9280d653b3: Verifying Checksum [2021-03-29T19:38:36.558Z] ca9280d653b3: Download complete [2021-03-29T19:38:36.558Z] cbdbe7a5bc2a: Pull complete [2021-03-29T19:38:40.091Z] ca9280d653b3: Pull complete [2021-03-29T19:38:40.091Z] 7e9c9ca2126c: Verifying Checksum [2021-03-29T19:38:40.091Z] 7e9c9ca2126c: Download complete [2021-03-29T19:38:55.474Z] 7e9c9ca2126c: Pull complete [2021-03-29T19:38:55.474Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-29T19:38:55.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:38:55.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-29T19:38:56.096Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:38:56.167Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T19:38:58.978Z] $ docker top 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:39:00.200Z] + docker-compose build --help [2021-03-29T19:39:00.200Z] + grep parallel [2021-03-29T19:39:01.872Z] --parallel Build images in parallel. [Pipeline] } [2021-03-29T19:39:02.214Z] $ docker stop --time=1 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e [2021-03-29T19:39:03.724Z] $ docker rm -f 646c088848b113dfc75b10af4373e8755a8a26b4c5c2b30b6ebcf3e0e831d73e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:39:04.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-29T19:39:04.433Z] . [Pipeline] withDockerContainer [2021-03-29T19:39:04.570Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:39:04.636Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-29T19:39:05.501Z] $ docker top 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:39:06.490Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-29T19:39:08.526Z] Building docker-core-command-go ... [2021-03-29T19:39:08.526Z] Building docker-core-data-go ... [2021-03-29T19:39:08.526Z] Building docker-core-metadata-go ... [2021-03-29T19:39:08.526Z] Building docker-security-bootstrapper-go ... [2021-03-29T19:39:08.526Z] Building docker-security-proxy-setup-go ... [2021-03-29T19:39:08.526Z] Building docker-security-secretstore-setup-go ... [2021-03-29T19:39:08.526Z] Building docker-support-notifications-go ... [2021-03-29T19:39:08.526Z] Building docker-support-scheduler-go ... [2021-03-29T19:39:08.526Z] Building docker-sys-mgmt-agent-go ... [2021-03-29T19:39:08.526Z] Building docker-core-data-go [2021-03-29T19:39:08.526Z] Building docker-support-scheduler-go [2021-03-29T19:39:08.526Z] Building docker-security-bootstrapper-go [2021-03-29T19:39:08.526Z] Building docker-support-notifications-go [2021-03-29T19:39:08.526Z] Building docker-security-proxy-setup-go [2021-03-29T19:40:31.370Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:40:31.370Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:40:31.370Z] ---> 94afd490c87e [2021-03-29T19:40:31.370Z] Step 3/31 : WORKDIR /edgex-go [2021-03-29T19:40:31.370Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:40:31.370Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:40:31.370Z] ---> 94afd490c87e [2021-03-29T19:40:31.370Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:40:31.370Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:40:31.370Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:40:31.370Z] ---> 94afd490c87e [2021-03-29T19:40:31.370Z] Step 3/21 : WORKDIR /edgex-go [2021-03-29T19:40:32.412Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:40:32.412Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:40:32.412Z] ---> 94afd490c87e [2021-03-29T19:40:32.412Z] Step 3/22 : WORKDIR /edgex-go [2021-03-29T19:40:32.413Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:40:32.413Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:40:32.413Z] ---> 94afd490c87e [2021-03-29T19:40:32.413Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:40:33.037Z] ---> Running in 7a79b74ae32f [2021-03-29T19:40:33.394Z] ---> Running in c84a5f267699 [2021-03-29T19:40:33.394Z] ---> Running in 101eb90e17ca [2021-03-29T19:40:33.394Z] ---> Running in 6a17513a5bff [2021-03-29T19:40:33.394Z] ---> Running in f504f3414312 [2021-03-29T19:40:34.584Z] Removing intermediate container c84a5f267699 [2021-03-29T19:40:34.584Z] ---> a8b86c7c38d8 [2021-03-29T19:40:34.585Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:34.863Z] Removing intermediate container 7a79b74ae32f [2021-03-29T19:40:34.863Z] ---> facc0b851278 [2021-03-29T19:40:34.863Z] Removing intermediate container 101eb90e17ca [2021-03-29T19:40:34.863Z] ---> 655414c07720 [2021-03-29T19:40:34.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:34.863Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:34.863Z] Removing intermediate container f504f3414312 [2021-03-29T19:40:34.863Z] ---> 2dbc3b6a9dcc [2021-03-29T19:40:34.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:34.863Z] Removing intermediate container 6a17513a5bff [2021-03-29T19:40:34.863Z] ---> c036d696969b [2021-03-29T19:40:34.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:40:35.139Z] ---> Running in 565710a88e19 [2021-03-29T19:40:35.139Z] ---> Running in 313eb95cc9f1 [2021-03-29T19:40:35.139Z] ---> Running in 5959841d1f0d [2021-03-29T19:40:35.139Z] ---> Running in 2a889c0959f8 [2021-03-29T19:40:35.139Z] ---> Running in cafd7944debf [2021-03-29T19:40:42.200Z] Removing intermediate container 313eb95cc9f1 [2021-03-29T19:40:42.200Z] ---> 8d0f8fcd20f3 [2021-03-29T19:40:42.200Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-29T19:40:42.200Z] Removing intermediate container 565710a88e19 [2021-03-29T19:40:42.200Z] ---> 1e06827a4155 [2021-03-29T19:40:42.200Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-29T19:40:42.200Z] ---> Running in 73dc497e5469 [2021-03-29T19:40:42.200Z] ---> Running in b37c69c73390 [2021-03-29T19:40:42.200Z] Removing intermediate container cafd7944debf [2021-03-29T19:40:42.200Z] ---> e46fc9793589 [2021-03-29T19:40:42.200Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-29T19:40:42.483Z] Removing intermediate container 2a889c0959f8 [2021-03-29T19:40:42.483Z] ---> 6bdb8750388b [2021-03-29T19:40:42.483Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-29T19:40:42.483Z] ---> Running in 617ddd264528 [2021-03-29T19:40:42.483Z] Removing intermediate container 5959841d1f0d [2021-03-29T19:40:42.483Z] ---> 247aeef3805f [2021-03-29T19:40:42.483Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-29T19:40:42.765Z] ---> Running in a454f1341609 [2021-03-29T19:40:43.049Z] ---> Running in 7d23d8d25eaf [2021-03-29T19:40:45.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:45.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:45.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:40:46.938Z] OK: 233 MiB in 51 packages [2021-03-29T19:40:46.938Z] OK: 233 MiB in 51 packages [2021-03-29T19:40:46.938Z] OK: 233 MiB in 51 packages [2021-03-29T19:40:47.231Z] OK: 233 MiB in 51 packages [2021-03-29T19:40:47.511Z] OK: 233 MiB in 51 packages [2021-03-29T19:40:48.553Z] Removing intermediate container 617ddd264528 [2021-03-29T19:40:48.553Z] ---> 0444b312ee88 [2021-03-29T19:40:48.553Z] Step 6/22 : COPY go.mod . [2021-03-29T19:40:48.553Z] Removing intermediate container b37c69c73390 [2021-03-29T19:40:48.553Z] ---> 3879260b985c [2021-03-29T19:40:48.553Z] Step 6/21 : COPY go.mod . [2021-03-29T19:40:48.859Z] Removing intermediate container 73dc497e5469 [2021-03-29T19:40:48.859Z] ---> 53023aa88931 [2021-03-29T19:40:48.859Z] Step 6/31 : COPY go.mod . [2021-03-29T19:40:49.581Z] Removing intermediate container a454f1341609 [2021-03-29T19:40:49.581Z] ---> 34c1c35800d2 [2021-03-29T19:40:49.581Z] Step 6/23 : COPY go.mod . [2021-03-29T19:40:49.581Z] ---> 4b269daa407d [2021-03-29T19:40:49.581Z] Step 7/22 : RUN go mod download [2021-03-29T19:40:49.581Z] ---> 4b5c9a758544 [2021-03-29T19:40:49.581Z] Step 7/21 : RUN go mod download [2021-03-29T19:40:49.581Z] Removing intermediate container 7d23d8d25eaf [2021-03-29T19:40:49.581Z] ---> eb3decc5d755 [2021-03-29T19:40:49.581Z] Step 6/22 : COPY go.mod . [2021-03-29T19:40:49.581Z] ---> Running in 5218ede2ce31 [2021-03-29T19:40:49.857Z] ---> Running in bd27ab8836c5 [2021-03-29T19:40:49.858Z] ---> 24af96bcf659 [2021-03-29T19:40:49.858Z] Step 7/31 : RUN go mod download [2021-03-29T19:40:50.165Z] ---> Running in ae57f5ef4ab7 [2021-03-29T19:40:50.452Z] ---> 878a9fbeb08f [2021-03-29T19:40:50.452Z] Step 7/22 : RUN go mod download [2021-03-29T19:40:50.727Z] ---> 90799f56fbfc [2021-03-29T19:40:50.727Z] Step 7/23 : RUN go mod download [2021-03-29T19:40:51.004Z] ---> Running in 26956c7798f7 [2021-03-29T19:40:51.004Z] ---> Running in 2a6397a5000a [2021-03-29T19:40:54.445Z] Removing intermediate container bd27ab8836c5 [2021-03-29T19:40:54.445Z] ---> ee5f49ea60ea [2021-03-29T19:40:54.445Z] Step 8/21 : COPY . . [2021-03-29T19:40:54.445Z] Removing intermediate container 5218ede2ce31 [2021-03-29T19:40:54.445Z] ---> 6de62f42cfbf [2021-03-29T19:40:54.445Z] Step 8/22 : COPY . . [2021-03-29T19:40:54.445Z] Removing intermediate container ae57f5ef4ab7 [2021-03-29T19:40:54.445Z] ---> faa8ab61ec47 [2021-03-29T19:40:54.445Z] Step 8/31 : COPY . . [2021-03-29T19:40:54.730Z] Removing intermediate container 2a6397a5000a [2021-03-29T19:40:54.730Z] ---> 9b8736b1e948 [2021-03-29T19:40:54.730Z] Step 8/23 : COPY . . [2021-03-29T19:40:55.254Z] Removing intermediate container 26956c7798f7 [2021-03-29T19:40:55.254Z] ---> 7a48a346c84d [2021-03-29T19:40:55.254Z] Step 8/22 : COPY . . [2021-03-29T19:42:32.882Z] ---> 9b74d2e28cc3 [2021-03-29T19:42:32.882Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-29T19:42:32.882Z] ---> 2ce70318dee4 [2021-03-29T19:42:32.882Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-29T19:42:32.882Z] ---> 8a1b06df2822 [2021-03-29T19:42:32.882Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-29T19:42:32.882Z] ---> Running in 0b1ab228dac4 [2021-03-29T19:42:32.882Z] ---> e79a3c706c32 [2021-03-29T19:42:32.882Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-29T19:42:32.882Z] ---> bdf51488763e [2021-03-29T19:42:32.882Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-29T19:42:32.882Z] ---> Running in c9dd01e896b7 [2021-03-29T19:42:32.882Z] ---> Running in 2bb30df6abe8 [2021-03-29T19:42:32.883Z] ---> Running in 85f27fe9e0bc [2021-03-29T19:42:32.883Z] ---> Running in cbe8cf5494ab [2021-03-29T19:42:32.883Z] 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-29T19:42:32.883Z] 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-29T19:42:32.883Z] 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-29T19:42:32.883Z] 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-29T19:42:32.883Z] 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-29T19:43:31.151Z] 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-29T19:43:31.866Z] Removing intermediate container 85f27fe9e0bc [2021-03-29T19:43:31.866Z] ---> d2d0484fdcb5 [2021-03-29T19:43:31.866Z] [2021-03-29T19:43:31.866Z] Step 10/31 : FROM alpine:3.12 [2021-03-29T19:43:32.149Z] 3.12: Pulling from library/alpine [2021-03-29T19:43:34.316Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-29T19:43:34.316Z] Status: Downloaded newer image for alpine:3.12 [2021-03-29T19:43:34.316Z] ---> 42cb162f0360 [2021-03-29T19:43:34.316Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-29T19:43:37.092Z] ---> Running in 91dd90a94100 [2021-03-29T19:43:39.251Z] Removing intermediate container 91dd90a94100 [2021-03-29T19:43:39.251Z] ---> f9ad45622239 [2021-03-29T19:43:39.251Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-29T19:43:40.251Z] ---> Running in 8248041997b1 [2021-03-29T19:43:42.265Z] Removing intermediate container cbe8cf5494ab [2021-03-29T19:43:42.265Z] ---> 809bf0282113 [2021-03-29T19:43:42.265Z] [2021-03-29T19:43:42.265Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:43:42.265Z] ---> 42cb162f0360 [2021-03-29T19:43:42.265Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:43:43.719Z] ---> Running in 8930065046b4 [2021-03-29T19:43:43.719Z] Removing intermediate container c9dd01e896b7 [2021-03-29T19:43:43.719Z] ---> cdb340ab0955 [2021-03-29T19:43:43.719Z] [2021-03-29T19:43:43.719Z] Step 10/22 : FROM alpine:3.12 [2021-03-29T19:43:43.719Z] ---> 42cb162f0360 [2021-03-29T19:43:43.719Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-29T19:43:44.349Z] Removing intermediate container 0b1ab228dac4 [2021-03-29T19:43:44.349Z] ---> ee4b1a6024e0 [2021-03-29T19:43:44.349Z] [2021-03-29T19:43:44.349Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:43:44.349Z] ---> 42cb162f0360 [2021-03-29T19:43:44.349Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-29T19:43:44.349Z] Removing intermediate container 2bb30df6abe8 [2021-03-29T19:43:44.349Z] ---> 0fe3e5f9c9bb [2021-03-29T19:43:44.349Z] [2021-03-29T19:43:44.349Z] Step 10/21 : FROM alpine:3.12 [2021-03-29T19:43:44.349Z] ---> 42cb162f0360 [2021-03-29T19:43:44.349Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-29T19:43:44.632Z] ---> Running in 0db5041aad9f [2021-03-29T19:43:44.918Z] ---> Running in 87245af96425 [2021-03-29T19:43:44.918Z] ---> Running in 73ca248030b1 [2021-03-29T19:43:45.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:45.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:45.505Z] Removing intermediate container 87245af96425 [2021-03-29T19:43:45.505Z] ---> 7539e3ce5a25 [2021-03-29T19:43:45.505Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-29T19:43:45.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:45.505Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:45.505Z] (2/2) Installing su-exec (0.2-r1) [2021-03-29T19:43:45.505Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:45.505Z] OK: 6 MiB in 16 packages [2021-03-29T19:43:45.505Z] ---> Running in 8aea8785422c [2021-03-29T19:43:45.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:45.853Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:45.853Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:45.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:45.853Z] OK: 6 MiB in 15 packages [2021-03-29T19:43:45.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:46.155Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-29T19:43:46.155Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:46.155Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:46.155Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:43:46.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:46.455Z] Removing intermediate container 8aea8785422c [2021-03-29T19:43:46.455Z] ---> b461e12b80dd [2021-03-29T19:43:46.455Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-29T19:43:46.455Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:46.455Z] OK: 6 MiB in 16 packages [2021-03-29T19:43:46.751Z] ---> Running in 8adec8e8da02 [2021-03-29T19:43:46.751Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-29T19:43:46.751Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:43:46.751Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-29T19:43:46.751Z] (4/4) Installing curl (7.69.1-r3) [2021-03-29T19:43:46.751Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:46.751Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:43:47.053Z] OK: 7 MiB in 18 packages [2021-03-29T19:43:47.321Z] Removing intermediate container 8adec8e8da02 [2021-03-29T19:43:47.321Z] ---> 0d13329cdd79 [2021-03-29T19:43:47.321Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:43:47.321Z] Removing intermediate container 8248041997b1 [2021-03-29T19:43:47.321Z] ---> 40167d144789 [2021-03-29T19:43:47.321Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-29T19:43:47.952Z] ---> Running in 0aeb2c3d1aee [2021-03-29T19:43:47.952Z] ---> Running in 82cd2c8d5792 [2021-03-29T19:43:47.952Z] Removing intermediate container 8930065046b4 [2021-03-29T19:43:47.952Z] ---> 262d2c4b2fc5 [2021-03-29T19:43:47.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:43:48.226Z] Removing intermediate container 0db5041aad9f [2021-03-29T19:43:48.226Z] ---> 0a0ed83c3f32 [2021-03-29T19:43:48.226Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:43:49.239Z] ---> Running in bf2d2c31f5cf [2021-03-29T19:43:49.848Z] ---> Running in 4bc71eb59d5f [2021-03-29T19:43:49.848Z] Removing intermediate container 0aeb2c3d1aee [2021-03-29T19:43:49.848Z] ---> 2d97be9a47b7 [2021-03-29T19:43:49.848Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-29T19:43:49.848Z] Removing intermediate container 73ca248030b1 [2021-03-29T19:43:49.848Z] ---> 7236641966ab [2021-03-29T19:43:49.848Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:43:50.200Z] Removing intermediate container bf2d2c31f5cf [2021-03-29T19:43:50.200Z] ---> 2777d35e08c1 [2021-03-29T19:43:50.200Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-29T19:43:50.200Z] ---> Running in 573bf68c1110 [2021-03-29T19:43:50.474Z] ---> Running in cd7abf7969d2 [2021-03-29T19:43:50.474Z] ---> Running in 4d1014e94390 [2021-03-29T19:43:50.745Z] Removing intermediate container 4bc71eb59d5f [2021-03-29T19:43:50.745Z] ---> a99427b81ec2 [2021-03-29T19:43:50.745Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-29T19:43:51.019Z] ---> Running in 878a43487e65 [2021-03-29T19:43:51.019Z] Removing intermediate container 573bf68c1110 [2021-03-29T19:43:51.019Z] ---> bca8cf2ff646 [2021-03-29T19:43:51.019Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-29T19:43:51.019Z] Removing intermediate container cd7abf7969d2 [2021-03-29T19:43:51.019Z] ---> dfc327739eb9 [2021-03-29T19:43:51.019Z] Step 13/21 : WORKDIR /edgex [2021-03-29T19:43:51.019Z] Removing intermediate container 4d1014e94390 [2021-03-29T19:43:51.019Z] ---> 56b7cf1681b7 [2021-03-29T19:43:51.019Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:43:51.294Z] ---> Running in 9af4a42af3c8 [2021-03-29T19:43:51.294Z] ---> Running in 192df714e06e [2021-03-29T19:43:51.294Z] ---> Running in eb91199e7308 [2021-03-29T19:43:51.294Z] Removing intermediate container 82cd2c8d5792 [2021-03-29T19:43:51.294Z] ---> 9a013e23e2ea [2021-03-29T19:43:51.294Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-29T19:43:51.568Z] Removing intermediate container 878a43487e65 [2021-03-29T19:43:51.569Z] ---> 18b26e2e1512 [2021-03-29T19:43:51.569Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-29T19:43:51.569Z] ---> Running in 724724d66685 [2021-03-29T19:43:51.844Z] ---> Running in 187f2cab8267 [2021-03-29T19:43:51.844Z] Removing intermediate container 9af4a42af3c8 [2021-03-29T19:43:51.844Z] ---> 6c446e772aab [2021-03-29T19:43:51.844Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-29T19:43:52.121Z] Removing intermediate container eb91199e7308 [2021-03-29T19:43:52.121Z] ---> 03cd1bb16682 [2021-03-29T19:43:52.121Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:52.121Z] Removing intermediate container 187f2cab8267 [2021-03-29T19:43:52.121Z] ---> 0bbccb6819b7 [2021-03-29T19:43:52.121Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:52.395Z] ---> 221feef3e28f [2021-03-29T19:43:52.395Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-29T19:43:52.665Z] ---> 8f90c7b8a313 [2021-03-29T19:43:52.665Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-29T19:43:52.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:52.937Z] ---> 6a020620a8ae [2021-03-29T19:43:52.937Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-29T19:43:53.231Z] Removing intermediate container 192df714e06e [2021-03-29T19:43:53.231Z] ---> b96ddd6cff4e [2021-03-29T19:43:53.231Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-29T19:43:53.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:43:53.897Z] ---> 3255007a1ee0 [2021-03-29T19:43:53.897Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-29T19:43:53.897Z] ---> Running in 67c2375dac77 [2021-03-29T19:43:53.897Z] ---> b9b79b876642 [2021-03-29T19:43:53.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:54.175Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:43:54.175Z] ---> 3ca70a52c5a4 [2021-03-29T19:43:54.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-29T19:43:54.175Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-29T19:43:54.175Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-29T19:43:54.550Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-29T19:43:54.550Z] Removing intermediate container 67c2375dac77 [2021-03-29T19:43:54.550Z] ---> a9d88b9d9514 [2021-03-29T19:43:54.550Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-29T19:43:54.846Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-29T19:43:54.846Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-29T19:43:54.846Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:43:54.846Z] OK: 8 MiB in 20 packages [2021-03-29T19:43:54.846Z] ---> cdf070269909 [2021-03-29T19:43:54.846Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-29T19:43:55.153Z] ---> 57405f6b00bf [2021-03-29T19:43:55.153Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-29T19:43:55.153Z] ---> 1c800e65ccb3 [2021-03-29T19:43:55.153Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-29T19:43:55.153Z] ---> Running in 5ce5e02cf590 [2021-03-29T19:43:55.476Z] ---> Running in 4e3426a0ff07 [2021-03-29T19:43:55.476Z] ---> Running in 434900d839d4 [2021-03-29T19:43:55.812Z] ---> 238b3a9bb077 [2021-03-29T19:43:55.812Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-29T19:43:55.812Z] Removing intermediate container 5ce5e02cf590 [2021-03-29T19:43:55.812Z] ---> 05b5408289a8 [2021-03-29T19:43:55.812Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:55.812Z] ---> Running in 029a275caf7a [2021-03-29T19:43:56.234Z] ---> Running in 6f9f1bc27443 [2021-03-29T19:43:56.234Z] Removing intermediate container 4e3426a0ff07 [2021-03-29T19:43:56.234Z] ---> c4969238335a [2021-03-29T19:43:56.234Z] Step 18/21 : CMD ["--init=true"] [2021-03-29T19:43:56.591Z] Removing intermediate container 434900d839d4 [2021-03-29T19:43:56.591Z] ---> aa07c90fcc96 [2021-03-29T19:43:56.591Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:43:56.878Z] ---> Running in 12459d8b5a6a [2021-03-29T19:43:56.878Z] ---> Running in d2e4595b7c24 [2021-03-29T19:43:57.178Z] Removing intermediate container 724724d66685 [2021-03-29T19:43:57.178Z] ---> a32131a61586 [2021-03-29T19:43:57.178Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:43:57.523Z] Removing intermediate container 6f9f1bc27443 [2021-03-29T19:43:57.523Z] ---> f24e3e00505d [2021-03-29T19:43:57.523Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:43:57.523Z] Removing intermediate container 12459d8b5a6a [2021-03-29T19:43:57.523Z] ---> 58456f160e73 [2021-03-29T19:43:57.523Z] Step 19/21 : LABEL arch=x86_64 [2021-03-29T19:43:57.811Z] ---> Running in 08fe66da8c51 [2021-03-29T19:43:57.811Z] Removing intermediate container d2e4595b7c24 [2021-03-29T19:43:57.811Z] ---> 0106ce8621fd [2021-03-29T19:43:57.811Z] Step 20/22 : LABEL arch=x86_64 [2021-03-29T19:43:57.811Z] ---> Running in 5790b8e11928 [2021-03-29T19:43:58.087Z] ---> Running in 59177ae1868f [2021-03-29T19:43:58.454Z] ---> 9c217b1ea6c4 [2021-03-29T19:43:58.454Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-29T19:43:58.454Z] Removing intermediate container 08fe66da8c51 [2021-03-29T19:43:58.454Z] ---> 0f66b14b7616 [2021-03-29T19:43:58.454Z] Step 21/22 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:43:58.737Z] Removing intermediate container 5790b8e11928 [2021-03-29T19:43:58.737Z] ---> bfea150701bd [2021-03-29T19:43:58.737Z] Step 20/21 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:43:58.737Z] ---> Running in 407e51df5da1 [2021-03-29T19:43:59.075Z] Removing intermediate container 59177ae1868f [2021-03-29T19:43:59.075Z] ---> c152ed727af0 [2021-03-29T19:43:59.075Z] Step 21/22 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:43:59.075Z] ---> Running in 9c451a852057 [2021-03-29T19:43:59.801Z] ---> Running in 3091b3c022d4 [2021-03-29T19:44:00.099Z] Removing intermediate container 029a275caf7a [2021-03-29T19:44:00.099Z] ---> 40c2a7d7524f [2021-03-29T19:44:00.099Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:44:00.099Z] Removing intermediate container 9c451a852057 [2021-03-29T19:44:00.099Z] ---> 9178867af766 [2021-03-29T19:44:00.099Z] Step 21/21 : LABEL version=0.0.0 [2021-03-29T19:44:00.458Z] Removing intermediate container 407e51df5da1 [2021-03-29T19:44:00.458Z] ---> 3099107e3b0d [2021-03-29T19:44:00.458Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:44:00.458Z] ---> 4b060bde5ed0 [2021-03-29T19:44:00.458Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-29T19:44:00.458Z] Removing intermediate container 3091b3c022d4 [2021-03-29T19:44:00.458Z] ---> 0de52555ec6b [2021-03-29T19:44:00.458Z] Step 22/22 : LABEL version=0.0.0 [2021-03-29T19:44:00.458Z] ---> Running in 254d53a135f6 [2021-03-29T19:44:00.751Z] ---> Running in fe139a51410d [2021-03-29T19:44:00.751Z] ---> Running in 764fa0b7fbcb [2021-03-29T19:44:01.026Z] ---> 2e36261a162c [2021-03-29T19:44:01.026Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-29T19:44:01.026Z] ---> 417fa757265e [2021-03-29T19:44:01.026Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-29T19:44:01.319Z] Removing intermediate container 254d53a135f6 [2021-03-29T19:44:01.319Z] ---> dc17da6520bc [2021-03-29T19:44:01.319Z] [2021-03-29T19:44:01.319Z] Removing intermediate container fe139a51410d [2021-03-29T19:44:01.319Z] ---> 1b5268c3b3d5 [2021-03-29T19:44:01.319Z] [2021-03-29T19:44:01.319Z] Removing intermediate container 764fa0b7fbcb [2021-03-29T19:44:01.319Z] ---> e51a37d12f01 [2021-03-29T19:44:01.319Z] [2021-03-29T19:44:01.319Z] ---> Running in 93bcd7689f7b [2021-03-29T19:44:01.921Z] Successfully built dc17da6520bc [2021-03-29T19:44:01.921Z] Successfully built 1b5268c3b3d5 [2021-03-29T19:44:01.921Z] Successfully tagged docker-support-notifications-go:latest [2021-03-29T19:44:01.921Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-03-29T19:44:01.921Z] Successfully built e51a37d12f01 [2021-03-29T19:44:02.227Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-29T19:44:02.227Z] Building docker-security-secretstore-setup-go [2021-03-29T19:44:02.227Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-29T19:44:02.227Z] Building docker-core-metadata-go [2021-03-29T19:44:02.227Z]  Building docker-support-scheduler-go ... done Removing intermediate container 93bcd7689f7b [2021-03-29T19:44:02.227Z] ---> 19bb9a5250d6 [2021-03-29T19:44:02.227Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:44:02.227Z] ---> Running in d81bd4d898e9 [2021-03-29T19:44:02.227Z] ---> 6e16dbdee3c0 [2021-03-29T19:44:02.227Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-29T19:44:02.516Z] Removing intermediate container d81bd4d898e9 [2021-03-29T19:44:02.516Z] ---> e94d638a2b37 [2021-03-29T19:44:02.516Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:44:02.806Z] ---> Running in fb071d9001e7 [2021-03-29T19:44:02.806Z] ---> 86a75f199dde [2021-03-29T19:44:02.806Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-29T19:44:03.446Z] Removing intermediate container fb071d9001e7 [2021-03-29T19:44:03.446Z] ---> de78878c58f4 [2021-03-29T19:44:03.446Z] Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:44:03.446Z] ---> Running in 4303a82c33f6 [2021-03-29T19:44:03.446Z] ---> e7f18fb5e553 [2021-03-29T19:44:03.446Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-29T19:44:05.036Z] Removing intermediate container 4303a82c33f6 [2021-03-29T19:44:05.036Z] ---> a092278af7d9 [2021-03-29T19:44:05.036Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:44:07.006Z] ---> Running in e1674096d143 [2021-03-29T19:44:07.006Z] ---> 23ffdb295934 [2021-03-29T19:44:07.006Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-29T19:44:08.086Z] ---> Running in 04c9019ecf5e [2021-03-29T19:44:08.087Z] Removing intermediate container e1674096d143 [2021-03-29T19:44:08.087Z] ---> 197520c751c8 [2021-03-29T19:44:08.087Z] [2021-03-29T19:44:08.513Z] Successfully built 197520c751c8 [2021-03-29T19:44:08.513Z] Successfully tagged docker-core-data-go:latest [2021-03-29T19:44:08.513Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-03-29T19:44:08.513Z] Removing intermediate container 04c9019ecf5e [2021-03-29T19:44:08.513Z] ---> 5402fd3ff266 [2021-03-29T19:44:08.513Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-29T19:44:09.139Z] ---> 325b7a5362ff [2021-03-29T19:44:09.139Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-29T19:44:10.577Z] ---> Running in 744c01d8c5ba [2021-03-29T19:44:16.467Z] Removing intermediate container 744c01d8c5ba [2021-03-29T19:44:16.467Z] ---> 16834a560990 [2021-03-29T19:44:16.467Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-29T19:44:16.467Z] ---> Running in 9ef392889e7b [2021-03-29T19:44:18.242Z] Removing intermediate container 9ef392889e7b [2021-03-29T19:44:18.242Z] ---> 70754d08e822 [2021-03-29T19:44:18.242Z] Step 28/31 : CMD ["gate"] [2021-03-29T19:44:18.926Z] ---> Running in f1977651f20f [2021-03-29T19:44:20.395Z] Removing intermediate container f1977651f20f [2021-03-29T19:44:20.395Z] ---> 46b827bda4a4 [2021-03-29T19:44:20.395Z] Step 29/31 : LABEL arch=x86_64 [2021-03-29T19:44:21.439Z] ---> Running in b77d025537e0 [2021-03-29T19:44:21.703Z] Removing intermediate container b77d025537e0 [2021-03-29T19:44:21.703Z] ---> 3bf3c0c67475 [2021-03-29T19:44:21.703Z] Step 30/31 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:44:21.971Z] ---> Running in 15164f27d971 [2021-03-29T19:44:22.245Z] Removing intermediate container 15164f27d971 [2021-03-29T19:44:22.245Z] ---> 5a627f28e1f8 [2021-03-29T19:44:22.245Z] Step 31/31 : LABEL version=0.0.0 [2021-03-29T19:44:22.842Z] ---> Running in c9015b5f958c [2021-03-29T19:44:23.116Z] Removing intermediate container c9015b5f958c [2021-03-29T19:44:23.116Z] ---> 23ad6e73fc35 [2021-03-29T19:44:23.116Z] [2021-03-29T19:44:23.458Z] Successfully built 23ad6e73fc35 [2021-03-29T19:44:23.735Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-29T19:45:03.418Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:03.418Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:03.418Z] ---> 94afd490c87e [2021-03-29T19:45:03.418Z] Step 3/24 : WORKDIR /edgex-go [2021-03-29T19:45:03.418Z] ---> Using cache [2021-03-29T19:45:03.418Z] ---> c036d696969b [2021-03-29T19:45:03.418Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:03.418Z] ---> Using cache [2021-03-29T19:45:03.418Z] ---> 6bdb8750388b [2021-03-29T19:45:03.418Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-29T19:45:03.418Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:03.418Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:03.418Z] ---> 94afd490c87e [2021-03-29T19:45:03.418Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:45:03.418Z] ---> Using cache [2021-03-29T19:45:03.418Z] ---> c036d696969b [2021-03-29T19:45:03.418Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:03.418Z] ---> Using cache [2021-03-29T19:45:03.418Z] ---> 6bdb8750388b [2021-03-29T19:45:03.418Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:45:04.145Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:04.145Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:04.145Z] ---> 94afd490c87e [2021-03-29T19:45:04.145Z] Step 3/26 : WORKDIR /edgex-go [2021-03-29T19:45:04.145Z] ---> Using cache [2021-03-29T19:45:04.145Z] ---> c036d696969b [2021-03-29T19:45:04.145Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:04.145Z] ---> Using cache [2021-03-29T19:45:04.145Z] ---> 6bdb8750388b [2021-03-29T19:45:04.145Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-29T19:45:04.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-29T19:45:04.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-29T19:45:04.433Z] ---> 94afd490c87e [2021-03-29T19:45:04.433Z] Step 3/23 : WORKDIR /edgex-go [2021-03-29T19:45:04.433Z] ---> Using cache [2021-03-29T19:45:04.433Z] ---> c036d696969b [2021-03-29T19:45:04.433Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-29T19:45:04.433Z] ---> Using cache [2021-03-29T19:45:04.433Z] ---> 6bdb8750388b [2021-03-29T19:45:04.433Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-29T19:45:05.865Z] ---> Running in f66e614b374d [2021-03-29T19:45:05.865Z] ---> Running in c6359d07e08f [2021-03-29T19:45:05.865Z] ---> Running in 9d01c8e78a0a [2021-03-29T19:45:05.865Z] ---> Running in 18049d63ee17 [2021-03-29T19:45:09.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:09.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:09.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:09.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:10.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:10.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:10.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:10.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:45:11.530Z] OK: 233 MiB in 51 packages [2021-03-29T19:45:11.530Z] OK: 233 MiB in 51 packages [2021-03-29T19:45:11.530Z] OK: 233 MiB in 51 packages [2021-03-29T19:45:12.187Z] OK: 233 MiB in 51 packages [2021-03-29T19:45:13.722Z] Removing intermediate container c6359d07e08f [2021-03-29T19:45:13.722Z] ---> fb6139a95ae9 [2021-03-29T19:45:13.722Z] Step 6/24 : COPY go.mod . [2021-03-29T19:45:13.722Z] Removing intermediate container f66e614b374d [2021-03-29T19:45:13.722Z] ---> 8885d9ddc085 [2021-03-29T19:45:13.722Z] Step 6/26 : COPY go.mod . [2021-03-29T19:45:14.357Z] Removing intermediate container 9d01c8e78a0a [2021-03-29T19:45:14.357Z] ---> 30012993adfb [2021-03-29T19:45:14.357Z] Step 6/23 : COPY go.mod . [2021-03-29T19:45:14.357Z] Removing intermediate container 18049d63ee17 [2021-03-29T19:45:14.357Z] ---> eb9b93c3ab7d [2021-03-29T19:45:14.357Z] Step 6/23 : COPY go.mod . [2021-03-29T19:45:14.963Z] ---> 6a245ddb9482 [2021-03-29T19:45:14.963Z] Step 7/24 : RUN go mod download [2021-03-29T19:45:14.963Z] ---> bc51398413bf [2021-03-29T19:45:14.963Z] Step 7/26 : RUN go mod download [2021-03-29T19:45:15.234Z] ---> Running in 44b36a83116d [2021-03-29T19:45:15.234Z] ---> Running in 8dda79eaa6d7 [2021-03-29T19:45:15.234Z] ---> 718f090ff304 [2021-03-29T19:45:15.234Z] Step 7/23 : RUN go mod download [2021-03-29T19:45:15.554Z] ---> 411f606a7147 [2021-03-29T19:45:15.554Z] Step 7/23 : RUN go mod download [2021-03-29T19:45:15.554Z] ---> Running in 66fc86a3b081 [2021-03-29T19:45:15.554Z] ---> Running in 539eddcae49d [2021-03-29T19:45:21.341Z] Removing intermediate container 8dda79eaa6d7 [2021-03-29T19:45:21.341Z] ---> bc16f0da4f7f [2021-03-29T19:45:21.341Z] Step 8/26 : COPY . . [2021-03-29T19:45:21.341Z] Removing intermediate container 539eddcae49d [2021-03-29T19:45:21.341Z] ---> 923819546520 [2021-03-29T19:45:21.341Z] Step 8/23 : COPY . . [2021-03-29T19:45:21.341Z] Removing intermediate container 44b36a83116d [2021-03-29T19:45:21.341Z] ---> 0724af8ca229 [2021-03-29T19:45:21.341Z] Step 8/24 : COPY . . [2021-03-29T19:45:21.341Z] Removing intermediate container 66fc86a3b081 [2021-03-29T19:45:21.341Z] ---> ebfd40060bf5 [2021-03-29T19:45:21.341Z] Step 8/23 : COPY . . [2021-03-29T19:46:44.115Z] ---> 76a21c2beca6 [2021-03-29T19:46:44.115Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-29T19:46:44.115Z] ---> 8753e787c255 [2021-03-29T19:46:44.115Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-29T19:46:44.115Z] ---> Running in 582760c2e3c9 [2021-03-29T19:46:44.115Z] ---> Running in 6a618e42b256 [2021-03-29T19:46:44.115Z] ---> 35e58322d201 [2021-03-29T19:46:44.115Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-29T19:46:44.115Z] ---> Running in 31deacbb39c3 [2021-03-29T19:46:44.115Z] ---> 015b9f9d3193 [2021-03-29T19:46:44.115Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-29T19:46:44.115Z] 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-29T19:46:44.115Z] 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-29T19:46:44.115Z] 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-29T19:46:44.115Z] ---> Running in 1a00c3663f28 [2021-03-29T19:46:44.115Z] 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-29T19:47:32.746Z] 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-29T19:47:42.339Z] Removing intermediate container 31deacbb39c3 [2021-03-29T19:47:42.339Z] ---> a5261ded78f9 [2021-03-29T19:47:42.339Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-29T19:47:43.977Z] ---> Running in 134c87f9514c [2021-03-29T19:47:43.977Z] Removing intermediate container 1a00c3663f28 [2021-03-29T19:47:43.977Z] ---> 701c8574e3fb [2021-03-29T19:47:43.977Z] [2021-03-29T19:47:43.977Z] Step 10/24 : FROM alpine:3.12 [2021-03-29T19:47:43.977Z] ---> 42cb162f0360 [2021-03-29T19:47:43.977Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-29T19:47:43.977Z] Removing intermediate container 6a618e42b256 [2021-03-29T19:47:43.977Z] ---> dcf8a9d9c107 [2021-03-29T19:47:43.977Z] [2021-03-29T19:47:43.977Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:47:43.977Z] ---> 42cb162f0360 [2021-03-29T19:47:43.977Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:47:44.286Z] ---> Using cache [2021-03-29T19:47:44.286Z] ---> 262d2c4b2fc5 [2021-03-29T19:47:44.286Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:47:44.286Z] ---> Using cache [2021-03-29T19:47:44.286Z] ---> 2777d35e08c1 [2021-03-29T19:47:44.286Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-29T19:47:44.964Z] ---> Running in ae63083233f3 [2021-03-29T19:47:44.964Z] ---> Running in 87ed70a5a243 [2021-03-29T19:47:47.239Z] Removing intermediate container ae63083233f3 [2021-03-29T19:47:47.239Z] ---> 9e71231c4396 [2021-03-29T19:47:47.239Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:47:47.239Z] 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-29T19:47:47.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:47:47.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:47:47.869Z] ---> Running in a535a0c4a29e [2021-03-29T19:47:48.179Z] Removing intermediate container 582760c2e3c9 [2021-03-29T19:47:48.180Z] ---> 712f2633ed82 [2021-03-29T19:47:48.180Z] [2021-03-29T19:47:48.180Z] Step 10/23 : FROM alpine:3.12 [2021-03-29T19:47:48.180Z] ---> 42cb162f0360 [2021-03-29T19:47:48.180Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-29T19:47:48.180Z] ---> Using cache [2021-03-29T19:47:48.180Z] ---> 262d2c4b2fc5 [2021-03-29T19:47:48.180Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-29T19:47:48.180Z] ---> Using cache [2021-03-29T19:47:48.180Z] ---> 2777d35e08c1 [2021-03-29T19:47:48.180Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-29T19:47:48.180Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-29T19:47:48.180Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:47:48.180Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-29T19:47:48.180Z] (4/6) Installing curl (7.69.1-r3) [2021-03-29T19:47:48.180Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-29T19:47:48.180Z] (6/6) Installing su-exec (0.2-r1) [2021-03-29T19:47:48.180Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:47:48.477Z] ---> Running in 6ca7eefc017b [2021-03-29T19:47:48.477Z] Executing ca-certificates-20191127-r4.trigger [2021-03-29T19:47:48.750Z] OK: 7 MiB in 20 packages [2021-03-29T19:47:48.750Z] Removing intermediate container a535a0c4a29e [2021-03-29T19:47:48.750Z] ---> dcc4847dc95d [2021-03-29T19:47:48.750Z] Step 15/23 : WORKDIR / [2021-03-29T19:47:49.058Z] ---> Running in cb9b1e8d69a5 [2021-03-29T19:47:49.058Z] Removing intermediate container 6ca7eefc017b [2021-03-29T19:47:49.058Z] ---> 9ec9f53413f6 [2021-03-29T19:47:49.058Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-29T19:47:49.338Z] ---> Running in ab33efcad795 [2021-03-29T19:47:49.613Z] Removing intermediate container cb9b1e8d69a5 [2021-03-29T19:47:49.613Z] ---> c72fbee84953 [2021-03-29T19:47:49.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:47:49.899Z] Removing intermediate container ab33efcad795 [2021-03-29T19:47:49.899Z] ---> 379145caa686 [2021-03-29T19:47:49.899Z] Step 15/23 : WORKDIR / [2021-03-29T19:47:50.233Z] ---> Running in c678b48e95ab [2021-03-29T19:47:50.233Z] Removing intermediate container 134c87f9514c [2021-03-29T19:47:50.233Z] ---> 59813912be6e [2021-03-29T19:47:50.233Z] [2021-03-29T19:47:50.233Z] Step 11/26 : FROM docker:20.10.0 [2021-03-29T19:47:50.233Z] ---> 01a0e59134f7 [2021-03-29T19:47:50.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-29T19:47:50.596Z] Removing intermediate container 87ed70a5a243 [2021-03-29T19:47:50.596Z] ---> caf6f5b69361 [2021-03-29T19:47:50.596Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-29T19:47:50.596Z] 20.10.0: Pulling from library/docker [2021-03-29T19:47:50.596Z] ---> Running in 5ca76fcfb795 [2021-03-29T19:47:50.872Z] Removing intermediate container c678b48e95ab [2021-03-29T19:47:50.872Z] ---> ae111ff68abb [2021-03-29T19:47:50.872Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-29T19:47:51.208Z] Removing intermediate container 5ca76fcfb795 [2021-03-29T19:47:51.208Z] ---> e4383b4cefd1 [2021-03-29T19:47:51.208Z] Step 13/24 : WORKDIR / [2021-03-29T19:47:51.496Z] ---> Running in a63cf301c046 [2021-03-29T19:47:51.773Z] ---> d057bd66328c [2021-03-29T19:47:51.773Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-29T19:47:52.374Z] ---> 88761bca31b6 [2021-03-29T19:47:52.374Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-29T19:47:52.680Z] Removing intermediate container a63cf301c046 [2021-03-29T19:47:52.680Z] ---> 15333a443e8b [2021-03-29T19:47:52.680Z] 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-29T19:47:53.290Z] ---> afcdf8a9efd7 [2021-03-29T19:47:53.290Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-29T19:47:53.564Z] ---> Running in 69c9d942eeb3 [2021-03-29T19:47:53.564Z] ---> d3c4b05d4408 [2021-03-29T19:47:53.564Z] 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-29T19:47:53.564Z] ---> 8bc08480a3df [2021-03-29T19:47:53.564Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-29T19:47:53.838Z] Removing intermediate container 69c9d942eeb3 [2021-03-29T19:47:53.838Z] ---> b1a26f8ee852 [2021-03-29T19:47:53.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:47:54.143Z] ---> 1049da8491ce [2021-03-29T19:47:54.143Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-29T19:47:54.143Z] ---> 0859bb9d8198 [2021-03-29T19:47:54.143Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-29T19:47:54.143Z] ---> Running in e23ae83c0d3b [2021-03-29T19:47:54.423Z] ---> Running in 69d96b93aac0 [2021-03-29T19:47:55.086Z] Removing intermediate container e23ae83c0d3b [2021-03-29T19:47:55.086Z] ---> 35ef7d8ca2ea [2021-03-29T19:47:55.086Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:47:55.086Z] ---> 44c7a5a1a3b4 [2021-03-29T19:47:55.086Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-29T19:47:55.086Z] Removing intermediate container 69d96b93aac0 [2021-03-29T19:47:55.086Z] ---> 69ece2abdb73 [2021-03-29T19:47:55.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:47:55.363Z] ---> Running in d9cdeb335524 [2021-03-29T19:47:55.363Z] ---> Running in 6f081a9f711b [2021-03-29T19:47:55.997Z] Removing intermediate container d9cdeb335524 [2021-03-29T19:47:55.997Z] ---> e5b21d5bc00e [2021-03-29T19:47:55.997Z] Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:47:55.997Z] Removing intermediate container 6f081a9f711b [2021-03-29T19:47:55.997Z] ---> f18c9adec7bd [2021-03-29T19:47:55.997Z] Step 21/23 : LABEL arch=x86_64 [2021-03-29T19:47:56.294Z] ---> Running in b66682a6220d [2021-03-29T19:47:56.294Z] ---> Running in 674b043ca79b [2021-03-29T19:47:56.603Z] ---> 9e256b4292d6 [2021-03-29T19:47:56.603Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-29T19:47:56.881Z] Removing intermediate container 674b043ca79b [2021-03-29T19:47:56.881Z] ---> 47e122a6b5ce [2021-03-29T19:47:56.882Z] Step 22/23 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:47:57.464Z] ---> Running in 6f52c32b1148 [2021-03-29T19:47:57.464Z] Removing intermediate container b66682a6220d [2021-03-29T19:47:57.464Z] ---> 51e6f7325373 [2021-03-29T19:47:57.464Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:47:57.464Z] ---> 4311cb75f8f4 [2021-03-29T19:47:57.464Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-29T19:47:57.464Z] ---> Running in 484d76987ee7 [2021-03-29T19:47:57.730Z] Removing intermediate container 6f52c32b1148 [2021-03-29T19:47:57.730Z] ---> 35708cf2c579 [2021-03-29T19:47:57.730Z] Step 23/23 : LABEL version=0.0.0 [2021-03-29T19:47:58.002Z] ---> Running in 6df70db1502e [2021-03-29T19:47:58.277Z] ---> 4ddd3729871b [2021-03-29T19:47:58.277Z] 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-29T19:47:58.277Z] Removing intermediate container 484d76987ee7 [2021-03-29T19:47:58.277Z] ---> c097807408ab [2021-03-29T19:47:58.277Z] [2021-03-29T19:47:58.562Z] ---> Running in f7ba9460b3ac [2021-03-29T19:47:58.562Z] Removing intermediate container 6df70db1502e [2021-03-29T19:47:58.562Z] ---> d84545263475 [2021-03-29T19:47:58.562Z] [2021-03-29T19:47:59.254Z] Successfully built c097807408ab [2021-03-29T19:47:59.542Z] Successfully tagged docker-core-command-go:latest [2021-03-29T19:48:01.081Z]  Building docker-core-command-go ... done Successfully built d84545263475 [2021-03-29T19:48:01.081Z] Successfully tagged docker-core-metadata-go:latest [2021-03-29T19:48:02.576Z]  Building docker-core-metadata-go ... done Removing intermediate container f7ba9460b3ac [2021-03-29T19:48:02.576Z] ---> 59d2d9b25c07 [2021-03-29T19:48:02.576Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-29T19:48:02.901Z] ---> Running in 0c7fefb88a76 [2021-03-29T19:48:03.194Z] Removing intermediate container 0c7fefb88a76 [2021-03-29T19:48:03.194Z] ---> 395137727f48 [2021-03-29T19:48:03.194Z] Step 22/24 : LABEL arch=x86_64 [2021-03-29T19:48:03.194Z] ---> Running in 0e44bc8dd6bb [2021-03-29T19:48:03.482Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-29T19:48:03.482Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-29T19:48:03.482Z] ---> aefe523efa57 [2021-03-29T19:48:03.482Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-29T19:48:03.833Z] ---> Running in b7fa02513ff8 [2021-03-29T19:48:04.118Z] Removing intermediate container 0e44bc8dd6bb [2021-03-29T19:48:04.118Z] ---> 0a708147d59d [2021-03-29T19:48:04.118Z] Step 23/24 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:48:04.118Z] ---> Running in 2df309303a0e [2021-03-29T19:48:05.107Z] Removing intermediate container 2df309303a0e [2021-03-29T19:48:05.107Z] ---> fec00ac9fe97 [2021-03-29T19:48:05.107Z] Step 24/24 : LABEL version=0.0.0 [2021-03-29T19:48:05.107Z] ---> Running in 21e82102b392 [2021-03-29T19:48:05.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:05.471Z] Removing intermediate container 21e82102b392 [2021-03-29T19:48:05.471Z] ---> 2aa0d64700e3 [2021-03-29T19:48:05.471Z] [2021-03-29T19:48:05.471Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:06.010Z] (1/2) Installing readline (8.0.4-r0) [2021-03-29T19:48:06.010Z] (2/2) Installing bash (5.0.17-r0) [2021-03-29T19:48:06.010Z] Executing bash-5.0.17-r0.post-install [2021-03-29T19:48:06.010Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:06.010Z] OK: 12 MiB in 22 packages [2021-03-29T19:48:06.636Z] Successfully built 2aa0d64700e3 [2021-03-29T19:48:06.636Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-29T19:48:07.247Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container b7fa02513ff8 [2021-03-29T19:48:07.247Z] ---> 33cd496ed2bf [2021-03-29T19:48:07.247Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-29T19:48:07.534Z] ---> Running in 96ab69cea95b [2021-03-29T19:48:07.797Z] Removing intermediate container 96ab69cea95b [2021-03-29T19:48:07.797Z] ---> 08523255b4da [2021-03-29T19:48:07.797Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-29T19:48:08.131Z] ---> Running in 93756f5d30af [2021-03-29T19:48:08.400Z] Removing intermediate container 93756f5d30af [2021-03-29T19:48:08.400Z] ---> ecf4d1de2432 [2021-03-29T19:48:08.400Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-29T19:48:08.717Z] ---> Running in 22671a842d0b [2021-03-29T19:48:09.026Z] Removing intermediate container 22671a842d0b [2021-03-29T19:48:09.026Z] ---> 93d2c4538337 [2021-03-29T19:48:09.026Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-29T19:48:12.277Z] ---> 7cee483073b6 [2021-03-29T19:48:12.277Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-29T19:48:12.865Z] ---> 2f9994681a59 [2021-03-29T19:48:12.865Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-29T19:48:13.973Z] ---> 6fd4889c5c6d [2021-03-29T19:48:13.973Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-29T19:48:13.973Z] ---> Running in c1383aed6af6 [2021-03-29T19:48:14.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:15.217Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:15.520Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-29T19:48:15.520Z] (2/33) Installing expat (2.2.9-r1) [2021-03-29T19:48:15.520Z] (3/33) Installing libffi (3.3-r2) [2021-03-29T19:48:15.520Z] (4/33) Installing gdbm (1.13-r1) [2021-03-29T19:48:15.520Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-29T19:48:15.520Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-29T19:48:15.520Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-29T19:48:17.062Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-29T19:48:17.062Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-29T19:48:17.062Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-29T19:48:17.062Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-29T19:48:17.063Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-29T19:48:17.063Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-29T19:48:17.063Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-29T19:48:17.063Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-29T19:48:17.063Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-29T19:48:17.063Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-29T19:48:17.063Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-29T19:48:17.063Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-29T19:48:17.063Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-29T19:48:17.063Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-29T19:48:17.063Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-29T19:48:17.063Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-29T19:48:17.335Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-29T19:48:17.335Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-29T19:48:17.335Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-29T19:48:17.335Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-29T19:48:17.335Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-29T19:48:17.335Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-29T19:48:17.335Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-29T19:48:17.335Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-29T19:48:17.335Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-29T19:48:17.335Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-29T19:48:17.335Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:17.335Z] OK: 71 MiB in 55 packages [2021-03-29T19:48:27.501Z] Removing intermediate container c1383aed6af6 [2021-03-29T19:48:27.501Z] ---> 3c5d1cef19bc [2021-03-29T19:48:27.501Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-29T19:48:27.501Z] ---> Running in 13b86c99383b [2021-03-29T19:48:30.168Z] Collecting docker-compose==1.23.2 [2021-03-29T19:48:30.168Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-29T19:48:30.753Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-29T19:48:30.753Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-29T19:48:31.016Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-29T19:48:31.016Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-29T19:48:31.595Z] Collecting jsonschema<3,>=2.5.1 [2021-03-29T19:48:31.595Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-29T19:48:31.857Z] Collecting PyYAML<4,>=3.10 [2021-03-29T19:48:31.857Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-29T19:48:33.257Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-29T19:48:33.257Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-29T19:48:33.257Z] Collecting docopt<0.7,>=0.6.1 [2021-03-29T19:48:33.257Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-29T19:48:34.237Z] Collecting cached-property<2,>=1.2.0 [2021-03-29T19:48:34.237Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-29T19:48:34.237Z] Collecting texttable<0.10,>=0.9.0 [2021-03-29T19:48:34.237Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-29T19:48:34.811Z] Collecting docker<4.0,>=3.6.0 [2021-03-29T19:48:35.077Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-29T19:48:35.077Z] 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-29T19:48:35.340Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-29T19:48:35.340Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-29T19:48:35.340Z] 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-29T19:48:35.614Z] Collecting idna<2.8,>=2.5 [2021-03-29T19:48:35.614Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-29T19:48:35.614Z] 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-29T19:48:35.614Z] Collecting docker-pycreds>=0.4.0 [2021-03-29T19:48:35.614Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-29T19:48:35.910Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-29T19:48:35.910Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-29T19:48:35.910Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-29T19:48:35.910Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-29T19:48:36.198Z] Installing collected packages: urllib3, idna, requests, dockerpty, jsonschema, PyYAML, websocket-client, docopt, cached-property, texttable, docker-pycreds, docker, docker-compose [2021-03-29T19:48:36.198Z] Attempting uninstall: urllib3 [2021-03-29T19:48:36.198Z] Found existing installation: urllib3 1.25.9 [2021-03-29T19:48:36.198Z] Uninstalling urllib3-1.25.9: [2021-03-29T19:48:36.198Z] Successfully uninstalled urllib3-1.25.9 [2021-03-29T19:48:36.478Z] Attempting uninstall: idna [2021-03-29T19:48:36.478Z] Found existing installation: idna 2.9 [2021-03-29T19:48:36.478Z] Uninstalling idna-2.9: [2021-03-29T19:48:36.478Z] Successfully uninstalled idna-2.9 [2021-03-29T19:48:36.750Z] Attempting uninstall: requests [2021-03-29T19:48:36.750Z] Found existing installation: requests 2.23.0 [2021-03-29T19:48:36.750Z] Uninstalling requests-2.23.0: [2021-03-29T19:48:37.041Z] Successfully uninstalled requests-2.23.0 [2021-03-29T19:48:37.041Z] Running setup.py install for dockerpty: started [2021-03-29T19:48:38.091Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-29T19:48:38.091Z] Running setup.py install for PyYAML: started [2021-03-29T19:48:39.050Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-29T19:48:39.344Z] Running setup.py install for docopt: started [2021-03-29T19:48:40.359Z] Running setup.py install for docopt: finished with status 'done' [2021-03-29T19:48:40.359Z] Running setup.py install for texttable: started [2021-03-29T19:48:40.971Z] Running setup.py install for texttable: finished with status 'done' [2021-03-29T19:48:41.856Z] 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-29T19:48:47.248Z] Removing intermediate container 13b86c99383b [2021-03-29T19:48:47.248Z] ---> 128aeb32dcf2 [2021-03-29T19:48:47.248Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-29T19:48:47.248Z] ---> Running in ed7fb187aae2 [2021-03-29T19:48:47.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:47.836Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-29T19:48:48.127Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-29T19:48:48.127Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-29T19:48:48.127Z] (3/3) Installing curl (7.69.1-r3) [2021-03-29T19:48:48.127Z] Executing busybox-1.31.1-r19.trigger [2021-03-29T19:48:48.127Z] OK: 72 MiB in 58 packages [2021-03-29T19:48:50.183Z] Removing intermediate container ed7fb187aae2 [2021-03-29T19:48:50.183Z] ---> f8ac5b130e0e [2021-03-29T19:48:50.183Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-29T19:48:50.183Z] ---> Running in 30f84993c4f2 [2021-03-29T19:48:50.482Z] Removing intermediate container 30f84993c4f2 [2021-03-29T19:48:50.482Z] ---> f6df3b18d2d9 [2021-03-29T19:48:50.482Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-29T19:48:50.482Z] ---> Running in 54b70abfd6d6 [2021-03-29T19:48:51.197Z] Removing intermediate container 54b70abfd6d6 [2021-03-29T19:48:51.197Z] ---> 503126550792 [2021-03-29T19:48:51.197Z] Step 24/26 : LABEL arch=x86_64 [2021-03-29T19:48:51.197Z] ---> Running in 27096bf42126 [2021-03-29T19:48:51.914Z] Removing intermediate container 27096bf42126 [2021-03-29T19:48:51.914Z] ---> 888c4e4d48e4 [2021-03-29T19:48:51.914Z] Step 25/26 : LABEL git_sha=a98e63333d1dfbf4459eb527cfd2d33eb5597382 [2021-03-29T19:48:52.181Z] ---> Running in e1ff884e5afe [2021-03-29T19:48:52.448Z] Removing intermediate container e1ff884e5afe [2021-03-29T19:48:52.448Z] ---> 3099f97c44d2 [2021-03-29T19:48:52.448Z] Step 26/26 : LABEL version=0.0.0 [2021-03-29T19:48:52.448Z] ---> Running in d9c2c954e180 [2021-03-29T19:48:53.053Z] Removing intermediate container d9c2c954e180 [2021-03-29T19:48:53.053Z] ---> b7f805f05654 [2021-03-29T19:48:53.053Z] [2021-03-29T19:48:53.330Z] Successfully built b7f805f05654 [2021-03-29T19:48:53.598Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-29T19:48:54.192Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-29T19:48:54.233Z] $ docker stop --time=1 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 [2021-03-29T19:48:56.960Z] $ docker rm -f 3b4a5ebed01351ec466b3b3a037492baeeaa3469f6009b3339e0282c5d1dbb39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-29T19:48:58.359Z] + docker images [2021-03-29T19:48:58.359Z] + grep docker [2021-03-29T19:49:00.298Z] docker-sys-mgmt-agent-go latest b7f805f05654 8 seconds ago 314MB [2021-03-29T19:49:00.298Z] docker-security-secretstore-setup-go latest 2aa0d64700e3 55 seconds ago 25.7MB [2021-03-29T19:49:00.298Z] docker-core-metadata-go latest d84545263475 About a minute ago 19MB [2021-03-29T19:49:00.298Z] docker-core-command-go latest c097807408ab About a minute ago 17.3MB [2021-03-29T19:49:00.298Z] docker-security-bootstrapper-go latest 23ad6e73fc35 4 minutes ago 18.9MB [2021-03-29T19:49:00.298Z] docker-core-data-go latest 197520c751c8 4 minutes ago 22.7MB [2021-03-29T19:49:00.298Z] docker-support-notifications-go latest dc17da6520bc 5 minutes ago 17.9MB [2021-03-29T19:49:00.298Z] docker-security-proxy-setup-go latest 1b5268c3b3d5 5 minutes ago 25.4MB [2021-03-29T19:49:00.299Z] docker-support-scheduler-go latest e51a37d12f01 5 minutes ago 17.4MB [2021-03-29T19:49:00.299Z] 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-29T19:49:15.952Z] Still waiting to schedule task [2021-03-29T19:49:15.952Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-03-29T19:52:01.100Z] Running on prd-ubuntu18.04-docker-8c-8g-31841 in /w/workspace/edgexfoundry_edgex-go_PR-3302 [Pipeline] { [Pipeline] ws [2021-03-29T19:52:01.181Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-29T19:52:03.606Z] using credential edgex-jenkins-ssh [2021-03-29T19:52:03.659Z] Cloning the remote Git repository [2021-03-29T19:52:03.683Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:52:03.746Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-29T19:52:03.772Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:52:03.772Z] > git --version # timeout=10 [2021-03-29T19:52:03.778Z] > git --version # 'git version 2.17.1' [2021-03-29T19:52:03.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:52:03.827Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:52:22.685Z] Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 72c01a79d84e48e6ed9ddfc63d785af34a775377 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [2021-03-29T19:52:22.166Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:52:22.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-29T19:52:22.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-29T19:52:22.199Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-29T19:52:22.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-29T19:52:22.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3302/head:refs/remotes/origin/PR-3302 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-29T19:52:22.695Z] > git config core.sparsecheckout # timeout=10 [2021-03-29T19:52:22.700Z] > git checkout -f 72c01a79d84e48e6ed9ddfc63d785af34a775377 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-29T19:52:23.336Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:52:25.187Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:52:26.462Z] ---> package-listing.sh [2021-03-29T19:52:26.462Z] ++ facter osfamily [2021-03-29T19:52:26.462Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-29T19:52:26.725Z] + OS_FAMILY=redhat [2021-03-29T19:52:26.725Z] + workspace=/w/workspace/edgex-go/4 [2021-03-29T19:52:26.725Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-29T19:52:26.725Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-29T19:52:26.725Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-29T19:52:26.725Z] + PACKAGES=/tmp/packages_start.txt [2021-03-29T19:52:26.725Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T19:52:26.725Z] + PACKAGES=/tmp/packages_end.txt [2021-03-29T19:52:26.725Z] + case "${OS_FAMILY}" in [2021-03-29T19:52:26.725Z] + rpm -qa [2021-03-29T19:52:26.725Z] + sort [2021-03-29T19:52:33.479Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-29T19:52:33.479Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-29T19:52:33.479Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-29T19:52:33.479Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-29T19:52:33.480Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-29T19:52:33.480Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-29T19:52:33.517Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-29T19:52:33.812Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:52:34.431Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:52:34.693Z] [2021-03-29T19:52:34.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-29T19:52:35.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:52:35.093Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-29T19:52:35.093Z] df20fa9351a1: Pulling fs layer [2021-03-29T19:52:35.093Z] 36b3adc4ff6f: Pulling fs layer [2021-03-29T19:52:35.093Z] 8ad3a11d3b57: Pulling fs layer [2021-03-29T19:52:35.093Z] 46f8f816bc3b: Pulling fs layer [2021-03-29T19:52:35.093Z] 93b61091891f: Pulling fs layer [2021-03-29T19:52:35.093Z] 93b9cdb0e59b: Pulling fs layer [2021-03-29T19:52:35.093Z] 5e14af77c1be: Pulling fs layer [2021-03-29T19:52:35.093Z] 01666e4c0597: Pulling fs layer [2021-03-29T19:52:35.093Z] aa168da1d23b: Pulling fs layer [2021-03-29T19:52:35.093Z] 93b9cdb0e59b: Waiting [2021-03-29T19:52:35.093Z] 5e14af77c1be: Waiting [2021-03-29T19:52:35.093Z] 01666e4c0597: Waiting [2021-03-29T19:52:35.093Z] aa168da1d23b: Waiting [2021-03-29T19:52:35.093Z] 46f8f816bc3b: Waiting [2021-03-29T19:52:35.093Z] 93b61091891f: Waiting [2021-03-29T19:52:35.384Z] 36b3adc4ff6f: Verifying Checksum [2021-03-29T19:52:35.384Z] 36b3adc4ff6f: Download complete [2021-03-29T19:52:35.384Z] 46f8f816bc3b: Verifying Checksum [2021-03-29T19:52:35.384Z] 46f8f816bc3b: Download complete [2021-03-29T19:52:35.384Z] df20fa9351a1: Verifying Checksum [2021-03-29T19:52:35.384Z] df20fa9351a1: Download complete [2021-03-29T19:52:35.384Z] 93b9cdb0e59b: Verifying Checksum [2021-03-29T19:52:35.384Z] 93b9cdb0e59b: Download complete [2021-03-29T19:52:35.679Z] 5e14af77c1be: Verifying Checksum [2021-03-29T19:52:35.679Z] 5e14af77c1be: Download complete [2021-03-29T19:52:35.679Z] 93b61091891f: Verifying Checksum [2021-03-29T19:52:35.679Z] 93b61091891f: Download complete [2021-03-29T19:52:35.679Z] 01666e4c0597: Verifying Checksum [2021-03-29T19:52:35.679Z] 01666e4c0597: Download complete [2021-03-29T19:52:36.691Z] 8ad3a11d3b57: Verifying Checksum [2021-03-29T19:52:36.691Z] df20fa9351a1: Pull complete [2021-03-29T19:52:36.971Z] 36b3adc4ff6f: Pull complete [2021-03-29T19:52:37.932Z] 8ad3a11d3b57: Pull complete [2021-03-29T19:52:38.539Z] 46f8f816bc3b: Pull complete [2021-03-29T19:52:39.781Z] aa168da1d23b: Verifying Checksum [2021-03-29T19:52:39.781Z] aa168da1d23b: Download complete [2021-03-29T19:52:39.781Z] 93b61091891f: Pull complete [2021-03-29T19:52:40.495Z] 93b9cdb0e59b: Pull complete [2021-03-29T19:52:40.768Z] 5e14af77c1be: Pull complete [2021-03-29T19:52:41.040Z] 01666e4c0597: Pull complete [2021-03-29T19:53:03.389Z] aa168da1d23b: Pull complete [2021-03-29T19:53:03.389Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-29T19:53:03.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-29T19:53:03.389Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-29T19:53:03.702Z] prd-centos7-docker-4c-2g-31817 does not seem to be running inside a container [2021-03-29T19:53:03.758Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-29T19:53:07.131Z] $ docker top cbbb684158af295878be7bd9f46eb087a5785bbffd5f12ba895c5482f8dccda9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-29T19:53:08.245Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-29T19:53:08.573Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-29T19:53:08.880Z] + ls /var/log/sa-host [2021-03-29T19:53:08.880Z] + sadf -c /var/log/sa-host/sa23 [2021-03-29T19:53:08.880Z] file_magic: OK [2021-03-29T19:53:08.880Z] HZ: Using current value: 100 [2021-03-29T19:53:08.880Z] file_header: OK [2021-03-29T19:53:08.880Z] 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-29T19:53:08.880Z] Statistics: [2021-03-29T19:53:08.880Z] Hnuu...uuuununununu... [2021-03-29T19:53:08.880Z] File successfully converted to sysstat format version 12.2.1 [2021-03-29T19:53:08.880Z] + sadf -c /var/log/sa-host/sa29 [2021-03-29T19:53:08.880Z] file_magic: OK [2021-03-29T19:53:08.880Z] HZ: Using current value: 100 [2021-03-29T19:53:08.880Z] file_header: OK [2021-03-29T19:53:08.880Z] 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-29T19:53:08.880Z] Statistics: [2021-03-29T19:53:08.880Z] 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-29T19:53:08.880Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-29T19:53:09.616Z] provisioning config files... [2021-03-29T19:53:09.649Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1935587710680238173tmp [Pipeline] { [Pipeline] echo [2021-03-29T19:53:09.716Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:53:10.044Z] ---> create-netrc.sh [Pipeline] } [2021-03-29T19:53:10.323Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-29T19:53:10.414Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:53:10.733Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-29T19:53:10.746Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:53:11.061Z] ---> sudo-logs.sh [2021-03-29T19:53:11.062Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-29T19:53:11.130Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:53:11.447Z] ---> job-cost.sh [2021-03-29T19:53:11.447Z] lf-activate-venv: SKIPPING [2021-03-29T19:53:11.447Z] INFO: No Stack... [2021-03-29T19:53:12.840Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-29T19:53:13.459Z] INFO: Archiving Costs [Pipeline] echo [2021-03-29T19:53:13.479Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-29T19:53:14.219Z] ---> logs-deploy.sh [2021-03-29T19:53:14.219Z] lf-activate-venv: SKIPPING [2021-03-29T19:53:14.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3302/4 [2021-03-29T19:53:14.219Z] INFO: archiving workspace using pattern(s): [2021-03-29T19:53:17.431Z] Archives upload complete. [2021-03-29T19:53:17.431Z] INFO: archiving logs to Nexus