Pull request #3192 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 123b8260e54e2951a1611dc95d57857d34645914+cc679f17c5203d1805fe25c40abcaf676b6725c1 (664dd8e6d274fc141ef24ecca49ae7068488ca49) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27653 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [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 > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 Merge succeeded, producing 123b8260e54e2951a1611dc95d57857d34645914 Checking out Revision 123b8260e54e2951a1611dc95d57857d34645914 (PR-3192) > git config core.sparsecheckout # timeout=10 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # 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 cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-25T14:45:31.344Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-25T14:45:31.606Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-25T14:45:31.707Z] ========================================================= [2021-02-25T14:45:31.707Z] EdgeX Global Pipelines Version Info [2021-02-25T14:45:31.707Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a5dc2605f40e4908c99f4381f70b253cf6960e8d # timeout=10 [2021-02-25T14:45:33.174Z] ------------------- [2021-02-25T14:45:33.174Z] stable info: [2021-02-25T14:45:33.174Z] ------------------- [2021-02-25T14:45:33.174Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-25T14:45:33.174Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T14:45:33.174Z] Message: update stable to v1.0.181 [2021-02-25T14:45:34.130Z] ------------------- [2021-02-25T14:45:34.130Z] experimental info: [2021-02-25T14:45:34.130Z] ------------------- [2021-02-25T14:45:34.130Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-02-25T14:45:34.130Z] Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf [2021-02-25T14:45:34.130Z] Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-25T14:45:34.404Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-25T14:45:34.513Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-25T14:45:34.613Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-25T14:45:34.694Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-25T14:45:34.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-25T14:45:34.863Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-25T14:45:34.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-25T14:45:35.029Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-25T14:45:35.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-25T14:45:35.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-25T14:45:35.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-25T14:45:35.351Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-25T14:45:35.431Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-25T14:45:35.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-25T14:45:35.586Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T14:45:35.662Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-25T14:45:35.746Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-25T14:45:35.826Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-25T14:45:35.908Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-25T14:45:35.989Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-25T14:45:36.165Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-25T14:45:36.248Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo [2021-02-25T14:45:36.323Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo [2021-02-25T14:45:36.405Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo [2021-02-25T14:45:36.483Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] echo [2021-02-25T14:45:36.571Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 123b826 [Pipeline] echo [2021-02-25T14:45:36.678Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-25T14:45:36.860Z] provisioning config files... [2021-02-25T14:45:36.888Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4805634125583783801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:45:37.234Z] ---> docker-login.sh [2021-02-25T14:45:37.234Z] nexus3.edgexfoundry.org:10001 [2021-02-25T14:45:37.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:45:37.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:45:37.758Z] Configure a credential helper to remove this warning. See [2021-02-25T14:45:37.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:45:37.758Z] [2021-02-25T14:45:37.758Z] Login Succeeded [2021-02-25T14:45:37.758Z] nexus3.edgexfoundry.org:10002 [2021-02-25T14:45:37.758Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:45:37.758Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:45:37.758Z] Configure a credential helper to remove this warning. See [2021-02-25T14:45:37.758Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:45:37.758Z] [2021-02-25T14:45:37.758Z] Login Succeeded [2021-02-25T14:45:37.758Z] nexus3.edgexfoundry.org:10003 [2021-02-25T14:45:38.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:45:38.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:45:38.024Z] Configure a credential helper to remove this warning. See [2021-02-25T14:45:38.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:45:38.024Z] [2021-02-25T14:45:38.024Z] Login Succeeded [2021-02-25T14:45:38.024Z] nexus3.edgexfoundry.org:10004 [2021-02-25T14:45:38.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:45:38.286Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:45:38.286Z] Configure a credential helper to remove this warning. See [2021-02-25T14:45:38.286Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:45:38.286Z] [2021-02-25T14:45:38.286Z] Login Succeeded [2021-02-25T14:45:38.286Z] docker.io [2021-02-25T14:45:38.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-25T14:45:38.548Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-25T14:45:38.548Z] Configure a credential helper to remove this warning. See [2021-02-25T14:45:38.548Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-25T14:45:38.548Z] [2021-02-25T14:45:38.548Z] Login Succeeded [2021-02-25T14:45:38.548Z] ---> docker-login.sh ends [Pipeline] } [2021-02-25T14:45:38.558Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T14:45:39.030Z] ++ 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-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/core-command/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/core-data/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-25T14:45:39.030Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-25T14:45:39.030Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-25T14:45:39.030Z] ++ cut -d/ -f2 [2021-02-25T14:45:39.030Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-25T14:45:39.103Z] 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-02-25T14:45:39.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:45:39.957Z] [2021-02-25T14:45:39.957Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:45:40.296Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:45:40.296Z] latest: Pulling from edgex-devops/git-semver [2021-02-25T14:45:40.296Z] 31603596830f: Pulling fs layer [2021-02-25T14:45:40.296Z] 2a8b12db71e7: Pulling fs layer [2021-02-25T14:45:40.296Z] 6ca5941a6612: Pulling fs layer [2021-02-25T14:45:40.296Z] ecc8261a40a4: Pulling fs layer [2021-02-25T14:45:40.296Z] ecc8261a40a4: Waiting [2021-02-25T14:45:40.296Z] 2a8b12db71e7: Verifying Checksum [2021-02-25T14:45:40.296Z] 31603596830f: Verifying Checksum [2021-02-25T14:45:40.296Z] 31603596830f: Download complete [2021-02-25T14:45:40.560Z] ecc8261a40a4: Verifying Checksum [2021-02-25T14:45:40.560Z] ecc8261a40a4: Download complete [2021-02-25T14:45:40.560Z] 6ca5941a6612: Verifying Checksum [2021-02-25T14:45:40.560Z] 6ca5941a6612: Download complete [2021-02-25T14:45:40.822Z] 31603596830f: Pull complete [2021-02-25T14:45:40.822Z] 2a8b12db71e7: Pull complete [2021-02-25T14:45:41.769Z] 6ca5941a6612: Pull complete [2021-02-25T14:45:41.769Z] ecc8261a40a4: Pull complete [2021-02-25T14:45:41.769Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-25T14:45:42.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-25T14:45:42.030Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-25T14:45:42.138Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:45:42.190Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-25T14:45:44.664Z] $ docker top 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-25T14:45:44.947Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T14:45:44.947Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T14:45:45.147Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T14:45:45.152Z] $ docker exec 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent [2021-02-25T14:45:45.317Z] SSH_AUTH_SOCK=/tmp/ssh-AWMqjJiy090O/agent.11 [2021-02-25T14:45:45.317Z] SSH_AGENT_PID=16 [2021-02-25T14:45:45.327Z] Running ssh-add (command line suppressed) [2021-02-25T14:45:45.445Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_3404253329817937967.key (/w/workspace/edgex-go/2@tmp/private_key_3404253329817937967.key) [2021-02-25T14:45:45.499Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T14:45:45.829Z] + git tag --points-at HEAD [Pipeline] } [2021-02-25T14:45:45.852Z] $ docker exec --env ******** --env ******** 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent -k [2021-02-25T14:45:45.965Z] unset SSH_AUTH_SOCK; [2021-02-25T14:45:45.966Z] unset SSH_AGENT_PID; [2021-02-25T14:45:45.966Z] echo Agent pid 16 killed; [2021-02-25T14:45:46.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-25T14:45:46.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-25T14:45:46.139Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-25T14:45:46.320Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-25T14:45:46.326Z] $ docker exec 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent [2021-02-25T14:45:46.507Z] SSH_AUTH_SOCK=/tmp/ssh-NsitAJAVNIoh/agent.45 [2021-02-25T14:45:46.507Z] SSH_AGENT_PID=51 [2021-02-25T14:45:46.514Z] Running ssh-add (command line suppressed) [2021-02-25T14:45:46.632Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1046236673041726396.key (/w/workspace/edgex-go/2@tmp/private_key_1046236673041726396.key) [2021-02-25T14:45:46.687Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-25T14:45:47.020Z] + git semver init [2021-02-25T14:45:47.020Z] # -> Open(): unable to determine branch for HEAD [2021-02-25T14:45:47.020Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-02-25T14:45:47.020Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-02-25T14:45:47.020Z] # $SEMVER_REMOTE_NAME = origin [2021-02-25T14:45:47.020Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-25T14:45:47.020Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-25T14:45:47.020Z] # $SEMVER_BRANCH = PR-3192 [2021-02-25T14:45:47.020Z] # $SEMVER_TEMP = /tmp/semver-687940535 [2021-02-25T14:45:47.020Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-25T14:46:05.193Z] # '/tmp/semver-687940535' -> '/w/workspace/edgex-go/2/.semver' [2021-02-25T14:46:05.193Z] # -> Force: false [2021-02-25T14:46:05.193Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-02-25T14:46:05.209Z] $ docker exec --env ******** --env ******** 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent -k [2021-02-25T14:46:05.481Z] unset SSH_AUTH_SOCK; [2021-02-25T14:46:05.481Z] unset SSH_AGENT_PID; [2021-02-25T14:46:05.481Z] echo Agent pid 51 killed; [2021-02-25T14:46:05.571Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-25T14:46:06.020Z] + git semver [Pipeline] } [2021-02-25T14:46:06.049Z] $ docker stop --time=1 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd [2021-02-25T14:46:08.838Z] $ docker rm -f 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T14:46:09.347Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-25T14:46:09.859Z] Stashed 1 file(s) [Pipeline] echo [2021-02-25T14:46:09.862Z] [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-02-25T14:46:10.823Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:46:11.124Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-25T14:46:11.422Z] + sudo service docker restart [2021-02-25T14:46:11.422Z] + true [2021-02-25T14:46:11.422Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-25T14:46:12.026Z] ========================================================= [2021-02-25T14:46:12.026Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-25T14:46:12.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:46:12.381Z] + 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-02-25T14:46:15.695Z] Sending build context to Docker daemon 328MB [2021-02-25T14:46:15.695Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-25T14:46:15.695Z] Step 2/6 : FROM ${BASE} [2021-02-25T14:46:15.695Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-25T14:46:15.695Z] 188c0c94c7c5: Pulling fs layer [2021-02-25T14:46:15.695Z] 0ef7d3d256c8: Pulling fs layer [2021-02-25T14:46:15.695Z] de9db76c5a1d: Pulling fs layer [2021-02-25T14:46:15.695Z] bca2f99d35d6: Pulling fs layer [2021-02-25T14:46:15.695Z] 93359f2a8cfa: Pulling fs layer [2021-02-25T14:46:15.695Z] 7c6f9722023f: Pulling fs layer [2021-02-25T14:46:15.695Z] a35cf1a2eb13: Pulling fs layer [2021-02-25T14:46:15.695Z] 93359f2a8cfa: Waiting [2021-02-25T14:46:15.695Z] 7c6f9722023f: Waiting [2021-02-25T14:46:15.695Z] a35cf1a2eb13: Waiting [2021-02-25T14:46:15.695Z] bca2f99d35d6: Waiting [2021-02-25T14:46:15.695Z] de9db76c5a1d: Download complete [2021-02-25T14:46:15.695Z] 0ef7d3d256c8: Download complete [2021-02-25T14:46:15.695Z] 93359f2a8cfa: Verifying Checksum [2021-02-25T14:46:15.695Z] 93359f2a8cfa: Download complete [2021-02-25T14:46:15.695Z] 188c0c94c7c5: Verifying Checksum [2021-02-25T14:46:15.695Z] 188c0c94c7c5: Download complete [2021-02-25T14:46:15.695Z] 7c6f9722023f: Download complete [2021-02-25T14:46:16.282Z] 188c0c94c7c5: Pull complete [2021-02-25T14:46:16.543Z] 0ef7d3d256c8: Pull complete [2021-02-25T14:46:16.543Z] de9db76c5a1d: Pull complete [2021-02-25T14:46:17.939Z] a35cf1a2eb13: Verifying Checksum [2021-02-25T14:46:17.939Z] a35cf1a2eb13: Download complete [2021-02-25T14:46:18.523Z] bca2f99d35d6: Verifying Checksum [2021-02-25T14:46:18.523Z] bca2f99d35d6: Download complete [2021-02-25T14:46:23.843Z] bca2f99d35d6: Pull complete [2021-02-25T14:46:23.843Z] 93359f2a8cfa: Pull complete [2021-02-25T14:46:23.843Z] 7c6f9722023f: Pull complete [2021-02-25T14:46:25.298Z] Still waiting to schedule task [2021-02-25T14:46:25.298Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline [2021-02-25T14:46:29.169Z] a35cf1a2eb13: Pull complete [2021-02-25T14:46:29.169Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-25T14:46:29.169Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-25T14:46:29.169Z] ---> a62c8e92a672 [2021-02-25T14:46:29.169Z] 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-02-25T14:46:29.169Z] ---> Running in 79c42115238c [2021-02-25T14:46:29.169Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:46:30.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:46:30.691Z] (1/12) Installing libmagic (5.38-r0) [2021-02-25T14:46:31.264Z] (2/12) Installing file (5.38-r0) [2021-02-25T14:46:31.264Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-25T14:46:31.264Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-25T14:46:46.227Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-25T14:46:46.227Z] (6/12) Installing patch (2.7.6-r6) [2021-02-25T14:46:46.227Z] (7/12) Installing build-base (0.5-r2) [2021-02-25T14:46:46.227Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-25T14:46:46.227Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-25T14:46:46.227Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-25T14:46:46.227Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-25T14:46:46.489Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-25T14:46:46.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:46:46.751Z] OK: 233 MiB in 51 packages [2021-02-25T14:46:50.060Z] Removing intermediate container 79c42115238c [2021-02-25T14:46:50.060Z] ---> 9201e1261c63 [2021-02-25T14:46:50.060Z] Step 4/6 : WORKDIR /edgex-go [2021-02-25T14:46:50.060Z] ---> Running in a4724a6fe6cf [2021-02-25T14:46:50.321Z] Removing intermediate container a4724a6fe6cf [2021-02-25T14:46:50.321Z] ---> 318099f2482c [2021-02-25T14:46:50.321Z] Step 5/6 : COPY go.mod . [2021-02-25T14:46:50.585Z] ---> 9c70dd1fff74 [2021-02-25T14:46:50.585Z] Step 6/6 : RUN go mod download [2021-02-25T14:46:50.585Z] ---> Running in 280a3518fcc0 [2021-02-25T14:47:12.631Z] Removing intermediate container 280a3518fcc0 [2021-02-25T14:47:12.631Z] ---> 31a5e4c3bad4 [2021-02-25T14:47:12.631Z] Successfully built 31a5e4c3bad4 [2021-02-25T14:47:12.631Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:47:12.940Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T14:47:12.940Z] . [Pipeline] withDockerContainer [2021-02-25T14:47:13.038Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:47:13.090Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T14:47:14.016Z] $ docker top a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:47:14.533Z] + go version [2021-02-25T14:47:14.533Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-25T14:47:14.550Z] $ docker stop --time=1 a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 [2021-02-25T14:47:15.913Z] $ docker rm -f a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:47:16.641Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-25T14:47:16.641Z] . [Pipeline] withDockerContainer [2021-02-25T14:47:16.743Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:47:16.792Z] $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-25T14:47:17.425Z] $ docker top 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-25T14:47:17.621Z] ========================================================= [2021-02-25T14:47:17.621Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-25T14:47:17.621Z] ========================================================= [Pipeline] sh [2021-02-25T14:47:17.914Z] + make test [2021-02-25T14:47:17.914Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-25T14:47:26.095Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-25T14:47:41.102Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-25T14:47:47.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-25T14:47:47.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-25T14:47:47.760Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-25T14:47:51.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-25T14:47:51.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-25T14:47:51.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-25T14:47:51.095Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-25T14:47:51.095Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-25T14:47:51.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-25T14:47:53.674Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-25T14:47:53.674Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-25T14:47:53.674Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-25T14:47:55.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-25T14:47:55.635Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-25T14:47:55.635Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements [2021-02-25T14:47:59.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-25T14:47:59.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-25T14:47:59.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-25T14:47:59.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-25T14:47:59.884Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-25T14:47:59.885Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.127s coverage: 82.3% of statements [2021-02-25T14:47:59.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-25T14:47:59.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:47:59.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-25T14:47:59.885Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-25T14:48:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-25T14:48:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-25T14:48:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-25T14:48:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-25T14:48:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-02-25T14:48:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-25T14:48:02.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-25T14:48:02.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-25T14:48:02.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-25T14:48:02.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-25T14:48:02.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.375s coverage: 92.8% of statements [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-25T14:48:05.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements [2021-02-25T14:48:05.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-25T14:48:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements [2021-02-25T14:48:18.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements [2021-02-25T14:48:23.576Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27655 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-25T14:48:23.628Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-25T14:48:28.912Z] using credential edgex-jenkins-ssh [2021-02-25T14:48:29.009Z] Cloning the remote Git repository [2021-02-25T14:48:29.279Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:48:29.391Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-25T14:48:29.486Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:48:29.486Z] > git --version # timeout=10 [2021-02-25T14:48:29.506Z] > git --version # 'git version 2.17.1' [2021-02-25T14:48:29.507Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:48:29.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:48:30.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-25T14:48:30.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-25T14:48:30.385Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-25T14:48:30.385Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.109s coverage: 89.4% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.065s coverage: 92.9% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-25T14:48:30.386Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-25T14:48:30.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-25T14:48:30.386Z] GO111MODULE=on go vet ./... [2021-02-25T14:48:51.690Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T14:48:52.224Z] Failed in branch arm64 [2021-02-25T14:48:50.757Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:48:50.780Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:48:50.811Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:48:50.857Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:48:50.858Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:48:50.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T14:48:51.720Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T14:48:51.742Z] > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 [2021-02-25T14:48:57.103Z] gofmt -l . [2021-02-25T14:48:57.103Z] [ "`gofmt -l .`" = "" ] [2021-02-25T14:48:57.365Z] ./bin/test-go-mod-tidy.sh [2021-02-25T14:48:57.942Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-25T14:48:58.827Z] + ls -al . [2021-02-25T14:48:58.827Z] total 708 [2021-02-25T14:48:58.827Z] drwxrwxr-x 10 1001 1001 4096 Feb 25 14:48 . [2021-02-25T14:48:58.827Z] drwxr-xr-x 4 root root 28 Feb 25 14:47 .. [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 11 Feb 25 14:45 .dockerignore [2021-02-25T14:48:58.827Z] drwxrwxr-x 8 1001 1001 179 Feb 25 14:45 .git [2021-02-25T14:48:58.827Z] drwxrwxr-x 3 1001 1001 125 Feb 25 14:45 .github [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 818 Feb 25 14:45 .gitignore [2021-02-25T14:48:58.827Z] drwx------ 3 1001 1001 60 Feb 25 14:46 .semver [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 166 Feb 25 14:45 .sonarcloud.properties [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:45 Attribution.txt [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:45 CONTRIBUTING.md [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 931 Feb 25 14:45 Dockerfile.build [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 863 Feb 25 14:45 Jenkinsfile [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:45 LICENSE [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:45 Makefile [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:45 README.md [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:45 SECURITY.md [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 5 Feb 25 14:46 VERSION [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:45 ZMQWindows.md [2021-02-25T14:48:58.827Z] drwxrwxr-x 2 1001 1001 117 Feb 25 14:45 bin [2021-02-25T14:48:58.827Z] drwxrwxr-x 14 1001 1001 4096 Feb 25 14:45 cmd [2021-02-25T14:48:58.827Z] -rw-r--r-- 1 root root 596149 Feb 25 14:48 coverage.out [2021-02-25T14:48:58.827Z] -rw-r--r-- 1 root root 1055 Feb 25 14:48 go.mod [2021-02-25T14:48:58.827Z] -rw-r--r-- 1 root root 21699 Feb 25 14:48 go.sum [2021-02-25T14:48:58.827Z] drwxrwxr-x 8 1001 1001 127 Feb 25 14:45 internal [2021-02-25T14:48:58.827Z] drwxrwxr-x 4 1001 1001 26 Feb 25 14:45 openapi [2021-02-25T14:48:58.827Z] drwxrwxr-x 4 1001 1001 71 Feb 25 14:45 snap [2021-02-25T14:48:58.827Z] -rw-rw-r-- 1 1001 1001 168 Feb 25 14:45 version.go [Pipeline] sh [2021-02-25T14:48:59.126Z] + '[' -e coverage.out ] [2021-02-25T14:48:59.126Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-25T14:48:59.311Z] Stashed 1 file(s) [Pipeline] sh [2021-02-25T14:48:59.607Z] + make build [2021-02-25T14:48:59.607Z] 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-02-25T14:49:03.839Z] 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-02-25T14:49:12.078Z] 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-02-25T14:49:12.346Z] 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-02-25T14:49:14.271Z] 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-02-25T14:49:14.271Z] 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-02-25T14:49:16.201Z] 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-02-25T14:49:17.608Z] 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-02-25T14:49:18.580Z] 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-02-25T14:49:19.990Z] 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-02-25T14:49:20.951Z] 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-02-25T14:49:22.360Z] 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-02-25T14:49:24.298Z] $ docker stop --time=1 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd [2021-02-25T14:49:25.984Z] $ docker rm -f 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:49:28.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T14:49:28.219Z] [2021-02-25T14:49:28.219Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:49:28.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T14:49:28.581Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-25T14:49:28.581Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-25T14:49:28.581Z] ca9280d653b3: Pulling fs layer [2021-02-25T14:49:28.581Z] 7e9c9ca2126c: Pulling fs layer [2021-02-25T14:49:29.155Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-25T14:49:29.155Z] cbdbe7a5bc2a: Download complete [2021-02-25T14:49:29.731Z] cbdbe7a5bc2a: Pull complete [2021-02-25T14:49:29.731Z] ca9280d653b3: Verifying Checksum [2021-02-25T14:49:29.731Z] ca9280d653b3: Download complete [2021-02-25T14:49:30.686Z] 7e9c9ca2126c: Verifying Checksum [2021-02-25T14:49:30.686Z] 7e9c9ca2126c: Download complete [2021-02-25T14:49:30.686Z] ca9280d653b3: Pull complete [2021-02-25T14:49:37.306Z] 7e9c9ca2126c: Pull complete [2021-02-25T14:49:37.306Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-25T14:49:37.306Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T14:49:37.306Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-25T14:49:37.498Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:49:37.549Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T14:49:40.842Z] $ docker top e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:49:41.359Z] + docker-compose build --help [2021-02-25T14:49:41.359Z] + grep parallel [2021-02-25T14:49:42.311Z] --parallel Build images in parallel. [Pipeline] } [2021-02-25T14:49:42.327Z] $ docker stop --time=1 e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 [2021-02-25T14:49:43.663Z] $ docker rm -f e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:49:44.289Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-25T14:49:44.290Z] . [Pipeline] withDockerContainer [2021-02-25T14:49:44.401Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:49:44.462Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-25T14:49:45.178Z] $ docker top 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:49:45.760Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-25T14:49:46.708Z] Building docker-core-command-go ... [2021-02-25T14:49:46.708Z] Building docker-core-data-go ... [2021-02-25T14:49:46.708Z] Building docker-core-metadata-go ... [2021-02-25T14:49:46.708Z] Building docker-security-bootstrapper-go ... [2021-02-25T14:49:46.708Z] Building docker-security-proxy-setup-go ... [2021-02-25T14:49:46.708Z] Building docker-security-secretstore-setup-go ... [2021-02-25T14:49:46.708Z] Building docker-support-notifications-go ... [2021-02-25T14:49:46.708Z] Building docker-support-scheduler-go ... [2021-02-25T14:49:46.708Z] Building docker-sys-mgmt-agent-go ... [2021-02-25T14:49:46.708Z] Building docker-support-notifications-go [2021-02-25T14:49:46.708Z] Building docker-security-secretstore-setup-go [2021-02-25T14:49:46.708Z] Building docker-core-metadata-go [2021-02-25T14:49:46.708Z] Building docker-core-command-go [2021-02-25T14:49:46.708Z] Building docker-security-proxy-setup-go [2021-02-25T14:50:18.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:50:18.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:50:18.932Z] ---> 31a5e4c3bad4 [2021-02-25T14:50:18.932Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T14:50:18.932Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:50:18.932Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:50:18.932Z] ---> 31a5e4c3bad4 [2021-02-25T14:50:18.932Z] Step 3/24 : WORKDIR /edgex-go [2021-02-25T14:50:18.932Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:50:18.932Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:50:18.932Z] ---> 31a5e4c3bad4 [2021-02-25T14:50:18.932Z] Step 3/21 : WORKDIR /edgex-go [2021-02-25T14:50:18.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:50:18.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:50:18.932Z] ---> 31a5e4c3bad4 [2021-02-25T14:50:18.932Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T14:50:18.932Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:50:18.932Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:50:18.932Z] ---> 31a5e4c3bad4 [2021-02-25T14:50:18.932Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T14:50:18.932Z] ---> Running in c967b228b4b7 [2021-02-25T14:50:18.932Z] ---> Running in 7430cb6f8d73 [2021-02-25T14:50:18.932Z] ---> Running in 199ec8354919 [2021-02-25T14:50:18.932Z] ---> Running in 8282582852a8 [2021-02-25T14:50:18.932Z] ---> Running in c3e358e0bdcf [2021-02-25T14:50:19.198Z] Removing intermediate container c3e358e0bdcf [2021-02-25T14:50:19.198Z] ---> 9bd9422cdc56 [2021-02-25T14:50:19.198Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:50:19.198Z] Removing intermediate container 8282582852a8 [2021-02-25T14:50:19.198Z] ---> a480e951f9c7 [2021-02-25T14:50:19.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:50:19.198Z] Removing intermediate container c967b228b4b7 [2021-02-25T14:50:19.198Z] ---> f6d658c5fb2b [2021-02-25T14:50:19.198Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:50:19.198Z] Removing intermediate container 7430cb6f8d73 [2021-02-25T14:50:19.198Z] ---> c0eebf088f08 [2021-02-25T14:50:19.198Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:50:19.463Z] Removing intermediate container 199ec8354919 [2021-02-25T14:50:19.463Z] ---> 88fd55926798 [2021-02-25T14:50:19.463Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:50:19.463Z] ---> Running in 6301bf755ae4 [2021-02-25T14:50:19.463Z] ---> Running in 3eb1e1a6b7c2 [2021-02-25T14:50:19.463Z] ---> Running in 9dd8888d4562 [2021-02-25T14:50:19.463Z] ---> Running in f9a2687d97b1 [2021-02-25T14:50:19.463Z] ---> Running in b1d7e00caac6 [2021-02-25T14:50:21.430Z] Removing intermediate container 6301bf755ae4 [2021-02-25T14:50:21.430Z] ---> 6130b8bec034 [2021-02-25T14:50:21.430Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T14:50:21.430Z] ---> Running in 8314155f3439 [2021-02-25T14:50:21.697Z] Removing intermediate container 3eb1e1a6b7c2 [2021-02-25T14:50:21.697Z] ---> 89428175618f [2021-02-25T14:50:21.697Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-25T14:50:21.978Z] ---> Running in 8c957a7ebf0f [2021-02-25T14:50:21.978Z] Removing intermediate container 9dd8888d4562 [2021-02-25T14:50:21.978Z] ---> a31ceed35134 [2021-02-25T14:50:21.978Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-25T14:50:22.250Z] Removing intermediate container f9a2687d97b1 [2021-02-25T14:50:22.250Z] ---> 0d2f66dbf298 [2021-02-25T14:50:22.250Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-25T14:50:22.250Z] ---> Running in 8dce0d9054ab [2021-02-25T14:50:22.250Z] ---> Running in e88f3c6a2246 [2021-02-25T14:50:22.250Z] Removing intermediate container b1d7e00caac6 [2021-02-25T14:50:22.250Z] ---> 04df822af0a2 [2021-02-25T14:50:22.250Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-25T14:50:22.514Z] ---> Running in 0bbcca54c03b [2021-02-25T14:50:22.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:22.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:23.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:23.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:23.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:24.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:24.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:24.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:24.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:24.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:50:26.809Z] OK: 233 MiB in 51 packages [2021-02-25T14:50:26.809Z] OK: 233 MiB in 51 packages [2021-02-25T14:50:26.809Z] Removing intermediate container 8dce0d9054ab [2021-02-25T14:50:26.809Z] ---> 4a8a3cae7d70 [2021-02-25T14:50:26.809Z] Step 6/21 : COPY go.mod . [2021-02-25T14:50:27.073Z] Removing intermediate container 8c957a7ebf0f [2021-02-25T14:50:27.073Z] ---> 98f1b3230e70 [2021-02-25T14:50:27.073Z] Step 6/24 : COPY go.mod . [2021-02-25T14:50:27.340Z] ---> 4a4844ec4240 [2021-02-25T14:50:27.340Z] Step 7/21 : RUN go mod download [2021-02-25T14:50:27.340Z] ---> Running in 2795f5c4a915 [2021-02-25T14:50:27.340Z] OK: 233 MiB in 51 packages [2021-02-25T14:50:27.340Z] OK: 233 MiB in 51 packages [2021-02-25T14:50:27.340Z] OK: 233 MiB in 51 packages [2021-02-25T14:50:27.602Z] ---> b39be1a93377 [2021-02-25T14:50:27.602Z] Step 7/24 : RUN go mod download [2021-02-25T14:50:27.602Z] ---> Running in 9ca5d9b193c9 [2021-02-25T14:50:28.190Z] Removing intermediate container 8314155f3439 [2021-02-25T14:50:28.190Z] ---> e86f31782259 [2021-02-25T14:50:28.190Z] Step 6/23 : COPY go.mod . [2021-02-25T14:50:28.467Z] Removing intermediate container 0bbcca54c03b [2021-02-25T14:50:28.467Z] ---> c9122c50b544 [2021-02-25T14:50:28.467Z] Step 6/23 : COPY go.mod . [2021-02-25T14:50:28.467Z] Removing intermediate container e88f3c6a2246 [2021-02-25T14:50:28.467Z] ---> 9ed7cbb6789b [2021-02-25T14:50:28.467Z] Step 6/22 : COPY go.mod . [2021-02-25T14:50:28.731Z] ---> 1a730f67b27b [2021-02-25T14:50:28.731Z] Step 7/23 : RUN go mod download [2021-02-25T14:50:28.731Z] ---> Running in 5fc657b7c1de [2021-02-25T14:50:28.731Z] ---> daf3476fc63b [2021-02-25T14:50:28.731Z] Step 7/23 : RUN go mod download [2021-02-25T14:50:28.993Z] ---> Running in 8095d7874abf [2021-02-25T14:50:28.993Z] ---> a4b9e7198d1c [2021-02-25T14:50:28.993Z] Step 7/22 : RUN go mod download [2021-02-25T14:50:29.255Z] ---> Running in 25b716467207 [2021-02-25T14:50:29.837Z] Removing intermediate container 9ca5d9b193c9 [2021-02-25T14:50:29.837Z] ---> 125dde35cae6 [2021-02-25T14:50:29.837Z] Step 8/24 : COPY . . [2021-02-25T14:50:30.099Z] Removing intermediate container 2795f5c4a915 [2021-02-25T14:50:30.099Z] ---> f740ee5b9ed4 [2021-02-25T14:50:30.099Z] Step 8/21 : COPY . . [2021-02-25T14:50:33.439Z] Removing intermediate container 5fc657b7c1de [2021-02-25T14:50:33.440Z] ---> 590527d08d6d [2021-02-25T14:50:33.440Z] Step 8/23 : COPY . . [2021-02-25T14:50:36.777Z] Removing intermediate container 8095d7874abf [2021-02-25T14:50:36.777Z] ---> a422e3b95072 [2021-02-25T14:50:36.777Z] Step 8/23 : COPY . . [2021-02-25T14:50:41.010Z] Removing intermediate container 25b716467207 [2021-02-25T14:50:41.010Z] ---> fd013ed9cdb2 [2021-02-25T14:50:41.010Z] Step 8/22 : COPY . . [2021-02-25T14:51:19.925Z] ---> 89b38eb394e6 [2021-02-25T14:51:19.925Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-25T14:51:19.925Z] ---> d770e5e050f0 [2021-02-25T14:51:19.925Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-25T14:51:19.925Z] ---> Running in 76bf0950fc94 [2021-02-25T14:51:19.925Z] ---> Running in 8c4bacb994f8 [2021-02-25T14:51:19.925Z] ---> a8fc409d2552 [2021-02-25T14:51:19.925Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-25T14:51:19.925Z] ---> a066900fe8be [2021-02-25T14:51:19.925Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-25T14:51:19.925Z] ---> 0ab80499e671 [2021-02-25T14:51:19.925Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-25T14:51:19.925Z] ---> Running in e27b61f29dcf [2021-02-25T14:51:19.925Z] ---> Running in 7ef9d2e5ab05 [2021-02-25T14:51:19.925Z] ---> Running in 259d81468cc3 [2021-02-25T14:51:20.230Z] 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-02-25T14:51:20.230Z] 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-02-25T14:51:20.230Z] 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-02-25T14:51:20.230Z] 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-02-25T14:51:20.230Z] 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-02-25T14:51:52.509Z] 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-02-25T14:51:52.509Z] 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-02-25T14:51:58.705Z] Removing intermediate container 8c4bacb994f8 [2021-02-25T14:51:58.705Z] ---> a6b936389bce [2021-02-25T14:51:58.705Z] [2021-02-25T14:51:58.705Z] Step 10/24 : FROM alpine:3.12 [2021-02-25T14:51:58.705Z] 3.12: Pulling from library/alpine [2021-02-25T14:51:58.705Z] Removing intermediate container 76bf0950fc94 [2021-02-25T14:51:58.705Z] ---> 7149727480da [2021-02-25T14:51:58.705Z] [2021-02-25T14:51:58.705Z] Step 10/21 : FROM alpine:3.12 [2021-02-25T14:51:58.705Z] 3.12: Pulling from library/alpine [2021-02-25T14:51:59.291Z] Removing intermediate container e27b61f29dcf [2021-02-25T14:51:59.291Z] ---> d55bca4f9f40 [2021-02-25T14:51:59.291Z] [2021-02-25T14:51:59.291Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T14:51:59.291Z] 3.12: Pulling from library/alpine [2021-02-25T14:51:59.291Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T14:51:59.291Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T14:51:59.291Z] Status: Downloaded newer image for alpine:3.12 [2021-02-25T14:51:59.291Z] ---> 88dd2752d2ea [2021-02-25T14:51:59.291Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-25T14:51:59.291Z] Status: Image is up to date for alpine:3.12 [2021-02-25T14:51:59.291Z] ---> 88dd2752d2ea [2021-02-25T14:51:59.291Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T14:51:59.552Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-02-25T14:51:59.553Z] Status: Image is up to date for alpine:3.12 [2021-02-25T14:51:59.553Z] ---> 88dd2752d2ea [2021-02-25T14:51:59.553Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-25T14:52:03.782Z] ---> Running in 8f630251b879 [2021-02-25T14:52:03.782Z] ---> Running in 230c3dbd673b [2021-02-25T14:52:03.782Z] ---> Running in 28d3297fb1c4 [2021-02-25T14:52:03.782Z] Removing intermediate container 7ef9d2e5ab05 [2021-02-25T14:52:03.782Z] ---> 87d804070459 [2021-02-25T14:52:03.782Z] [2021-02-25T14:52:03.782Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T14:52:03.782Z] ---> 88dd2752d2ea [2021-02-25T14:52:03.782Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-25T14:52:03.782Z] Removing intermediate container 259d81468cc3 [2021-02-25T14:52:03.782Z] ---> 009fb290c685 [2021-02-25T14:52:03.782Z] [2021-02-25T14:52:03.782Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T14:52:03.782Z] ---> 88dd2752d2ea [2021-02-25T14:52:03.782Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-25T14:52:03.782Z] ---> Running in 8cda8ac08ffd [2021-02-25T14:52:03.782Z] ---> Running in f53093babae7 [2021-02-25T14:52:04.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.065Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.330Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.330Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T14:52:04.330Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:52:04.330Z] OK: 6 MiB in 15 packages [2021-02-25T14:52:04.599Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-25T14:52:04.600Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T14:52:04.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.600Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-25T14:52:04.600Z] (4/5) Installing curl (7.69.1-r3) [2021-02-25T14:52:04.600Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-25T14:52:04.600Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:52:04.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.600Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T14:52:04.600Z] OK: 7 MiB in 19 packages [2021-02-25T14:52:04.866Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-25T14:52:04.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.866Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T14:52:04.866Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-25T14:52:04.866Z] (4/4) Installing curl (7.69.1-r3) [2021-02-25T14:52:04.866Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:52:04.866Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T14:52:04.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:04.866Z] OK: 7 MiB in 18 packages [2021-02-25T14:52:04.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:05.132Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-25T14:52:05.132Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-25T14:52:05.132Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:52:05.132Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-25T14:52:05.132Z] Executing ca-certificates-20191127-r4.trigger [2021-02-25T14:52:05.132Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:52:05.132Z] OK: 6 MiB in 15 packages [2021-02-25T14:52:05.132Z] OK: 6 MiB in 16 packages [2021-02-25T14:52:07.057Z] Removing intermediate container 8f630251b879 [2021-02-25T14:52:07.057Z] ---> ca5b06930a5d [2021-02-25T14:52:07.057Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T14:52:07.639Z] ---> Running in 67f11b3bcbcc [2021-02-25T14:52:07.903Z] Removing intermediate container 230c3dbd673b [2021-02-25T14:52:07.903Z] ---> f86a5784b14b [2021-02-25T14:52:07.903Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T14:52:08.848Z] ---> Running in 7e1519ae2e08 [2021-02-25T14:52:08.848Z] Removing intermediate container 67f11b3bcbcc [2021-02-25T14:52:08.848Z] ---> 5b3894cd762c [2021-02-25T14:52:08.848Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-25T14:52:09.110Z] Removing intermediate container f53093babae7 [2021-02-25T14:52:09.110Z] ---> 22113bdf0f28 [2021-02-25T14:52:09.110Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T14:52:09.110Z] Removing intermediate container 28d3297fb1c4 [2021-02-25T14:52:09.110Z] ---> 4386357c8a98 [2021-02-25T14:52:09.110Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-25T14:52:09.110Z] Removing intermediate container 8cda8ac08ffd [2021-02-25T14:52:09.110Z] ---> 90543c4c7419 [2021-02-25T14:52:09.110Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T14:52:09.372Z] ---> Running in 35eeddf994e8 [2021-02-25T14:52:09.372Z] ---> Running in e08a0cb4af5e [2021-02-25T14:52:09.372Z] ---> Running in eb562393d13c [2021-02-25T14:52:09.372Z] ---> Running in 2eb0a1685353 [2021-02-25T14:52:09.372Z] Removing intermediate container 7e1519ae2e08 [2021-02-25T14:52:09.372Z] ---> 8b537a189b23 [2021-02-25T14:52:09.372Z] Step 13/24 : WORKDIR / [2021-02-25T14:52:09.634Z] ---> Running in 573acba6a210 [2021-02-25T14:52:09.634Z] Removing intermediate container 35eeddf994e8 [2021-02-25T14:52:09.634Z] ---> 5569acce795c [2021-02-25T14:52:09.634Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T14:52:10.579Z] Removing intermediate container eb562393d13c [2021-02-25T14:52:10.579Z] ---> 9b26995bc5af [2021-02-25T14:52:10.579Z] Step 13/21 : WORKDIR /edgex [2021-02-25T14:52:10.579Z] Removing intermediate container e08a0cb4af5e [2021-02-25T14:52:10.579Z] ---> b244a5ff0061 [2021-02-25T14:52:10.579Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-25T14:52:10.842Z] Removing intermediate container 2eb0a1685353 [2021-02-25T14:52:10.842Z] ---> f4ac677d6c59 [2021-02-25T14:52:10.842Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-25T14:52:10.842Z] ---> Running in fe4535dd9a8a [2021-02-25T14:52:10.842Z] ---> Running in 787453f9aa94 [2021-02-25T14:52:10.842Z] ---> Running in c3e46740f13e [2021-02-25T14:52:10.842Z] ---> Running in 9ad9dc55c8f9 [2021-02-25T14:52:10.842Z] Removing intermediate container 573acba6a210 [2021-02-25T14:52:10.842Z] ---> 72f3b57aac13 [2021-02-25T14:52:10.842Z] 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-02-25T14:52:11.104Z] Removing intermediate container fe4535dd9a8a [2021-02-25T14:52:11.104Z] ---> 1f2b25340c11 [2021-02-25T14:52:11.104Z] Step 15/23 : WORKDIR / [2021-02-25T14:52:11.364Z] Removing intermediate container 787453f9aa94 [2021-02-25T14:52:11.364Z] ---> 55744d6dd3e7 [2021-02-25T14:52:11.364Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-25T14:52:11.364Z] ---> Running in 16e4d5390db1 [2021-02-25T14:52:11.364Z] Removing intermediate container c3e46740f13e [2021-02-25T14:52:11.364Z] ---> 2537da8e66f3 [2021-02-25T14:52:11.364Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T14:52:11.364Z] Removing intermediate container 9ad9dc55c8f9 [2021-02-25T14:52:11.364Z] ---> 6bfebd1aa735 [2021-02-25T14:52:11.364Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-25T14:52:11.364Z] ---> 25db9598c0aa [2021-02-25T14:52:11.364Z] 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-02-25T14:52:11.626Z] ---> Running in 9727bf782765 [2021-02-25T14:52:11.626Z] ---> Running in f007d82f3241 [2021-02-25T14:52:11.626Z] Removing intermediate container 16e4d5390db1 [2021-02-25T14:52:11.626Z] ---> 48e9b96bf490 [2021-02-25T14:52:11.626Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:52:11.626Z] ---> 13cfcf4b60e8 [2021-02-25T14:52:11.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-25T14:52:11.888Z] ---> 8074930984d0 [2021-02-25T14:52:11.888Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-25T14:52:12.153Z] Removing intermediate container 9727bf782765 [2021-02-25T14:52:12.153Z] ---> 34f2b4b13c61 [2021-02-25T14:52:12.153Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:52:12.153Z] Removing intermediate container f007d82f3241 [2021-02-25T14:52:12.153Z] ---> ba1b5ba13e3b [2021-02-25T14:52:12.153Z] Step 15/23 : WORKDIR / [2021-02-25T14:52:12.153Z] ---> 31971b041ced [2021-02-25T14:52:12.153Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-25T14:52:12.424Z] ---> Running in 5af027d43617 [2021-02-25T14:52:12.425Z] ---> 28e493c67f86 [2021-02-25T14:52:12.425Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-25T14:52:12.425Z] ---> 94373f7c178a [2021-02-25T14:52:12.425Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-25T14:52:12.425Z] ---> 2016ef49fb65 [2021-02-25T14:52:12.425Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-25T14:52:12.693Z] Removing intermediate container 5af027d43617 [2021-02-25T14:52:12.693Z] ---> ebd71d5df474 [2021-02-25T14:52:12.693Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:52:12.960Z] ---> 2a07303876c9 [2021-02-25T14:52:12.960Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-25T14:52:12.960Z] ---> b415ee8ecef7 [2021-02-25T14:52:12.960Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-25T14:52:12.960Z] ---> 948c672d4e76 [2021-02-25T14:52:12.960Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-25T14:52:12.960Z] ---> 3599ec7c6ec9 [2021-02-25T14:52:12.960Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-25T14:52:13.227Z] ---> f97359ec794f [2021-02-25T14:52:13.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-25T14:52:13.227Z] ---> Running in ecea60dc356b [2021-02-25T14:52:13.227Z] ---> b1c49e35476a [2021-02-25T14:52:13.227Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-25T14:52:13.488Z] ---> Running in b009455d95f4 [2021-02-25T14:52:13.488Z] Removing intermediate container ecea60dc356b [2021-02-25T14:52:13.488Z] ---> 0b2a7f5e705a [2021-02-25T14:52:13.488Z] Step 18/21 : CMD ["--init=true"] [2021-02-25T14:52:13.752Z] ---> d33c52d0ce32 [2021-02-25T14:52:13.752Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-25T14:52:13.752Z] ---> Running in c73963f4ba9f [2021-02-25T14:52:13.752Z] ---> Running in 56f172839787 [2021-02-25T14:52:13.752Z] Removing intermediate container b009455d95f4 [2021-02-25T14:52:13.752Z] ---> db7905c3175b [2021-02-25T14:52:13.752Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:52:13.752Z] ---> b7d1555e6991 [2021-02-25T14:52:13.752Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-25T14:52:14.015Z] ---> 1f003f28dbca [2021-02-25T14:52:14.015Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-25T14:52:14.015Z] ---> Running in 0f1ca165e716 [2021-02-25T14:52:14.276Z] Removing intermediate container c73963f4ba9f [2021-02-25T14:52:14.276Z] ---> 786ad7c6c142 [2021-02-25T14:52:14.276Z] Step 19/21 : LABEL arch=x86_64 [2021-02-25T14:52:14.276Z] Removing intermediate container 56f172839787 [2021-02-25T14:52:14.276Z] ---> a68c9a6955b7 [2021-02-25T14:52:14.276Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:52:14.276Z] ---> Running in f5892b3cf993 [2021-02-25T14:52:14.276Z] ---> Running in b963b2531827 [2021-02-25T14:52:14.276Z] Removing intermediate container 0f1ca165e716 [2021-02-25T14:52:14.276Z] ---> d5b56f5f4355 [2021-02-25T14:52:14.276Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T14:52:14.540Z] ---> d14b9c1a46a9 [2021-02-25T14:52:14.540Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-25T14:52:14.540Z] ---> 5e7668f2da01 [2021-02-25T14:52:14.540Z] 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-02-25T14:52:14.540Z] ---> Running in 6d9e6c0c46db [2021-02-25T14:52:14.540Z] ---> Running in 77e8c0dba176 [2021-02-25T14:52:14.540Z] ---> Running in 3b43435ec7b3 [2021-02-25T14:52:14.811Z] Removing intermediate container b963b2531827 [2021-02-25T14:52:14.811Z] ---> d431155d0410 [2021-02-25T14:52:14.811Z] Step 20/21 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:52:14.811Z] Removing intermediate container f5892b3cf993 [2021-02-25T14:52:14.811Z] ---> ce80461ff82b [2021-02-25T14:52:14.811Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T14:52:15.075Z] Removing intermediate container 6d9e6c0c46db [2021-02-25T14:52:15.075Z] ---> 7c3ba342c1a3 [2021-02-25T14:52:15.075Z] Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:52:15.075Z] Removing intermediate container 77e8c0dba176 [2021-02-25T14:52:15.075Z] ---> aa262b4e5855 [2021-02-25T14:52:15.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:52:15.075Z] ---> Running in d95f47543954 [2021-02-25T14:52:15.075Z] ---> Running in a3902ed7e4ae [2021-02-25T14:52:15.338Z] ---> Running in ad168764554d [2021-02-25T14:52:15.338Z] ---> Running in 8f2802cb3428 [2021-02-25T14:52:15.338Z] Removing intermediate container a3902ed7e4ae [2021-02-25T14:52:15.338Z] ---> 0721cbd868b7 [2021-02-25T14:52:15.338Z] Step 21/22 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:52:15.601Z] Removing intermediate container d95f47543954 [2021-02-25T14:52:15.601Z] ---> ff17378a5d0f [2021-02-25T14:52:15.601Z] Step 21/21 : LABEL version=0.0.0 [2021-02-25T14:52:15.601Z] ---> Running in 0b9b19f4a7fd [2021-02-25T14:52:15.601Z] Removing intermediate container ad168764554d [2021-02-25T14:52:15.601Z] ---> 9e62c6fd4254 [2021-02-25T14:52:15.601Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T14:52:15.601Z] ---> Running in ac8ca4bccfe6 [2021-02-25T14:52:15.863Z] Removing intermediate container 8f2802cb3428 [2021-02-25T14:52:15.863Z] ---> 80eac346733a [2021-02-25T14:52:15.863Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T14:52:15.863Z] ---> Running in cdac17a7a911 [2021-02-25T14:52:16.125Z] ---> Running in 425512b6ad9d [2021-02-25T14:52:16.125Z] Removing intermediate container 0b9b19f4a7fd [2021-02-25T14:52:16.125Z] ---> 3040d276fd6b [2021-02-25T14:52:16.125Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T14:52:16.389Z] Removing intermediate container ac8ca4bccfe6 [2021-02-25T14:52:16.389Z] ---> 756710887463 [2021-02-25T14:52:16.389Z] [2021-02-25T14:52:16.389Z] Removing intermediate container cdac17a7a911 [2021-02-25T14:52:16.389Z] ---> 707da11b24ba [2021-02-25T14:52:16.389Z] [2021-02-25T14:52:16.389Z] ---> Running in 0c3afc16cd45 [2021-02-25T14:52:16.651Z] Removing intermediate container 425512b6ad9d [2021-02-25T14:52:16.651Z] ---> a1d1e6f99120 [2021-02-25T14:52:16.651Z] Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:52:16.651Z] Removing intermediate container 3b43435ec7b3 [2021-02-25T14:52:16.651Z] ---> 3557b81a665f [2021-02-25T14:52:16.651Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-25T14:52:16.651Z] Successfully built 707da11b24ba [2021-02-25T14:52:16.651Z] Successfully built 756710887463 [2021-02-25T14:52:16.651Z] ---> Running in 3d033084e471 [2021-02-25T14:52:16.651Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-25T14:52:16.651Z] Successfully tagged docker-core-command-go:latest [2021-02-25T14:52:16.651Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-02-25T14:52:16.651Z] Building docker-sys-mgmt-agent-go [2021-02-25T14:52:16.913Z]  Building docker-core-command-go ... done  ---> Running in 0afe765e3069 [2021-02-25T14:52:16.913Z] Removing intermediate container 0c3afc16cd45 [2021-02-25T14:52:16.913Z] ---> 2fbe66e7557b [2021-02-25T14:52:16.913Z] [2021-02-25T14:52:17.175Z] Successfully built 2fbe66e7557b [2021-02-25T14:52:17.175Z] Removing intermediate container 3d033084e471 [2021-02-25T14:52:17.175Z] ---> 7046014cc446 [2021-02-25T14:52:17.175Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T14:52:17.175Z] Successfully tagged docker-support-notifications-go:latest [2021-02-25T14:52:17.175Z] Building docker-security-bootstrapper-go [2021-02-25T14:52:17.175Z]  Building docker-support-notifications-go ... done Removing intermediate container 0afe765e3069 [2021-02-25T14:52:17.175Z] ---> cd2024a0e6af [2021-02-25T14:52:17.175Z] Step 22/24 : LABEL arch=x86_64 [2021-02-25T14:52:17.175Z] ---> Running in 093ed3ccb73d [2021-02-25T14:52:17.175Z] ---> Running in 512c7597d2e4 [2021-02-25T14:52:17.437Z] Removing intermediate container 512c7597d2e4 [2021-02-25T14:52:17.437Z] ---> 5359741f42f6 [2021-02-25T14:52:17.437Z] Step 23/24 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:52:17.437Z] Removing intermediate container 093ed3ccb73d [2021-02-25T14:52:17.437Z] ---> 3030b9e55e60 [2021-02-25T14:52:17.437Z] [2021-02-25T14:52:17.437Z] ---> Running in ebfa0852fe92 [2021-02-25T14:52:17.698Z] Successfully built 3030b9e55e60 [2021-02-25T14:52:17.698Z] Successfully tagged docker-core-metadata-go:latest [2021-02-25T14:52:17.698Z] Building docker-support-scheduler-go [2021-02-25T14:52:17.698Z]  Building docker-core-metadata-go ... done Removing intermediate container ebfa0852fe92 [2021-02-25T14:52:17.698Z] ---> 940fded54761 [2021-02-25T14:52:17.698Z] Step 24/24 : LABEL version=0.0.0 [2021-02-25T14:52:17.959Z] ---> Running in 621f6191bfd3 [2021-02-25T14:52:18.220Z] Removing intermediate container 621f6191bfd3 [2021-02-25T14:52:18.220Z] ---> c78fcf19190b [2021-02-25T14:52:18.220Z] [2021-02-25T14:52:18.220Z] Successfully built c78fcf19190b [2021-02-25T14:52:18.482Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-25T14:52:40.798Z]  Building docker-security-secretstore-setup-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:52:40.798Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:52:40.798Z] ---> 31a5e4c3bad4 [2021-02-25T14:52:40.798Z] Step 3/30 : WORKDIR /edgex-go [2021-02-25T14:52:40.798Z] ---> Using cache [2021-02-25T14:52:40.798Z] ---> 88fd55926798 [2021-02-25T14:52:40.798Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> 04df822af0a2 [2021-02-25T14:52:41.067Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> c9122c50b544 [2021-02-25T14:52:41.067Z] Step 6/30 : COPY go.mod . [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> daf3476fc63b [2021-02-25T14:52:41.067Z] Step 7/30 : RUN go mod download [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> a422e3b95072 [2021-02-25T14:52:41.067Z] Step 8/30 : COPY . . [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> a066900fe8be [2021-02-25T14:52:41.067Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-25T14:52:41.067Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:52:41.067Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:52:41.067Z] ---> 31a5e4c3bad4 [2021-02-25T14:52:41.067Z] Step 3/22 : WORKDIR /edgex-go [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> 88fd55926798 [2021-02-25T14:52:41.067Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> 04df822af0a2 [2021-02-25T14:52:41.067Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> c9122c50b544 [2021-02-25T14:52:41.067Z] Step 6/22 : COPY go.mod . [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> daf3476fc63b [2021-02-25T14:52:41.067Z] Step 7/22 : RUN go mod download [2021-02-25T14:52:41.067Z] ---> Using cache [2021-02-25T14:52:41.067Z] ---> a422e3b95072 [2021-02-25T14:52:41.067Z] Step 8/22 : COPY . . [2021-02-25T14:52:41.329Z] ---> Using cache [2021-02-25T14:52:41.329Z] ---> a066900fe8be [2021-02-25T14:52:41.329Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-25T14:52:41.329Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:52:41.329Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:52:41.329Z] ---> 31a5e4c3bad4 [2021-02-25T14:52:41.329Z] Step 3/26 : WORKDIR /edgex-go [2021-02-25T14:52:41.329Z] ---> Using cache [2021-02-25T14:52:41.329Z] ---> 88fd55926798 [2021-02-25T14:52:41.329Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:52:41.329Z] ---> Using cache [2021-02-25T14:52:41.329Z] ---> 04df822af0a2 [2021-02-25T14:52:41.329Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-25T14:52:41.329Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-25T14:52:41.329Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-25T14:52:41.329Z] ---> 31a5e4c3bad4 [2021-02-25T14:52:41.329Z] Step 3/23 : WORKDIR /edgex-go [2021-02-25T14:52:41.329Z] ---> Using cache [2021-02-25T14:52:41.329Z] ---> 88fd55926798 [2021-02-25T14:52:41.329Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:52:41.329Z] ---> Using cache [2021-02-25T14:52:41.329Z] ---> 04df822af0a2 [2021-02-25T14:52:41.329Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-25T14:52:43.006Z] ---> Running in 58c5d72e085f [2021-02-25T14:52:43.006Z] ---> Running in 56a2131824da [2021-02-25T14:52:43.006Z] ---> Running in 343815cbea42 [2021-02-25T14:52:43.006Z] ---> Running in c212638c6376 [2021-02-25T14:52:44.039Z] 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-02-25T14:52:44.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:44.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:44.039Z] 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-02-25T14:52:44.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:45.201Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:52:46.351Z] OK: 233 MiB in 51 packages [2021-02-25T14:52:46.615Z] OK: 233 MiB in 51 packages [2021-02-25T14:52:48.011Z] Removing intermediate container c212638c6376 [2021-02-25T14:52:48.011Z] ---> 19ca84250236 [2021-02-25T14:52:48.011Z] Step 6/23 : COPY go.mod . [2021-02-25T14:52:48.011Z] Removing intermediate container 56a2131824da [2021-02-25T14:52:48.011Z] ---> 94b8ad7e7ab3 [2021-02-25T14:52:48.011Z] Step 6/26 : COPY go.mod . [2021-02-25T14:52:48.604Z] ---> cdc86b68c7da [2021-02-25T14:52:48.604Z] Step 7/23 : RUN go mod download [2021-02-25T14:52:48.604Z] ---> 3476fffcf102 [2021-02-25T14:52:48.604Z] Step 7/26 : RUN go mod download [2021-02-25T14:52:48.604Z] ---> Running in 56bf0f722cd7 [2021-02-25T14:52:48.874Z] ---> Running in e1fea26932a3 [2021-02-25T14:52:51.491Z] Removing intermediate container e1fea26932a3 [2021-02-25T14:52:51.491Z] ---> 7297aad9da8c [2021-02-25T14:52:51.491Z] Step 8/26 : COPY . . [2021-02-25T14:52:51.768Z] Removing intermediate container 56bf0f722cd7 [2021-02-25T14:52:51.768Z] ---> 71431d519506 [2021-02-25T14:52:51.768Z] Step 8/23 : COPY . . [2021-02-25T14:53:24.110Z] Removing intermediate container 343815cbea42 [2021-02-25T14:53:24.110Z] ---> c1295559a55a [2021-02-25T14:53:24.110Z] [2021-02-25T14:53:24.110Z] Step 10/30 : FROM alpine:3.12 [2021-02-25T14:53:24.110Z] ---> 88dd2752d2ea [2021-02-25T14:53:24.110Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-25T14:53:24.110Z] ---> 4f0b071aaa0e [2021-02-25T14:53:24.110Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-25T14:53:24.110Z] ---> Running in 6342ac2dbcc5 [2021-02-25T14:53:24.110Z] ---> Running in bdffb00dac5c [2021-02-25T14:53:24.110Z] ---> 084da2d01ab0 [2021-02-25T14:53:24.110Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-25T14:53:24.110Z] Removing intermediate container 58c5d72e085f [2021-02-25T14:53:24.110Z] ---> 4b2f4b79b8d3 [2021-02-25T14:53:24.110Z] [2021-02-25T14:53:24.110Z] Step 10/22 : FROM alpine:3.12 [2021-02-25T14:53:24.110Z] ---> 88dd2752d2ea [2021-02-25T14:53:24.110Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-25T14:53:24.110Z] ---> Using cache [2021-02-25T14:53:24.110Z] ---> 90543c4c7419 [2021-02-25T14:53:24.110Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-25T14:53:24.110Z] ---> Using cache [2021-02-25T14:53:24.110Z] ---> f4ac677d6c59 [2021-02-25T14:53:24.110Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-25T14:53:24.110Z] ---> Running in 8a4ef3f69b40 [2021-02-25T14:53:24.110Z] ---> Running in 9ea2264c7f5e [2021-02-25T14:53:24.110Z] Removing intermediate container bdffb00dac5c [2021-02-25T14:53:24.110Z] ---> a7ca7cb681e9 [2021-02-25T14:53:24.110Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-25T14:53:24.110Z] ---> Running in 0c8682ce0818 [2021-02-25T14:53:24.110Z] Removing intermediate container 9ea2264c7f5e [2021-02-25T14:53:24.110Z] ---> 4cfa9a263d06 [2021-02-25T14:53:24.110Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-25T14:53:24.110Z] 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-02-25T14:53:24.110Z] 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-02-25T14:53:24.110Z] ---> Running in dcd81b1f16ba [2021-02-25T14:53:24.110Z] Removing intermediate container dcd81b1f16ba [2021-02-25T14:53:24.110Z] ---> 17947eefe885 [2021-02-25T14:53:24.110Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:53:24.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:24.110Z] ---> 05d4e8757672 [2021-02-25T14:53:24.110Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-25T14:53:24.110Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:24.110Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-25T14:53:24.110Z] (2/2) Installing su-exec (0.2-r1) [2021-02-25T14:53:24.110Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:53:24.110Z] OK: 6 MiB in 16 packages [2021-02-25T14:53:24.110Z] ---> b31495c62fe6 [2021-02-25T14:53:24.110Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-25T14:53:24.110Z] Removing intermediate container 0c8682ce0818 [2021-02-25T14:53:24.110Z] ---> 725610895f5e [2021-02-25T14:53:24.110Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-25T14:53:24.375Z] ---> Running in 0d92d8ffdfea [2021-02-25T14:53:24.375Z] ---> 66ba6239167c [2021-02-25T14:53:24.375Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-25T14:53:24.375Z] ---> Running in 60eb118d9ed4 [2021-02-25T14:53:24.646Z] Removing intermediate container 0d92d8ffdfea [2021-02-25T14:53:24.646Z] ---> 5c70ad2bac52 [2021-02-25T14:53:24.646Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-25T14:53:24.646Z] ---> Running in 159a61441567 [2021-02-25T14:53:25.619Z] Removing intermediate container 60eb118d9ed4 [2021-02-25T14:53:25.619Z] ---> 806072828a90 [2021-02-25T14:53:25.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:53:25.892Z] Removing intermediate container 159a61441567 [2021-02-25T14:53:25.892Z] ---> 885953fafd0d [2021-02-25T14:53:25.892Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-25T14:53:25.892Z] ---> Running in a4235b785a00 [2021-02-25T14:53:26.174Z] ---> Running in 5015bc8ce716 [2021-02-25T14:53:26.450Z] Removing intermediate container a4235b785a00 [2021-02-25T14:53:26.450Z] ---> cf0a8fcb981e [2021-02-25T14:53:26.450Z] Step 20/22 : LABEL arch=x86_64 [2021-02-25T14:53:26.450Z] ---> Running in ce2bf2b23d0e [2021-02-25T14:53:27.059Z] Removing intermediate container ce2bf2b23d0e [2021-02-25T14:53:27.060Z] ---> 905462b3d2d2 [2021-02-25T14:53:27.060Z] Step 21/22 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:53:27.060Z] ---> Running in 30300ace382b [2021-02-25T14:53:27.329Z] Removing intermediate container 30300ace382b [2021-02-25T14:53:27.329Z] ---> 419d0381fdd6 [2021-02-25T14:53:27.329Z] Step 22/22 : LABEL version=0.0.0 [2021-02-25T14:53:27.927Z] ---> Running in fec6819957d9 [2021-02-25T14:53:28.891Z] Removing intermediate container 5015bc8ce716 [2021-02-25T14:53:28.891Z] ---> 1f106850977d [2021-02-25T14:53:28.891Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-25T14:53:28.891Z] Removing intermediate container fec6819957d9 [2021-02-25T14:53:28.891Z] ---> c58468c339db [2021-02-25T14:53:28.891Z] [2021-02-25T14:53:29.161Z] ---> Running in 93dcca80fec1 [2021-02-25T14:53:29.754Z] Successfully built c58468c339db [2021-02-25T14:53:29.755Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-25T14:53:30.025Z]  Building docker-support-scheduler-go ... done Removing intermediate container 93dcca80fec1 [2021-02-25T14:53:30.025Z] ---> cd60cd193790 [2021-02-25T14:53:30.025Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-25T14:53:30.623Z] ---> b1dbf7c85f12 [2021-02-25T14:53:30.623Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-25T14:53:30.623Z] ---> Running in 0492d3af4e8b [2021-02-25T14:53:33.244Z] Removing intermediate container 0492d3af4e8b [2021-02-25T14:53:33.244Z] ---> 3798bba06e92 [2021-02-25T14:53:33.244Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:53:33.514Z] ---> c2ddeb0b9a64 [2021-02-25T14:53:33.514Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-25T14:53:34.499Z] ---> ba3da66b164b [2021-02-25T14:53:34.499Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-25T14:53:35.091Z] ---> 427899feeca8 [2021-02-25T14:53:35.091Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-25T14:53:35.670Z] ---> 846533e6d8b2 [2021-02-25T14:53:35.670Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-25T14:53:36.254Z] ---> Running in ef6b0b7ba131 [2021-02-25T14:53:36.525Z] Removing intermediate container ef6b0b7ba131 [2021-02-25T14:53:36.525Z] ---> 8c3b27c54edd [2021-02-25T14:53:36.525Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-25T14:53:37.128Z] ---> a3fd6eaf32c6 [2021-02-25T14:53:37.128Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-25T14:53:37.408Z] ---> Running in a1a0479f197b [2021-02-25T14:53:39.357Z] Removing intermediate container a1a0479f197b [2021-02-25T14:53:39.357Z] ---> ec5e60af8d3b [2021-02-25T14:53:39.357Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-25T14:53:42.673Z] ---> Running in ee72311c7055 [2021-02-25T14:53:42.673Z] Removing intermediate container 8a4ef3f69b40 [2021-02-25T14:53:42.673Z] ---> a2e25dabca84 [2021-02-25T14:53:42.673Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-25T14:53:42.673Z] ---> Running in 5466bbbae252 [2021-02-25T14:53:42.673Z] Removing intermediate container ee72311c7055 [2021-02-25T14:53:42.673Z] ---> 693679b81d1d [2021-02-25T14:53:42.673Z] Step 27/30 : CMD ["gate"] [2021-02-25T14:53:42.936Z] ---> Running in 5019bc92372f [2021-02-25T14:53:43.207Z] Removing intermediate container 5019bc92372f [2021-02-25T14:53:43.207Z] ---> 157ec75764b4 [2021-02-25T14:53:43.207Z] Step 28/30 : LABEL arch=x86_64 [2021-02-25T14:53:43.207Z] ---> Running in 106b592ea46c [2021-02-25T14:53:43.476Z] 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-02-25T14:53:44.427Z] Removing intermediate container 106b592ea46c [2021-02-25T14:53:44.427Z] ---> 392100a32116 [2021-02-25T14:53:44.427Z] Step 29/30 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:53:45.376Z] Removing intermediate container 6342ac2dbcc5 [2021-02-25T14:53:45.376Z] ---> 030051895747 [2021-02-25T14:53:45.376Z] [2021-02-25T14:53:45.376Z] Step 10/23 : FROM alpine:3.12 [2021-02-25T14:53:45.376Z] ---> 88dd2752d2ea [2021-02-25T14:53:45.376Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-25T14:53:45.376Z] ---> Running in 24d392cefc45 [2021-02-25T14:53:45.638Z] ---> Running in b3ec67cf8c62 [2021-02-25T14:53:45.638Z] Removing intermediate container 24d392cefc45 [2021-02-25T14:53:45.638Z] ---> b298c5a39acf [2021-02-25T14:53:45.638Z] Step 30/30 : LABEL version=0.0.0 [2021-02-25T14:53:45.899Z] Removing intermediate container b3ec67cf8c62 [2021-02-25T14:53:45.899Z] ---> 63ca7ca66185 [2021-02-25T14:53:45.899Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-25T14:53:46.161Z] ---> Running in b587f55a7e26 [2021-02-25T14:53:46.161Z] ---> Running in eca3edb1d0f0 [2021-02-25T14:53:46.161Z] Removing intermediate container 5466bbbae252 [2021-02-25T14:53:46.161Z] ---> f855d3168bfb [2021-02-25T14:53:46.161Z] [2021-02-25T14:53:46.161Z] Step 11/26 : FROM docker:20.10.0 [2021-02-25T14:53:46.161Z] Removing intermediate container eca3edb1d0f0 [2021-02-25T14:53:46.161Z] ---> 3248a10396d1 [2021-02-25T14:53:46.161Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-25T14:53:46.422Z] Removing intermediate container b587f55a7e26 [2021-02-25T14:53:46.422Z] ---> c543ae21b575 [2021-02-25T14:53:46.422Z] [2021-02-25T14:53:46.422Z] ---> Running in 8916cbe21007 [2021-02-25T14:53:46.422Z] Successfully built c543ae21b575 [2021-02-25T14:53:46.422Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-25T14:53:46.689Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 8916cbe21007 [2021-02-25T14:53:46.689Z] ---> fdf72af4681b [2021-02-25T14:53:46.689Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-25T14:53:46.689Z] ---> Running in aaf478c18625 [2021-02-25T14:53:47.264Z] 20.10.0: Pulling from library/docker [2021-02-25T14:53:47.840Z] Removing intermediate container aaf478c18625 [2021-02-25T14:53:47.840Z] ---> 8acdddb8a3b1 [2021-02-25T14:53:47.840Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-25T14:53:48.102Z] ---> Running in 8b4239972414 [2021-02-25T14:53:49.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:50.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:51.843Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-25T14:53:51.843Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-25T14:53:51.843Z] ---> aefe523efa57 [2021-02-25T14:53:51.843Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-25T14:53:51.843Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-25T14:53:51.843Z] ---> Running in c57f7892e802 [2021-02-25T14:53:51.843Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-25T14:53:51.843Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-25T14:53:52.107Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-25T14:53:52.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:52.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:52.368Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-25T14:53:52.630Z] (1/2) Installing readline (8.0.4-r0) [2021-02-25T14:53:52.630Z] (2/2) Installing bash (5.0.17-r0) [2021-02-25T14:53:52.630Z] Executing bash-5.0.17-r0.post-install [2021-02-25T14:53:52.630Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:53:52.630Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-25T14:53:52.630Z] OK: 12 MiB in 22 packages [2021-02-25T14:53:52.630Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:53:52.630Z] OK: 8 MiB in 20 packages [2021-02-25T14:53:54.021Z] Removing intermediate container c57f7892e802 [2021-02-25T14:53:54.021Z] ---> 053aa49d722f [2021-02-25T14:53:54.021Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-25T14:53:54.021Z] Removing intermediate container 8b4239972414 [2021-02-25T14:53:54.021Z] ---> 339c91f8507c [2021-02-25T14:53:54.021Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-25T14:53:54.021Z] ---> Running in bf26cc6ed72b [2021-02-25T14:53:54.021Z] Removing intermediate container bf26cc6ed72b [2021-02-25T14:53:54.021Z] ---> 62d8406f003c [2021-02-25T14:53:54.021Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-25T14:53:54.021Z] ---> Running in cb669a309164 [2021-02-25T14:53:54.021Z] ---> 0185d212b1f9 [2021-02-25T14:53:54.021Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-25T14:53:54.287Z] Removing intermediate container cb669a309164 [2021-02-25T14:53:54.287Z] ---> 283aa8fc12a4 [2021-02-25T14:53:54.287Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-25T14:53:54.548Z] ---> Running in 1e349a1af52e [2021-02-25T14:53:54.548Z] Removing intermediate container 1e349a1af52e [2021-02-25T14:53:54.548Z] ---> 1f797c32ddb8 [2021-02-25T14:53:54.548Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-25T14:53:54.811Z] ---> fe10f04cb6c7 [2021-02-25T14:53:54.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-25T14:53:55.077Z] ---> 0b5e5a332636 [2021-02-25T14:53:55.077Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-25T14:53:55.077Z] ---> Running in 8c7402c05de0 [2021-02-25T14:53:55.077Z] ---> eccf6837c2d9 [2021-02-25T14:53:55.077Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-25T14:53:55.338Z] Removing intermediate container 8c7402c05de0 [2021-02-25T14:53:55.338Z] ---> b928db9e77c3 [2021-02-25T14:53:55.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:53:55.338Z] ---> Running in f026c46b7c28 [2021-02-25T14:53:55.599Z] ---> 627a846a7092 [2021-02-25T14:53:55.599Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-25T14:53:55.599Z] Removing intermediate container f026c46b7c28 [2021-02-25T14:53:55.599Z] ---> 6433df242720 [2021-02-25T14:53:55.599Z] Step 21/23 : LABEL arch=x86_64 [2021-02-25T14:53:55.599Z] ---> Running in a0d00539a076 [2021-02-25T14:53:55.861Z] ---> 697fe2978d8e [2021-02-25T14:53:55.861Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-25T14:53:55.861Z] ---> Running in 24318cee75a1 [2021-02-25T14:53:55.861Z] Removing intermediate container a0d00539a076 [2021-02-25T14:53:55.861Z] ---> ac1bbcdaaba5 [2021-02-25T14:53:55.861Z] Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:53:56.121Z] ---> Running in bf55b5539419 [2021-02-25T14:53:56.121Z] Removing intermediate container bf55b5539419 [2021-02-25T14:53:56.121Z] ---> 4ed4a3a274f1 [2021-02-25T14:53:56.121Z] Step 23/23 : LABEL version=0.0.0 [2021-02-25T14:53:56.384Z] ---> Running in 20314727e029 [2021-02-25T14:53:56.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:56.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:53:56.384Z] Removing intermediate container 20314727e029 [2021-02-25T14:53:56.384Z] ---> 91fb7b2512a9 [2021-02-25T14:53:56.384Z] [2021-02-25T14:53:56.646Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-25T14:53:56.646Z] (2/33) Installing expat (2.2.9-r1) [2021-02-25T14:53:56.646Z] (3/33) Installing libffi (3.3-r2) [2021-02-25T14:53:56.646Z] (4/33) Installing gdbm (1.13-r1) [2021-02-25T14:53:56.913Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-25T14:53:56.913Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-25T14:53:56.913Z] Successfully built 91fb7b2512a9 [2021-02-25T14:53:56.913Z] (7/33) Installing python3 (3.8.5-r1) [2021-02-25T14:53:56.913Z] Successfully tagged docker-core-data-go:latest [2021-02-25T14:53:57.868Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-25T14:53:57.868Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-25T14:53:57.868Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-25T14:53:57.868Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-25T14:53:57.868Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-25T14:53:57.868Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-25T14:53:57.868Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-25T14:53:57.868Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-25T14:53:58.130Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-25T14:53:58.130Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-25T14:53:58.130Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-25T14:53:58.130Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-25T14:53:58.130Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-25T14:53:58.130Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-25T14:53:58.130Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-25T14:53:58.130Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-25T14:53:58.130Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-25T14:53:58.130Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-25T14:53:58.130Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-25T14:53:58.393Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-25T14:53:58.393Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-25T14:53:58.393Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-25T14:53:58.393Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-25T14:53:58.393Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-25T14:53:58.393Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-25T14:53:58.393Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-25T14:53:58.393Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:53:58.393Z] OK: 71 MiB in 55 packages [2021-02-25T14:54:06.553Z] Removing intermediate container 24318cee75a1 [2021-02-25T14:54:06.553Z] ---> d0d34d408c47 [2021-02-25T14:54:06.553Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-25T14:54:06.553Z] ---> Running in cb11659aa553 [2021-02-25T14:54:07.496Z] Collecting docker-compose==1.23.2 [2021-02-25T14:54:07.496Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-25T14:54:07.756Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-25T14:54:07.757Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-25T14:54:07.757Z] 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-02-25T14:54:08.018Z] Collecting jsonschema<3,>=2.5.1 [2021-02-25T14:54:08.018Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-25T14:54:08.018Z] Collecting cached-property<2,>=1.2.0 [2021-02-25T14:54:08.018Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-25T14:54:08.278Z] Collecting PyYAML<4,>=3.10 [2021-02-25T14:54:08.278Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-25T14:54:09.223Z] Collecting docker<4.0,>=3.6.0 [2021-02-25T14:54:09.224Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-25T14:54:09.224Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-25T14:54:09.224Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-25T14:54:09.795Z] Collecting docopt<0.7,>=0.6.1 [2021-02-25T14:54:09.796Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-25T14:54:11.181Z] Collecting texttable<0.10,>=0.9.0 [2021-02-25T14:54:11.181Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-25T14:54:11.753Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-25T14:54:11.753Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-25T14:54:11.753Z] Collecting idna<2.8,>=2.5 [2021-02-25T14:54:11.753Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-25T14:54:11.753Z] 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-02-25T14:54:11.753Z] 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-02-25T14:54:12.015Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-25T14:54:12.015Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-25T14:54:12.015Z] Collecting docker-pycreds>=0.4.0 [2021-02-25T14:54:12.015Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-25T14:54:12.015Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-25T14:54:12.015Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-25T14:54:12.015Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-25T14:54:12.015Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-25T14:54:12.276Z] Installing collected packages: idna, urllib3, requests, jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, docopt, texttable, docker-compose [2021-02-25T14:54:12.276Z] Attempting uninstall: idna [2021-02-25T14:54:12.276Z] Found existing installation: idna 2.9 [2021-02-25T14:54:12.276Z] Uninstalling idna-2.9: [2021-02-25T14:54:12.276Z] Successfully uninstalled idna-2.9 [2021-02-25T14:54:12.536Z] Attempting uninstall: urllib3 [2021-02-25T14:54:12.536Z] Found existing installation: urllib3 1.25.9 [2021-02-25T14:54:12.536Z] Uninstalling urllib3-1.25.9: [2021-02-25T14:54:12.536Z] Successfully uninstalled urllib3-1.25.9 [2021-02-25T14:54:12.798Z] Attempting uninstall: requests [2021-02-25T14:54:12.798Z] Found existing installation: requests 2.23.0 [2021-02-25T14:54:12.798Z] Uninstalling requests-2.23.0: [2021-02-25T14:54:12.798Z] Successfully uninstalled requests-2.23.0 [2021-02-25T14:54:13.059Z] Running setup.py install for PyYAML: started [2021-02-25T14:54:13.630Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-25T14:54:13.891Z] Running setup.py install for dockerpty: started [2021-02-25T14:54:14.464Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-25T14:54:14.464Z] Running setup.py install for docopt: started [2021-02-25T14:54:14.726Z] Running setup.py install for docopt: finished with status 'done' [2021-02-25T14:54:14.726Z] Running setup.py install for texttable: started [2021-02-25T14:54:15.298Z] Running setup.py install for texttable: finished with status 'done' [2021-02-25T14:54:15.621Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-25T14:54:18.408Z] Removing intermediate container cb11659aa553 [2021-02-25T14:54:18.408Z] ---> 91137f90678e [2021-02-25T14:54:18.408Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-25T14:54:18.408Z] ---> Running in 0b381b8bf3a9 [2021-02-25T14:54:18.670Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-25T14:54:18.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-25T14:54:18.934Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-25T14:54:18.934Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-25T14:54:18.934Z] (3/3) Installing curl (7.69.1-r3) [2021-02-25T14:54:18.934Z] Executing busybox-1.31.1-r19.trigger [2021-02-25T14:54:18.934Z] OK: 72 MiB in 58 packages [2021-02-25T14:54:19.507Z] Removing intermediate container 0b381b8bf3a9 [2021-02-25T14:54:19.507Z] ---> ffc81322c864 [2021-02-25T14:54:19.507Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-25T14:54:19.507Z] ---> Running in 71b4e019786c [2021-02-25T14:54:19.768Z] Removing intermediate container 71b4e019786c [2021-02-25T14:54:19.768Z] ---> 8888ebf04a39 [2021-02-25T14:54:19.768Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-25T14:54:19.768Z] ---> Running in 47857b4524db [2021-02-25T14:54:20.030Z] Removing intermediate container 47857b4524db [2021-02-25T14:54:20.030Z] ---> 40d24cd252a5 [2021-02-25T14:54:20.030Z] Step 24/26 : LABEL arch=x86_64 [2021-02-25T14:54:20.030Z] ---> Running in 0066531de49f [2021-02-25T14:54:20.290Z] Removing intermediate container 0066531de49f [2021-02-25T14:54:20.290Z] ---> 61f379a89a7c [2021-02-25T14:54:20.290Z] Step 25/26 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 [2021-02-25T14:54:20.290Z] ---> Running in fdea4bae7554 [2021-02-25T14:54:20.552Z] Removing intermediate container fdea4bae7554 [2021-02-25T14:54:20.552Z] ---> ee5ecaf3fdc0 [2021-02-25T14:54:20.552Z] Step 26/26 : LABEL version=0.0.0 [2021-02-25T14:54:20.552Z] ---> Running in 7e6918308102 [2021-02-25T14:54:20.814Z] Removing intermediate container 7e6918308102 [2021-02-25T14:54:20.814Z] ---> d8892e842d68 [2021-02-25T14:54:20.814Z] [2021-02-25T14:54:20.814Z] Successfully built d8892e842d68 [2021-02-25T14:54:20.814Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-25T14:54:21.085Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-25T14:54:21.093Z] $ docker stop --time=1 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 [2021-02-25T14:54:22.641Z] $ docker rm -f 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-25T14:54:23.182Z] + docker images [2021-02-25T14:54:23.182Z] + grep docker [2021-02-25T14:54:23.444Z] docker-sys-mgmt-agent-go latest d8892e842d68 3 seconds ago 313MB [2021-02-25T14:54:23.444Z] docker-core-data-go latest 91fb7b2512a9 27 seconds ago 22.4MB [2021-02-25T14:54:23.444Z] docker-security-bootstrapper-go latest c543ae21b575 37 seconds ago 18.3MB [2021-02-25T14:54:23.444Z] docker-support-scheduler-go latest c58468c339db 55 seconds ago 17.2MB [2021-02-25T14:54:23.444Z] docker-security-secretstore-setup-go latest c78fcf19190b 2 minutes ago 24.9MB [2021-02-25T14:54:23.444Z] docker-core-metadata-go latest 3030b9e55e60 2 minutes ago 19MB [2021-02-25T14:54:23.444Z] docker-support-notifications-go latest 2fbe66e7557b 2 minutes ago 17.7MB [2021-02-25T14:54:23.444Z] docker-security-proxy-setup-go latest 756710887463 2 minutes ago 24.7MB [2021-02-25T14:54:23.444Z] docker-core-command-go latest 707da11b24ba 2 minutes ago 17MB [2021-02-25T14:54:23.444Z] docker 20.10.0 aefe523efa57 2 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-02-25T14:54:39.123Z] Still waiting to schedule task [2021-02-25T14:54:39.124Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-25T14:55:30.137Z] Running on prd-ubuntu18.04-docker-8c-8g-27663 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws [2021-02-25T14:55:30.208Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-02-25T14:55:32.290Z] using credential edgex-jenkins-ssh [2021-02-25T14:55:32.381Z] Cloning the remote Git repository [2021-02-25T14:55:32.401Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:55:32.473Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-02-25T14:55:32.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:55:32.498Z] > git --version # timeout=10 [2021-02-25T14:55:32.504Z] > git --version # 'git version 2.17.1' [2021-02-25T14:55:32.504Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:55:32.529Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:55:41.526Z] Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-02-25T14:55:40.855Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:55:40.863Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-25T14:55:40.871Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-25T14:55:40.885Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-25T14:55:40.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-25T14:55:40.889Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-25T14:55:41.542Z] > git config core.sparsecheckout # timeout=10 [2021-02-25T14:55:41.546Z] > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-25T14:55:42.109Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:55:43.895Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:55:44.786Z] ---> package-listing.sh [2021-02-25T14:55:44.786Z] ++ facter osfamily [2021-02-25T14:55:44.786Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-25T14:55:44.786Z] + OS_FAMILY=redhat [2021-02-25T14:55:44.786Z] + workspace=/w/workspace/edgex-go/2 [2021-02-25T14:55:44.786Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-25T14:55:44.786Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-25T14:55:44.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-25T14:55:44.786Z] + PACKAGES=/tmp/packages_start.txt [2021-02-25T14:55:44.786Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-25T14:55:44.786Z] + PACKAGES=/tmp/packages_end.txt [2021-02-25T14:55:44.786Z] + case "${OS_FAMILY}" in [2021-02-25T14:55:44.786Z] + rpm -qa [2021-02-25T14:55:44.786Z] + sort [2021-02-25T14:55:50.081Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-25T14:55:50.081Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-25T14:55:50.081Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-25T14:55:50.081Z] + '[' /w/workspace/edgex-go/2 ']' [2021-02-25T14:55:50.081Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-02-25T14:55:50.081Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-02-25T14:55:50.093Z] 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-02-25T14:55:50.383Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:55:50.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T14:55:50.686Z] [2021-02-25T14:55:50.686Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-25T14:55:51.024Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T14:55:51.024Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-25T14:55:51.024Z] df20fa9351a1: Pulling fs layer [2021-02-25T14:55:51.024Z] 36b3adc4ff6f: Pulling fs layer [2021-02-25T14:55:51.024Z] 8ad3a11d3b57: Pulling fs layer [2021-02-25T14:55:51.024Z] 46f8f816bc3b: Pulling fs layer [2021-02-25T14:55:51.024Z] 93b61091891f: Pulling fs layer [2021-02-25T14:55:51.024Z] 93b9cdb0e59b: Pulling fs layer [2021-02-25T14:55:51.024Z] 5e14af77c1be: Pulling fs layer [2021-02-25T14:55:51.024Z] 01666e4c0597: Pulling fs layer [2021-02-25T14:55:51.024Z] aa168da1d23b: Pulling fs layer [2021-02-25T14:55:51.024Z] 93b61091891f: Waiting [2021-02-25T14:55:51.024Z] 46f8f816bc3b: Waiting [2021-02-25T14:55:51.024Z] 01666e4c0597: Waiting [2021-02-25T14:55:51.024Z] 93b9cdb0e59b: Waiting [2021-02-25T14:55:51.024Z] aa168da1d23b: Waiting [2021-02-25T14:55:51.024Z] 5e14af77c1be: Waiting [2021-02-25T14:55:51.284Z] 36b3adc4ff6f: Verifying Checksum [2021-02-25T14:55:51.284Z] 36b3adc4ff6f: Download complete [2021-02-25T14:55:51.284Z] 46f8f816bc3b: Verifying Checksum [2021-02-25T14:55:51.284Z] 46f8f816bc3b: Download complete [2021-02-25T14:55:51.284Z] df20fa9351a1: Verifying Checksum [2021-02-25T14:55:51.284Z] df20fa9351a1: Download complete [2021-02-25T14:55:51.284Z] 93b9cdb0e59b: Verifying Checksum [2021-02-25T14:55:51.284Z] 93b9cdb0e59b: Download complete [2021-02-25T14:55:51.284Z] 93b61091891f: Download complete [2021-02-25T14:55:51.284Z] 5e14af77c1be: Download complete [2021-02-25T14:55:51.284Z] 01666e4c0597: Verifying Checksum [2021-02-25T14:55:51.284Z] 01666e4c0597: Download complete [2021-02-25T14:55:51.546Z] df20fa9351a1: Pull complete [2021-02-25T14:55:51.808Z] 36b3adc4ff6f: Pull complete [2021-02-25T14:55:52.386Z] 8ad3a11d3b57: Verifying Checksum [2021-02-25T14:55:52.386Z] 8ad3a11d3b57: Download complete [2021-02-25T14:55:52.969Z] 8ad3a11d3b57: Pull complete [2021-02-25T14:55:52.969Z] 46f8f816bc3b: Pull complete [2021-02-25T14:55:53.925Z] aa168da1d23b: Verifying Checksum [2021-02-25T14:55:53.925Z] aa168da1d23b: Download complete [2021-02-25T14:55:54.497Z] 93b61091891f: Pull complete [2021-02-25T14:55:54.758Z] 93b9cdb0e59b: Pull complete [2021-02-25T14:55:55.019Z] 5e14af77c1be: Pull complete [2021-02-25T14:55:55.019Z] 01666e4c0597: Pull complete [2021-02-25T14:56:03.196Z] aa168da1d23b: Pull complete [2021-02-25T14:56:03.196Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-25T14:56:03.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-25T14:56:03.196Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-25T14:56:03.388Z] prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container [2021-02-25T14:56:03.438Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-25T14:56:09.766Z] $ docker top 9ac1eb6d0d783b622808c16f6865a89d52367349d48de9ca827a6273e89768c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-25T14:56:10.314Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-25T14:56:11.247Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-25T14:56:11.544Z] + ls /var/log/sa-host [2021-02-25T14:56:11.544Z] + sadf -c /var/log/sa-host/sa23 [2021-02-25T14:56:11.544Z] file_magic: OK [2021-02-25T14:56:11.544Z] HZ: Using current value: 100 [2021-02-25T14:56:11.544Z] file_header: OK [2021-02-25T14:56:11.544Z] 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-02-25T14:56:11.544Z] Statistics: [2021-02-25T14:56:11.544Z] Hnuu...uuuununununu... [2021-02-25T14:56:11.544Z] File successfully converted to sysstat format version 12.2.1 [2021-02-25T14:56:11.544Z] + sadf -c /var/log/sa-host/sa25 [2021-02-25T14:56:11.544Z] file_magic: OK [2021-02-25T14:56:11.544Z] HZ: Using current value: 100 [2021-02-25T14:56:11.544Z] file_header: OK [2021-02-25T14:56:11.544Z] 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-02-25T14:56:11.544Z] Statistics: [2021-02-25T14:56:11.544Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-25T14:56:11.544Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-25T14:56:12.211Z] provisioning config files... [2021-02-25T14:56:12.230Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2513589502578256414tmp [Pipeline] { [Pipeline] echo [2021-02-25T14:56:12.301Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:12.595Z] ---> create-netrc.sh [Pipeline] } [2021-02-25T14:56:12.605Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-25T14:56:12.712Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:13.005Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-25T14:56:13.016Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:13.319Z] ---> sudo-logs.sh [2021-02-25T14:56:13.319Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-25T14:56:13.372Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:13.664Z] ---> job-cost.sh [2021-02-25T14:56:13.665Z] lf-activate-venv: SKIPPING [2021-02-25T14:56:13.665Z] INFO: No Stack... [2021-02-25T14:56:15.583Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-25T14:56:15.583Z] INFO: Archiving Costs [Pipeline] echo [2021-02-25T14:56:15.856Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-25T14:56:16.151Z] ---> logs-deploy.sh [2021-02-25T14:56:16.151Z] lf-activate-venv: SKIPPING [2021-02-25T14:56:16.151Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/2 [2021-02-25T14:56:16.151Z] INFO: archiving workspace using pattern(s): [2021-02-25T14:56:17.539Z] Archives upload complete. [2021-02-25T14:56:17.539Z] INFO: archiving logs to Nexus