Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bcdc0b503bfe55a544ff90db21609e7c171f1072+dd3c5304426daa1a06e165d92e5378a7e6535b25 (f1b9f1ff6bb99f0178195ba7b8dd8d337eef106e) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29151 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 Merge succeeded, producing 61ae32e767b02baf27a87429e9b1598910e6d914 Checking out Revision 61ae32e767b02baf27a87429e9b1598910e6d914 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 61ae32e767b02baf27a87429e9b1598910e6d914 # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-09T16:39:50.146Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-09T16:39:50.515Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-09T16:39:50.685Z] ========================================================= [2021-03-09T16:39:50.685Z] EdgeX Global Pipelines Version Info [2021-03-09T16:39:50.685Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8f572f177b648054850e24a3102b40330bf15bd3 # timeout=10 [2021-03-09T16:39:52.313Z] ------------------- [2021-03-09T16:39:52.313Z] stable info: [2021-03-09T16:39:52.313Z] ------------------- [2021-03-09T16:39:52.313Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-09T16:39:52.313Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:39:52.314Z] Message: update stable to v1.0.184 [2021-03-09T16:39:53.273Z] ------------------- [2021-03-09T16:39:53.273Z] experimental info: [2021-03-09T16:39:53.273Z] ------------------- [2021-03-09T16:39:53.273Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-09T16:39:53.273Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-09T16:39:53.273Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-09T16:39:53.540Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-09T16:39:53.630Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-09T16:39:53.726Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-09T16:39:53.818Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-09T16:39:53.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-09T16:39:54.000Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-09T16:39:54.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-09T16:39:54.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-09T16:39:54.336Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-09T16:39:54.422Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-09T16:39:54.507Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-09T16:39:54.599Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-09T16:39:54.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-09T16:39:54.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-09T16:39:54.857Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:39:54.941Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-09T16:39:55.023Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-09T16:39:55.119Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-09T16:39:55.199Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-09T16:39:55.283Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-09T16:39:55.364Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-09T16:39:55.502Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-09T16:39:55.582Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-09T16:39:55.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-09T16:39:55.755Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-09T16:39:55.836Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 61ae32e767b02baf27a87429e9b1598910e6d914 [Pipeline] echo [2021-03-09T16:39:55.915Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 61ae32e [Pipeline] echo [2021-03-09T16:39:55.995Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-09T16:39:56.152Z] provisioning config files... [2021-03-09T16:39:56.185Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2541085886953765219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:39:56.575Z] ---> docker-login.sh [2021-03-09T16:39:56.575Z] nexus3.edgexfoundry.org:10001 [2021-03-09T16:39:56.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:39:57.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:39:57.107Z] Configure a credential helper to remove this warning. See [2021-03-09T16:39:57.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:39:57.107Z] [2021-03-09T16:39:57.107Z] Login Succeeded [2021-03-09T16:39:57.107Z] nexus3.edgexfoundry.org:10002 [2021-03-09T16:39:57.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:39:57.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:39:57.375Z] Configure a credential helper to remove this warning. See [2021-03-09T16:39:57.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:39:57.375Z] [2021-03-09T16:39:57.375Z] Login Succeeded [2021-03-09T16:39:57.375Z] nexus3.edgexfoundry.org:10003 [2021-03-09T16:39:57.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:39:57.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:39:57.640Z] Configure a credential helper to remove this warning. See [2021-03-09T16:39:57.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:39:57.640Z] [2021-03-09T16:39:57.640Z] Login Succeeded [2021-03-09T16:39:57.640Z] nexus3.edgexfoundry.org:10004 [2021-03-09T16:39:57.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:39:57.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:39:57.903Z] Configure a credential helper to remove this warning. See [2021-03-09T16:39:57.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:39:57.903Z] [2021-03-09T16:39:57.903Z] Login Succeeded [2021-03-09T16:39:57.903Z] docker.io [2021-03-09T16:39:57.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-09T16:39:58.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-09T16:39:58.166Z] Configure a credential helper to remove this warning. See [2021-03-09T16:39:58.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-09T16:39:58.166Z] [2021-03-09T16:39:58.166Z] Login Succeeded [2021-03-09T16:39:58.166Z] ---> docker-login.sh ends [Pipeline] } [2021-03-09T16:39:58.178Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:39:58.675Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/core-command/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/core-data/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-09T16:39:58.676Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-09T16:39:58.676Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-09T16:39:58.676Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-09T16:39:58.676Z] ++ cut -d/ -f2 [2021-03-09T16:39:58.676Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-09T16:39:58.760Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:39:59.746Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:39:59.746Z] [2021-03-09T16:39:59.746Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:00.121Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:40:00.121Z] latest: Pulling from edgex-devops/git-semver [2021-03-09T16:40:00.121Z] 31603596830f: Pulling fs layer [2021-03-09T16:40:00.121Z] 2a8b12db71e7: Pulling fs layer [2021-03-09T16:40:00.121Z] 6ca5941a6612: Pulling fs layer [2021-03-09T16:40:00.121Z] ecc8261a40a4: Pulling fs layer [2021-03-09T16:40:00.121Z] ecc8261a40a4: Waiting [2021-03-09T16:40:00.121Z] 2a8b12db71e7: Verifying Checksum [2021-03-09T16:40:00.121Z] 2a8b12db71e7: Download complete [2021-03-09T16:40:00.384Z] 31603596830f: Verifying Checksum [2021-03-09T16:40:00.384Z] 31603596830f: Download complete [2021-03-09T16:40:00.384Z] ecc8261a40a4: Verifying Checksum [2021-03-09T16:40:00.384Z] ecc8261a40a4: Download complete [2021-03-09T16:40:00.384Z] 6ca5941a6612: Verifying Checksum [2021-03-09T16:40:00.384Z] 6ca5941a6612: Download complete [2021-03-09T16:40:00.647Z] 31603596830f: Pull complete [2021-03-09T16:40:00.925Z] 2a8b12db71e7: Pull complete [2021-03-09T16:40:01.909Z] 6ca5941a6612: Pull complete [2021-03-09T16:40:02.177Z] ecc8261a40a4: Pull complete [2021-03-09T16:40:02.177Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-09T16:40:02.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-09T16:40:02.441Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-09T16:40:02.597Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:40:02.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-09T16:40:04.879Z] $ docker top 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-09T16:40:05.207Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:40:05.207Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:40:05.518Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:40:05.522Z] $ docker exec 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent [2021-03-09T16:40:05.900Z] SSH_AUTH_SOCK=/tmp/ssh-NNWI6AYagSH2/agent.12 [2021-03-09T16:40:05.900Z] SSH_AGENT_PID=18 [2021-03-09T16:40:05.914Z] Running ssh-add (command line suppressed) [2021-03-09T16:40:06.051Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4211048713837591466.key (/w/workspace/edgex-go/3@tmp/private_key_4211048713837591466.key) [2021-03-09T16:40:06.117Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:40:06.461Z] + git tag --points-at HEAD [Pipeline] } [2021-03-09T16:40:06.485Z] $ docker exec --env ******** --env ******** 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent -k [2021-03-09T16:40:06.676Z] unset SSH_AUTH_SOCK; [2021-03-09T16:40:06.676Z] unset SSH_AGENT_PID; [2021-03-09T16:40:06.676Z] echo Agent pid 18 killed; [2021-03-09T16:40:06.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-09T16:40:06.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-09T16:40:06.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-09T16:40:07.131Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-09T16:40:07.133Z] $ docker exec 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent [2021-03-09T16:40:07.321Z] SSH_AUTH_SOCK=/tmp/ssh-oda4R8qBUrt9/agent.47 [2021-03-09T16:40:07.321Z] SSH_AGENT_PID=52 [2021-03-09T16:40:07.330Z] Running ssh-add (command line suppressed) [2021-03-09T16:40:07.472Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8817551863127767401.key (/w/workspace/edgex-go/3@tmp/private_key_8817551863127767401.key) [2021-03-09T16:40:07.549Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-09T16:40:07.934Z] + git semver init [2021-03-09T16:40:07.934Z] # -> Open(): unable to determine branch for HEAD [2021-03-09T16:40:07.934Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-03-09T16:40:07.934Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-03-09T16:40:07.934Z] # $SEMVER_REMOTE_NAME = origin [2021-03-09T16:40:07.934Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-09T16:40:07.934Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-09T16:40:07.934Z] # $SEMVER_BRANCH = PR-3234 [2021-03-09T16:40:07.934Z] # $SEMVER_TEMP = /tmp/semver-472828078 [2021-03-09T16:40:07.934Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-09T16:40:40.996Z] # '/tmp/semver-472828078' -> '/w/workspace/edgex-go/3/.semver' [2021-03-09T16:40:40.996Z] # -> Force: false [2021-03-09T16:40:40.996Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-03-09T16:40:41.014Z] $ docker exec --env ******** --env ******** 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee ssh-agent -k [2021-03-09T16:40:41.322Z] unset SSH_AUTH_SOCK; [2021-03-09T16:40:41.323Z] unset SSH_AGENT_PID; [2021-03-09T16:40:41.323Z] echo Agent pid 52 killed; [2021-03-09T16:40:41.463Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-09T16:40:41.963Z] + git semver [Pipeline] } [2021-03-09T16:40:41.986Z] $ docker stop --time=1 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee [2021-03-09T16:40:43.772Z] $ docker rm -f 5fc61ec9ff5a8f5b7d0b5f0504d85aa7aeecc3989492688d8ccfa3104b24f8ee [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:40:44.408Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-09T16:40:45.071Z] Stashed 1 file(s) [Pipeline] echo [2021-03-09T16:40:45.074Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-09T16:40:45.979Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:40:46.301Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-09T16:40:46.631Z] + sudo service docker restart [2021-03-09T16:40:46.631Z] + true [2021-03-09T16:40:46.631Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-09T16:40:47.610Z] ========================================================= [2021-03-09T16:40:47.610Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-09T16:40:47.610Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:40:47.963Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-09T16:40:52.218Z] Sending build context to Docker daemon 328.4MB [2021-03-09T16:40:52.218Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-09T16:40:52.218Z] Step 2/6 : FROM ${BASE} [2021-03-09T16:40:52.487Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-09T16:40:52.487Z] 188c0c94c7c5: Pulling fs layer [2021-03-09T16:40:52.487Z] 0ef7d3d256c8: Pulling fs layer [2021-03-09T16:40:52.487Z] de9db76c5a1d: Pulling fs layer [2021-03-09T16:40:52.487Z] bca2f99d35d6: Pulling fs layer [2021-03-09T16:40:52.487Z] 93359f2a8cfa: Pulling fs layer [2021-03-09T16:40:52.487Z] 7c6f9722023f: Pulling fs layer [2021-03-09T16:40:52.487Z] a35cf1a2eb13: Pulling fs layer [2021-03-09T16:40:52.487Z] bca2f99d35d6: Waiting [2021-03-09T16:40:52.487Z] 93359f2a8cfa: Waiting [2021-03-09T16:40:52.487Z] 7c6f9722023f: Waiting [2021-03-09T16:40:52.487Z] a35cf1a2eb13: Waiting [2021-03-09T16:40:52.487Z] de9db76c5a1d: Verifying Checksum [2021-03-09T16:40:52.487Z] de9db76c5a1d: Download complete [2021-03-09T16:40:52.487Z] 0ef7d3d256c8: Verifying Checksum [2021-03-09T16:40:52.487Z] 0ef7d3d256c8: Download complete [2021-03-09T16:40:52.487Z] 93359f2a8cfa: Verifying Checksum [2021-03-09T16:40:52.487Z] 93359f2a8cfa: Download complete [2021-03-09T16:40:52.487Z] 188c0c94c7c5: Verifying Checksum [2021-03-09T16:40:52.487Z] 188c0c94c7c5: Download complete [2021-03-09T16:40:52.487Z] 7c6f9722023f: Verifying Checksum [2021-03-09T16:40:52.487Z] 7c6f9722023f: Download complete [2021-03-09T16:40:53.064Z] 188c0c94c7c5: Pull complete [2021-03-09T16:40:53.326Z] 0ef7d3d256c8: Pull complete [2021-03-09T16:40:53.326Z] de9db76c5a1d: Pull complete [2021-03-09T16:40:54.767Z] a35cf1a2eb13: Verifying Checksum [2021-03-09T16:40:54.767Z] a35cf1a2eb13: Download complete [2021-03-09T16:40:55.721Z] bca2f99d35d6: Verifying Checksum [2021-03-09T16:40:55.721Z] bca2f99d35d6: Download complete [2021-03-09T16:41:00.461Z] Still waiting to schedule task [2021-03-09T16:41:00.461Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-09T16:41:04.083Z] bca2f99d35d6: Pull complete [2021-03-09T16:41:04.084Z] 93359f2a8cfa: Pull complete [2021-03-09T16:41:04.084Z] 7c6f9722023f: Pull complete [2021-03-09T16:41:07.470Z] a35cf1a2eb13: Pull complete [2021-03-09T16:41:07.470Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-09T16:41:07.470Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-09T16:41:07.470Z] ---> a62c8e92a672 [2021-03-09T16:41:07.470Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-09T16:41:07.471Z] ---> Running in 292b54b2c0c5 [2021-03-09T16:41:08.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:41:09.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:41:10.837Z] (1/12) Installing libmagic (5.38-r0) [2021-03-09T16:41:11.101Z] (2/12) Installing file (5.38-r0) [2021-03-09T16:41:11.101Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-09T16:41:11.101Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-09T16:41:29.260Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-09T16:41:29.260Z] (6/12) Installing patch (2.7.6-r6) [2021-03-09T16:41:29.260Z] (7/12) Installing build-base (0.5-r2) [2021-03-09T16:41:29.260Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-09T16:41:29.260Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-09T16:41:29.260Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-09T16:41:29.260Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-09T16:41:29.260Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-09T16:41:29.260Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:41:29.260Z] OK: 233 MiB in 51 packages [2021-03-09T16:41:31.836Z] Removing intermediate container 292b54b2c0c5 [2021-03-09T16:41:31.836Z] ---> a2d8dbf54144 [2021-03-09T16:41:31.836Z] Step 4/6 : WORKDIR /edgex-go [2021-03-09T16:41:31.836Z] ---> Running in e7774ae3b0d6 [2021-03-09T16:41:31.836Z] Removing intermediate container e7774ae3b0d6 [2021-03-09T16:41:31.836Z] ---> 20c8209e68b8 [2021-03-09T16:41:31.836Z] Step 5/6 : COPY go.mod . [2021-03-09T16:41:32.100Z] ---> d12206ca1378 [2021-03-09T16:41:32.100Z] Step 6/6 : RUN go mod download [2021-03-09T16:41:32.363Z] ---> Running in c568d7bcff72 [2021-03-09T16:41:59.119Z] Removing intermediate container c568d7bcff72 [2021-03-09T16:41:59.119Z] ---> fdbb74707589 [2021-03-09T16:41:59.119Z] Successfully built fdbb74707589 [2021-03-09T16:41:59.119Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:41:59.452Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:41:59.452Z] . [Pipeline] withDockerContainer [2021-03-09T16:41:59.571Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:41:59.642Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-09T16:42:00.646Z] $ docker top 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:42:01.306Z] + go version [2021-03-09T16:42:01.306Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-09T16:42:01.344Z] $ docker stop --time=1 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 [2021-03-09T16:42:02.786Z] $ docker rm -f 8fdd8d973ae6de67810dbfa0d8cc0906ed68c4bc144a1dbcce3a24c9e16f1e25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:42:03.776Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-09T16:42:03.776Z] . [Pipeline] withDockerContainer [2021-03-09T16:42:03.904Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:42:03.974Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-03-09T16:42:04.872Z] $ docker top 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-09T16:42:05.121Z] ========================================================= [2021-03-09T16:42:05.121Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-09T16:42:05.121Z] ========================================================= [Pipeline] sh [2021-03-09T16:42:05.437Z] + make test [2021-03-09T16:42:05.438Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-09T16:42:15.560Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-09T16:42:33.873Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-09T16:42:40.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-09T16:42:40.614Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-09T16:42:40.896Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-09T16:42:44.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-09T16:42:44.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-09T16:42:44.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-09T16:42:44.318Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-09T16:42:45.288Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-09T16:42:45.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-09T16:42:48.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-09T16:42:48.973Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-09T16:42:48.973Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-09T16:42:52.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 45.9% of statements [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-09T16:42:52.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-09T16:42:52.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.139s coverage: 100.0% of statements [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.261s coverage: 27.1% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 71.3% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.257s coverage: 82.9% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:42:55.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements [2021-03-09T16:42:55.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.459s coverage: 28.6% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-09T16:43:00.272Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-09T16:43:00.272Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.508s coverage: 92.8% of statements [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.113s coverage: 0.1% of statements [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-09T16:43:03.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 47.1% of statements [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 79.5% of statements [2021-03-09T16:43:03.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-03-09T16:43:03.365Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-03-09T16:43:03.974Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements [2021-03-09T16:43:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements [2021-03-09T16:43:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2021-03-09T16:43:16.283Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.050s coverage: 81.4% of statements [2021-03-09T16:43:23.736Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29157 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-09T16:43:23.788Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.093s coverage: 92.9% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.050s coverage: 77.8% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.052s coverage: 87.2% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.6% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 62.4% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.403s coverage: 69.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.062s coverage: 84.8% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.199s coverage: 47.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.108s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.164s coverage: 87.8% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.864s coverage: 29.1% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 95.6% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-09T16:43:28.634Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-03-09T16:43:28.634Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.049s coverage: 100.0% of statements [2021-03-09T16:43:28.668Z] using credential edgex-jenkins-ssh [2021-03-09T16:43:28.732Z] Cloning the remote Git repository [2021-03-09T16:43:28.802Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:43:29.223Z] GO111MODULE=on go vet ./... [2021-03-09T16:43:28.907Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-09T16:43:28.970Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:43:28.971Z] > git --version # timeout=10 [2021-03-09T16:43:28.988Z] > git --version # 'git version 2.17.1' [2021-03-09T16:43:28.990Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:43:29.085Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:43:47.146Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T16:43:47.558Z] Failed in branch arm64 [2021-03-09T16:43:46.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:43:46.409Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:43:46.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:43:46.466Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:43:46.467Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:43:46.478Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:43:47.172Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:43:47.186Z] > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # timeout=10 [2021-03-09T16:44:08.290Z] gofmt -l . [2021-03-09T16:44:08.290Z] [ "`gofmt -l .`" = "" ] [2021-03-09T16:44:08.290Z] ./bin/test-go-mod-tidy.sh [2021-03-09T16:44:08.290Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-09T16:44:08.620Z] + ls -al . [2021-03-09T16:44:08.620Z] total 736 [2021-03-09T16:44:08.620Z] drwxrwxr-x 10 1001 1001 4096 Mar 9 16:44 . [2021-03-09T16:44:08.620Z] drwxr-xr-x 4 root root 28 Mar 9 16:42 .. [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 11 Mar 9 16:39 .dockerignore [2021-03-09T16:44:08.620Z] drwxrwxr-x 8 1001 1001 179 Mar 9 16:39 .git [2021-03-09T16:44:08.620Z] drwxrwxr-x 3 1001 1001 125 Mar 9 16:39 .github [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 818 Mar 9 16:39 .gitignore [2021-03-09T16:44:08.620Z] drwx------ 3 1001 1001 60 Mar 9 16:40 .semver [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 166 Mar 9 16:39 .sonarcloud.properties [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:39 Attribution.txt [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:39 CONTRIBUTING.md [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 931 Mar 9 16:39 Dockerfile.build [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 863 Mar 9 16:39 Jenkinsfile [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:39 LICENSE [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:39 Makefile [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:39 README.md [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:39 SECURITY.md [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 5 Mar 9 16:40 VERSION [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:39 ZMQWindows.md [2021-03-09T16:44:08.620Z] drwxrwxr-x 2 1001 1001 117 Mar 9 16:39 bin [2021-03-09T16:44:08.620Z] drwxrwxr-x 14 1001 1001 4096 Mar 9 16:39 cmd [2021-03-09T16:44:08.620Z] -rw-r--r-- 1 root root 624012 Mar 9 16:43 coverage.out [2021-03-09T16:44:08.620Z] -rw-r--r-- 1 root root 1056 Mar 9 16:44 go.mod [2021-03-09T16:44:08.620Z] -rw-r--r-- 1 root root 21983 Mar 9 16:44 go.sum [2021-03-09T16:44:08.620Z] drwxrwxr-x 8 1001 1001 127 Mar 9 16:39 internal [2021-03-09T16:44:08.620Z] drwxrwxr-x 4 1001 1001 26 Mar 9 16:39 openapi [2021-03-09T16:44:08.620Z] drwxrwxr-x 4 1001 1001 71 Mar 9 16:39 snap [2021-03-09T16:44:08.620Z] -rw-rw-r-- 1 1001 1001 168 Mar 9 16:39 version.go [Pipeline] sh [2021-03-09T16:44:08.942Z] + '[' -e coverage.out ] [2021-03-09T16:44:08.942Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-09T16:44:09.274Z] Stashed 1 file(s) [Pipeline] sh [2021-03-09T16:44:09.595Z] + make build [2021-03-09T16:44:09.596Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:44:13.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:44:26.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:44:26.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:44:28.704Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:44:29.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:44:31.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:44:33.629Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:44:35.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:44:37.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:44:38.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:44:39.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-09T16:44:42.497Z] $ docker stop --time=1 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 [2021-03-09T16:44:44.328Z] $ docker rm -f 22ccc466ab5c975dedaf87b165854a2e890e917fbb6902ffb46feb2456d98044 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:46.343Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:44:46.343Z] [2021-03-09T16:44:46.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:44:46.697Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:44:46.697Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-09T16:44:46.697Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-09T16:44:46.697Z] ca9280d653b3: Pulling fs layer [2021-03-09T16:44:46.697Z] 7e9c9ca2126c: Pulling fs layer [2021-03-09T16:44:46.971Z] cbdbe7a5bc2a: Download complete [2021-03-09T16:44:47.550Z] cbdbe7a5bc2a: Pull complete [2021-03-09T16:44:47.550Z] ca9280d653b3: Verifying Checksum [2021-03-09T16:44:47.550Z] ca9280d653b3: Download complete [2021-03-09T16:44:48.983Z] ca9280d653b3: Pull complete [2021-03-09T16:44:49.568Z] 7e9c9ca2126c: Verifying Checksum [2021-03-09T16:44:49.568Z] 7e9c9ca2126c: Download complete [2021-03-09T16:44:57.171Z] 7e9c9ca2126c: Pull complete [2021-03-09T16:44:57.171Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-09T16:44:57.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:44:57.171Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-09T16:44:57.404Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:44:57.461Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:44:59.456Z] $ docker top 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:45:00.038Z] + docker-compose build --help [2021-03-09T16:45:00.038Z] + grep parallel [2021-03-09T16:45:01.446Z] --parallel Build images in parallel. [Pipeline] } [2021-03-09T16:45:01.464Z] $ docker stop --time=1 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 [2021-03-09T16:45:03.000Z] $ docker rm -f 6c13a09d0cae7894d167e6e61d6a680b8c52f7a2fb8a328546f40687a9637af3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:45:03.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-09T16:45:03.751Z] . [Pipeline] withDockerContainer [2021-03-09T16:45:04.090Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:45:04.287Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-09T16:45:05.152Z] $ docker top 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:45:05.680Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-09T16:45:07.084Z] Building docker-core-command-go ... [2021-03-09T16:45:07.084Z] Building docker-core-data-go ... [2021-03-09T16:45:07.084Z] Building docker-core-metadata-go ... [2021-03-09T16:45:07.084Z] Building docker-security-bootstrapper-go ... [2021-03-09T16:45:07.084Z] Building docker-security-proxy-setup-go ... [2021-03-09T16:45:07.084Z] Building docker-security-secretstore-setup-go ... [2021-03-09T16:45:07.085Z] Building docker-support-notifications-go ... [2021-03-09T16:45:07.085Z] Building docker-support-scheduler-go ... [2021-03-09T16:45:07.085Z] Building docker-sys-mgmt-agent-go ... [2021-03-09T16:45:07.085Z] Building docker-support-notifications-go [2021-03-09T16:45:07.085Z] Building docker-core-command-go [2021-03-09T16:45:07.085Z] Building docker-security-secretstore-setup-go [2021-03-09T16:45:07.085Z] Building docker-security-bootstrapper-go [2021-03-09T16:45:07.085Z] Building docker-sys-mgmt-agent-go [2021-03-09T16:45:54.148Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:54.148Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:45:54.148Z] ---> fdbb74707589 [2021-03-09T16:45:54.148Z] Step 3/31 : WORKDIR /edgex-go [2021-03-09T16:45:54.148Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:54.148Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:45:54.148Z] ---> fdbb74707589 [2021-03-09T16:45:54.148Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:45:54.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:54.148Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:45:54.148Z] ---> fdbb74707589 [2021-03-09T16:45:54.148Z] Step 3/24 : WORKDIR /edgex-go [2021-03-09T16:45:54.148Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:54.148Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:45:54.148Z] ---> fdbb74707589 [2021-03-09T16:45:54.148Z] Step 3/26 : WORKDIR /edgex-go [2021-03-09T16:45:54.148Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:45:54.148Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:45:54.148Z] ---> fdbb74707589 [2021-03-09T16:45:54.148Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:45:54.148Z] ---> Running in 791432365d95 [2021-03-09T16:45:54.148Z] ---> Running in 02ab7ea96e99 [2021-03-09T16:45:54.148Z] ---> Running in 4b84470e422c [2021-03-09T16:45:54.148Z] ---> Running in 10facfba97aa [2021-03-09T16:45:54.148Z] ---> Running in 31c96cdf8900 [2021-03-09T16:45:54.148Z] Removing intermediate container 02ab7ea96e99 [2021-03-09T16:45:54.148Z] ---> bab95bdf56c0 [2021-03-09T16:45:54.148Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:54.148Z] Removing intermediate container 791432365d95 [2021-03-09T16:45:54.148Z] ---> d2014fea083d [2021-03-09T16:45:54.148Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:54.148Z] Removing intermediate container 31c96cdf8900 [2021-03-09T16:45:54.148Z] ---> 4d7b0d842b6e [2021-03-09T16:45:54.148Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:54.148Z] Removing intermediate container 10facfba97aa [2021-03-09T16:45:54.148Z] ---> f3762b69e571 [2021-03-09T16:45:54.148Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:54.148Z] Removing intermediate container 4b84470e422c [2021-03-09T16:45:54.148Z] ---> 2cf215ccf754 [2021-03-09T16:45:54.148Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:45:54.148Z] ---> Running in 75e62a64ecaf [2021-03-09T16:45:54.148Z] ---> Running in 07e29c4a4844 [2021-03-09T16:45:54.148Z] ---> Running in acc4f9141d15 [2021-03-09T16:45:54.148Z] ---> Running in 50d515b70a0e [2021-03-09T16:45:54.148Z] ---> Running in 54c9d66eb4dc [2021-03-09T16:45:54.148Z] Removing intermediate container 75e62a64ecaf [2021-03-09T16:45:54.148Z] ---> e4b38cdbda51 [2021-03-09T16:45:54.148Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-09T16:45:54.148Z] Removing intermediate container acc4f9141d15 [2021-03-09T16:45:54.148Z] ---> 50c6a6b6d15f [2021-03-09T16:45:54.148Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-09T16:45:54.148Z] Removing intermediate container 54c9d66eb4dc [2021-03-09T16:45:54.148Z] ---> 7f3675662ab0 [2021-03-09T16:45:54.148Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:45:54.148Z] ---> Running in 176bab9abd42 [2021-03-09T16:45:54.148Z] ---> Running in 5ad3ec2ee65a [2021-03-09T16:45:54.148Z] ---> Running in a92b76bfbde8 [2021-03-09T16:45:54.148Z] Removing intermediate container 50d515b70a0e [2021-03-09T16:45:54.148Z] ---> d7e7fae53ea8 [2021-03-09T16:45:54.148Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-09T16:45:54.148Z] Removing intermediate container 07e29c4a4844 [2021-03-09T16:45:54.148Z] ---> e566bf4b0e13 [2021-03-09T16:45:54.148Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-09T16:45:54.148Z] ---> Running in d492391d629c [2021-03-09T16:45:54.148Z] ---> Running in 0520afa751e3 [2021-03-09T16:45:55.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:55.981Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:56.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:45:56.522Z] OK: 233 MiB in 51 packages [2021-03-09T16:45:56.522Z] OK: 233 MiB in 51 packages [2021-03-09T16:45:56.522Z] OK: 233 MiB in 51 packages [2021-03-09T16:45:56.787Z] OK: 233 MiB in 51 packages [2021-03-09T16:45:57.054Z] OK: 233 MiB in 51 packages [2021-03-09T16:45:58.020Z] Removing intermediate container 176bab9abd42 [2021-03-09T16:45:58.020Z] ---> 33d98aa629a7 [2021-03-09T16:45:58.020Z] Step 6/22 : COPY go.mod . [2021-03-09T16:45:58.020Z] Removing intermediate container 5ad3ec2ee65a [2021-03-09T16:45:58.020Z] ---> 2fc0322b9c0e [2021-03-09T16:45:58.020Z] Step 6/31 : COPY go.mod . [2021-03-09T16:45:58.020Z] Removing intermediate container a92b76bfbde8 [2021-03-09T16:45:58.020Z] ---> efe2101f906e [2021-03-09T16:45:58.020Z] Step 6/23 : COPY go.mod . [2021-03-09T16:45:58.292Z] Removing intermediate container d492391d629c [2021-03-09T16:45:58.292Z] ---> a361e5c220e3 [2021-03-09T16:45:58.292Z] Step 6/26 : COPY go.mod . [2021-03-09T16:45:58.582Z] Removing intermediate container 0520afa751e3 [2021-03-09T16:45:58.582Z] ---> 2731916f1cf4 [2021-03-09T16:45:58.582Z] Step 6/24 : COPY go.mod . [2021-03-09T16:45:58.582Z] ---> 2b8389ca91a8 [2021-03-09T16:45:58.582Z] Step 7/22 : RUN go mod download [2021-03-09T16:45:58.582Z] ---> 538f4f3b13ad [2021-03-09T16:45:58.582Z] Step 7/31 : RUN go mod download [2021-03-09T16:45:58.582Z] ---> 6a3ae58bc387 [2021-03-09T16:45:58.582Z] Step 7/23 : RUN go mod download [2021-03-09T16:45:58.582Z] ---> Running in b52f8c59bad7 [2021-03-09T16:45:58.582Z] ---> Running in 176b28edc3fc [2021-03-09T16:45:58.847Z] ---> caa0de9ca85b [2021-03-09T16:45:58.847Z] Step 7/26 : RUN go mod download [2021-03-09T16:45:58.847Z] ---> Running in 3a6904423765 [2021-03-09T16:45:59.120Z] ---> 432c805583db [2021-03-09T16:45:59.120Z] Step 7/24 : RUN go mod download [2021-03-09T16:45:59.120Z] ---> Running in 88a422441b8f [2021-03-09T16:45:59.120Z] ---> Running in 599cf3f6d078 [2021-03-09T16:46:02.503Z] Removing intermediate container 176b28edc3fc [2021-03-09T16:46:02.503Z] ---> ecebbdfd91e9 [2021-03-09T16:46:02.503Z] Step 8/31 : COPY . . [2021-03-09T16:46:02.503Z] Removing intermediate container 3a6904423765 [2021-03-09T16:46:02.503Z] ---> b6c2352c1ab9 [2021-03-09T16:46:02.503Z] Step 8/23 : COPY . . [2021-03-09T16:46:02.503Z] Removing intermediate container 599cf3f6d078 [2021-03-09T16:46:02.503Z] ---> b561427bdf37 [2021-03-09T16:46:02.503Z] Step 8/24 : COPY . . [2021-03-09T16:46:02.503Z] Removing intermediate container 88a422441b8f [2021-03-09T16:46:02.503Z] ---> 4898d631ae26 [2021-03-09T16:46:02.503Z] Step 8/26 : COPY . . [2021-03-09T16:46:02.503Z] Removing intermediate container b52f8c59bad7 [2021-03-09T16:46:02.503Z] ---> 402382d15a08 [2021-03-09T16:46:02.503Z] Step 8/22 : COPY . . [2021-03-09T16:46:41.772Z] ---> 3f956d84cdfc [2021-03-09T16:46:41.772Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-09T16:46:41.772Z] ---> aec58d12278d [2021-03-09T16:46:41.772Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-09T16:46:42.388Z] ---> Running in 25416eabda84 [2021-03-09T16:46:42.388Z] ---> Running in aabbc79d73de [2021-03-09T16:46:42.388Z] ---> 6b609d6a4448 [2021-03-09T16:46:42.388Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-09T16:46:42.388Z] ---> 793fa96c6439 [2021-03-09T16:46:42.388Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-09T16:46:42.662Z] ---> 95907eb585f4 [2021-03-09T16:46:42.662Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-09T16:46:42.932Z] ---> Running in 50cf18b4aa09 [2021-03-09T16:46:43.212Z] ---> Running in 31bcb8e09d14 [2021-03-09T16:46:43.212Z] ---> Running in 9bdd24c778a4 [2021-03-09T16:46:44.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-09T16:46:44.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-09T16:46:44.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-09T16:46:44.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-09T16:46:44.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-09T16:47:24.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-09T16:47:30.827Z] Removing intermediate container 50cf18b4aa09 [2021-03-09T16:47:30.827Z] ---> e69ebfa7cfe2 [2021-03-09T16:47:30.827Z] [2021-03-09T16:47:30.827Z] Step 10/31 : FROM alpine:3.12 [2021-03-09T16:47:30.827Z] 3.12: Pulling from library/alpine [2021-03-09T16:47:30.827Z] Removing intermediate container 31bcb8e09d14 [2021-03-09T16:47:30.827Z] ---> bb145405d462 [2021-03-09T16:47:30.827Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-09T16:47:30.827Z] Removing intermediate container aabbc79d73de [2021-03-09T16:47:30.827Z] ---> eb29d0bd28d1 [2021-03-09T16:47:30.827Z] [2021-03-09T16:47:30.827Z] Step 10/24 : FROM alpine:3.12 [2021-03-09T16:47:30.827Z] 3.12: Pulling from library/alpine [2021-03-09T16:47:31.092Z] ---> Running in 951c5875c043 [2021-03-09T16:47:31.362Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:47:31.362Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-09T16:47:31.362Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:47:31.362Z] ---> 88dd2752d2ea [2021-03-09T16:47:31.362Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-09T16:47:31.362Z] Status: Downloaded newer image for alpine:3.12 [2021-03-09T16:47:31.362Z] ---> 88dd2752d2ea [2021-03-09T16:47:31.362Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-09T16:47:33.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-09T16:47:33.900Z] ---> Running in 6558006c42cc [2021-03-09T16:47:33.900Z] ---> Running in f173e965a3e3 [2021-03-09T16:47:34.169Z] Removing intermediate container 25416eabda84 [2021-03-09T16:47:34.169Z] ---> 78df84421d3b [2021-03-09T16:47:34.169Z] [2021-03-09T16:47:34.169Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:47:34.169Z] ---> 88dd2752d2ea [2021-03-09T16:47:34.169Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:47:34.169Z] Removing intermediate container 9bdd24c778a4 [2021-03-09T16:47:34.169Z] ---> 6f59311a8ae9 [2021-03-09T16:47:34.169Z] [2021-03-09T16:47:34.169Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:47:34.169Z] ---> 88dd2752d2ea [2021-03-09T16:47:34.169Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-09T16:47:34.450Z] ---> Running in 64f4c145cd5c [2021-03-09T16:47:34.450Z] ---> Running in 8f4b644ac2af [2021-03-09T16:47:34.450Z] Removing intermediate container f173e965a3e3 [2021-03-09T16:47:34.450Z] ---> f2012713ea6d [2021-03-09T16:47:34.450Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-09T16:47:34.733Z] ---> Running in b70c80165a0e [2021-03-09T16:47:35.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:35.016Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:35.297Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-09T16:47:35.297Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:47:35.297Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-09T16:47:35.297Z] (4/5) Installing curl (7.69.1-r3) [2021-03-09T16:47:35.297Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-09T16:47:35.297Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:35.569Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:47:36.151Z] OK: 7 MiB in 19 packages [2021-03-09T16:47:36.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.151Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.428Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-09T16:47:36.428Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:47:36.428Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:36.428Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:47:36.428Z] Removing intermediate container 951c5875c043 [2021-03-09T16:47:36.428Z] ---> f0023d67fe8d [2021-03-09T16:47:36.428Z] [2021-03-09T16:47:36.428Z] Step 11/26 : FROM docker:20.10.0 [2021-03-09T16:47:36.428Z] OK: 6 MiB in 16 packages [2021-03-09T16:47:36.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.428Z] 20.10.0: Pulling from library/docker [2021-03-09T16:47:36.428Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.704Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:36.704Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-09T16:47:36.704Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:36.704Z] OK: 6 MiB in 15 packages [2021-03-09T16:47:36.704Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-09T16:47:36.704Z] (2/2) Installing su-exec (0.2-r1) [2021-03-09T16:47:36.704Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:36.975Z] OK: 6 MiB in 16 packages [2021-03-09T16:47:38.438Z] Removing intermediate container 6558006c42cc [2021-03-09T16:47:38.438Z] ---> c75bb917fda3 [2021-03-09T16:47:38.438Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:47:38.705Z] ---> Running in 1ea8e0798574 [2021-03-09T16:47:38.705Z] Removing intermediate container 64f4c145cd5c [2021-03-09T16:47:38.705Z] ---> ccd41a2b400a [2021-03-09T16:47:38.705Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:47:38.705Z] Removing intermediate container 8f4b644ac2af [2021-03-09T16:47:38.705Z] ---> 2fc8567bcf96 [2021-03-09T16:47:38.705Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:47:39.293Z] ---> Running in 7b5e0b8dea65 [2021-03-09T16:47:39.562Z] ---> Running in 78184101b78a [2021-03-09T16:47:39.834Z] Removing intermediate container b70c80165a0e [2021-03-09T16:47:39.834Z] ---> 45534e2f950a [2021-03-09T16:47:39.834Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-09T16:47:39.834Z] Removing intermediate container 1ea8e0798574 [2021-03-09T16:47:39.834Z] ---> a2d54acf5958 [2021-03-09T16:47:39.834Z] Step 13/24 : WORKDIR / [2021-03-09T16:47:39.834Z] Removing intermediate container 7b5e0b8dea65 [2021-03-09T16:47:39.834Z] ---> 0453fe784a7e [2021-03-09T16:47:39.834Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-09T16:47:40.112Z] Removing intermediate container 78184101b78a [2021-03-09T16:47:40.112Z] ---> a5bbf4681be6 [2021-03-09T16:47:40.112Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-09T16:47:40.112Z] ---> Running in 9ad97f71a8fe [2021-03-09T16:47:40.112Z] ---> Running in 71c26959fbad [2021-03-09T16:47:40.112Z] ---> Running in d6a0bec2f63d [2021-03-09T16:47:40.384Z] ---> Running in 2c47df05f60d [2021-03-09T16:47:40.384Z] Removing intermediate container 9ad97f71a8fe [2021-03-09T16:47:40.384Z] ---> 66cd8f44c865 [2021-03-09T16:47:40.384Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-09T16:47:40.661Z] Removing intermediate container 71c26959fbad [2021-03-09T16:47:40.661Z] ---> 3cd088ddf49e [2021-03-09T16:47:40.661Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-09T16:47:40.661Z] Removing intermediate container d6a0bec2f63d [2021-03-09T16:47:40.661Z] ---> 68a08b8e400d [2021-03-09T16:47:40.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:47:40.661Z] Removing intermediate container 2c47df05f60d [2021-03-09T16:47:40.661Z] ---> 28d63b437ae7 [2021-03-09T16:47:40.661Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:47:40.661Z] ---> Running in 52e6d07534e7 [2021-03-09T16:47:40.661Z] ---> Running in 79d664e41752 [2021-03-09T16:47:40.940Z] ---> Running in 3d799f856d06 [2021-03-09T16:47:40.940Z] ---> 2e4e6aa5e3d1 [2021-03-09T16:47:40.940Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-09T16:47:40.940Z] Removing intermediate container 52e6d07534e7 [2021-03-09T16:47:40.940Z] ---> 65e68fd698be [2021-03-09T16:47:40.940Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-09T16:47:41.209Z] Removing intermediate container 79d664e41752 [2021-03-09T16:47:41.209Z] ---> 54a51e080307 [2021-03-09T16:47:41.209Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:47:41.209Z] Removing intermediate container 3d799f856d06 [2021-03-09T16:47:41.209Z] ---> 834f9b9e5195 [2021-03-09T16:47:41.209Z] Step 15/23 : WORKDIR / [2021-03-09T16:47:41.209Z] ---> Running in 5ef27f585268 [2021-03-09T16:47:42.180Z] ---> Running in af48184c6348 [2021-03-09T16:47:42.180Z] ---> b6b68b0199b2 [2021-03-09T16:47:42.180Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:42.180Z] ---> 86a8df13961a [2021-03-09T16:47:42.180Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-09T16:47:42.450Z] Removing intermediate container af48184c6348 [2021-03-09T16:47:42.450Z] ---> fd34365faaf3 [2021-03-09T16:47:42.450Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:47:42.726Z] ---> a7f6b458a260 [2021-03-09T16:47:42.726Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-09T16:47:43.007Z] ---> af010663089d [2021-03-09T16:47:43.007Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-09T16:47:43.007Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-09T16:47:43.007Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-09T16:47:43.007Z] ---> aefe523efa57 [2021-03-09T16:47:43.007Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-09T16:47:43.275Z] ---> b3fee62ae634 [2021-03-09T16:47:43.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:43.275Z] ---> Running in b281aa5fc7b0 [2021-03-09T16:47:43.541Z] ---> 54ac39b255cf [2021-03-09T16:47:43.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-09T16:47:43.819Z] ---> a11a6cc35e4c [2021-03-09T16:47:43.819Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-09T16:47:43.819Z] Removing intermediate container 5ef27f585268 [2021-03-09T16:47:43.819Z] ---> 7d23b339808c [2021-03-09T16:47:43.819Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-09T16:47:43.819Z] ---> b296c2e3cfdb [2021-03-09T16:47:43.819Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:44.095Z] ---> Running in 00e246a1beaf [2021-03-09T16:47:44.095Z] ---> Running in e3d4353ba3d5 [2021-03-09T16:47:44.095Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:44.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:44.377Z] Removing intermediate container 00e246a1beaf [2021-03-09T16:47:44.377Z] ---> f609a7be73c6 [2021-03-09T16:47:44.377Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:47:44.377Z] ---> 370507d62694 [2021-03-09T16:47:44.377Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-09T16:47:44.377Z] (1/2) Installing readline (8.0.4-r0) [2021-03-09T16:47:44.377Z] (2/2) Installing bash (5.0.17-r0) [2021-03-09T16:47:44.377Z] ---> Running in 86e20bf1bcaf [2021-03-09T16:47:44.377Z] Executing bash-5.0.17-r0.post-install [2021-03-09T16:47:44.377Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:47:44.377Z] OK: 12 MiB in 22 packages [2021-03-09T16:47:44.648Z] Removing intermediate container e3d4353ba3d5 [2021-03-09T16:47:44.648Z] ---> 38a2fdd62402 [2021-03-09T16:47:44.648Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-09T16:47:44.912Z] ---> eaad6efc2e2d [2021-03-09T16:47:44.912Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-09T16:47:45.176Z] ---> Running in 847a52079c49 [2021-03-09T16:47:45.176Z] Removing intermediate container 86e20bf1bcaf [2021-03-09T16:47:45.176Z] ---> e1ec0d16f090 [2021-03-09T16:47:45.176Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:47:45.176Z] ---> 892e6897e009 [2021-03-09T16:47:45.176Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-09T16:47:45.176Z] ---> 210f42ed7ea5 [2021-03-09T16:47:45.176Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-09T16:47:45.464Z] ---> Running in 04dde16f3e36 [2021-03-09T16:47:45.464Z] ---> Running in ff01e306f42e [2021-03-09T16:47:45.464Z] ---> Running in 3803247dbab6 [2021-03-09T16:47:45.464Z] Removing intermediate container 847a52079c49 [2021-03-09T16:47:45.464Z] ---> 0afcf9d2c856 [2021-03-09T16:47:45.464Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:47:45.747Z] Removing intermediate container b281aa5fc7b0 [2021-03-09T16:47:45.747Z] ---> 8d38ed73a373 [2021-03-09T16:47:45.747Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-09T16:47:45.747Z] ---> Running in fb3d86d21d8d [2021-03-09T16:47:46.013Z] ---> Running in bd46a01e29cf [2021-03-09T16:47:46.014Z] Removing intermediate container 04dde16f3e36 [2021-03-09T16:47:46.014Z] ---> 2118453dbc7f [2021-03-09T16:47:46.014Z] Step 21/22 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:47:46.295Z] ---> Running in 27ebe8fde475 [2021-03-09T16:47:46.295Z] Removing intermediate container fb3d86d21d8d [2021-03-09T16:47:46.295Z] ---> fc7715372a8e [2021-03-09T16:47:46.295Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:47:46.295Z] Removing intermediate container bd46a01e29cf [2021-03-09T16:47:46.295Z] ---> e1a5e29e7bbe [2021-03-09T16:47:46.295Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-09T16:47:46.295Z] ---> Running in a0d8901efb70 [2021-03-09T16:47:47.267Z] ---> Running in 3700066b521c [2021-03-09T16:47:47.267Z] Removing intermediate container 27ebe8fde475 [2021-03-09T16:47:47.267Z] ---> c059110cbc45 [2021-03-09T16:47:47.267Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:47:47.267Z] Removing intermediate container a0d8901efb70 [2021-03-09T16:47:47.267Z] ---> 745bfcb45ffe [2021-03-09T16:47:47.267Z] Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:47:47.267Z] ---> Running in 46b9ab4db9ac [2021-03-09T16:47:47.538Z] ---> Running in 6e689349ef89 [2021-03-09T16:47:47.538Z] Removing intermediate container 3700066b521c [2021-03-09T16:47:47.538Z] ---> bca86940666e [2021-03-09T16:47:47.538Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-09T16:47:47.538Z] ---> Running in 7805449cd331 [2021-03-09T16:47:47.538Z] Removing intermediate container 46b9ab4db9ac [2021-03-09T16:47:47.538Z] ---> 6c26f1ba2405 [2021-03-09T16:47:47.538Z] [2021-03-09T16:47:47.805Z] Removing intermediate container 6e689349ef89 [2021-03-09T16:47:47.805Z] ---> 2eaf7a67e39a [2021-03-09T16:47:47.805Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:47:48.070Z] Successfully built 6c26f1ba2405 [2021-03-09T16:47:48.070Z] Successfully tagged docker-support-notifications-go:latest [2021-03-09T16:47:48.070Z] Building docker-core-data-go [2021-03-09T16:47:48.070Z] ---> Running in cae500e8cb89 [2021-03-09T16:47:48.070Z]  Building docker-support-notifications-go ... done Removing intermediate container 7805449cd331 [2021-03-09T16:47:48.070Z] ---> 68d5b4285cf4 [2021-03-09T16:47:48.070Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-09T16:47:48.348Z] Removing intermediate container 3803247dbab6 [2021-03-09T16:47:48.348Z] ---> 0d07c017b95a [2021-03-09T16:47:48.348Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-09T16:47:48.348Z] Removing intermediate container ff01e306f42e [2021-03-09T16:47:48.348Z] ---> 8210f96ae6f9 [2021-03-09T16:47:48.348Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:47:48.348Z] ---> Running in a88b7552157a [2021-03-09T16:47:48.622Z] Removing intermediate container cae500e8cb89 [2021-03-09T16:47:48.622Z] ---> 364cf3d30089 [2021-03-09T16:47:48.622Z] [2021-03-09T16:47:48.893Z] ---> 65e416619681 [2021-03-09T16:47:48.894Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-09T16:47:48.894Z] Successfully built 364cf3d30089 [2021-03-09T16:47:48.894Z] Successfully tagged docker-core-command-go:latest [2021-03-09T16:47:48.894Z] Building docker-core-metadata-go [2021-03-09T16:47:48.894Z]  Building docker-core-command-go ... done Removing intermediate container a88b7552157a [2021-03-09T16:47:48.894Z] ---> bd48e5d647e2 [2021-03-09T16:47:48.894Z] Step 22/24 : LABEL arch=x86_64 [2021-03-09T16:47:49.162Z] ---> ff8ead7cdaf4 [2021-03-09T16:47:49.162Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-09T16:47:49.162Z] ---> Running in 484683c98692 [2021-03-09T16:47:51.758Z] ---> 75013a7968a9 [2021-03-09T16:47:51.758Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-09T16:47:53.178Z] Removing intermediate container 484683c98692 [2021-03-09T16:47:53.178Z] ---> c1cf50d8e19a [2021-03-09T16:47:53.178Z] Step 23/24 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:47:53.444Z] ---> 3bc45185af42 [2021-03-09T16:47:53.444Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-09T16:47:55.415Z] ---> bb9d39711d7b [2021-03-09T16:47:55.415Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-09T16:47:55.415Z] ---> Running in 3e7957548979 [2021-03-09T16:47:55.415Z] ---> f4447c86c4f1 [2021-03-09T16:47:55.415Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-09T16:47:55.684Z] ---> Running in 5bf18a27144a [2021-03-09T16:47:56.277Z] Removing intermediate container 3e7957548979 [2021-03-09T16:47:56.277Z] ---> 0a8cd022c648 [2021-03-09T16:47:56.277Z] Step 24/24 : LABEL version=0.0.0 [2021-03-09T16:47:56.277Z] ---> 8a3512893437 [2021-03-09T16:47:56.277Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-09T16:47:57.256Z] ---> Running in ee6dc9786588 [2021-03-09T16:47:57.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:57.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:47:57.809Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-09T16:47:58.396Z] (2/33) Installing expat (2.2.9-r1) [2021-03-09T16:47:58.396Z] (3/33) Installing libffi (3.3-r2) [2021-03-09T16:47:58.396Z] (4/33) Installing gdbm (1.13-r1) [2021-03-09T16:47:58.691Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-09T16:47:58.691Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-09T16:47:58.691Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-09T16:48:00.656Z] ---> cb8436552f82 [2021-03-09T16:48:00.656Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-09T16:48:00.656Z] Removing intermediate container ee6dc9786588 [2021-03-09T16:48:00.656Z] ---> 8dfa89140971 [2021-03-09T16:48:00.656Z] [2021-03-09T16:48:07.342Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-09T16:48:07.342Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-09T16:48:07.342Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-09T16:48:07.342Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-09T16:48:07.342Z] Successfully built 8dfa89140971 [2021-03-09T16:48:07.342Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-09T16:48:07.342Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-09T16:48:07.342Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-09T16:48:07.342Z] Building docker-support-scheduler-go [2021-03-09T16:48:07.342Z]  Building docker-security-secretstore-setup-go ... done (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-09T16:48:07.609Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-09T16:48:08.199Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-09T16:48:08.792Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-09T16:48:09.755Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-09T16:48:10.353Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-09T16:48:10.353Z] ---> Running in dfa6105ee06a [2021-03-09T16:48:10.353Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-09T16:48:10.623Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-09T16:48:10.623Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-09T16:48:10.623Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-09T16:48:10.623Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-09T16:48:10.888Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-09T16:48:11.161Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-09T16:48:11.761Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-09T16:48:12.379Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-09T16:48:12.379Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-09T16:48:12.379Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-09T16:48:12.379Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:48:12.379Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:48:12.379Z] ---> fdbb74707589 [2021-03-09T16:48:12.379Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:48:12.647Z] ---> Using cache [2021-03-09T16:48:12.647Z] ---> 2cf215ccf754 [2021-03-09T16:48:12.647Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:48:12.647Z] ---> Using cache [2021-03-09T16:48:12.647Z] ---> 7f3675662ab0 [2021-03-09T16:48:12.647Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-09T16:48:12.647Z] ---> Using cache [2021-03-09T16:48:12.647Z] ---> efe2101f906e [2021-03-09T16:48:12.647Z] Step 6/23 : COPY go.mod . [2021-03-09T16:48:12.647Z] ---> Using cache [2021-03-09T16:48:12.647Z] ---> 6a3ae58bc387 [2021-03-09T16:48:12.647Z] Step 7/23 : RUN go mod download [2021-03-09T16:48:12.647Z] ---> Using cache [2021-03-09T16:48:12.647Z] ---> b6c2352c1ab9 [2021-03-09T16:48:12.647Z] Step 8/23 : COPY . . [2021-03-09T16:48:13.233Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-09T16:48:13.537Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:48:13.537Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:48:13.537Z] ---> fdbb74707589 [2021-03-09T16:48:13.537Z] Step 3/23 : WORKDIR /edgex-go [2021-03-09T16:48:13.537Z] ---> Using cache [2021-03-09T16:48:13.537Z] ---> 2cf215ccf754 [2021-03-09T16:48:13.537Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:48:13.537Z] ---> Using cache [2021-03-09T16:48:13.537Z] ---> 7f3675662ab0 [2021-03-09T16:48:13.537Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-09T16:48:13.537Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-09T16:48:13.537Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-09T16:48:13.537Z] ---> Using cache [2021-03-09T16:48:13.537Z] ---> aec58d12278d [2021-03-09T16:48:13.537Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-09T16:48:14.952Z] ---> Running in 1c66c0746949 [2021-03-09T16:48:14.952Z] ---> Running in b1b48af2d100 [2021-03-09T16:48:15.220Z] Removing intermediate container dfa6105ee06a [2021-03-09T16:48:15.220Z] ---> 5622abe59129 [2021-03-09T16:48:15.220Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-09T16:48:15.220Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:48:15.220Z] OK: 71 MiB in 55 packages [2021-03-09T16:48:17.051Z] ---> 030d4f077335 [2021-03-09T16:48:17.051Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-09T16:48:17.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-09T16:48:17.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:17.449Z] ---> Running in 150bfd95364e [2021-03-09T16:48:17.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:48:19.053Z] OK: 233 MiB in 51 packages [2021-03-09T16:48:21.037Z] Removing intermediate container 150bfd95364e [2021-03-09T16:48:21.037Z] ---> 0df264eed7f1 [2021-03-09T16:48:21.037Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-09T16:48:22.463Z] Removing intermediate container 1c66c0746949 [2021-03-09T16:48:22.463Z] ---> 09d0d0ccfca5 [2021-03-09T16:48:22.463Z] Step 6/23 : COPY go.mod . [2021-03-09T16:48:23.458Z] ---> Running in 229ab195ee78 [2021-03-09T16:48:23.458Z] ---> b7496391cf8a [2021-03-09T16:48:23.458Z] Step 7/23 : RUN go mod download [2021-03-09T16:48:24.067Z] ---> Running in 071f51399365 [2021-03-09T16:48:24.375Z] Removing intermediate container 229ab195ee78 [2021-03-09T16:48:24.375Z] ---> 53b00ff30108 [2021-03-09T16:48:24.375Z] Step 28/31 : CMD ["gate"] [2021-03-09T16:48:25.371Z] ---> Running in 1f8d3757c0de [2021-03-09T16:48:28.006Z] Removing intermediate container 1f8d3757c0de [2021-03-09T16:48:28.006Z] ---> 7b5fe63b1a6e [2021-03-09T16:48:28.006Z] Step 29/31 : LABEL arch=x86_64 [2021-03-09T16:48:29.436Z] ---> Running in d543a7077112 [2021-03-09T16:48:29.727Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:48:29.728Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:48:29.728Z] ---> fdbb74707589 [2021-03-09T16:48:29.728Z] Step 3/22 : WORKDIR /edgex-go [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> 2cf215ccf754 [2021-03-09T16:48:29.728Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> 7f3675662ab0 [2021-03-09T16:48:29.728Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> efe2101f906e [2021-03-09T16:48:29.728Z] Step 6/22 : COPY go.mod . [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> 6a3ae58bc387 [2021-03-09T16:48:29.728Z] Step 7/22 : RUN go mod download [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> b6c2352c1ab9 [2021-03-09T16:48:29.728Z] Step 8/22 : COPY . . [2021-03-09T16:48:29.728Z] ---> Using cache [2021-03-09T16:48:29.728Z] ---> aec58d12278d [2021-03-09T16:48:29.728Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-09T16:48:30.720Z] Removing intermediate container 071f51399365 [2021-03-09T16:48:30.720Z] ---> 62a7c1761e13 [2021-03-09T16:48:30.720Z] Step 8/23 : COPY . . [2021-03-09T16:48:30.720Z] ---> Running in a52794c2b48a [2021-03-09T16:48:31.316Z] Removing intermediate container d543a7077112 [2021-03-09T16:48:31.316Z] ---> 944c6e8ec622 [2021-03-09T16:48:31.316Z] Step 30/31 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:48:32.761Z] ---> Running in 896488b959bd [2021-03-09T16:48:34.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-09T16:48:37.311Z] Removing intermediate container 896488b959bd [2021-03-09T16:48:37.311Z] ---> 157b44ee56c1 [2021-03-09T16:48:37.311Z] Step 31/31 : LABEL version=0.0.0 [2021-03-09T16:48:38.730Z] Removing intermediate container 5bf18a27144a [2021-03-09T16:48:38.730Z] ---> 2803b6b809a5 [2021-03-09T16:48:38.730Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-09T16:48:41.320Z] ---> Running in da2348145434 [2021-03-09T16:48:42.280Z] ---> Running in 17186b85b623 [2021-03-09T16:48:42.878Z] Removing intermediate container da2348145434 [2021-03-09T16:48:42.878Z] ---> 8b7a495e5e91 [2021-03-09T16:48:42.878Z] [2021-03-09T16:48:43.857Z] Successfully built 8b7a495e5e91 [2021-03-09T16:48:44.449Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-09T16:48:44.449Z] Building docker-security-proxy-setup-go [2021-03-09T16:48:54.624Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-03-09T16:48:54.624Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-09T16:48:55.661Z] Collecting texttable<0.10,>=0.9.0 [2021-03-09T16:48:55.661Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-09T16:48:59.071Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-09T16:49:00.482Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-09T16:49:00.482Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-09T16:49:03.067Z] Collecting docopt<0.7,>=0.6.1 [2021-03-09T16:49:03.067Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-09T16:49:03.663Z] ---> 6f53c6ade3b7 [2021-03-09T16:49:03.663Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-09T16:49:04.629Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-09T16:49:04.629Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-09T16:49:05.636Z] ---> Running in 15e4db4bd2aa [2021-03-09T16:49:05.906Z] Removing intermediate container b1b48af2d100 [2021-03-09T16:49:05.906Z] ---> 78c7a932eb99 [2021-03-09T16:49:05.906Z] [2021-03-09T16:49:05.906Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:49:05.906Z] ---> 88dd2752d2ea [2021-03-09T16:49:05.906Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:05.906Z] Collecting docker<4.0,>=3.6.0 [2021-03-09T16:49:05.906Z] ---> Using cache [2021-03-09T16:49:05.906Z] ---> 2fc8567bcf96 [2021-03-09T16:49:05.906Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:49:05.906Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-09T16:49:05.906Z] ---> Using cache [2021-03-09T16:49:05.906Z] ---> a5bbf4681be6 [2021-03-09T16:49:05.906Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-09T16:49:06.176Z] Collecting jsonschema<3,>=2.5.1 [2021-03-09T16:49:06.759Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-09T16:49:07.366Z] ---> Running in f0bf3155d4c7 [2021-03-09T16:49:07.639Z] Collecting PyYAML<4,>=3.10 [2021-03-09T16:49:07.639Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-09T16:49:07.914Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-09T16:49:07.914Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-09T16:49:07.914Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-09T16:49:07.914Z] ---> fdbb74707589 [2021-03-09T16:49:07.914Z] Step 3/21 : WORKDIR /edgex-go [2021-03-09T16:49:07.914Z] ---> Using cache [2021-03-09T16:49:07.914Z] ---> 2cf215ccf754 [2021-03-09T16:49:07.914Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:49:07.914Z] ---> Using cache [2021-03-09T16:49:07.914Z] ---> 7f3675662ab0 [2021-03-09T16:49:07.914Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-09T16:49:07.914Z] ---> Using cache [2021-03-09T16:49:07.914Z] ---> efe2101f906e [2021-03-09T16:49:07.914Z] Step 6/21 : COPY go.mod . [2021-03-09T16:49:07.914Z] ---> Using cache [2021-03-09T16:49:07.914Z] ---> 6a3ae58bc387 [2021-03-09T16:49:07.914Z] Step 7/21 : RUN go mod download [2021-03-09T16:49:07.914Z] ---> Using cache [2021-03-09T16:49:07.914Z] ---> b6c2352c1ab9 [2021-03-09T16:49:07.914Z] Step 8/21 : COPY . . [2021-03-09T16:49:08.210Z] ---> Using cache [2021-03-09T16:49:08.210Z] ---> aec58d12278d [2021-03-09T16:49:08.210Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-09T16:49:08.803Z] Removing intermediate container f0bf3155d4c7 [2021-03-09T16:49:08.803Z] ---> eaa021c719af [2021-03-09T16:49:08.803Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-09T16:49:09.070Z] ---> Running in 05e9954ec9a4 [2021-03-09T16:49:09.658Z] ---> Running in 551e0738e912 [2021-03-09T16:49:09.658Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-09T16:49:09.658Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-09T16:49:10.265Z] Removing intermediate container 551e0738e912 [2021-03-09T16:49:10.265Z] ---> 636e42529844 [2021-03-09T16:49:10.265Z] Step 15/23 : WORKDIR / [2021-03-09T16:49:10.265Z] ---> Running in 8fc188c4e913 [2021-03-09T16:49:10.265Z] Collecting cached-property<2,>=1.2.0 [2021-03-09T16:49:10.265Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-09T16:49:10.539Z] Collecting idna<2.8,>=2.5 [2021-03-09T16:49:10.539Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-09T16:49:10.539Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-09T16:49:10.539Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-09T16:49:10.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-09T16:49:10.815Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-09T16:49:10.815Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-09T16:49:11.084Z] Collecting docker-pycreds>=0.4.0 [2021-03-09T16:49:11.084Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-09T16:49:11.084Z] Removing intermediate container 8fc188c4e913 [2021-03-09T16:49:11.084Z] ---> ba9e88a27f66 [2021-03-09T16:49:11.084Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:11.084Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-09T16:49:11.084Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-09T16:49:11.084Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-09T16:49:11.084Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-09T16:49:11.368Z] Installing collected packages: texttable, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, jsonschema, PyYAML, dockerpty, cached-property, docker-compose [2021-03-09T16:49:11.368Z] Running setup.py install for texttable: started [2021-03-09T16:49:12.362Z] Running setup.py install for texttable: finished with status 'done' [2021-03-09T16:49:12.362Z] Attempting uninstall: idna [2021-03-09T16:49:12.362Z] Found existing installation: idna 2.9 [2021-03-09T16:49:12.362Z] Uninstalling idna-2.9: [2021-03-09T16:49:12.637Z] Successfully uninstalled idna-2.9 [2021-03-09T16:49:12.637Z] ---> 83f01fae1b92 [2021-03-09T16:49:12.637Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-09T16:49:12.903Z] Attempting uninstall: urllib3 [2021-03-09T16:49:12.903Z] Found existing installation: urllib3 1.25.9 [2021-03-09T16:49:12.903Z] Uninstalling urllib3-1.25.9: [2021-03-09T16:49:13.178Z] Successfully uninstalled urllib3-1.25.9 [2021-03-09T16:49:13.450Z] Removing intermediate container a52794c2b48a [2021-03-09T16:49:13.450Z] ---> cfe0c0ff833e [2021-03-09T16:49:13.450Z] [2021-03-09T16:49:13.450Z] Step 10/22 : FROM alpine:3.12 [2021-03-09T16:49:13.450Z] ---> 88dd2752d2ea [2021-03-09T16:49:13.450Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-09T16:49:13.450Z] ---> Using cache [2021-03-09T16:49:13.450Z] ---> 2fc8567bcf96 [2021-03-09T16:49:13.450Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-09T16:49:13.450Z] ---> Using cache [2021-03-09T16:49:13.450Z] ---> a5bbf4681be6 [2021-03-09T16:49:13.450Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-09T16:49:14.048Z] Attempting uninstall: requests [2021-03-09T16:49:14.048Z] Found existing installation: requests 2.23.0 [2021-03-09T16:49:14.048Z] Uninstalling requests-2.23.0: [2021-03-09T16:49:14.048Z] Successfully uninstalled requests-2.23.0 [2021-03-09T16:49:14.666Z] Running setup.py install for docopt: started [2021-03-09T16:49:14.666Z] ---> Running in 28d9de0ced38 [2021-03-09T16:49:14.939Z] ---> e631d371a2cd [2021-03-09T16:49:14.939Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-09T16:49:15.211Z] Removing intermediate container 28d9de0ced38 [2021-03-09T16:49:15.211Z] ---> e5c2b540c66a [2021-03-09T16:49:15.211Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-09T16:49:15.211Z] ---> Running in 9808b8350681 [2021-03-09T16:49:15.486Z] Running setup.py install for docopt: finished with status 'done' [2021-03-09T16:49:16.092Z] ---> be2b3b5cda34 [2021-03-09T16:49:16.092Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-09T16:49:16.691Z] Removing intermediate container 9808b8350681 [2021-03-09T16:49:16.691Z] ---> 3384b6999967 [2021-03-09T16:49:16.691Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:16.691Z] ---> Running in 5abc34f9b83a [2021-03-09T16:49:18.681Z] Running setup.py install for PyYAML: started [2021-03-09T16:49:18.681Z] Removing intermediate container 5abc34f9b83a [2021-03-09T16:49:18.681Z] ---> 3f325565dfc9 [2021-03-09T16:49:18.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:49:18.965Z] ---> 96aab4d1a01e [2021-03-09T16:49:18.965Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-09T16:49:18.965Z] ---> Running in f65d44c24767 [2021-03-09T16:49:19.247Z] Removing intermediate container f65d44c24767 [2021-03-09T16:49:19.247Z] ---> d8705edd9a08 [2021-03-09T16:49:19.247Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:49:19.519Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-09T16:49:19.519Z] Running setup.py install for dockerpty: started [2021-03-09T16:49:19.519Z] ---> Running in acaad55f8bfd [2021-03-09T16:49:19.789Z] Removing intermediate container acaad55f8bfd [2021-03-09T16:49:19.790Z] ---> fd780edd5907 [2021-03-09T16:49:19.790Z] Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:49:20.072Z] ---> 2e577f123d0c [2021-03-09T16:49:20.072Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-09T16:49:20.072Z] ---> Running in d3be2d9e8700 [2021-03-09T16:49:20.072Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-09T16:49:20.701Z] Removing intermediate container d3be2d9e8700 [2021-03-09T16:49:20.701Z] ---> ec4ebe72dbdb [2021-03-09T16:49:20.701Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:49:20.701Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-09T16:49:20.992Z] ---> 91baabf360cc [2021-03-09T16:49:20.992Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-09T16:49:20.992Z] ---> Running in bbc8ff83ad50 [2021-03-09T16:49:21.285Z] ---> Running in 46a6e150d004 [2021-03-09T16:49:21.285Z] Removing intermediate container bbc8ff83ad50 [2021-03-09T16:49:21.285Z] ---> 36d1ef89efe5 [2021-03-09T16:49:21.285Z] [2021-03-09T16:49:21.563Z] Removing intermediate container 46a6e150d004 [2021-03-09T16:49:21.563Z] ---> 9c44913bdad0 [2021-03-09T16:49:21.563Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:49:21.563Z] ---> Running in 8eb7a89397de [2021-03-09T16:49:21.563Z] Successfully built 36d1ef89efe5 [2021-03-09T16:49:21.563Z] Successfully tagged docker-core-metadata-go:latest [2021-03-09T16:49:21.830Z]  Building docker-core-metadata-go ... done Removing intermediate container 8eb7a89397de [2021-03-09T16:49:21.830Z] ---> f67c55d47e5b [2021-03-09T16:49:21.830Z] Step 20/22 : LABEL arch=x86_64 [2021-03-09T16:49:22.099Z] ---> Running in 623cc4bd561d [2021-03-09T16:49:22.375Z] Removing intermediate container 623cc4bd561d [2021-03-09T16:49:22.375Z] ---> d1aa329028c7 [2021-03-09T16:49:22.375Z] Step 21/22 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:49:22.644Z] ---> Running in 9283bb254c88 [2021-03-09T16:49:24.586Z] Removing intermediate container 9283bb254c88 [2021-03-09T16:49:24.586Z] ---> 79cb9fb7e1fb [2021-03-09T16:49:24.586Z] Step 22/22 : LABEL version=0.0.0 [2021-03-09T16:49:24.857Z] ---> Running in dad84081f902 [2021-03-09T16:49:25.133Z] Removing intermediate container 17186b85b623 [2021-03-09T16:49:25.133Z] ---> 2a5962ae2484 [2021-03-09T16:49:25.133Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-09T16:49:25.133Z] ---> Running in e998cde8713f [2021-03-09T16:49:25.409Z] Removing intermediate container dad84081f902 [2021-03-09T16:49:25.409Z] ---> 7478095f9be8 [2021-03-09T16:49:25.409Z] [2021-03-09T16:49:25.683Z] Successfully built 7478095f9be8 [2021-03-09T16:49:25.956Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-09T16:49:26.260Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:26.527Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:26.527Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:49:26.527Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-09T16:49:26.527Z] (3/3) Installing curl (7.69.1-r3) [2021-03-09T16:49:26.527Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:26.799Z] OK: 72 MiB in 58 packages [2021-03-09T16:49:30.159Z] Removing intermediate container e998cde8713f [2021-03-09T16:49:30.159Z] ---> bcc07b5cdd84 [2021-03-09T16:49:30.159Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-09T16:49:30.159Z] ---> Running in c26e01422b4f [2021-03-09T16:49:30.159Z] Removing intermediate container c26e01422b4f [2021-03-09T16:49:30.159Z] ---> a2079f4ba23b [2021-03-09T16:49:30.159Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:49:30.159Z] ---> Running in 55fd388e6779 [2021-03-09T16:49:30.428Z] Removing intermediate container 55fd388e6779 [2021-03-09T16:49:30.428Z] ---> f408093e5f0f [2021-03-09T16:49:30.428Z] Step 24/26 : LABEL arch=x86_64 [2021-03-09T16:49:30.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-09T16:49:30.699Z] ---> Running in 56f873e93311 [2021-03-09T16:49:30.969Z] Removing intermediate container 56f873e93311 [2021-03-09T16:49:30.969Z] ---> 0b3eef8af750 [2021-03-09T16:49:30.969Z] Step 25/26 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:49:30.969Z] ---> Running in 23e113c4c573 [2021-03-09T16:49:31.246Z] Removing intermediate container 23e113c4c573 [2021-03-09T16:49:31.246Z] ---> 47ddf7d5f9f1 [2021-03-09T16:49:31.246Z] Step 26/26 : LABEL version=0.0.0 [2021-03-09T16:49:31.246Z] ---> Running in 5d95ecc5c4cd [2021-03-09T16:49:31.515Z] Removing intermediate container 5d95ecc5c4cd [2021-03-09T16:49:31.515Z] ---> 86e5d54bae2f [2021-03-09T16:49:31.515Z] [2021-03-09T16:49:31.780Z] Successfully built 86e5d54bae2f [2021-03-09T16:49:31.780Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-09T16:49:36.018Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 05e9954ec9a4 [2021-03-09T16:49:36.018Z] ---> 59cb33b3f8f6 [2021-03-09T16:49:36.018Z] [2021-03-09T16:49:36.018Z] Step 10/21 : FROM alpine:3.12 [2021-03-09T16:49:36.018Z] ---> 88dd2752d2ea [2021-03-09T16:49:36.018Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-09T16:49:36.018Z] ---> Running in 0cbe425fcd42 [2021-03-09T16:49:36.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:36.599Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:36.863Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-09T16:49:36.863Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-09T16:49:36.863Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-09T16:49:36.863Z] (4/4) Installing curl (7.69.1-r3) [2021-03-09T16:49:36.863Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:37.438Z] Executing ca-certificates-20191127-r4.trigger [2021-03-09T16:49:37.438Z] OK: 7 MiB in 18 packages [2021-03-09T16:49:38.836Z] Removing intermediate container 15e4db4bd2aa [2021-03-09T16:49:38.836Z] ---> 4eae97158fb9 [2021-03-09T16:49:38.836Z] [2021-03-09T16:49:38.836Z] Step 10/23 : FROM alpine:3.12 [2021-03-09T16:49:38.836Z] ---> 88dd2752d2ea [2021-03-09T16:49:38.836Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-09T16:49:38.836Z] ---> Running in 3b418687b8c5 [2021-03-09T16:49:39.109Z] Removing intermediate container 3b418687b8c5 [2021-03-09T16:49:39.110Z] ---> f17aabbf03fa [2021-03-09T16:49:39.110Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-09T16:49:39.110Z] ---> Running in 0c35e0fd492f [2021-03-09T16:49:39.449Z] Removing intermediate container 0cbe425fcd42 [2021-03-09T16:49:39.449Z] ---> 3d60a6fa4f55 [2021-03-09T16:49:39.449Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-09T16:49:39.449Z] ---> Running in 1d465acdd431 [2021-03-09T16:49:39.449Z] Removing intermediate container 0c35e0fd492f [2021-03-09T16:49:39.449Z] ---> 28eeaaeb47f2 [2021-03-09T16:49:39.449Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-09T16:49:39.449Z] ---> Running in 1406fa3bc3b1 [2021-03-09T16:49:39.449Z] Removing intermediate container 1d465acdd431 [2021-03-09T16:49:39.449Z] ---> b512d0e9c17d [2021-03-09T16:49:39.449Z] Step 13/21 : WORKDIR /edgex [2021-03-09T16:49:39.763Z] ---> Running in 420f3dbd52f2 [2021-03-09T16:49:40.049Z] Removing intermediate container 1406fa3bc3b1 [2021-03-09T16:49:40.049Z] ---> 7e780f1ba90f [2021-03-09T16:49:40.049Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-09T16:49:40.049Z] Removing intermediate container 420f3dbd52f2 [2021-03-09T16:49:40.049Z] ---> b5af0a56cb19 [2021-03-09T16:49:40.049Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-09T16:49:40.049Z] ---> Running in e3fc0c214863 [2021-03-09T16:49:40.331Z] ---> 941b512d16fb [2021-03-09T16:49:40.331Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-09T16:49:40.932Z] ---> 99719e82a5e6 [2021-03-09T16:49:40.932Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-09T16:49:41.215Z] Removing intermediate container e3fc0c214863 [2021-03-09T16:49:41.215Z] ---> 9ae070970664 [2021-03-09T16:49:41.215Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-09T16:49:41.488Z] ---> Running in 20db791758f2 [2021-03-09T16:49:41.488Z] ---> 730488950ebb [2021-03-09T16:49:41.488Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-09T16:49:41.488Z] ---> Running in 09c78d660aa1 [2021-03-09T16:49:41.750Z] Removing intermediate container 09c78d660aa1 [2021-03-09T16:49:41.750Z] ---> 9bd2e24471a1 [2021-03-09T16:49:41.750Z] Step 18/21 : CMD ["--init=true"] [2021-03-09T16:49:41.750Z] ---> Running in bf0598a2e860 [2021-03-09T16:49:42.031Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:42.031Z] Removing intermediate container bf0598a2e860 [2021-03-09T16:49:42.031Z] ---> dee46eede28c [2021-03-09T16:49:42.031Z] Step 19/21 : LABEL arch=x86_64 [2021-03-09T16:49:42.031Z] ---> Running in 336779a2bf47 [2021-03-09T16:49:42.294Z] Removing intermediate container 336779a2bf47 [2021-03-09T16:49:42.294Z] ---> 1e291a0e932e [2021-03-09T16:49:42.294Z] Step 20/21 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:49:42.294Z] ---> Running in b557e7f5268c [2021-03-09T16:49:42.557Z] Removing intermediate container b557e7f5268c [2021-03-09T16:49:42.557Z] ---> a4683906b069 [2021-03-09T16:49:42.557Z] Step 21/21 : LABEL version=0.0.0 [2021-03-09T16:49:42.557Z] ---> Running in 969cb42bccc5 [2021-03-09T16:49:42.820Z] Removing intermediate container 969cb42bccc5 [2021-03-09T16:49:42.820Z] ---> c37d911ca403 [2021-03-09T16:49:42.820Z] [2021-03-09T16:49:42.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-09T16:49:43.081Z] Successfully built c37d911ca403 [2021-03-09T16:49:43.081Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-09T16:49:44.026Z]  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-09T16:49:44.026Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-09T16:49:44.026Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-09T16:49:44.026Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-09T16:49:44.300Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-09T16:49:44.562Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-09T16:49:44.562Z] Executing busybox-1.31.1-r19.trigger [2021-03-09T16:49:44.562Z] OK: 8 MiB in 20 packages [2021-03-09T16:49:46.490Z] Removing intermediate container 20db791758f2 [2021-03-09T16:49:46.490Z] ---> b1d637fbf2a0 [2021-03-09T16:49:46.490Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-09T16:49:46.490Z] ---> 4596b94c2470 [2021-03-09T16:49:46.490Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-09T16:49:47.071Z] ---> b606b3aaef56 [2021-03-09T16:49:47.071Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-09T16:49:47.336Z] ---> 46824f86998e [2021-03-09T16:49:47.336Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-09T16:49:47.336Z] ---> Running in a0a52eb2b295 [2021-03-09T16:49:47.598Z] Removing intermediate container a0a52eb2b295 [2021-03-09T16:49:47.598Z] ---> 7e6e1e77e706 [2021-03-09T16:49:47.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-09T16:49:47.598Z] ---> Running in f807fe239d5e [2021-03-09T16:49:47.865Z] Removing intermediate container f807fe239d5e [2021-03-09T16:49:47.865Z] ---> d55ec04f78d9 [2021-03-09T16:49:47.865Z] Step 21/23 : LABEL arch=x86_64 [2021-03-09T16:49:47.865Z] ---> Running in 64eb7a6f69f2 [2021-03-09T16:49:48.127Z] Removing intermediate container 64eb7a6f69f2 [2021-03-09T16:49:48.127Z] ---> 4016ecc90cfb [2021-03-09T16:49:48.127Z] Step 22/23 : LABEL git_sha=61ae32e767b02baf27a87429e9b1598910e6d914 [2021-03-09T16:49:48.127Z] ---> Running in f64b5d107d5c [2021-03-09T16:49:48.390Z] Removing intermediate container f64b5d107d5c [2021-03-09T16:49:48.390Z] ---> 2b92aa7c73cb [2021-03-09T16:49:48.390Z] Step 23/23 : LABEL version=0.0.0 [2021-03-09T16:49:48.390Z] ---> Running in 7c425e8fe308 [2021-03-09T16:49:48.661Z] Removing intermediate container 7c425e8fe308 [2021-03-09T16:49:48.661Z] ---> bc8b78dfb48e [2021-03-09T16:49:48.661Z] [2021-03-09T16:49:48.661Z] Successfully built bc8b78dfb48e [2021-03-09T16:49:48.929Z] Successfully tagged docker-core-data-go:latest [2021-03-09T16:49:49.209Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-09T16:49:49.223Z] $ docker stop --time=1 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed [2021-03-09T16:49:50.986Z] $ docker rm -f 223bf60ba2fa90254de77e517bec0a6cbecf8d7348898b890c72f0db1c4414ed [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-09T16:49:51.528Z] + docker images [2021-03-09T16:49:51.528Z] + grep docker [2021-03-09T16:49:51.791Z] docker-core-data-go latest bc8b78dfb48e 3 seconds ago 22.6MB [2021-03-09T16:49:51.791Z] docker-security-proxy-setup-go latest c37d911ca403 9 seconds ago 24.7MB [2021-03-09T16:49:51.791Z] docker-sys-mgmt-agent-go latest 86e5d54bae2f 20 seconds ago 313MB [2021-03-09T16:49:51.791Z] docker-support-scheduler-go latest 7478095f9be8 26 seconds ago 17.2MB [2021-03-09T16:49:51.791Z] docker-core-metadata-go latest 36d1ef89efe5 30 seconds ago 19MB [2021-03-09T16:49:51.791Z] docker-security-bootstrapper-go latest 8b7a495e5e91 About a minute ago 18.7MB [2021-03-09T16:49:51.791Z] docker-security-secretstore-setup-go latest 8dfa89140971 About a minute ago 24.9MB [2021-03-09T16:49:51.791Z] docker-core-command-go latest 364cf3d30089 2 minutes ago 17.2MB [2021-03-09T16:49:51.791Z] docker-support-notifications-go latest 6c26f1ba2405 2 minutes ago 17.8MB [2021-03-09T16:49:51.791Z] 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-03-09T16:50:07.435Z] Still waiting to schedule task [2021-03-09T16:50:07.435Z] ‘prd-ubuntu18.04-docker-8c-8g-29163’ is offline [2021-03-09T16:50:58.766Z] Running on prd-ubuntu18.04-docker-8c-8g-29164 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-09T16:50:58.856Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-03-09T16:51:00.955Z] using credential edgex-jenkins-ssh [2021-03-09T16:51:01.025Z] Cloning the remote Git repository [2021-03-09T16:51:01.051Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:51:01.128Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-03-09T16:51:01.180Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:51:01.181Z] > git --version # timeout=10 [2021-03-09T16:51:01.199Z] > git --version # 'git version 2.17.1' [2021-03-09T16:51:01.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:51:01.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:51:07.245Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:51:07.252Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-09T16:51:07.261Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-09T16:51:07.271Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-09T16:51:07.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-09T16:51:07.275Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-09T16:51:07.740Z] Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit bcdc0b503bfe55a544ff90db21609e7c171f1072 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-09T16:51:08.291Z] 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 [2021-03-09T16:51:07.740Z] > git config core.sparsecheckout # timeout=10 [2021-03-09T16:51:07.752Z] > git checkout -f bcdc0b503bfe55a544ff90db21609e7c171f1072 # timeout=10 [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:10.101Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:10.992Z] ---> package-listing.sh [2021-03-09T16:51:10.992Z] ++ facter osfamily [2021-03-09T16:51:10.992Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-09T16:51:10.992Z] + OS_FAMILY=redhat [2021-03-09T16:51:10.992Z] + workspace=/w/workspace/edgex-go/3 [2021-03-09T16:51:10.992Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-09T16:51:10.992Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-09T16:51:10.992Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-09T16:51:10.992Z] + PACKAGES=/tmp/packages_start.txt [2021-03-09T16:51:10.992Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-09T16:51:10.992Z] + PACKAGES=/tmp/packages_end.txt [2021-03-09T16:51:10.992Z] + case "${OS_FAMILY}" in [2021-03-09T16:51:10.992Z] + rpm -qa [2021-03-09T16:51:10.992Z] + sort [2021-03-09T16:51:16.304Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-09T16:51:16.304Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-09T16:51:16.304Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-09T16:51:16.304Z] + '[' /w/workspace/edgex-go/3 ']' [2021-03-09T16:51:16.304Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-03-09T16:51:16.304Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-03-09T16:51:16.319Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-09T16:51:16.619Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:51:16.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:51:16.934Z] [2021-03-09T16:51:16.934Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-09T16:51:17.290Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:51:17.290Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-09T16:51:17.290Z] df20fa9351a1: Pulling fs layer [2021-03-09T16:51:17.290Z] 36b3adc4ff6f: Pulling fs layer [2021-03-09T16:51:17.290Z] 8ad3a11d3b57: Pulling fs layer [2021-03-09T16:51:17.290Z] 46f8f816bc3b: Pulling fs layer [2021-03-09T16:51:17.290Z] 93b61091891f: Pulling fs layer [2021-03-09T16:51:17.290Z] 93b9cdb0e59b: Pulling fs layer [2021-03-09T16:51:17.290Z] 5e14af77c1be: Pulling fs layer [2021-03-09T16:51:17.290Z] 01666e4c0597: Pulling fs layer [2021-03-09T16:51:17.290Z] aa168da1d23b: Pulling fs layer [2021-03-09T16:51:17.290Z] 46f8f816bc3b: Waiting [2021-03-09T16:51:17.290Z] 93b61091891f: Waiting [2021-03-09T16:51:17.290Z] 93b9cdb0e59b: Waiting [2021-03-09T16:51:17.290Z] 5e14af77c1be: Waiting [2021-03-09T16:51:17.290Z] aa168da1d23b: Waiting [2021-03-09T16:51:17.290Z] 36b3adc4ff6f: Verifying Checksum [2021-03-09T16:51:17.290Z] 36b3adc4ff6f: Download complete [2021-03-09T16:51:17.290Z] 46f8f816bc3b: Verifying Checksum [2021-03-09T16:51:17.290Z] 46f8f816bc3b: Download complete [2021-03-09T16:51:17.554Z] df20fa9351a1: Verifying Checksum [2021-03-09T16:51:17.554Z] df20fa9351a1: Download complete [2021-03-09T16:51:17.554Z] 93b9cdb0e59b: Verifying Checksum [2021-03-09T16:51:17.554Z] 93b9cdb0e59b: Download complete [2021-03-09T16:51:17.554Z] 93b61091891f: Download complete [2021-03-09T16:51:17.554Z] 5e14af77c1be: Verifying Checksum [2021-03-09T16:51:17.554Z] 5e14af77c1be: Download complete [2021-03-09T16:51:17.554Z] 01666e4c0597: Verifying Checksum [2021-03-09T16:51:17.554Z] 01666e4c0597: Download complete [2021-03-09T16:51:17.554Z] 8ad3a11d3b57: Verifying Checksum [2021-03-09T16:51:17.554Z] 8ad3a11d3b57: Download complete [2021-03-09T16:51:17.818Z] df20fa9351a1: Pull complete [2021-03-09T16:51:18.090Z] 36b3adc4ff6f: Pull complete [2021-03-09T16:51:20.150Z] 8ad3a11d3b57: Pull complete [2021-03-09T16:51:20.151Z] aa168da1d23b: Verifying Checksum [2021-03-09T16:51:20.151Z] aa168da1d23b: Download complete [2021-03-09T16:51:20.726Z] 46f8f816bc3b: Pull complete [2021-03-09T16:51:21.300Z] 93b61091891f: Pull complete [2021-03-09T16:51:21.565Z] 93b9cdb0e59b: Pull complete [2021-03-09T16:51:21.828Z] 5e14af77c1be: Pull complete [2021-03-09T16:51:21.828Z] 01666e4c0597: Pull complete [2021-03-09T16:51:34.106Z] aa168da1d23b: Pull complete [2021-03-09T16:51:34.106Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-09T16:51:34.106Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-09T16:51:34.106Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-09T16:51:34.385Z] prd-centos7-docker-4c-2g-29151 does not seem to be running inside a container [2021-03-09T16:51:34.439Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-09T16:51:42.373Z] $ docker top 071f39864c084c7061e274c329e2bb28d895b4c28c51e4016a41b364aca51410 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-09T16:51:43.030Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-09T16:51:43.340Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-09T16:51:43.648Z] + ls /var/log/sa-host [2021-03-09T16:51:43.648Z] + sadf -c /var/log/sa-host/sa09 [2021-03-09T16:51:43.648Z] file_magic: OK [2021-03-09T16:51:43.648Z] HZ: Using current value: 100 [2021-03-09T16:51:43.648Z] file_header: OK [2021-03-09T16:51:43.648Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T16:51:43.648Z] Statistics: [2021-03-09T16:51:43.648Z] 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-03-09T16:51:43.648Z] File successfully converted to sysstat format version 12.2.1 [2021-03-09T16:51:43.648Z] + sadf -c /var/log/sa-host/sa23 [2021-03-09T16:51:43.648Z] file_magic: OK [2021-03-09T16:51:43.648Z] HZ: Using current value: 100 [2021-03-09T16:51:43.648Z] file_header: OK [2021-03-09T16:51:43.648Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-09T16:51:43.648Z] Statistics: [2021-03-09T16:51:43.648Z] Hnuu...uuuununununu... [2021-03-09T16:51:43.648Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-09T16:51:43.881Z] provisioning config files... [2021-03-09T16:51:43.904Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3680267853666975412tmp [Pipeline] { [Pipeline] echo [2021-03-09T16:51:43.985Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:44.293Z] ---> create-netrc.sh [Pipeline] } [2021-03-09T16:51:44.304Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-09T16:51:44.397Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:44.694Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-09T16:51:44.705Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:45.003Z] ---> sudo-logs.sh [2021-03-09T16:51:45.003Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-09T16:51:45.063Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:45.372Z] ---> job-cost.sh [2021-03-09T16:51:45.373Z] lf-activate-venv: SKIPPING [2021-03-09T16:51:45.373Z] INFO: No Stack... [2021-03-09T16:51:46.320Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-09T16:51:46.584Z] INFO: Archiving Costs [Pipeline] echo [2021-03-09T16:51:46.599Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-09T16:51:46.900Z] ---> logs-deploy.sh [2021-03-09T16:51:46.900Z] lf-activate-venv: SKIPPING [2021-03-09T16:51:46.900Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/3 [2021-03-09T16:51:46.900Z] INFO: archiving workspace using pattern(s): [2021-03-09T16:51:48.816Z] Archives upload complete. [2021-03-09T16:51:48.816Z] INFO: archiving logs to Nexus