Pull request #3318 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941+455f88eb7f104c981a27c2f244562def9f736fdb (e365541d5a53b5dc716510bdee6c89c799b4a88e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32179 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 Merge succeeded, producing 20b146b0364fa5ae58e67ac48eac609c6848e568 Checking out Revision 20b146b0364fa5ae58e67ac48eac609c6848e568 (PR-3318) > 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/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # 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 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20b146b0364fa5ae58e67ac48eac609c6848e568 # timeout=10 Commit message: "Merge commit '455f88eb7f104c981a27c2f244562def9f736fdb' into HEAD" > git rev-list --no-walk 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T03:07:44.111Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T03:07:44.339Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T03:07:44.440Z] ========================================================= [2021-03-31T03:07:44.440Z] EdgeX Global Pipelines Version Info [2021-03-31T03:07:44.440Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:07:45.956Z] ------------------- [2021-03-31T03:07:45.956Z] stable info: [2021-03-31T03:07:45.956Z] ------------------- [2021-03-31T03:07:45.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T03:07:45.956Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T03:07:45.957Z] Message: update stable to v1.0.186 [2021-03-31T03:07:46.903Z] ------------------- [2021-03-31T03:07:46.903Z] experimental info: [2021-03-31T03:07:46.903Z] ------------------- [2021-03-31T03:07:46.903Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T03:07:46.903Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T03:07:46.903Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T03:07:47.149Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T03:07:47.244Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T03:07:47.331Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T03:07:47.426Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T03:07:47.513Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T03:07:47.622Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T03:07:47.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T03:07:47.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T03:07:47.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T03:07:47.994Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T03:07:48.112Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T03:07:48.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T03:07:48.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T03:07:48.393Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T03:07:48.486Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:07:48.567Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:07:48.658Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T03:07:48.756Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T03:07:48.854Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T03:07:48.971Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T03:07:49.056Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T03:07:49.140Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T03:07:49.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3318 [Pipeline] echo [2021-03-31T03:07:49.311Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3318 [Pipeline] echo [2021-03-31T03:07:49.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3318 [Pipeline] echo [2021-03-31T03:07:49.473Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20b146b0364fa5ae58e67ac48eac609c6848e568 [Pipeline] echo [2021-03-31T03:07:49.556Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20b146b [Pipeline] echo [2021-03-31T03:07:49.670Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:07:49.843Z] provisioning config files... [2021-03-31T03:07:49.873Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config998034649097271228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:07:50.284Z] ---> docker-login.sh [2021-03-31T03:07:50.284Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:07:50.546Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:07:50.546Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:07:50.546Z] Configure a credential helper to remove this warning. See [2021-03-31T03:07:50.546Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:07:50.546Z] [2021-03-31T03:07:50.546Z] Login Succeeded [2021-03-31T03:07:50.546Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:07:50.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:07:50.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:07:50.813Z] Configure a credential helper to remove this warning. See [2021-03-31T03:07:50.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:07:50.813Z] [2021-03-31T03:07:50.813Z] Login Succeeded [2021-03-31T03:07:50.813Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:07:50.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:07:51.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:07:51.075Z] Configure a credential helper to remove this warning. See [2021-03-31T03:07:51.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:07:51.075Z] [2021-03-31T03:07:51.075Z] Login Succeeded [2021-03-31T03:07:51.075Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:07:51.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:07:51.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:07:51.075Z] Configure a credential helper to remove this warning. See [2021-03-31T03:07:51.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:07:51.075Z] [2021-03-31T03:07:51.075Z] Login Succeeded [2021-03-31T03:07:51.075Z] docker.io [2021-03-31T03:07:51.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:07:51.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:07:51.600Z] Configure a credential helper to remove this warning. See [2021-03-31T03:07:51.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:07:51.600Z] [2021-03-31T03:07:51.600Z] Login Succeeded [2021-03-31T03:07:51.600Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:07:51.610Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:07:52.060Z] ++ 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-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T03:07:52.060Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:07:52.060Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:07:52.060Z] ++ cut -d/ -f2 [2021-03-31T03:07:52.060Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T03:07:52.132Z] 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-31T03:07:52.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:07:52.934Z] [2021-03-31T03:07:52.934Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:07:53.286Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:07:53.286Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T03:07:53.286Z] 31603596830f: Pulling fs layer [2021-03-31T03:07:53.286Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T03:07:53.286Z] 6ca5941a6612: Pulling fs layer [2021-03-31T03:07:53.286Z] ecc8261a40a4: Pulling fs layer [2021-03-31T03:07:53.286Z] ecc8261a40a4: Waiting [2021-03-31T03:07:53.286Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T03:07:53.286Z] 2a8b12db71e7: Download complete [2021-03-31T03:07:53.286Z] 31603596830f: Verifying Checksum [2021-03-31T03:07:53.286Z] 31603596830f: Download complete [2021-03-31T03:07:53.552Z] ecc8261a40a4: Verifying Checksum [2021-03-31T03:07:53.552Z] ecc8261a40a4: Download complete [2021-03-31T03:07:53.552Z] 6ca5941a6612: Verifying Checksum [2021-03-31T03:07:53.552Z] 6ca5941a6612: Download complete [2021-03-31T03:07:53.816Z] 31603596830f: Pull complete [2021-03-31T03:07:53.816Z] 2a8b12db71e7: Pull complete [2021-03-31T03:07:54.764Z] 6ca5941a6612: Pull complete [2021-03-31T03:07:55.027Z] ecc8261a40a4: Pull complete [2021-03-31T03:07:55.027Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T03:07:55.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:07:55.027Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T03:07:55.132Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:07:55.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:07:58.290Z] $ docker top 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:07:58.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:07:58.737Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:07:58.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:07:58.967Z] $ docker exec 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent [2021-03-31T03:07:59.127Z] SSH_AUTH_SOCK=/tmp/ssh-98Ld4Iul99l4/agent.11 [2021-03-31T03:07:59.127Z] SSH_AGENT_PID=17 [2021-03-31T03:07:59.138Z] Running ssh-add (command line suppressed) [2021-03-31T03:07:59.255Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2247395635029843806.key (/w/workspace/edgex-go/2@tmp/private_key_2247395635029843806.key) [2021-03-31T03:07:59.306Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:07:59.647Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T03:07:59.669Z] $ docker exec --env ******** --env ******** 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent -k [2021-03-31T03:07:59.782Z] unset SSH_AUTH_SOCK; [2021-03-31T03:07:59.782Z] unset SSH_AGENT_PID; [2021-03-31T03:07:59.783Z] echo Agent pid 17 killed; [2021-03-31T03:07:59.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T03:08:00.052Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:08:00.052Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:08:00.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:08:00.223Z] $ docker exec 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent [2021-03-31T03:08:00.383Z] SSH_AUTH_SOCK=/tmp/ssh-Xx3aYSLEEvpI/agent.46 [2021-03-31T03:08:00.383Z] SSH_AGENT_PID=51 [2021-03-31T03:08:00.390Z] Running ssh-add (command line suppressed) [2021-03-31T03:08:00.507Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1195340238995516408.key (/w/workspace/edgex-go/2@tmp/private_key_1195340238995516408.key) [2021-03-31T03:08:00.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:08:00.908Z] + git semver init [2021-03-31T03:08:00.908Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:08:00.908Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-31T03:08:00.908Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-31T03:08:00.908Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:08:00.908Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:08:00.908Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:08:00.908Z] # $SEMVER_BRANCH = PR-3318 [2021-03-31T03:08:00.908Z] # $SEMVER_TEMP = /tmp/semver-642633699 [2021-03-31T03:08:00.908Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T03:08:27.530Z] # '/tmp/semver-642633699' -> '/w/workspace/edgex-go/2/.semver' [2021-03-31T03:08:27.530Z] # -> Force: false [2021-03-31T03:08:27.530Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-31T03:08:27.544Z] $ docker exec --env ******** --env ******** 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 ssh-agent -k [2021-03-31T03:08:27.734Z] unset SSH_AUTH_SOCK; [2021-03-31T03:08:27.734Z] unset SSH_AGENT_PID; [2021-03-31T03:08:27.734Z] echo Agent pid 51 killed; [2021-03-31T03:08:27.817Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:08:28.308Z] + git semver [Pipeline] } [2021-03-31T03:08:28.327Z] $ docker stop --time=1 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 [2021-03-31T03:08:29.920Z] $ docker rm -f 3025584dd06697f7c124b05e9c75afa756af9d731e661bf1a3c42dc1b5d12128 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:08:30.496Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T03:08:31.010Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T03:08:31.013Z] [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-31T03:08:31.945Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:08:32.253Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:08:32.559Z] + sudo service docker restart [2021-03-31T03:08:32.559Z] + true [2021-03-31T03:08:32.559Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T03:08:33.151Z] ========================================================= [2021-03-31T03:08:33.151Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T03:08:33.151Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:08:33.489Z] + 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-31T03:08:37.722Z] Sending build context to Docker daemon 328.9MB [2021-03-31T03:08:37.722Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:08:37.722Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:08:37.986Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T03:08:37.986Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T03:08:37.986Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T03:08:37.986Z] de9db76c5a1d: Pulling fs layer [2021-03-31T03:08:37.986Z] bca2f99d35d6: Pulling fs layer [2021-03-31T03:08:37.986Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T03:08:37.986Z] 7c6f9722023f: Pulling fs layer [2021-03-31T03:08:37.986Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T03:08:37.986Z] 93359f2a8cfa: Waiting [2021-03-31T03:08:37.986Z] 7c6f9722023f: Waiting [2021-03-31T03:08:37.986Z] a35cf1a2eb13: Waiting [2021-03-31T03:08:37.986Z] bca2f99d35d6: Waiting [2021-03-31T03:08:37.986Z] de9db76c5a1d: Verifying Checksum [2021-03-31T03:08:37.986Z] de9db76c5a1d: Download complete [2021-03-31T03:08:37.986Z] 0ef7d3d256c8: Download complete [2021-03-31T03:08:37.986Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T03:08:37.986Z] 93359f2a8cfa: Download complete [2021-03-31T03:08:38.250Z] 7c6f9722023f: Download complete [2021-03-31T03:08:38.829Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T03:08:38.829Z] 188c0c94c7c5: Download complete [2021-03-31T03:08:39.435Z] 188c0c94c7c5: Pull complete [2021-03-31T03:08:39.699Z] 0ef7d3d256c8: Pull complete [2021-03-31T03:08:39.964Z] de9db76c5a1d: Pull complete [2021-03-31T03:08:40.921Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T03:08:40.922Z] a35cf1a2eb13: Download complete [2021-03-31T03:08:41.184Z] bca2f99d35d6: Verifying Checksum [2021-03-31T03:08:41.184Z] bca2f99d35d6: Download complete [2021-03-31T03:08:46.391Z] Still waiting to schedule task [2021-03-31T03:08:46.391Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T03:08:46.511Z] bca2f99d35d6: Pull complete [2021-03-31T03:08:46.511Z] 93359f2a8cfa: Pull complete [2021-03-31T03:08:46.775Z] 7c6f9722023f: Pull complete [2021-03-31T03:08:52.121Z] a35cf1a2eb13: Pull complete [2021-03-31T03:08:52.121Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T03:08:52.121Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T03:08:52.121Z] ---> a62c8e92a672 [2021-03-31T03:08:52.121Z] 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-31T03:08:52.121Z] ---> Running in 83349a7ecf03 [2021-03-31T03:08:52.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:08:52.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:08:53.544Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:08:53.544Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:08:53.544Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:08:53.819Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:08:57.131Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:08:57.131Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:08:57.131Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:08:57.394Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:08:57.394Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:08:57.658Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:08:57.658Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:08:57.658Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:08:57.920Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:08:57.920Z] OK: 233 MiB in 51 packages [2021-03-31T03:09:02.151Z] Removing intermediate container 83349a7ecf03 [2021-03-31T03:09:02.151Z] ---> 4271a734dff5 [2021-03-31T03:09:02.151Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:09:02.151Z] ---> Running in 3a0e792480fd [2021-03-31T03:09:02.151Z] Removing intermediate container 3a0e792480fd [2021-03-31T03:09:02.151Z] ---> b38d0dfde1da [2021-03-31T03:09:02.151Z] Step 5/6 : COPY go.mod . [2021-03-31T03:09:02.151Z] ---> cbd9caf65e6e [2021-03-31T03:09:02.151Z] Step 6/6 : RUN go mod download [2021-03-31T03:09:02.151Z] ---> Running in d0891220ebfa [2021-03-31T03:09:24.229Z] Removing intermediate container d0891220ebfa [2021-03-31T03:09:24.229Z] ---> bbf2cf374d82 [2021-03-31T03:09:24.229Z] Successfully built bbf2cf374d82 [2021-03-31T03:09:24.229Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:09:24.599Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:09:24.599Z] . [Pipeline] withDockerContainer [2021-03-31T03:09:24.762Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:09:24.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:09:25.720Z] $ docker top 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:09:26.319Z] + go version [2021-03-31T03:09:26.319Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T03:09:26.334Z] $ docker stop --time=1 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 [2021-03-31T03:09:27.715Z] $ docker rm -f 1cdf511c35aa3893230b2ab8f6ebfa6033f051144cee8e7ae3e3c5388bbd4e83 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:09:28.525Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:09:28.526Z] . [Pipeline] withDockerContainer [2021-03-31T03:09:28.641Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:09:28.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T03:09:29.490Z] $ docker top 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:09:29.724Z] ========================================================= [2021-03-31T03:09:29.724Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:09:29.724Z] ========================================================= [Pipeline] sh [2021-03-31T03:09:30.048Z] + make test [2021-03-31T03:09:30.048Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:09:40.365Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:09:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:10:03.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:10:03.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:10:03.685Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:10:06.277Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:10:06.277Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:10:06.277Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:10:06.277Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:10:06.550Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:10:07.148Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:10:09.772Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:10:09.772Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:10:09.772Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:10:11.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:10:11.729Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:10:11.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.084s coverage: 19.8% of statements [2021-03-31T03:10:11.729Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:10:17.167Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-31T03:10:17.167Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:10:19.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:10:19.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:10:19.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:10:19.805Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements [2021-03-31T03:10:19.805Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:10:20.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.176s coverage: 97.5% of statements [2021-03-31T03:10:20.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:10:20.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-03-31T03:10:20.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:10:20.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:10:20.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:10:20.075Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.418s coverage: 92.8% of statements [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 1.0% of statements [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:10:23.468Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.121s coverage: 47.1% of statements [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.078s coverage: 79.5% of statements [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.091s coverage: 96.3% of statements [2021-03-31T03:10:23.468Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-31T03:10:35.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-03-31T03:10:35.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.062s coverage: 44.8% of statements [2021-03-31T03:10:37.678Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.217s coverage: 82.6% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.103s coverage: 92.9% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.104s coverage: 91.6% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.345s coverage: 69.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.130s coverage: 38.4% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.143s coverage: 87.1% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.099s coverage: 95.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:10:47.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:10:47.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-03-31T03:10:48.371Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-03-31T03:10:48.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.035s coverage: 100.0% of statements [2021-03-31T03:10:48.896Z] GO111MODULE=on go vet ./... [2021-03-31T03:11:21.176Z] gofmt -l . [2021-03-31T03:11:21.176Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:11:21.176Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:11:21.176Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:11:21.497Z] + ls -al . [2021-03-31T03:11:21.497Z] total 780 [2021-03-31T03:11:21.497Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 03:11 . [2021-03-31T03:11:21.497Z] drwxr-xr-x 4 root root 28 Mar 31 03:09 .. [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:07 .dockerignore [2021-03-31T03:11:21.497Z] drwxrwxr-x 8 1001 1001 179 Mar 31 03:07 .git [2021-03-31T03:11:21.497Z] drwxrwxr-x 3 1001 1001 125 Mar 31 03:07 .github [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:07 .gitignore [2021-03-31T03:11:21.497Z] drwx------ 3 1001 1001 60 Mar 31 03:08 .semver [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:07 .sonarcloud.properties [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:07 Attribution.txt [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:07 CONTRIBUTING.md [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:07 Dockerfile.build [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:07 Jenkinsfile [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:07 LICENSE [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:07 Makefile [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:07 README.md [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:07 SECURITY.md [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 03:08 VERSION [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:07 ZMQWindows.md [2021-03-31T03:11:21.497Z] drwxrwxr-x 2 1001 1001 117 Mar 31 03:07 bin [2021-03-31T03:11:21.497Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:07 cmd [2021-03-31T03:11:21.497Z] -rw-r--r-- 1 root root 669470 Mar 31 03:10 coverage.out [2021-03-31T03:11:21.497Z] -rw-r--r-- 1 root root 1056 Mar 31 03:11 go.mod [2021-03-31T03:11:21.497Z] -rw-r--r-- 1 root root 22531 Mar 31 03:11 go.sum [2021-03-31T03:11:21.497Z] drwxrwxr-x 8 1001 1001 127 Mar 31 03:07 internal [2021-03-31T03:11:21.497Z] drwxrwxr-x 4 1001 1001 26 Mar 31 03:07 openapi [2021-03-31T03:11:21.497Z] drwxrwxr-x 4 1001 1001 71 Mar 31 03:07 snap [2021-03-31T03:11:21.497Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:07 version.go [Pipeline] sh [2021-03-31T03:11:21.818Z] + '[' -e coverage.out ] [2021-03-31T03:11:21.818Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:11:22.148Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:11:22.460Z] + make build [2021-03-31T03:11:22.461Z] 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-31T03:11:25.782Z] 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-31T03:11:34.040Z] 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-31T03:11:34.634Z] 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-31T03:11:36.568Z] 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-31T03:11:36.844Z] 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-31T03:11:38.792Z] 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-31T03:11:40.202Z] 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-31T03:11:41.590Z] 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-31T03:11:42.548Z] 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-31T03:11:43.953Z] 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-31T03:11:45.349Z] 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-31T03:11:47.306Z] $ docker stop --time=1 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 [2021-03-31T03:11:49.105Z] $ docker rm -f 7a2dcf9fa4bd7730bbd8174db253e4ebd994af283a8d7b6873c821046745aed4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:11:52.081Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:11:52.081Z] [2021-03-31T03:11:52.081Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:11:52.460Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:11:52.460Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T03:11:52.460Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T03:11:52.460Z] ca9280d653b3: Pulling fs layer [2021-03-31T03:11:52.460Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T03:11:52.460Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T03:11:52.460Z] cbdbe7a5bc2a: Download complete [2021-03-31T03:11:53.035Z] cbdbe7a5bc2a: Pull complete [2021-03-31T03:11:53.298Z] ca9280d653b3: Verifying Checksum [2021-03-31T03:11:53.298Z] ca9280d653b3: Download complete [2021-03-31T03:11:54.722Z] ca9280d653b3: Pull complete [2021-03-31T03:11:54.722Z] 7e9c9ca2126c: Download complete [2021-03-31T03:12:01.353Z] 7e9c9ca2126c: Pull complete [2021-03-31T03:12:01.353Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T03:12:01.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:12:01.353Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T03:12:01.549Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:12:01.598Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:12:04.745Z] $ docker top 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:12:05.313Z] + docker-compose build --help [2021-03-31T03:12:05.313Z] + grep parallel [2021-03-31T03:12:06.263Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:12:06.546Z] $ docker stop --time=1 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee [2021-03-31T03:12:07.890Z] $ docker rm -f 4c6e0d14d68cc678a646e16ba61b7977ddec0328bb910599d3e830b32fbe46ee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:12:08.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:12:08.501Z] . [Pipeline] withDockerContainer [2021-03-31T03:12:08.605Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:12:08.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:12:09.295Z] $ docker top 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:12:09.867Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:12:10.819Z] Building docker-core-command-go ... [2021-03-31T03:12:10.819Z] Building docker-core-data-go ... [2021-03-31T03:12:10.819Z] Building docker-core-metadata-go ... [2021-03-31T03:12:10.819Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:12:10.819Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:12:10.819Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:12:10.819Z] Building docker-support-notifications-go ... [2021-03-31T03:12:10.819Z] Building docker-support-scheduler-go ... [2021-03-31T03:12:10.819Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:12:10.819Z] Building docker-security-proxy-setup-go [2021-03-31T03:12:10.819Z] Building docker-core-metadata-go [2021-03-31T03:12:10.819Z] Building docker-core-command-go [2021-03-31T03:12:10.819Z] Building docker-core-data-go [2021-03-31T03:12:10.819Z] Building docker-support-notifications-go [2021-03-31T03:12:11.642Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32184 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-31T03:12:11.693Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-31T03:12:16.774Z] using credential edgex-jenkins-ssh [2021-03-31T03:12:16.832Z] Cloning the remote Git repository [2021-03-31T03:12:16.912Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:12:17.051Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-31T03:12:17.148Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:12:17.150Z] > git --version # timeout=10 [2021-03-31T03:12:17.174Z] > git --version # 'git version 2.17.1' [2021-03-31T03:12:17.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:12:17.280Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:12:39.112Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T03:12:39.607Z] Failed in branch arm64 [2021-03-31T03:12:38.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:12:38.323Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:12:38.351Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:12:38.396Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:12:38.397Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:12:38.413Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:12:39.143Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:12:39.156Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [2021-03-31T03:12:49.761Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:49.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:12:49.762Z] ---> bbf2cf374d82 [2021-03-31T03:12:49.762Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:12:49.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:49.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:12:49.762Z] ---> bbf2cf374d82 [2021-03-31T03:12:49.762Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:12:49.762Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:49.762Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:12:49.762Z] ---> bbf2cf374d82 [2021-03-31T03:12:49.762Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:12:49.762Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:49.762Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:12:49.762Z] ---> bbf2cf374d82 [2021-03-31T03:12:49.762Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:12:49.762Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:12:49.762Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:12:49.762Z] ---> bbf2cf374d82 [2021-03-31T03:12:49.762Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:12:49.762Z] ---> Running in 94579d8e0c56 [2021-03-31T03:12:49.762Z] ---> Running in 929774c46c65 [2021-03-31T03:12:49.762Z] ---> Running in 639a2a4fa1dc [2021-03-31T03:12:49.762Z] ---> Running in acf78c1ea5c7 [2021-03-31T03:12:49.762Z] ---> Running in 2201d24ee56d [2021-03-31T03:12:49.762Z] Removing intermediate container 929774c46c65 [2021-03-31T03:12:49.762Z] ---> 84d8d91fd213 [2021-03-31T03:12:49.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:12:49.762Z] Removing intermediate container acf78c1ea5c7 [2021-03-31T03:12:49.762Z] ---> 4df35a38d2d7 [2021-03-31T03:12:49.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:12:49.762Z] Removing intermediate container 94579d8e0c56 [2021-03-31T03:12:49.762Z] ---> 81a578801d75 [2021-03-31T03:12:49.762Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:12:49.762Z] Removing intermediate container 639a2a4fa1dc [2021-03-31T03:12:49.762Z] ---> ea626210f497 [2021-03-31T03:12:49.762Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:12:49.762Z] Removing intermediate container 2201d24ee56d [2021-03-31T03:12:49.762Z] ---> 76eacd359732 [2021-03-31T03:12:49.762Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:12:49.762Z] ---> Running in 3c55506ebd16 [2021-03-31T03:12:49.762Z] ---> Running in 7d8344a0c295 [2021-03-31T03:12:49.762Z] ---> Running in 39d14d1c9b34 [2021-03-31T03:12:49.762Z] ---> Running in 9166c180bf09 [2021-03-31T03:12:49.762Z] ---> Running in e2df8cab47a2 [2021-03-31T03:12:53.112Z] Removing intermediate container 39d14d1c9b34 [2021-03-31T03:12:53.112Z] ---> 76d404b86938 [2021-03-31T03:12:53.112Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:12:53.112Z] Removing intermediate container 3c55506ebd16 [2021-03-31T03:12:53.112Z] ---> c7ae5ef2bcbe [2021-03-31T03:12:53.112Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:12:53.112Z] Removing intermediate container 7d8344a0c295 [2021-03-31T03:12:53.112Z] ---> ca268ba0d16e [2021-03-31T03:12:53.112Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:12:53.112Z] ---> Running in ebc37c86771d [2021-03-31T03:12:53.112Z] ---> Running in f08016090e06 [2021-03-31T03:12:53.112Z] ---> Running in 5912753169f0 [2021-03-31T03:12:53.112Z] Removing intermediate container e2df8cab47a2 [2021-03-31T03:12:53.112Z] ---> 33655b807cdb [2021-03-31T03:12:53.112Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:12:53.112Z] Removing intermediate container 9166c180bf09 [2021-03-31T03:12:53.112Z] ---> 112e51cf60f9 [2021-03-31T03:12:53.112Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:12:53.378Z] ---> Running in 489c03db0a7d [2021-03-31T03:12:53.378Z] ---> Running in 834024b43d04 [2021-03-31T03:12:54.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.343Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:54.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:55.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:55.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:55.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:55.426Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:55.426Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:55.705Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:55.705Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:55.705Z] OK: 233 MiB in 51 packages [2021-03-31T03:12:56.699Z] Removing intermediate container f08016090e06 [2021-03-31T03:12:56.699Z] ---> 48ca5cf16ec4 [2021-03-31T03:12:56.699Z] Step 6/23 : COPY go.mod . [2021-03-31T03:12:56.699Z] Removing intermediate container ebc37c86771d [2021-03-31T03:12:56.699Z] ---> beb216628be9 [2021-03-31T03:12:56.699Z] Step 6/23 : COPY go.mod . [2021-03-31T03:12:56.966Z] Removing intermediate container 489c03db0a7d [2021-03-31T03:12:56.966Z] ---> 00ae26178511 [2021-03-31T03:12:56.966Z] Step 6/21 : COPY go.mod . [2021-03-31T03:12:56.966Z] Removing intermediate container 5912753169f0 [2021-03-31T03:12:56.966Z] ---> 669c4e313302 [2021-03-31T03:12:56.966Z] Step 6/23 : COPY go.mod . [2021-03-31T03:12:56.966Z] ---> 4cfd570189d6 [2021-03-31T03:12:56.966Z] Step 7/23 : RUN go mod download [2021-03-31T03:12:56.966Z] Removing intermediate container 834024b43d04 [2021-03-31T03:12:56.966Z] ---> d3a79b4dd1ba [2021-03-31T03:12:56.966Z] Step 6/22 : COPY go.mod . [2021-03-31T03:12:56.966Z] ---> bcb511d9cd88 [2021-03-31T03:12:56.966Z] Step 7/23 : RUN go mod download [2021-03-31T03:12:57.232Z] ---> Running in 9b2f1dbc5b95 [2021-03-31T03:12:57.232Z] ---> Running in f3477c000aca [2021-03-31T03:12:57.232Z] ---> 2453aadb8b28 [2021-03-31T03:12:57.232Z] Step 7/21 : RUN go mod download [2021-03-31T03:12:57.503Z] ---> e75f15644067 [2021-03-31T03:12:57.503Z] Step 7/22 : RUN go mod download [2021-03-31T03:12:57.503Z] ---> 91cff463e50a [2021-03-31T03:12:57.503Z] Step 7/23 : RUN go mod download [2021-03-31T03:12:57.503Z] ---> Running in bbcd599024fb [2021-03-31T03:12:57.780Z] ---> Running in 79d1cd0c91d7 [2021-03-31T03:12:57.780Z] ---> Running in e09e6c3b017f [2021-03-31T03:13:00.388Z] Removing intermediate container e09e6c3b017f [2021-03-31T03:13:00.388Z] ---> e184a6d7c581 [2021-03-31T03:13:00.388Z] Step 8/23 : COPY . . [2021-03-31T03:13:00.660Z] Removing intermediate container 79d1cd0c91d7 [2021-03-31T03:13:00.660Z] ---> 77627dbe1f72 [2021-03-31T03:13:00.660Z] Step 8/22 : COPY . . [2021-03-31T03:13:03.271Z] Removing intermediate container f3477c000aca [2021-03-31T03:13:03.271Z] ---> 80ed12eeb762 [2021-03-31T03:13:03.271Z] Step 8/23 : COPY . . [2021-03-31T03:13:03.888Z] Removing intermediate container bbcd599024fb [2021-03-31T03:13:03.888Z] ---> e6571922d718 [2021-03-31T03:13:03.888Z] Step 8/21 : COPY . . [2021-03-31T03:13:03.888Z] Removing intermediate container 9b2f1dbc5b95 [2021-03-31T03:13:03.888Z] ---> 99ef5773b00b [2021-03-31T03:13:03.888Z] Step 8/23 : COPY . . [2021-03-31T03:13:43.855Z] ---> 85f400dd6284 [2021-03-31T03:13:43.855Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:13:43.855Z] ---> a8a6ea81f7eb [2021-03-31T03:13:43.855Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:13:43.855Z] ---> 182cef178758 [2021-03-31T03:13:43.855Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:13:43.855Z] ---> Running in b6da743cf669 [2021-03-31T03:13:43.855Z] ---> Running in a7a745a68991 [2021-03-31T03:13:43.855Z] ---> Running in 7cdea7697ef7 [2021-03-31T03:13:43.855Z] ---> f7957b5e3338 [2021-03-31T03:13:43.855Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:13:43.855Z] ---> f4ca2735502f [2021-03-31T03:13:43.855Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:13:43.855Z] ---> Running in 70de94d6576c [2021-03-31T03:13:43.855Z] ---> Running in aef8fb6fbe76 [2021-03-31T03:13:43.855Z] 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-31T03:13:43.855Z] 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-31T03:13:43.855Z] 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-31T03:13:43.855Z] 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-31T03:13:43.855Z] 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-31T03:14:23.463Z] 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-31T03:14:35.877Z] Removing intermediate container a7a745a68991 [2021-03-31T03:14:35.877Z] ---> fd1d4f5af1a3 [2021-03-31T03:14:35.877Z] [2021-03-31T03:14:35.877Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:14:35.877Z] 3.12: Pulling from library/alpine [2021-03-31T03:14:36.843Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:14:36.843Z] Removing intermediate container 70de94d6576c [2021-03-31T03:14:36.843Z] ---> dd8af85e80ad [2021-03-31T03:14:36.843Z] [2021-03-31T03:14:36.843Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:14:36.843Z] Removing intermediate container b6da743cf669 [2021-03-31T03:14:36.843Z] ---> 4de1d720a024 [2021-03-31T03:14:36.843Z] [2021-03-31T03:14:36.843Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:14:36.843Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:14:36.843Z] ---> 42cb162f0360 [2021-03-31T03:14:36.843Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:14:36.843Z] 3.12: Pulling from library/alpine [2021-03-31T03:14:36.843Z] 3.12: Pulling from library/alpine [2021-03-31T03:14:37.109Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:14:37.109Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:14:37.109Z] ---> 42cb162f0360 [2021-03-31T03:14:37.109Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:14:37.109Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:14:37.109Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:14:37.109Z] ---> 42cb162f0360 [2021-03-31T03:14:37.109Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:14:37.109Z] ---> Running in b8d2d7939219 [2021-03-31T03:14:37.109Z] ---> Running in d6964440546a [2021-03-31T03:14:37.109Z] ---> Running in 813e744e0f66 [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:38.847Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:38.847Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:14:38.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:38.847Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:14:38.847Z] OK: 6 MiB in 15 packages [2021-03-31T03:14:38.847Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:14:38.847Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:14:38.847Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:38.847Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:14:38.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:38.847Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:38.847Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:14:38.847Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:14:38.847Z] OK: 7 MiB in 18 packages [2021-03-31T03:14:38.847Z] OK: 6 MiB in 16 packages [2021-03-31T03:14:43.107Z] Removing intermediate container aef8fb6fbe76 [2021-03-31T03:14:43.107Z] ---> b79ccfe7df76 [2021-03-31T03:14:43.107Z] [2021-03-31T03:14:43.107Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:14:43.107Z] ---> 42cb162f0360 [2021-03-31T03:14:43.107Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:14:43.107Z] ---> Using cache [2021-03-31T03:14:43.107Z] ---> 0b6d2d6f59c7 [2021-03-31T03:14:43.107Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:14:43.107Z] Removing intermediate container 7cdea7697ef7 [2021-03-31T03:14:43.107Z] ---> 5fb9b297817c [2021-03-31T03:14:43.107Z] [2021-03-31T03:14:43.107Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:14:43.107Z] ---> 42cb162f0360 [2021-03-31T03:14:43.107Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:14:43.107Z] Removing intermediate container d6964440546a [2021-03-31T03:14:43.107Z] ---> 0b6d2d6f59c7 [2021-03-31T03:14:43.107Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:14:44.063Z] ---> Running in 3666962931f1 [2021-03-31T03:14:44.063Z] ---> Running in 4af10b0c61b7 [2021-03-31T03:14:44.063Z] ---> Running in b40b06278928 [2021-03-31T03:14:44.331Z] Removing intermediate container 813e744e0f66 [2021-03-31T03:14:44.331Z] ---> 06679bc73624 [2021-03-31T03:14:44.331Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:14:44.331Z] Removing intermediate container b8d2d7939219 [2021-03-31T03:14:44.331Z] ---> 127af6c9ea7f [2021-03-31T03:14:44.331Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:14:44.595Z] ---> Running in 30e65af1be72 [2021-03-31T03:14:44.595Z] ---> Running in 5c8494fb75b0 [2021-03-31T03:14:44.595Z] Removing intermediate container 4af10b0c61b7 [2021-03-31T03:14:44.595Z] ---> 985777ad45e3 [2021-03-31T03:14:44.595Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:14:44.595Z] Removing intermediate container b40b06278928 [2021-03-31T03:14:44.595Z] ---> 4047bf36e418 [2021-03-31T03:14:44.595Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:14:44.595Z] Removing intermediate container 3666962931f1 [2021-03-31T03:14:44.595Z] ---> b5fdffd7b973 [2021-03-31T03:14:44.595Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:14:44.861Z] ---> Running in a4eaea87cafb [2021-03-31T03:14:44.861Z] ---> Running in 5d477030ee38 [2021-03-31T03:14:44.861Z] ---> Running in a4432ac5e662 [2021-03-31T03:14:44.861Z] Removing intermediate container 30e65af1be72 [2021-03-31T03:14:44.861Z] ---> 6a4ed16cd6a5 [2021-03-31T03:14:44.861Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:14:45.123Z] Removing intermediate container 5c8494fb75b0 [2021-03-31T03:14:45.123Z] ---> ae3bf1b2edae [2021-03-31T03:14:45.123Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:14:45.123Z] ---> Running in 100e552ee38f [2021-03-31T03:14:45.123Z] Removing intermediate container a4eaea87cafb [2021-03-31T03:14:45.123Z] ---> 9747028736f8 [2021-03-31T03:14:45.123Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:14:45.123Z] Removing intermediate container 5d477030ee38 [2021-03-31T03:14:45.123Z] ---> 4de656b41682 [2021-03-31T03:14:45.123Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:14:45.395Z] ---> Running in a3aa29427a51 [2021-03-31T03:14:45.395Z] Removing intermediate container a4432ac5e662 [2021-03-31T03:14:45.395Z] ---> bb67f54b5adc [2021-03-31T03:14:45.395Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:14:45.395Z] ---> Running in 971412857e59 [2021-03-31T03:14:45.395Z] ---> Running in 18be618891b7 [2021-03-31T03:14:45.395Z] ---> Running in c2fcdf7fd3ef [2021-03-31T03:14:45.669Z] Removing intermediate container 100e552ee38f [2021-03-31T03:14:45.669Z] ---> 1fa4d0989b28 [2021-03-31T03:14:45.669Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:14:45.669Z] Removing intermediate container a3aa29427a51 [2021-03-31T03:14:45.669Z] ---> d1c2bd42a07f [2021-03-31T03:14:45.669Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:14:45.669Z] ---> Running in 00e8cc306d26 [2021-03-31T03:14:45.935Z] Removing intermediate container 971412857e59 [2021-03-31T03:14:45.935Z] ---> 5ddbfa7594ff [2021-03-31T03:14:45.935Z] Step 15/23 : WORKDIR / [2021-03-31T03:14:46.517Z] Removing intermediate container 18be618891b7 [2021-03-31T03:14:46.517Z] ---> f83fb614b68d [2021-03-31T03:14:46.517Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:46.517Z] Removing intermediate container c2fcdf7fd3ef [2021-03-31T03:14:46.517Z] ---> 0d046fa843c7 [2021-03-31T03:14:46.517Z] Step 15/23 : WORKDIR / [2021-03-31T03:14:46.517Z] ---> Running in 3f3280234e91 [2021-03-31T03:14:46.792Z] ---> Running in d80c3550c279 [2021-03-31T03:14:46.792Z] ---> Running in 184ae41aff8e [2021-03-31T03:14:46.792Z] ---> e0640bf040ff [2021-03-31T03:14:46.792Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:14:46.792Z] Removing intermediate container 00e8cc306d26 [2021-03-31T03:14:46.792Z] ---> 8c0ffc0e3c97 [2021-03-31T03:14:46.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:47.396Z] Removing intermediate container 3f3280234e91 [2021-03-31T03:14:47.396Z] ---> 7ab784c08789 [2021-03-31T03:14:47.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:47.396Z] Removing intermediate container 184ae41aff8e [2021-03-31T03:14:47.396Z] ---> 14789f4c0327 [2021-03-31T03:14:47.396Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:47.396Z] ---> 57ed4f512ebe [2021-03-31T03:14:47.396Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:14:47.396Z] ---> d09db4126ddf [2021-03-31T03:14:47.396Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:14:47.678Z] ---> da15a717df18 [2021-03-31T03:14:47.678Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:14:47.958Z] ---> aa3c8e9848b9 [2021-03-31T03:14:47.958Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:14:48.238Z] ---> 65986931807f [2021-03-31T03:14:48.238Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:48.238Z] ---> 26642c7f51b4 [2021-03-31T03:14:48.238Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:14:48.504Z] ---> Running in 88a978388e64 [2021-03-31T03:14:48.504Z] ---> bedd991fc66c [2021-03-31T03:14:48.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:48.504Z] ---> 31c91cda77f8 [2021-03-31T03:14:48.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:48.769Z] Removing intermediate container d80c3550c279 [2021-03-31T03:14:48.769Z] ---> cdfd01876493 [2021-03-31T03:14:48.769Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:14:49.036Z] ---> Running in d1af6b108460 [2021-03-31T03:14:49.036Z] ---> f4aa002904cb [2021-03-31T03:14:49.036Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:14:49.302Z] ---> ad855afc44fb [2021-03-31T03:14:49.302Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:14:49.302Z] Removing intermediate container 88a978388e64 [2021-03-31T03:14:49.302Z] ---> 2885e622b524 [2021-03-31T03:14:49.302Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:14:49.302Z] ---> 8855c359e043 [2021-03-31T03:14:49.302Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:14:49.567Z] ---> Running in 3667976b78d4 [2021-03-31T03:14:49.567Z] ---> Running in a9e37b8fdaad [2021-03-31T03:14:49.567Z] ---> Running in 368acf45829a [2021-03-31T03:14:49.567Z] ---> Running in e9431a4414fa [2021-03-31T03:14:49.832Z] Removing intermediate container 3667976b78d4 [2021-03-31T03:14:49.832Z] ---> 54c11bc3ca67 [2021-03-31T03:14:49.832Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:49.832Z] Removing intermediate container a9e37b8fdaad [2021-03-31T03:14:49.832Z] ---> 590074d6c5b3 [2021-03-31T03:14:49.832Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:49.832Z] Removing intermediate container 368acf45829a [2021-03-31T03:14:49.832Z] ---> be469f7f0851 [2021-03-31T03:14:49.832Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T03:14:49.832Z] Removing intermediate container e9431a4414fa [2021-03-31T03:14:49.832Z] ---> daa2adcc3d9f [2021-03-31T03:14:49.832Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:50.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:50.097Z] ---> Running in c8355e133f85 [2021-03-31T03:14:50.097Z] ---> Running in 6fa6e12963c1 [2021-03-31T03:14:50.097Z] ---> Running in a8cbb762cd7a [2021-03-31T03:14:50.097Z] ---> Running in 202938f5fcc8 [2021-03-31T03:14:50.361Z] Removing intermediate container c8355e133f85 [2021-03-31T03:14:50.361Z] ---> ab2f3dbd0ae1 [2021-03-31T03:14:50.361Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:14:50.361Z] Removing intermediate container 6fa6e12963c1 [2021-03-31T03:14:50.361Z] ---> aff80b8f9c9e [2021-03-31T03:14:50.361Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:14:50.361Z] Removing intermediate container a8cbb762cd7a [2021-03-31T03:14:50.361Z] ---> 7a71ffb241bb [2021-03-31T03:14:50.361Z] Step 20/21 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:14:50.628Z] Removing intermediate container 202938f5fcc8 [2021-03-31T03:14:50.628Z] ---> eee05658d7cc [2021-03-31T03:14:50.628Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:14:50.628Z] ---> Running in 72bd49c5746f [2021-03-31T03:14:50.628Z] ---> Running in db32ddc912b6 [2021-03-31T03:14:50.628Z] ---> Running in 322efd3b5d01 [2021-03-31T03:14:50.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:50.628Z] ---> Running in e7ace07ceb63 [2021-03-31T03:14:50.892Z] Removing intermediate container 322efd3b5d01 [2021-03-31T03:14:50.892Z] ---> 58aa0125393b [2021-03-31T03:14:50.892Z] Step 21/22 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:14:50.892Z] Removing intermediate container 72bd49c5746f [2021-03-31T03:14:50.892Z] ---> 47d6a648746b [2021-03-31T03:14:50.892Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T03:14:50.892Z] Removing intermediate container db32ddc912b6 [2021-03-31T03:14:50.892Z] ---> 029fd180c544 [2021-03-31T03:14:50.892Z] Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:14:51.160Z] Removing intermediate container e7ace07ceb63 [2021-03-31T03:14:51.160Z] ---> 26944eb35d47 [2021-03-31T03:14:51.160Z] Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:14:51.160Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:51.160Z] ---> Running in f169439c1263 [2021-03-31T03:14:51.160Z] ---> Running in 82d46a772c3a [2021-03-31T03:14:51.160Z] ---> Running in 6a68fda139fc [2021-03-31T03:14:51.160Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:14:51.160Z] ---> Running in 0963d8d03168 [2021-03-31T03:14:51.160Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:14:51.426Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:14:51.426Z] Removing intermediate container f169439c1263 [2021-03-31T03:14:51.426Z] ---> 0a5d062d6377 [2021-03-31T03:14:51.426Z] [2021-03-31T03:14:51.426Z] Removing intermediate container 82d46a772c3a [2021-03-31T03:14:51.426Z] ---> 2031462eee67 [2021-03-31T03:14:51.426Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:14:51.426Z] Removing intermediate container 6a68fda139fc [2021-03-31T03:14:51.426Z] ---> 03302b7665f4 [2021-03-31T03:14:51.426Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:14:51.426Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:14:51.693Z] Removing intermediate container 0963d8d03168 [2021-03-31T03:14:51.693Z] ---> f670dc1b5ef2 [2021-03-31T03:14:51.693Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:14:51.693Z] ---> Running in fe46817f90b8 [2021-03-31T03:14:51.693Z] ---> Running in e715d84f76c8 [2021-03-31T03:14:51.693Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:14:51.693Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:51.693Z] OK: 8 MiB in 20 packages [2021-03-31T03:14:51.960Z] Successfully built 0a5d062d6377 [2021-03-31T03:14:51.960Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T03:14:51.960Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-31T03:14:51.960Z] ---> Running in 46f659a4d9e1 [2021-03-31T03:14:52.226Z] Removing intermediate container fe46817f90b8 [2021-03-31T03:14:52.226Z] ---> 1ba7d04c5705 [2021-03-31T03:14:52.226Z] [2021-03-31T03:14:52.808Z] Removing intermediate container e715d84f76c8 [2021-03-31T03:14:52.808Z] ---> 7104c79a2a95 [2021-03-31T03:14:52.808Z] [2021-03-31T03:14:52.808Z] Successfully built 1ba7d04c5705 [2021-03-31T03:14:53.074Z] Removing intermediate container 46f659a4d9e1 [2021-03-31T03:14:53.074Z] ---> 6b810e490113 [2021-03-31T03:14:53.074Z] [2021-03-31T03:14:53.074Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T03:14:53.074Z] Building docker-sys-mgmt-agent-go [2021-03-31T03:14:53.074Z]  Building docker-support-notifications-go ... done Successfully built 7104c79a2a95 [2021-03-31T03:14:53.074Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T03:14:53.074Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-31T03:14:53.074Z] Successfully built 6b810e490113 [2021-03-31T03:14:53.074Z] Successfully tagged docker-core-command-go:latest [2021-03-31T03:14:53.074Z] Building docker-support-scheduler-go [2021-03-31T03:14:53.341Z]  Building docker-core-command-go ... done Removing intermediate container d1af6b108460 [2021-03-31T03:14:53.341Z] ---> 9d439f5c6c60 [2021-03-31T03:14:53.341Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:53.610Z] ---> 322eab80566f [2021-03-31T03:14:53.610Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:14:54.578Z] ---> 95a0b05f3b47 [2021-03-31T03:14:54.578Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:58.830Z] ---> 53261785eafe [2021-03-31T03:14:58.830Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:14:58.830Z] ---> Running in 72412bb6fa4e [2021-03-31T03:15:02.163Z] Removing intermediate container 72412bb6fa4e [2021-03-31T03:15:02.163Z] ---> 27d60b959399 [2021-03-31T03:15:02.163Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:15:03.121Z] ---> Running in 179f700c1070 [2021-03-31T03:15:03.708Z] Removing intermediate container 179f700c1070 [2021-03-31T03:15:03.708Z] ---> 6af35cc56af7 [2021-03-31T03:15:03.708Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:15:06.309Z] ---> Running in ec674ec8b0df [2021-03-31T03:15:06.890Z] Removing intermediate container ec674ec8b0df [2021-03-31T03:15:06.890Z] ---> 923d3809a010 [2021-03-31T03:15:06.890Z] Step 22/23 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:15:06.890Z] ---> Running in ed12012c93d4 [2021-03-31T03:15:06.890Z] Removing intermediate container ed12012c93d4 [2021-03-31T03:15:06.890Z] ---> c1546df3dc1c [2021-03-31T03:15:06.890Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T03:15:07.182Z] ---> Running in 71ef4602f0b8 [2021-03-31T03:15:07.182Z] Removing intermediate container 71ef4602f0b8 [2021-03-31T03:15:07.182Z] ---> d4ea376548b4 [2021-03-31T03:15:07.182Z] [2021-03-31T03:15:07.451Z] Successfully built d4ea376548b4 [2021-03-31T03:15:07.451Z] Successfully tagged docker-core-data-go:latest [2021-03-31T03:15:25.887Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:25.887Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:25.887Z] ---> bbf2cf374d82 [2021-03-31T03:15:25.887Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 76eacd359732 [2021-03-31T03:15:25.887Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 112e51cf60f9 [2021-03-31T03:15:25.887Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:15:25.887Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:25.887Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:25.887Z] ---> bbf2cf374d82 [2021-03-31T03:15:25.887Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 76eacd359732 [2021-03-31T03:15:25.887Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 112e51cf60f9 [2021-03-31T03:15:25.887Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:15:25.887Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:25.887Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:25.887Z] ---> bbf2cf374d82 [2021-03-31T03:15:25.887Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 76eacd359732 [2021-03-31T03:15:25.887Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 112e51cf60f9 [2021-03-31T03:15:25.887Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:15:25.887Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:15:25.887Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:15:25.887Z] ---> bbf2cf374d82 [2021-03-31T03:15:25.887Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 76eacd359732 [2021-03-31T03:15:25.887Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:15:25.887Z] ---> Using cache [2021-03-31T03:15:25.887Z] ---> 112e51cf60f9 [2021-03-31T03:15:25.887Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:15:25.887Z] ---> Running in 70474a7dcfe6 [2021-03-31T03:15:25.887Z] ---> Running in c7207bc6a31f [2021-03-31T03:15:25.887Z] ---> Running in 53a96b061356 [2021-03-31T03:15:25.887Z] ---> Running in 03ea6084daf4 [2021-03-31T03:15:27.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:27.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:15:28.480Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:28.480Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:28.745Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:29.008Z] OK: 233 MiB in 51 packages [2021-03-31T03:15:29.285Z] Removing intermediate container 70474a7dcfe6 [2021-03-31T03:15:29.285Z] ---> 80e0de0e35db [2021-03-31T03:15:29.285Z] Step 6/31 : COPY go.mod . [2021-03-31T03:15:29.549Z] Removing intermediate container 03ea6084daf4 [2021-03-31T03:15:29.549Z] ---> 12101a95e770 [2021-03-31T03:15:29.549Z] Step 6/22 : COPY go.mod . [2021-03-31T03:15:29.549Z] Removing intermediate container c7207bc6a31f [2021-03-31T03:15:29.549Z] ---> 4aa28c52c505 [2021-03-31T03:15:29.549Z] Step 6/24 : COPY go.mod . [2021-03-31T03:15:29.827Z] ---> 28f1532a6715 [2021-03-31T03:15:29.827Z] Step 7/31 : RUN go mod download [2021-03-31T03:15:29.827Z] Removing intermediate container 53a96b061356 [2021-03-31T03:15:29.827Z] ---> 1c6e670bca7e [2021-03-31T03:15:29.827Z] Step 6/26 : COPY go.mod . [2021-03-31T03:15:29.827Z] ---> 823f20cc9828 [2021-03-31T03:15:29.827Z] Step 7/22 : RUN go mod download [2021-03-31T03:15:29.827Z] ---> a0dce2beace3 [2021-03-31T03:15:29.827Z] Step 7/24 : RUN go mod download [2021-03-31T03:15:29.827Z] ---> Running in b6cf01be74b9 [2021-03-31T03:15:30.091Z] ---> Running in 543e46025bd2 [2021-03-31T03:15:30.091Z] ---> Running in 2411816acb10 [2021-03-31T03:15:30.354Z] ---> f9d5f224c113 [2021-03-31T03:15:30.354Z] Step 7/26 : RUN go mod download [2021-03-31T03:15:30.354Z] ---> Running in c427bf24c7da [2021-03-31T03:15:32.306Z] Removing intermediate container b6cf01be74b9 [2021-03-31T03:15:32.306Z] ---> bc5bc2e3ef8a [2021-03-31T03:15:32.306Z] Step 8/31 : COPY . . [2021-03-31T03:15:32.306Z] Removing intermediate container 543e46025bd2 [2021-03-31T03:15:32.306Z] ---> ff419b626411 [2021-03-31T03:15:32.306Z] Step 8/22 : COPY . . [2021-03-31T03:15:32.573Z] Removing intermediate container 2411816acb10 [2021-03-31T03:15:32.573Z] ---> 73ae2307dd1c [2021-03-31T03:15:32.573Z] Step 8/24 : COPY . . [2021-03-31T03:15:32.573Z] Removing intermediate container c427bf24c7da [2021-03-31T03:15:32.573Z] ---> 254b44c86957 [2021-03-31T03:15:32.573Z] Step 8/26 : COPY . . [2021-03-31T03:16:11.887Z] ---> 93ae03de892a [2021-03-31T03:16:11.887Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:16:11.887Z] ---> 580584097b3d [2021-03-31T03:16:11.887Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:16:11.887Z] ---> 13a3d03999f5 [2021-03-31T03:16:11.887Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:16:11.887Z] ---> dcc9629af1e2 [2021-03-31T03:16:11.887Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:16:11.887Z] ---> Running in 3d66bf322655 [2021-03-31T03:16:11.887Z] ---> Running in d836f728363b [2021-03-31T03:16:11.887Z] ---> Running in 934ddc175101 [2021-03-31T03:16:11.887Z] ---> Running in 1c3ac3309f64 [2021-03-31T03:16:11.887Z] 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-31T03:16:11.887Z] 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-31T03:16:11.887Z] 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-31T03:16:11.887Z] 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-31T03:16:38.720Z] 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-31T03:16:44.143Z] Removing intermediate container 934ddc175101 [2021-03-31T03:16:44.143Z] ---> b0ef94674995 [2021-03-31T03:16:44.143Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:16:44.143Z] Removing intermediate container 3d66bf322655 [2021-03-31T03:16:44.143Z] ---> daa39d20e813 [2021-03-31T03:16:44.143Z] [2021-03-31T03:16:44.143Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:16:44.143Z] ---> 42cb162f0360 [2021-03-31T03:16:44.143Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:16:44.143Z] ---> Running in 60790881e69b [2021-03-31T03:16:44.143Z] ---> Running in 117732f86824 [2021-03-31T03:16:45.123Z] 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-31T03:16:47.722Z] Removing intermediate container 117732f86824 [2021-03-31T03:16:47.722Z] ---> 1184cb5eaf56 [2021-03-31T03:16:47.722Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:16:47.722Z] ---> Running in ee4c21e17b6c [2021-03-31T03:16:47.722Z] Removing intermediate container d836f728363b [2021-03-31T03:16:47.722Z] ---> 8546889ebd1f [2021-03-31T03:16:47.722Z] [2021-03-31T03:16:47.722Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:16:47.722Z] ---> 42cb162f0360 [2021-03-31T03:16:47.722Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:16:47.722Z] Removing intermediate container 1c3ac3309f64 [2021-03-31T03:16:47.722Z] ---> 067976f88ff7 [2021-03-31T03:16:47.722Z] [2021-03-31T03:16:47.722Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:16:47.722Z] ---> 42cb162f0360 [2021-03-31T03:16:47.722Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:16:47.722Z] ---> Using cache [2021-03-31T03:16:47.722Z] ---> 0b6d2d6f59c7 [2021-03-31T03:16:47.722Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:16:47.722Z] ---> Using cache [2021-03-31T03:16:47.722Z] ---> b5fdffd7b973 [2021-03-31T03:16:47.722Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:16:48.302Z] ---> Running in c56a85f287c2 [2021-03-31T03:16:48.302Z] ---> Running in 14360488cac3 [2021-03-31T03:16:48.570Z] Removing intermediate container c56a85f287c2 [2021-03-31T03:16:48.570Z] ---> 0450bd88d3c7 [2021-03-31T03:16:48.570Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:16:48.570Z] ---> Running in 2a06d11748d6 [2021-03-31T03:16:48.890Z] Removing intermediate container 60790881e69b [2021-03-31T03:16:48.890Z] ---> 957a21929ca2 [2021-03-31T03:16:48.890Z] [2021-03-31T03:16:48.890Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:16:48.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:48.890Z] 20.10.0: Pulling from library/docker [2021-03-31T03:16:48.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:48.890Z] Removing intermediate container 2a06d11748d6 [2021-03-31T03:16:48.890Z] ---> 8b4654c7da41 [2021-03-31T03:16:48.890Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:16:48.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:49.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:49.347Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:16:49.347Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:16:49.347Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:16:49.347Z] OK: 6 MiB in 16 packages [2021-03-31T03:16:49.347Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:16:49.347Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:16:49.347Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:16:49.347Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:16:49.347Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:16:49.347Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:16:49.347Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:16:49.697Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:16:50.029Z] OK: 7 MiB in 20 packages [2021-03-31T03:16:50.029Z] ---> eb6203aa2f58 [2021-03-31T03:16:50.029Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:16:50.717Z] Removing intermediate container ee4c21e17b6c [2021-03-31T03:16:50.717Z] ---> 49d47feac67a [2021-03-31T03:16:50.717Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:16:52.131Z] ---> Running in 7b25c545c857 [2021-03-31T03:16:52.131Z] ---> 95f343b9dd14 [2021-03-31T03:16:52.131Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:16:52.131Z] Removing intermediate container 14360488cac3 [2021-03-31T03:16:52.131Z] ---> d4b3fa7ca02c [2021-03-31T03:16:52.131Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:16:52.131Z] ---> Running in e9a3ba2c30f1 [2021-03-31T03:16:52.400Z] Removing intermediate container 7b25c545c857 [2021-03-31T03:16:52.400Z] ---> 6755760f32a4 [2021-03-31T03:16:52.400Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:16:52.400Z] ---> Running in 3e1c2ef1cfb1 [2021-03-31T03:16:53.374Z] ---> dc0b2c3406ab [2021-03-31T03:16:53.375Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:16:53.375Z] Removing intermediate container e9a3ba2c30f1 [2021-03-31T03:16:53.375Z] ---> 7f5c7e99a4a6 [2021-03-31T03:16:53.375Z] Step 13/24 : WORKDIR / [2021-03-31T03:16:53.642Z] ---> Running in 4baeb1dc352d [2021-03-31T03:16:53.642Z] Removing intermediate container 3e1c2ef1cfb1 [2021-03-31T03:16:53.642Z] ---> 149a57c27bdc [2021-03-31T03:16:53.642Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:16:53.642Z] ---> Running in a60a748729f6 [2021-03-31T03:16:53.911Z] ---> Running in 370339ad50a1 [2021-03-31T03:16:53.911Z] Removing intermediate container 4baeb1dc352d [2021-03-31T03:16:53.911Z] ---> 00c6a9b8d9fb [2021-03-31T03:16:53.911Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:16:54.188Z] ---> Running in e9a8fcdc3f75 [2021-03-31T03:16:54.189Z] Removing intermediate container a60a748729f6 [2021-03-31T03:16:54.189Z] ---> 3f7eea1284a0 [2021-03-31T03:16:54.189Z] 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-31T03:16:54.476Z] Removing intermediate container e9a8fcdc3f75 [2021-03-31T03:16:54.476Z] ---> 5439d9fe4e73 [2021-03-31T03:16:54.476Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:16:54.746Z] ---> Running in 261b7c27256f [2021-03-31T03:16:54.746Z] ---> b5a0f085ecdc [2021-03-31T03:16:54.746Z] 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-31T03:16:55.329Z] Removing intermediate container 261b7c27256f [2021-03-31T03:16:55.329Z] ---> e2aff3d48287 [2021-03-31T03:16:55.329Z] Step 21/22 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:16:55.329Z] ---> 55b3709b42a8 [2021-03-31T03:16:55.329Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:16:55.329Z] ---> Running in 4423862a2f7b [2021-03-31T03:16:55.599Z] Removing intermediate container 370339ad50a1 [2021-03-31T03:16:55.599Z] ---> f06801fa199a [2021-03-31T03:16:55.599Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:16:55.599Z] ---> Running in 1efd85f46cd8 [2021-03-31T03:16:55.599Z] Removing intermediate container 4423862a2f7b [2021-03-31T03:16:55.599Z] ---> 51f72afef105 [2021-03-31T03:16:55.599Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T03:16:55.899Z] ---> Running in 3d876bc23014 [2021-03-31T03:16:55.899Z] ---> 1583a80cf41b [2021-03-31T03:16:55.899Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:16:55.899Z] Removing intermediate container 1efd85f46cd8 [2021-03-31T03:16:55.899Z] ---> 75221deb3f64 [2021-03-31T03:16:55.899Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:16:56.170Z] Removing intermediate container 3d876bc23014 [2021-03-31T03:16:56.170Z] ---> ac9dfcc57848 [2021-03-31T03:16:56.170Z] [2021-03-31T03:16:56.449Z] ---> 77c7d5d4f70a [2021-03-31T03:16:56.449Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:16:56.715Z] Successfully built ac9dfcc57848 [2021-03-31T03:16:56.715Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T03:16:56.715Z]  Building docker-support-scheduler-go ... done  ---> Running in 207221989e7e [2021-03-31T03:16:56.716Z] ---> 25a24405642b [2021-03-31T03:16:56.716Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:16:57.669Z] ---> 9c6f96171fa3 [2021-03-31T03:16:57.669Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:16:57.669Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:16:57.669Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:16:57.669Z] ---> aefe523efa57 [2021-03-31T03:16:57.669Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:16:57.669Z] ---> Running in dc0828f52818 [2021-03-31T03:16:57.946Z] ---> 42fb9fbfc47b [2021-03-31T03:16:57.946Z] 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-31T03:16:57.946Z] ---> Running in 87046d289ac9 [2021-03-31T03:16:58.212Z] Removing intermediate container 207221989e7e [2021-03-31T03:16:58.212Z] ---> 8f78875d9d1c [2021-03-31T03:16:58.212Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:16:58.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:58.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:16:58.748Z] ---> 4fc5c7591f3c [2021-03-31T03:16:58.748Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:16:58.748Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:16:58.748Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:16:58.748Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:16:59.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:16:59.014Z] OK: 12 MiB in 22 packages [2021-03-31T03:16:59.279Z] Removing intermediate container 87046d289ac9 [2021-03-31T03:16:59.279Z] ---> 38dd00b70039 [2021-03-31T03:16:59.279Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:16:59.279Z] ---> Running in e1ea1e1a8515 [2021-03-31T03:16:59.546Z] ---> 6edcdf6ce75c [2021-03-31T03:16:59.546Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:16:59.546Z] Removing intermediate container e1ea1e1a8515 [2021-03-31T03:16:59.546Z] ---> e1f00585b593 [2021-03-31T03:16:59.546Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T03:16:59.815Z] ---> Running in 9e6e6adadd6f [2021-03-31T03:16:59.815Z] Removing intermediate container dc0828f52818 [2021-03-31T03:16:59.815Z] ---> 89b6bfc8188f [2021-03-31T03:16:59.815Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:16:59.815Z] ---> Running in a7e230f44113 [2021-03-31T03:16:59.815Z] ---> 5b2c02a2588c [2021-03-31T03:16:59.815Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:17:00.081Z] Removing intermediate container 9e6e6adadd6f [2021-03-31T03:17:00.081Z] ---> b228a79462d5 [2021-03-31T03:17:00.081Z] Step 23/24 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:17:00.081Z] ---> Running in 9bb67c2bcba9 [2021-03-31T03:17:00.081Z] Removing intermediate container a7e230f44113 [2021-03-31T03:17:00.081Z] ---> 5f7607517800 [2021-03-31T03:17:00.081Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:17:00.081Z] ---> Running in 04a7d14db85d [2021-03-31T03:17:00.353Z] ---> 8c72c87b1dce [2021-03-31T03:17:00.353Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:17:00.353Z] Removing intermediate container 9bb67c2bcba9 [2021-03-31T03:17:00.353Z] ---> cce17b18d6c9 [2021-03-31T03:17:00.353Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T03:17:00.615Z] ---> Running in e3dfb6d551a4 [2021-03-31T03:17:00.615Z] Removing intermediate container 04a7d14db85d [2021-03-31T03:17:00.615Z] ---> 86f5ae1af778 [2021-03-31T03:17:00.615Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:17:00.615Z] ---> Running in ae9f25126965 [2021-03-31T03:17:00.615Z] ---> 05289ed677b0 [2021-03-31T03:17:00.615Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:17:00.615Z] Removing intermediate container e3dfb6d551a4 [2021-03-31T03:17:00.615Z] ---> cb9212a9f913 [2021-03-31T03:17:00.615Z] [2021-03-31T03:17:01.192Z] Successfully built cb9212a9f913 [2021-03-31T03:17:01.192Z] ---> Running in 40ce32b7f3f1 [2021-03-31T03:17:01.192Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T03:17:01.192Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ae9f25126965 [2021-03-31T03:17:01.192Z] ---> e163f31a1040 [2021-03-31T03:17:01.192Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:17:01.459Z] Removing intermediate container 40ce32b7f3f1 [2021-03-31T03:17:01.459Z] ---> 07276839fc80 [2021-03-31T03:17:01.459Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:17:02.042Z] ---> bd64ef76b764 [2021-03-31T03:17:02.042Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:17:02.042Z] ---> c1827273fe76 [2021-03-31T03:17:02.042Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:02.042Z] ---> Running in bebb2d4fbbc2 [2021-03-31T03:17:02.313Z] ---> 79168a787ff8 [2021-03-31T03:17:02.314Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:17:02.579Z] ---> 57246b826207 [2021-03-31T03:17:02.579Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:17:02.843Z] ---> Running in d2bed5424801 [2021-03-31T03:17:03.426Z] Removing intermediate container bebb2d4fbbc2 [2021-03-31T03:17:03.426Z] ---> bea8dc34e816 [2021-03-31T03:17:03.426Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:17:03.426Z] ---> Running in e7880a12d97b [2021-03-31T03:17:03.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:03.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:03.688Z] Removing intermediate container e7880a12d97b [2021-03-31T03:17:03.688Z] ---> 1e1f89fd4817 [2021-03-31T03:17:03.688Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:17:03.688Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:17:03.688Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:17:03.951Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:17:03.951Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:17:03.951Z] ---> Running in 8259dcc51d18 [2021-03-31T03:17:03.951Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:17:03.951Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:17:03.951Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:17:04.903Z] Removing intermediate container 8259dcc51d18 [2021-03-31T03:17:04.903Z] ---> 5e4188ac6c0f [2021-03-31T03:17:04.903Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T03:17:07.459Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:17:07.459Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:17:07.459Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:17:07.459Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:17:07.459Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:17:07.459Z] ---> Running in 0e3579baeb61 [2021-03-31T03:17:07.459Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:17:07.459Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:17:07.459Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:17:07.459Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:17:07.722Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:17:07.722Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:17:07.722Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:17:08.301Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:17:08.301Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:17:08.301Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:17:08.301Z] Removing intermediate container 0e3579baeb61 [2021-03-31T03:17:08.301Z] ---> e2bb037b7eef [2021-03-31T03:17:08.301Z] Step 30/31 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:17:08.301Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:17:08.562Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:17:08.562Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:17:08.562Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:17:08.562Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:17:08.832Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:17:08.832Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:17:08.832Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:17:08.832Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:17:08.832Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:17:08.832Z] ---> Running in fd906a3819b7 [2021-03-31T03:17:08.832Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:17:09.103Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:09.103Z] OK: 71 MiB in 55 packages [2021-03-31T03:17:10.056Z] Removing intermediate container fd906a3819b7 [2021-03-31T03:17:10.056Z] ---> 2442bb894c5f [2021-03-31T03:17:10.056Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T03:17:10.056Z] ---> Running in 9a2fd1cd8c1a [2021-03-31T03:17:10.418Z] Removing intermediate container 9a2fd1cd8c1a [2021-03-31T03:17:10.419Z] ---> 73c54bcf51c6 [2021-03-31T03:17:10.419Z] [2021-03-31T03:17:10.689Z] Successfully built 73c54bcf51c6 [2021-03-31T03:17:10.689Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T03:17:16.032Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container d2bed5424801 [2021-03-31T03:17:16.032Z] ---> 599d89d4d151 [2021-03-31T03:17:16.032Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:17:16.032Z] ---> Running in 60517a4a48bb [2021-03-31T03:17:17.424Z] Collecting docker-compose==1.23.2 [2021-03-31T03:17:17.424Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:17:17.685Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:17:17.685Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:17:18.632Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:17:18.632Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:17:19.208Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:17:19.208Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:17:19.208Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:17:19.208Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:17:19.781Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:17:19.781Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:17:19.781Z] 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-31T03:17:19.781Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:17:19.781Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:17:20.042Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:17:20.042Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:17:20.304Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:17:20.304Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:17:20.304Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:17:20.304Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:17:20.877Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:17:20.877Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:17:20.877Z] 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-31T03:17:21.144Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:17:21.144Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:17:21.144Z] 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-31T03:17:21.144Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:17:21.144Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:17:21.144Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:17:21.144Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:17:21.144Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:17:21.144Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:17:21.407Z] Installing collected packages: PyYAML, texttable, urllib3, idna, requests, dockerpty, jsonschema, cached-property, websocket-client, docker-pycreds, docker, docopt, docker-compose [2021-03-31T03:17:21.407Z] Running setup.py install for PyYAML: started [2021-03-31T03:17:21.982Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:17:21.982Z] Running setup.py install for texttable: started [2021-03-31T03:17:22.561Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:17:22.561Z] Attempting uninstall: urllib3 [2021-03-31T03:17:22.561Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:17:22.561Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:17:22.561Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:17:23.954Z] Attempting uninstall: idna [2021-03-31T03:17:23.954Z] Found existing installation: idna 2.9 [2021-03-31T03:17:23.954Z] Uninstalling idna-2.9: [2021-03-31T03:17:23.954Z] Successfully uninstalled idna-2.9 [2021-03-31T03:17:24.216Z] Attempting uninstall: requests [2021-03-31T03:17:24.216Z] Found existing installation: requests 2.23.0 [2021-03-31T03:17:24.216Z] Uninstalling requests-2.23.0: [2021-03-31T03:17:24.216Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:17:24.216Z] Running setup.py install for dockerpty: started [2021-03-31T03:17:24.798Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:17:25.374Z] Running setup.py install for docopt: started [2021-03-31T03:17:25.951Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:17:26.213Z] 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-31T03:17:29.530Z] Removing intermediate container 60517a4a48bb [2021-03-31T03:17:29.530Z] ---> 84f7a489fd0c [2021-03-31T03:17:29.530Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:17:29.530Z] ---> Running in da4ce5517fdd [2021-03-31T03:17:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:29.530Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:17:29.793Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:17:29.793Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:17:29.793Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:17:29.793Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:29.793Z] OK: 72 MiB in 58 packages [2021-03-31T03:17:30.368Z] Removing intermediate container da4ce5517fdd [2021-03-31T03:17:30.368Z] ---> 00f6bea7a6eb [2021-03-31T03:17:30.368Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:17:30.368Z] ---> Running in 64a4254375ab [2021-03-31T03:17:30.630Z] Removing intermediate container 64a4254375ab [2021-03-31T03:17:30.630Z] ---> 693f3d1c9f35 [2021-03-31T03:17:30.630Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:30.630Z] ---> Running in 2f8ceb25e0da [2021-03-31T03:17:30.630Z] Removing intermediate container 2f8ceb25e0da [2021-03-31T03:17:30.630Z] ---> 44e7fc288343 [2021-03-31T03:17:30.630Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T03:17:30.894Z] ---> Running in 18a15568f822 [2021-03-31T03:17:31.156Z] Removing intermediate container 18a15568f822 [2021-03-31T03:17:31.156Z] ---> dbfb40e1618d [2021-03-31T03:17:31.156Z] Step 25/26 : LABEL git_sha=20b146b0364fa5ae58e67ac48eac609c6848e568 [2021-03-31T03:17:31.156Z] ---> Running in 150e1b5dbde4 [2021-03-31T03:17:31.156Z] Removing intermediate container 150e1b5dbde4 [2021-03-31T03:17:31.156Z] ---> 92cb1a39de2b [2021-03-31T03:17:31.156Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T03:17:31.419Z] ---> Running in 1e2341ccbc15 [2021-03-31T03:17:31.419Z] Removing intermediate container 1e2341ccbc15 [2021-03-31T03:17:31.419Z] ---> 218f8092c19d [2021-03-31T03:17:31.419Z] [2021-03-31T03:17:31.682Z] Successfully built 218f8092c19d [2021-03-31T03:17:31.682Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T03:17:32.273Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:17:32.306Z] $ docker stop --time=1 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 [2021-03-31T03:17:33.910Z] $ docker rm -f 930aff79791b0ea0dd0f8e9cc0799a5e9cd4054e36aea65bb70a0ba7dd7206d8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:17:34.430Z] + docker images [2021-03-31T03:17:34.430Z] + grep docker [2021-03-31T03:17:34.692Z] docker-sys-mgmt-agent-go latest 218f8092c19d 3 seconds ago 314MB [2021-03-31T03:17:34.692Z] docker-security-bootstrapper-go latest 73c54bcf51c6 24 seconds ago 18.9MB [2021-03-31T03:17:34.692Z] docker-security-secretstore-setup-go latest cb9212a9f913 34 seconds ago 25.7MB [2021-03-31T03:17:34.692Z] docker-support-scheduler-go latest ac9dfcc57848 39 seconds ago 17.4MB [2021-03-31T03:17:34.692Z] docker-core-data-go latest d4ea376548b4 2 minutes ago 22.7MB [2021-03-31T03:17:34.692Z] docker-core-command-go latest 6b810e490113 2 minutes ago 17.3MB [2021-03-31T03:17:34.692Z] docker-support-notifications-go latest 1ba7d04c5705 2 minutes ago 17.9MB [2021-03-31T03:17:34.692Z] docker-core-metadata-go latest 7104c79a2a95 2 minutes ago 19MB [2021-03-31T03:17:34.692Z] docker-security-proxy-setup-go latest 0a5d062d6377 2 minutes ago 25.4MB [2021-03-31T03:17:34.692Z] 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-31T03:17:35.403Z] Running on prd-ubuntu18.04-docker-8c-8g-32153 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws [2021-03-31T03:17:35.478Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-31T03:17:37.556Z] using credential edgex-jenkins-ssh [2021-03-31T03:17:37.610Z] Cloning the remote Git repository [2021-03-31T03:17:37.631Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:17:37.695Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-31T03:17:37.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:17:37.722Z] > git --version # timeout=10 [2021-03-31T03:17:37.732Z] > git --version # 'git version 2.17.1' [2021-03-31T03:17:37.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:17:37.753Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:17:45.053Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:17:45.058Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:17:45.068Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:17:45.077Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:17:45.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:17:45.080Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:17:45.565Z] Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T03:17:46.181Z] 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 [2021-03-31T03:17:45.575Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:17:45.584Z] > git checkout -f 9f5d597e949a0940e3af29cf7d9dc7ae4bd7a941 # timeout=10 [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-31T03:17:47.989Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:17:48.888Z] ---> package-listing.sh [2021-03-31T03:17:48.888Z] ++ facter osfamily [2021-03-31T03:17:48.888Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T03:17:48.888Z] + OS_FAMILY=redhat [2021-03-31T03:17:48.888Z] + workspace=/w/workspace/edgex-go/2 [2021-03-31T03:17:48.888Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T03:17:48.888Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T03:17:48.888Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T03:17:48.888Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T03:17:48.888Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-31T03:17:48.888Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T03:17:48.888Z] + case "${OS_FAMILY}" in [2021-03-31T03:17:48.888Z] + rpm -qa [2021-03-31T03:17:48.888Z] + sort [2021-03-31T03:17:54.319Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T03:17:54.319Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T03:17:54.319Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T03:17:54.319Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-31T03:17:54.319Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-31T03:17:54.319Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-31T03:17:54.334Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T03:17:54.637Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:17:54.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:17:54.954Z] [2021-03-31T03:17:54.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:17:55.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:17:55.304Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T03:17:55.304Z] df20fa9351a1: Pulling fs layer [2021-03-31T03:17:55.304Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T03:17:55.304Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T03:17:55.304Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T03:17:55.304Z] 93b61091891f: Pulling fs layer [2021-03-31T03:17:55.304Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T03:17:55.304Z] 5e14af77c1be: Pulling fs layer [2021-03-31T03:17:55.304Z] 01666e4c0597: Pulling fs layer [2021-03-31T03:17:55.304Z] aa168da1d23b: Pulling fs layer [2021-03-31T03:17:55.304Z] 93b9cdb0e59b: Waiting [2021-03-31T03:17:55.304Z] 5e14af77c1be: Waiting [2021-03-31T03:17:55.304Z] 01666e4c0597: Waiting [2021-03-31T03:17:55.304Z] aa168da1d23b: Waiting [2021-03-31T03:17:55.304Z] 46f8f816bc3b: Waiting [2021-03-31T03:17:55.304Z] 93b61091891f: Waiting [2021-03-31T03:17:55.304Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T03:17:55.304Z] 36b3adc4ff6f: Download complete [2021-03-31T03:17:55.304Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T03:17:55.304Z] 46f8f816bc3b: Download complete [2021-03-31T03:17:55.568Z] 93b61091891f: Download complete [2021-03-31T03:17:55.568Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T03:17:55.568Z] 93b9cdb0e59b: Download complete [2021-03-31T03:17:55.568Z] 5e14af77c1be: Verifying Checksum [2021-03-31T03:17:55.568Z] 5e14af77c1be: Download complete [2021-03-31T03:17:55.568Z] 01666e4c0597: Verifying Checksum [2021-03-31T03:17:55.568Z] 01666e4c0597: Download complete [2021-03-31T03:17:56.142Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T03:17:56.142Z] 8ad3a11d3b57: Download complete [2021-03-31T03:17:56.142Z] df20fa9351a1: Verifying Checksum [2021-03-31T03:17:56.142Z] df20fa9351a1: Download complete [2021-03-31T03:17:56.736Z] df20fa9351a1: Pull complete [2021-03-31T03:17:57.015Z] 36b3adc4ff6f: Pull complete [2021-03-31T03:17:58.981Z] aa168da1d23b: Verifying Checksum [2021-03-31T03:17:58.981Z] aa168da1d23b: Download complete [2021-03-31T03:17:58.981Z] 8ad3a11d3b57: Pull complete [2021-03-31T03:17:58.981Z] 46f8f816bc3b: Pull complete [2021-03-31T03:17:59.569Z] 93b61091891f: Pull complete [2021-03-31T03:17:59.569Z] 93b9cdb0e59b: Pull complete [2021-03-31T03:17:59.839Z] 5e14af77c1be: Pull complete [2021-03-31T03:17:59.839Z] 01666e4c0597: Pull complete [2021-03-31T03:18:09.931Z] aa168da1d23b: Pull complete [2021-03-31T03:18:09.931Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T03:18:09.931Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:18:09.931Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T03:18:10.173Z] prd-centos7-docker-4c-2g-32179 does not seem to be running inside a container [2021-03-31T03:18:10.232Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T03:18:15.536Z] $ docker top 22d26078d8b25ec1bf8ff4e065fa66ecae5050c8d4f135e11e880939a5ab69d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:18:16.110Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T03:18:16.415Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T03:18:16.714Z] + ls /var/log/sa-host [2021-03-31T03:18:16.714Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T03:18:16.714Z] file_magic: OK [2021-03-31T03:18:16.714Z] HZ: Using current value: 100 [2021-03-31T03:18:16.714Z] file_header: OK [2021-03-31T03:18:16.714Z] 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-31T03:18:16.714Z] Statistics: [2021-03-31T03:18:16.714Z] Hnuu...uuuununununu... [2021-03-31T03:18:16.714Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T03:18:16.714Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T03:18:16.714Z] file_magic: OK [2021-03-31T03:18:16.714Z] HZ: Using current value: 100 [2021-03-31T03:18:16.714Z] file_header: OK [2021-03-31T03:18:16.714Z] 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-31T03:18:16.714Z] Statistics: [2021-03-31T03:18:16.714Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T03:18:16.714Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:18:16.940Z] provisioning config files... [2021-03-31T03:18:16.974Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6674858162178527006tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:18:17.040Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:18:17.339Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T03:18:17.350Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T03:18:17.444Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:18:17.743Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T03:18:17.756Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:18:18.062Z] ---> sudo-logs.sh [2021-03-31T03:18:18.062Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T03:18:18.124Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:18:18.443Z] ---> job-cost.sh [2021-03-31T03:18:18.443Z] lf-activate-venv: SKIPPING [2021-03-31T03:18:18.443Z] INFO: No Stack... [2021-03-31T03:18:19.392Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T03:18:19.970Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T03:18:19.987Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:18:20.290Z] ---> logs-deploy.sh [2021-03-31T03:18:20.290Z] lf-activate-venv: SKIPPING [2021-03-31T03:18:20.290Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3318/2 [2021-03-31T03:18:20.290Z] INFO: archiving workspace using pattern(s): [2021-03-31T03:18:22.215Z] Archives upload complete. [2021-03-31T03:18:22.215Z] INFO: archiving logs to Nexus