Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than 04f28bc93fad0cade56204b58c36b2c87eb820be Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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-29510 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be Merge succeeded, producing 04f28bc93fad0cade56204b58c36b2c87eb820be Checking out Revision 04f28bc93fad0cade56204b58c36b2c87eb820be (PR-3250) > 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # 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 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 Commit message: "feat: Add required readWrite filed to deviceCommand" > git rev-list --no-walk 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-11T10:36:17.250Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-11T10:36:17.522Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-11T10:36:17.638Z] ========================================================= [2021-03-11T10:36:17.638Z] EdgeX Global Pipelines Version Info [2021-03-11T10:36:17.638Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:36:19.270Z] ------------------- [2021-03-11T10:36:19.270Z] stable info: [2021-03-11T10:36:19.270Z] ------------------- [2021-03-11T10:36:19.270Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-11T10:36:19.270Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T10:36:19.270Z] Message: update stable to v1.0.184 [2021-03-11T10:36:20.219Z] ------------------- [2021-03-11T10:36:20.219Z] experimental info: [2021-03-11T10:36:20.219Z] ------------------- [2021-03-11T10:36:20.219Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-11T10:36:20.219Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-11T10:36:20.219Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-11T10:36:20.559Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-11T10:36:20.716Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-11T10:36:20.816Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-11T10:36:20.962Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-11T10:36:21.071Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-11T10:36:21.168Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-11T10:36:21.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-11T10:36:21.419Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-11T10:36:21.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-11T10:36:21.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-11T10:36:21.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-11T10:36:21.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-11T10:36:21.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-11T10:36:22.067Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-11T10:36:22.175Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T10:36:22.283Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-11T10:36:22.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-11T10:36:22.494Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-11T10:36:22.597Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-11T10:36:22.691Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-11T10:36:22.892Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-11T10:36:23.024Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-11T10:36:23.121Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T10:36:23.231Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-11T10:36:23.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-11T10:36:23.408Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] echo [2021-03-11T10:36:23.493Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04f28bc [Pipeline] echo [2021-03-11T10:36:23.582Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-11T10:36:23.808Z] provisioning config files... [2021-03-11T10:36:23.837Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1737276285460919549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:36:24.190Z] ---> docker-login.sh [2021-03-11T10:36:24.190Z] nexus3.edgexfoundry.org:10001 [2021-03-11T10:36:24.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:36:24.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:36:24.452Z] Configure a credential helper to remove this warning. See [2021-03-11T10:36:24.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:36:24.452Z] [2021-03-11T10:36:24.452Z] Login Succeeded [2021-03-11T10:36:24.452Z] nexus3.edgexfoundry.org:10002 [2021-03-11T10:36:24.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:36:24.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:36:24.714Z] Configure a credential helper to remove this warning. See [2021-03-11T10:36:24.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:36:24.714Z] [2021-03-11T10:36:24.714Z] Login Succeeded [2021-03-11T10:36:24.714Z] nexus3.edgexfoundry.org:10003 [2021-03-11T10:36:24.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:36:24.979Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:36:24.979Z] Configure a credential helper to remove this warning. See [2021-03-11T10:36:24.979Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:36:24.979Z] [2021-03-11T10:36:24.979Z] Login Succeeded [2021-03-11T10:36:24.979Z] nexus3.edgexfoundry.org:10004 [2021-03-11T10:36:24.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:36:25.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:36:25.240Z] Configure a credential helper to remove this warning. See [2021-03-11T10:36:25.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:36:25.240Z] [2021-03-11T10:36:25.240Z] Login Succeeded [2021-03-11T10:36:25.240Z] docker.io [2021-03-11T10:36:25.240Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-11T10:36:25.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-11T10:36:25.503Z] Configure a credential helper to remove this warning. See [2021-03-11T10:36:25.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-11T10:36:25.503Z] [2021-03-11T10:36:25.503Z] Login Succeeded [2021-03-11T10:36:25.503Z] ---> docker-login.sh ends [Pipeline] } [2021-03-11T10:36:25.511Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T10:36:26.012Z] ++ 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-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/core-command/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/core-data/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-11T10:36:26.012Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-11T10:36:26.012Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-11T10:36:26.012Z] ++ cut -d/ -f2 [2021-03-11T10:36:26.012Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-11T10:36:26.081Z] 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-11T10:36:27.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:36:27.548Z] [2021-03-11T10:36:27.548Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:36:27.910Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:36:27.910Z] latest: Pulling from edgex-devops/git-semver [2021-03-11T10:36:27.910Z] 31603596830f: Pulling fs layer [2021-03-11T10:36:27.910Z] 2a8b12db71e7: Pulling fs layer [2021-03-11T10:36:27.910Z] 6ca5941a6612: Pulling fs layer [2021-03-11T10:36:27.910Z] ecc8261a40a4: Pulling fs layer [2021-03-11T10:36:27.910Z] ecc8261a40a4: Waiting [2021-03-11T10:36:27.910Z] 2a8b12db71e7: Verifying Checksum [2021-03-11T10:36:27.910Z] 2a8b12db71e7: Download complete [2021-03-11T10:36:27.910Z] 31603596830f: Verifying Checksum [2021-03-11T10:36:27.910Z] 31603596830f: Download complete [2021-03-11T10:36:28.174Z] 6ca5941a6612: Verifying Checksum [2021-03-11T10:36:28.174Z] 6ca5941a6612: Download complete [2021-03-11T10:36:28.174Z] ecc8261a40a4: Verifying Checksum [2021-03-11T10:36:28.174Z] ecc8261a40a4: Download complete [2021-03-11T10:36:28.438Z] 31603596830f: Pull complete [2021-03-11T10:36:28.438Z] 2a8b12db71e7: Pull complete [2021-03-11T10:36:29.388Z] 6ca5941a6612: Pull complete [2021-03-11T10:36:29.388Z] ecc8261a40a4: Pull complete [2021-03-11T10:36:29.388Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-11T10:36:29.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-11T10:36:29.388Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-11T10:36:29.487Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:36:29.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-11T10:36:31.954Z] $ docker top 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-11T10:36:32.325Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T10:36:32.325Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T10:36:32.537Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T10:36:32.530Z] $ docker exec 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent [2021-03-11T10:36:32.714Z] SSH_AUTH_SOCK=/tmp/ssh-XLCFzKNMEbok/agent.13 [2021-03-11T10:36:32.714Z] SSH_AGENT_PID=19 [2021-03-11T10:36:32.723Z] Running ssh-add (command line suppressed) [2021-03-11T10:36:32.828Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6874691814127262681.key (/w/workspace/edgex-go/4@tmp/private_key_6874691814127262681.key) [2021-03-11T10:36:32.893Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T10:36:33.243Z] + git tag --points-at HEAD [Pipeline] } [2021-03-11T10:36:33.260Z] $ docker exec --env ******** --env ******** 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent -k [2021-03-11T10:36:33.367Z] unset SSH_AUTH_SOCK; [2021-03-11T10:36:33.368Z] unset SSH_AGENT_PID; [2021-03-11T10:36:33.368Z] echo Agent pid 19 killed; [2021-03-11T10:36:33.425Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-11T10:36:33.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-11T10:36:33.601Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-11T10:36:33.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-11T10:36:33.753Z] $ docker exec 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent [2021-03-11T10:36:33.919Z] SSH_AUTH_SOCK=/tmp/ssh-RlaYn8EDgmZ2/agent.47 [2021-03-11T10:36:33.919Z] SSH_AGENT_PID=52 [2021-03-11T10:36:33.926Z] Running ssh-add (command line suppressed) [2021-03-11T10:36:34.026Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_6199729985303065025.key (/w/workspace/edgex-go/4@tmp/private_key_6199729985303065025.key) [2021-03-11T10:36:34.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-11T10:36:34.444Z] + git semver init [2021-03-11T10:36:34.444Z] # -> Open(): unable to determine branch for HEAD [2021-03-11T10:36:34.445Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-03-11T10:36:34.445Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-03-11T10:36:34.445Z] # $SEMVER_REMOTE_NAME = origin [2021-03-11T10:36:34.445Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-11T10:36:34.445Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-11T10:36:34.445Z] # $SEMVER_BRANCH = PR-3250 [2021-03-11T10:36:34.445Z] # $SEMVER_TEMP = /tmp/semver-438410775 [2021-03-11T10:36:34.445Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-11T10:36:52.602Z] # '/tmp/semver-438410775' -> '/w/workspace/edgex-go/4/.semver' [2021-03-11T10:36:52.602Z] # -> Force: false [2021-03-11T10:36:52.602Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-03-11T10:36:52.604Z] $ docker exec --env ******** --env ******** 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent -k [2021-03-11T10:36:52.815Z] unset SSH_AUTH_SOCK; [2021-03-11T10:36:52.816Z] unset SSH_AGENT_PID; [2021-03-11T10:36:52.816Z] echo Agent pid 52 killed; [2021-03-11T10:36:52.925Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-11T10:36:53.378Z] + git semver [Pipeline] } [2021-03-11T10:36:53.384Z] $ docker stop --time=1 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 [2021-03-11T10:36:55.028Z] $ docker rm -f 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T10:36:55.541Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-11T10:36:56.094Z] Stashed 1 file(s) [Pipeline] echo [2021-03-11T10:36:56.097Z] [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-11T10:36:56.942Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:36:57.240Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-11T10:36:57.540Z] + sudo service docker restart [2021-03-11T10:36:57.540Z] + true [2021-03-11T10:36:57.540Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-11T10:36:58.128Z] ========================================================= [2021-03-11T10:36:58.128Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-11T10:36:58.128Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:36:58.463Z] + 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-11T10:37:02.679Z] Sending build context to Docker daemon 328.5MB [2021-03-11T10:37:02.679Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-11T10:37:02.679Z] Step 2/6 : FROM ${BASE} [2021-03-11T10:37:02.679Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-11T10:37:02.679Z] 188c0c94c7c5: Pulling fs layer [2021-03-11T10:37:02.679Z] 0ef7d3d256c8: Pulling fs layer [2021-03-11T10:37:02.679Z] de9db76c5a1d: Pulling fs layer [2021-03-11T10:37:02.679Z] bca2f99d35d6: Pulling fs layer [2021-03-11T10:37:02.679Z] 93359f2a8cfa: Pulling fs layer [2021-03-11T10:37:02.679Z] 7c6f9722023f: Pulling fs layer [2021-03-11T10:37:02.679Z] a35cf1a2eb13: Pulling fs layer [2021-03-11T10:37:02.679Z] bca2f99d35d6: Waiting [2021-03-11T10:37:02.679Z] 93359f2a8cfa: Waiting [2021-03-11T10:37:02.679Z] 7c6f9722023f: Waiting [2021-03-11T10:37:02.679Z] a35cf1a2eb13: Waiting [2021-03-11T10:37:02.679Z] de9db76c5a1d: Verifying Checksum [2021-03-11T10:37:02.679Z] de9db76c5a1d: Download complete [2021-03-11T10:37:02.679Z] 0ef7d3d256c8: Verifying Checksum [2021-03-11T10:37:02.679Z] 0ef7d3d256c8: Download complete [2021-03-11T10:37:02.679Z] 93359f2a8cfa: Download complete [2021-03-11T10:37:02.679Z] 7c6f9722023f: Verifying Checksum [2021-03-11T10:37:02.679Z] 7c6f9722023f: Download complete [2021-03-11T10:37:02.679Z] 188c0c94c7c5: Verifying Checksum [2021-03-11T10:37:02.679Z] 188c0c94c7c5: Download complete [2021-03-11T10:37:02.679Z] 188c0c94c7c5: Pull complete [2021-03-11T10:37:02.941Z] 0ef7d3d256c8: Pull complete [2021-03-11T10:37:02.941Z] de9db76c5a1d: Pull complete [2021-03-11T10:37:04.343Z] a35cf1a2eb13: Verifying Checksum [2021-03-11T10:37:04.343Z] a35cf1a2eb13: Download complete [2021-03-11T10:37:04.917Z] bca2f99d35d6: Verifying Checksum [2021-03-11T10:37:04.917Z] bca2f99d35d6: Download complete [2021-03-11T10:37:10.233Z] bca2f99d35d6: Pull complete [2021-03-11T10:37:10.233Z] 93359f2a8cfa: Pull complete [2021-03-11T10:37:10.233Z] 7c6f9722023f: Pull complete [2021-03-11T10:37:11.445Z] Still waiting to schedule task [2021-03-11T10:37:11.445Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-11T10:37:14.468Z] a35cf1a2eb13: Pull complete [2021-03-11T10:37:14.468Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-11T10:37:14.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-11T10:37:14.468Z] ---> a62c8e92a672 [2021-03-11T10:37:14.468Z] 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-11T10:37:14.468Z] ---> Running in 73f069a77eca [2021-03-11T10:37:15.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:37:15.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:37:16.258Z] (1/12) Installing libmagic (5.38-r0) [2021-03-11T10:37:16.519Z] (2/12) Installing file (5.38-r0) [2021-03-11T10:37:16.519Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-11T10:37:16.781Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-11T10:37:21.014Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-11T10:37:21.014Z] (6/12) Installing patch (2.7.6-r6) [2021-03-11T10:37:21.014Z] (7/12) Installing build-base (0.5-r2) [2021-03-11T10:37:21.014Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-11T10:37:21.014Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-11T10:37:21.014Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-11T10:37:21.014Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-11T10:37:21.276Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-11T10:37:21.276Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:37:21.276Z] OK: 233 MiB in 51 packages [2021-03-11T10:37:24.597Z] Removing intermediate container 73f069a77eca [2021-03-11T10:37:24.597Z] ---> 8dbc6ce346c7 [2021-03-11T10:37:24.597Z] Step 4/6 : WORKDIR /edgex-go [2021-03-11T10:37:24.861Z] ---> Running in 796a025308e8 [2021-03-11T10:37:24.861Z] Removing intermediate container 796a025308e8 [2021-03-11T10:37:24.861Z] ---> b60a295d36c4 [2021-03-11T10:37:24.861Z] Step 5/6 : COPY go.mod . [2021-03-11T10:37:25.122Z] ---> 43dc12c1fe9f [2021-03-11T10:37:25.123Z] Step 6/6 : RUN go mod download [2021-03-11T10:37:25.123Z] ---> Running in 8b4e874cd6f7 [2021-03-11T10:37:51.743Z] Removing intermediate container 8b4e874cd6f7 [2021-03-11T10:37:51.743Z] ---> c08120510b02 [2021-03-11T10:37:51.743Z] Successfully built c08120510b02 [2021-03-11T10:37:51.743Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:37:52.095Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T10:37:52.095Z] . [Pipeline] withDockerContainer [2021-03-11T10:37:52.195Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:37:52.233Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T10:37:53.022Z] $ docker top 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:37:53.549Z] + go version [2021-03-11T10:37:53.549Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-11T10:37:53.555Z] $ docker stop --time=1 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 [2021-03-11T10:37:54.898Z] $ docker rm -f 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:37:55.723Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-11T10:37:55.723Z] . [Pipeline] withDockerContainer [2021-03-11T10:37:55.822Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:37:55.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-11T10:37:56.531Z] $ docker top 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-11T10:37:56.747Z] ========================================================= [2021-03-11T10:37:56.747Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-11T10:37:56.747Z] ========================================================= [Pipeline] sh [2021-03-11T10:37:57.037Z] + make test [2021-03-11T10:37:57.037Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-11T10:38:05.218Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-11T10:38:23.469Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-11T10:38:25.421Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-11T10:38:28.011Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-11T10:38:28.011Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-11T10:38:28.602Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-11T10:38:28.602Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-11T10:38:28.602Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-11T10:38:28.871Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-11T10:38:29.823Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-11T10:38:30.088Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-11T10:38:33.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-11T10:38:33.440Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-11T10:38:33.440Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-11T10:38:36.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-11T10:38:36.008Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-11T10:38:36.008Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 82.9% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:38:38.659Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements [2021-03-11T10:38:38.659Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-11T10:38:42.055Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements [2021-03-11T10:38:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-11T10:38:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-11T10:38:42.055Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-11T10:38:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-11T10:38:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-11T10:38:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-11T10:38:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-11T10:38:42.056Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-11T10:38:42.056Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-11T10:38:45.181Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements [2021-03-11T10:38:45.181Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements [2021-03-11T10:38:47.452Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29511 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T10:38:47.502Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-11T10:38:52.793Z] using credential edgex-jenkins-ssh [2021-03-11T10:38:52.863Z] Cloning the remote Git repository [2021-03-11T10:38:52.946Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:38:53.062Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-11T10:38:53.143Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:38:53.144Z] > git --version # timeout=10 [2021-03-11T10:38:53.163Z] > git --version # 'git version 2.17.1' [2021-03-11T10:38:53.164Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:38:53.272Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:38:57.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements [2021-03-11T10:38:57.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-11T10:38:57.481Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.057s coverage: 81.4% of statements [2021-03-11T10:39:09.289Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T10:39:09.728Z] Failed in branch arm64 [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.070s coverage: 92.9% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 62.4% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 69.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.122s coverage: 87.1% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-11T10:39:09.796Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 96.5% of statements [2021-03-11T10:39:09.796Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-11T10:39:09.797Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-11T10:39:09.797Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-03-11T10:39:09.797Z] GO111MODULE=on go vet ./... [2021-03-11T10:39:08.359Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:39:08.381Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:39:08.406Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:39:08.448Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:39:08.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:39:08.463Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T10:39:09.318Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:39:09.333Z] > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 [2021-03-11T10:39:36.509Z] gofmt -l . [2021-03-11T10:39:36.509Z] [ "`gofmt -l .`" = "" ] [2021-03-11T10:39:36.509Z] ./bin/test-go-mod-tidy.sh [2021-03-11T10:39:36.509Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-11T10:39:36.824Z] + ls -al . [2021-03-11T10:39:36.824Z] total 740 [2021-03-11T10:39:36.824Z] drwxrwxr-x 10 1001 1001 4096 Mar 11 10:39 . [2021-03-11T10:39:36.824Z] drwxr-xr-x 4 root root 28 Mar 11 10:37 .. [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 11 Mar 11 10:36 .dockerignore [2021-03-11T10:39:36.824Z] drwxrwxr-x 8 1001 1001 179 Mar 11 10:36 .git [2021-03-11T10:39:36.824Z] drwxrwxr-x 3 1001 1001 125 Mar 11 10:36 .github [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 818 Mar 11 10:36 .gitignore [2021-03-11T10:39:36.824Z] drwx------ 3 1001 1001 60 Mar 11 10:36 .semver [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 166 Mar 11 10:36 .sonarcloud.properties [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:36 Attribution.txt [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:36 CONTRIBUTING.md [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 931 Mar 11 10:36 Dockerfile.build [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 863 Mar 11 10:36 Jenkinsfile [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:36 LICENSE [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:36 Makefile [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:36 README.md [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:36 SECURITY.md [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 5 Mar 11 10:36 VERSION [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:36 ZMQWindows.md [2021-03-11T10:39:36.824Z] drwxrwxr-x 2 1001 1001 117 Mar 11 10:36 bin [2021-03-11T10:39:36.824Z] drwxrwxr-x 14 1001 1001 4096 Mar 11 10:36 cmd [2021-03-11T10:39:36.824Z] -rw-r--r-- 1 root root 628834 Mar 11 10:39 coverage.out [2021-03-11T10:39:36.824Z] -rw-r--r-- 1 root root 1055 Mar 11 10:39 go.mod [2021-03-11T10:39:36.824Z] -rw-r--r-- 1 root root 21981 Mar 11 10:39 go.sum [2021-03-11T10:39:36.824Z] drwxrwxr-x 8 1001 1001 127 Mar 11 10:36 internal [2021-03-11T10:39:36.824Z] drwxrwxr-x 4 1001 1001 26 Mar 11 10:36 openapi [2021-03-11T10:39:36.824Z] drwxrwxr-x 4 1001 1001 71 Mar 11 10:36 snap [2021-03-11T10:39:36.824Z] -rw-rw-r-- 1 1001 1001 168 Mar 11 10:36 version.go [Pipeline] sh [2021-03-11T10:39:37.130Z] + '[' -e coverage.out ] [2021-03-11T10:39:37.130Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-11T10:39:37.359Z] Stashed 1 file(s) [Pipeline] sh [2021-03-11T10:39:37.662Z] + make build [2021-03-11T10:39:37.662Z] 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-11T10:39:41.890Z] 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-11T10:39:50.112Z] 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-11T10:39:50.693Z] 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-11T10:39:52.639Z] 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-11T10:39:52.639Z] 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-11T10:39:54.582Z] 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-11T10:39:55.534Z] 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-11T10:39:56.935Z] 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-11T10:39:57.881Z] 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-11T10:39:58.836Z] 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-11T10:39:59.790Z] 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-11T10:40:01.752Z] $ docker stop --time=1 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 [2021-03-11T10:40:03.406Z] $ docker rm -f 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:40:07.028Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:40:07.028Z] [2021-03-11T10:40:07.028Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:40:07.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:40:07.403Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-11T10:40:07.403Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-11T10:40:07.403Z] ca9280d653b3: Pulling fs layer [2021-03-11T10:40:07.403Z] 7e9c9ca2126c: Pulling fs layer [2021-03-11T10:40:07.976Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-11T10:40:07.976Z] cbdbe7a5bc2a: Download complete [2021-03-11T10:40:08.239Z] cbdbe7a5bc2a: Pull complete [2021-03-11T10:40:08.502Z] ca9280d653b3: Download complete [2021-03-11T10:40:09.455Z] 7e9c9ca2126c: Download complete [2021-03-11T10:40:09.455Z] ca9280d653b3: Pull complete [2021-03-11T10:40:16.080Z] 7e9c9ca2126c: Pull complete [2021-03-11T10:40:16.080Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-11T10:40:16.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:40:16.080Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-11T10:40:16.209Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:40:16.266Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T10:40:18.668Z] $ docker top d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:40:19.225Z] + docker-compose build --help [2021-03-11T10:40:19.225Z] + grep parallel [2021-03-11T10:40:20.168Z] --parallel Build images in parallel. [Pipeline] } [2021-03-11T10:40:20.175Z] $ docker stop --time=1 d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 [2021-03-11T10:40:21.638Z] $ docker rm -f d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:40:22.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-11T10:40:22.332Z] . [Pipeline] withDockerContainer [2021-03-11T10:40:22.535Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:40:22.588Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-11T10:40:23.240Z] $ docker top 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:40:23.716Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-11T10:40:24.660Z] Building docker-core-command-go ... [2021-03-11T10:40:24.660Z] Building docker-core-data-go ... [2021-03-11T10:40:24.660Z] Building docker-core-metadata-go ... [2021-03-11T10:40:24.660Z] Building docker-security-bootstrapper-go ... [2021-03-11T10:40:24.660Z] Building docker-security-proxy-setup-go ... [2021-03-11T10:40:24.660Z] Building docker-security-secretstore-setup-go ... [2021-03-11T10:40:24.660Z] Building docker-support-notifications-go ... [2021-03-11T10:40:24.660Z] Building docker-support-scheduler-go ... [2021-03-11T10:40:24.660Z] Building docker-sys-mgmt-agent-go ... [2021-03-11T10:40:24.660Z] Building docker-security-secretstore-setup-go [2021-03-11T10:40:24.660Z] Building docker-core-command-go [2021-03-11T10:40:24.660Z] Building docker-support-notifications-go [2021-03-11T10:40:24.660Z] Building docker-support-scheduler-go [2021-03-11T10:40:24.660Z] Building docker-core-metadata-go [2021-03-11T10:40:56.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:40:56.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:40:56.935Z] ---> c08120510b02 [2021-03-11T10:40:56.935Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:40:56.935Z] ---> c08120510b02 [2021-03-11T10:40:56.935Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:40:56.935Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.935Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:40:56.935Z] ---> c08120510b02 [2021-03-11T10:40:56.935Z] Step 3/22 : WORKDIR /edgex-go [2021-03-11T10:40:56.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:40:56.935Z] ---> c08120510b02 [2021-03-11T10:40:56.935Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:40:56.935Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:40:56.935Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:40:56.935Z] ---> c08120510b02 [2021-03-11T10:40:56.935Z] Step 3/24 : WORKDIR /edgex-go [2021-03-11T10:40:56.935Z] ---> Running in 5cb7ce0c4e49 [2021-03-11T10:40:56.935Z] ---> Running in d0a853a7d9bc [2021-03-11T10:40:56.935Z] ---> Running in 48d3d37b27bc [2021-03-11T10:40:56.935Z] ---> Running in c904de01758d [2021-03-11T10:40:56.935Z] ---> Running in 1a5a31de4fa4 [2021-03-11T10:40:56.935Z] Removing intermediate container 48d3d37b27bc [2021-03-11T10:40:56.935Z] ---> 00965a8389ad [2021-03-11T10:40:56.935Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:40:56.935Z] Removing intermediate container c904de01758d [2021-03-11T10:40:56.935Z] ---> 34e01bbf6f2a [2021-03-11T10:40:56.935Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:40:56.936Z] Removing intermediate container d0a853a7d9bc [2021-03-11T10:40:56.936Z] ---> f17fc5733584 [2021-03-11T10:40:56.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:40:56.936Z] Removing intermediate container 5cb7ce0c4e49 [2021-03-11T10:40:56.936Z] ---> c9194dc1d05a [2021-03-11T10:40:56.936Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:40:56.936Z] Removing intermediate container 1a5a31de4fa4 [2021-03-11T10:40:56.936Z] ---> e6e138f44108 [2021-03-11T10:40:56.936Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:40:56.936Z] ---> Running in 6fa3e7bb88ca [2021-03-11T10:40:56.936Z] ---> Running in d7a41da31da6 [2021-03-11T10:40:56.936Z] ---> Running in f310930ebc0a [2021-03-11T10:40:56.936Z] ---> Running in f2c6b0c7f9d4 [2021-03-11T10:40:56.936Z] ---> Running in a66f0f635141 [2021-03-11T10:40:57.891Z] Removing intermediate container 6fa3e7bb88ca [2021-03-11T10:40:57.891Z] ---> df7e05040afa [2021-03-11T10:40:57.891Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-11T10:40:57.891Z] Removing intermediate container f310930ebc0a [2021-03-11T10:40:57.891Z] ---> d8cd720ae3bb [2021-03-11T10:40:57.891Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-11T10:40:57.891Z] ---> Running in 2f186569f804 [2021-03-11T10:40:57.891Z] ---> Running in 210f6d844a43 [2021-03-11T10:40:58.154Z] Removing intermediate container d7a41da31da6 [2021-03-11T10:40:58.154Z] ---> e977723ca6d4 [2021-03-11T10:40:58.154Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:40:58.416Z] ---> Running in 406de6b332af [2021-03-11T10:40:58.416Z] Removing intermediate container f2c6b0c7f9d4 [2021-03-11T10:40:58.416Z] ---> a2f23395d7b6 [2021-03-11T10:40:58.416Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-11T10:40:58.416Z] Removing intermediate container a66f0f635141 [2021-03-11T10:40:58.416Z] ---> 758a27baf3ec [2021-03-11T10:40:58.416Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-11T10:40:58.688Z] ---> Running in c38d39f3f673 [2021-03-11T10:40:58.688Z] ---> Running in 3f6d7c471da3 [2021-03-11T10:40:59.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:40:59.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:40:59.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:40:59.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:40:59.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:41:00.977Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:00.977Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:00.977Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:00.977Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:01.241Z] OK: 233 MiB in 51 packages [2021-03-11T10:41:01.824Z] Removing intermediate container 2f186569f804 [2021-03-11T10:41:01.824Z] ---> 91daef0daad2 [2021-03-11T10:41:01.824Z] Step 6/24 : COPY go.mod . [2021-03-11T10:41:02.090Z] ---> ebbb6472faa0 [2021-03-11T10:41:02.090Z] Step 7/24 : RUN go mod download [2021-03-11T10:41:02.090Z] Removing intermediate container 210f6d844a43 [2021-03-11T10:41:02.090Z] ---> b470e57a86a3 [2021-03-11T10:41:02.090Z] Step 6/22 : COPY go.mod . [2021-03-11T10:41:02.090Z] Removing intermediate container 406de6b332af [2021-03-11T10:41:02.090Z] ---> 9a2f520fb85c [2021-03-11T10:41:02.090Z] Step 6/23 : COPY go.mod . [2021-03-11T10:41:02.351Z] Removing intermediate container 3f6d7c471da3 [2021-03-11T10:41:02.351Z] ---> 4263f02623f9 [2021-03-11T10:41:02.351Z] Step 6/22 : COPY go.mod . [2021-03-11T10:41:02.351Z] ---> Running in 077a154fbb5f [2021-03-11T10:41:02.351Z] Removing intermediate container c38d39f3f673 [2021-03-11T10:41:02.351Z] ---> 3e286674d650 [2021-03-11T10:41:02.351Z] Step 6/23 : COPY go.mod . [2021-03-11T10:41:02.613Z] ---> 3b276b103757 [2021-03-11T10:41:02.613Z] Step 7/22 : RUN go mod download [2021-03-11T10:41:02.613Z] ---> 68bfd72a510f [2021-03-11T10:41:02.613Z] Step 7/23 : RUN go mod download [2021-03-11T10:41:02.875Z] ---> Running in ffd9988405f0 [2021-03-11T10:41:02.875Z] ---> Running in 0530459afd1c [2021-03-11T10:41:02.875Z] ---> 517e4f0f64be [2021-03-11T10:41:02.875Z] Step 7/22 : RUN go mod download [2021-03-11T10:41:02.875Z] ---> 706889250865 [2021-03-11T10:41:02.875Z] Step 7/23 : RUN go mod download [2021-03-11T10:41:03.139Z] ---> Running in 6ef3d083e3d9 [2021-03-11T10:41:03.139Z] ---> Running in bf986a1c56c1 [2021-03-11T10:41:04.563Z] Removing intermediate container 077a154fbb5f [2021-03-11T10:41:04.563Z] ---> 6fb433fb6c26 [2021-03-11T10:41:04.563Z] Step 8/24 : COPY . . [2021-03-11T10:41:04.826Z] Removing intermediate container 0530459afd1c [2021-03-11T10:41:04.826Z] ---> 5a3b07c1afeb [2021-03-11T10:41:04.826Z] Step 8/22 : COPY . . [2021-03-11T10:41:10.149Z] Removing intermediate container ffd9988405f0 [2021-03-11T10:41:10.149Z] ---> 8e95c44ad236 [2021-03-11T10:41:10.149Z] Step 8/23 : COPY . . [2021-03-11T10:41:10.731Z] Removing intermediate container bf986a1c56c1 [2021-03-11T10:41:10.731Z] ---> 545dfa1d9a97 [2021-03-11T10:41:10.731Z] Step 8/23 : COPY . . [2021-03-11T10:41:14.970Z] Removing intermediate container 6ef3d083e3d9 [2021-03-11T10:41:14.970Z] ---> 0d626b5beaac [2021-03-11T10:41:14.970Z] Step 8/22 : COPY . . [2021-03-11T10:41:47.177Z] ---> 9c2796fc25d2 [2021-03-11T10:41:47.177Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-11T10:41:48.128Z] ---> 7b1776a1919c [2021-03-11T10:41:48.128Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-11T10:41:48.390Z] ---> Running in b85a2961d311 [2021-03-11T10:41:48.390Z] ---> 8b2c34d9731a [2021-03-11T10:41:48.390Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-11T10:41:48.390Z] ---> 36f89549e79a [2021-03-11T10:41:48.390Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-11T10:41:48.653Z] ---> Running in 9db9fe6ccfad [2021-03-11T10:41:48.653Z] ---> 63cc3ba76616 [2021-03-11T10:41:48.653Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-11T10:41:48.653Z] ---> Running in 453bf0571145 [2021-03-11T10:41:48.917Z] ---> Running in 4c13ea221ac1 [2021-03-11T10:41:48.917Z] ---> Running in 3dc5e032b05c [2021-03-11T10:41:49.500Z] 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-11T10:41:49.776Z] 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-11T10:41:49.776Z] 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-11T10:41:49.776Z] 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-11T10:41:49.776Z] 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-11T10:42:22.019Z] 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-11T10:42:27.448Z] Removing intermediate container 453bf0571145 [2021-03-11T10:42:27.448Z] ---> c0af5de68021 [2021-03-11T10:42:27.448Z] [2021-03-11T10:42:27.448Z] Step 10/24 : FROM alpine:3.12 [2021-03-11T10:42:27.448Z] Removing intermediate container 4c13ea221ac1 [2021-03-11T10:42:27.448Z] ---> 7f6626077185 [2021-03-11T10:42:27.448Z] [2021-03-11T10:42:27.448Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:42:27.448Z] 3.12: Pulling from library/alpine [2021-03-11T10:42:27.448Z] 3.12: Pulling from library/alpine [2021-03-11T10:42:28.395Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T10:42:28.395Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-11T10:42:28.395Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T10:42:28.395Z] ---> 88dd2752d2ea [2021-03-11T10:42:28.395Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-11T10:42:28.395Z] Status: Downloaded newer image for alpine:3.12 [2021-03-11T10:42:28.395Z] ---> 88dd2752d2ea [2021-03-11T10:42:28.395Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:42:33.694Z] ---> Running in 3d1dec730821 [2021-03-11T10:42:33.694Z] ---> Running in c3ff6cd34ffd [2021-03-11T10:42:33.694Z] Removing intermediate container b85a2961d311 [2021-03-11T10:42:33.694Z] ---> 5068c83def3f [2021-03-11T10:42:33.694Z] [2021-03-11T10:42:33.694Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:42:33.694Z] ---> 88dd2752d2ea [2021-03-11T10:42:33.694Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-11T10:42:33.694Z] Removing intermediate container 3dc5e032b05c [2021-03-11T10:42:33.694Z] ---> 8c3d66610e7f [2021-03-11T10:42:33.694Z] [2021-03-11T10:42:33.694Z] Step 10/22 : FROM alpine:3.12 [2021-03-11T10:42:33.694Z] ---> 88dd2752d2ea [2021-03-11T10:42:33.694Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:42:33.694Z] Removing intermediate container 9db9fe6ccfad [2021-03-11T10:42:33.694Z] ---> 703c1af1e425 [2021-03-11T10:42:33.694Z] [2021-03-11T10:42:33.694Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:42:33.694Z] ---> 88dd2752d2ea [2021-03-11T10:42:33.694Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-11T10:42:33.956Z] ---> Running in 5e612bc64451 [2021-03-11T10:42:33.956Z] ---> Running in e8c96aa3e63a [2021-03-11T10:42:34.535Z] ---> Running in ce745344ef34 [2021-03-11T10:42:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-11T10:42:35.424Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T10:42:35.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:42:35.424Z] OK: 6 MiB in 15 packages [2021-03-11T10:42:35.424Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:42:35.424Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-11T10:42:35.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] (4/5) Installing curl (7.69.1-r3) [2021-03-11T10:42:35.424Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-11T10:42:35.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:42:35.424Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:42:35.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:42:35.424Z] OK: 7 MiB in 19 packages [2021-03-11T10:42:35.424Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T10:42:35.424Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:42:35.692Z] OK: 6 MiB in 15 packages [2021-03-11T10:42:35.692Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-11T10:42:35.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:42:35.692Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-11T10:42:35.692Z] OK: 6 MiB in 15 packages [2021-03-11T10:42:35.692Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:42:35.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:42:35.692Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:42:36.266Z] OK: 6 MiB in 16 packages [2021-03-11T10:42:36.843Z] Removing intermediate container c3ff6cd34ffd [2021-03-11T10:42:36.843Z] ---> d8eab6df51d6 [2021-03-11T10:42:36.843Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:42:37.105Z] ---> Running in 721cfc9e6f69 [2021-03-11T10:42:37.366Z] Removing intermediate container 5e612bc64451 [2021-03-11T10:42:37.366Z] ---> 65068f7e1335 [2021-03-11T10:42:37.366Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:42:38.311Z] Removing intermediate container 3d1dec730821 [2021-03-11T10:42:38.311Z] ---> cb6ad4e3cc64 [2021-03-11T10:42:38.311Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:42:38.573Z] ---> Running in 295cd59fdb2a [2021-03-11T10:42:38.839Z] ---> Running in 7db1da47f9d9 [2021-03-11T10:42:38.839Z] Removing intermediate container 721cfc9e6f69 [2021-03-11T10:42:38.839Z] ---> 97a48bdd7cfb [2021-03-11T10:42:38.839Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-11T10:42:38.839Z] Removing intermediate container ce745344ef34 [2021-03-11T10:42:38.839Z] ---> 5ad4a8288e27 [2021-03-11T10:42:38.839Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:42:38.839Z] Removing intermediate container e8c96aa3e63a [2021-03-11T10:42:38.840Z] ---> 4e088c9d041d [2021-03-11T10:42:38.840Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-11T10:42:39.107Z] ---> Running in 438465f50100 [2021-03-11T10:42:39.107Z] ---> Running in 69a8ec0bf17a [2021-03-11T10:42:39.107Z] ---> Running in c36d9cb1fed4 [2021-03-11T10:42:39.107Z] Removing intermediate container 295cd59fdb2a [2021-03-11T10:42:39.107Z] ---> 98118de0cdd6 [2021-03-11T10:42:39.107Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-11T10:42:39.107Z] Removing intermediate container 7db1da47f9d9 [2021-03-11T10:42:39.107Z] ---> ecd09ebb0296 [2021-03-11T10:42:39.107Z] Step 13/24 : WORKDIR / [2021-03-11T10:42:39.369Z] ---> Running in a8b75ae9057b [2021-03-11T10:42:39.370Z] ---> Running in e52f7ce8fa14 [2021-03-11T10:42:39.370Z] Removing intermediate container 438465f50100 [2021-03-11T10:42:39.370Z] ---> 354aeb1edd4b [2021-03-11T10:42:39.370Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:42:39.370Z] Removing intermediate container 69a8ec0bf17a [2021-03-11T10:42:39.370Z] ---> ce2a074ddddf [2021-03-11T10:42:39.370Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-11T10:42:39.632Z] Removing intermediate container c36d9cb1fed4 [2021-03-11T10:42:39.632Z] ---> e6309dbe2c02 [2021-03-11T10:42:39.632Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-11T10:42:39.632Z] ---> Running in 109d0902129d [2021-03-11T10:42:39.632Z] ---> Running in c9863e8480d2 [2021-03-11T10:42:39.632Z] ---> Running in dec290f83833 [2021-03-11T10:42:39.632Z] Removing intermediate container a8b75ae9057b [2021-03-11T10:42:39.632Z] ---> 59006eaa3ab8 [2021-03-11T10:42:39.632Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:42:39.899Z] Removing intermediate container e52f7ce8fa14 [2021-03-11T10:42:39.899Z] ---> 9586f90be470 [2021-03-11T10:42:39.899Z] 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-11T10:42:39.899Z] ---> Running in 3a90068d979b [2021-03-11T10:42:40.161Z] Removing intermediate container 109d0902129d [2021-03-11T10:42:40.161Z] ---> 3fd5d86892c8 [2021-03-11T10:42:40.161Z] Step 15/23 : WORKDIR / [2021-03-11T10:42:40.161Z] Removing intermediate container c9863e8480d2 [2021-03-11T10:42:40.161Z] ---> b1a5b7986d45 [2021-03-11T10:42:40.161Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-11T10:42:40.161Z] Removing intermediate container dec290f83833 [2021-03-11T10:42:40.161Z] ---> b600880cae52 [2021-03-11T10:42:40.161Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-11T10:42:40.432Z] ---> Running in 0bd58d49f6a6 [2021-03-11T10:42:40.432Z] ---> 5493f7b69ca9 [2021-03-11T10:42:40.432Z] 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-11T10:42:40.432Z] Removing intermediate container 3a90068d979b [2021-03-11T10:42:40.432Z] ---> d8104fc41279 [2021-03-11T10:42:40.432Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:42:40.432Z] ---> Running in a1bbf0641ff9 [2021-03-11T10:42:40.432Z] ---> Running in 2091bb95fe57 [2021-03-11T10:42:40.694Z] Removing intermediate container 0bd58d49f6a6 [2021-03-11T10:42:40.694Z] ---> f411686062c8 [2021-03-11T10:42:40.694Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:42:40.694Z] Removing intermediate container a1bbf0641ff9 [2021-03-11T10:42:40.694Z] ---> 51612e871bd8 [2021-03-11T10:42:40.694Z] Step 15/23 : WORKDIR / [2021-03-11T10:42:40.963Z] Removing intermediate container 2091bb95fe57 [2021-03-11T10:42:40.963Z] ---> 67af2c6b0775 [2021-03-11T10:42:40.963Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:42:40.963Z] ---> Running in 81dbc21e34fd [2021-03-11T10:42:40.963Z] ---> 57633aeffd57 [2021-03-11T10:42:40.963Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-11T10:42:40.963Z] ---> 514e8af4201e [2021-03-11T10:42:40.963Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-11T10:42:41.247Z] ---> 4f80d4b3b9ba [2021-03-11T10:42:41.247Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-11T10:42:41.247Z] ---> 97b002a8fec5 [2021-03-11T10:42:41.247Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-11T10:42:41.247Z] Removing intermediate container 81dbc21e34fd [2021-03-11T10:42:41.247Z] ---> 54a2f6cf0f5d [2021-03-11T10:42:41.247Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:42:41.520Z] ---> 591d5b40a197 [2021-03-11T10:42:41.520Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-11T10:42:41.786Z] ---> 8f62330d7ad9 [2021-03-11T10:42:41.786Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-11T10:42:42.057Z] ---> 7b57fda83bb4 [2021-03-11T10:42:42.057Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-11T10:42:42.057Z] ---> 9bed0eb555c7 [2021-03-11T10:42:42.057Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-11T10:42:42.057Z] ---> 952441ae7f6c [2021-03-11T10:42:42.057Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-11T10:42:42.057Z] ---> d83a77759b53 [2021-03-11T10:42:42.057Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-11T10:42:42.322Z] ---> c29373b68e14 [2021-03-11T10:42:42.322Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-11T10:42:42.911Z] ---> Running in 188fada4de80 [2021-03-11T10:42:42.912Z] ---> 794719d4ef28 [2021-03-11T10:42:42.912Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-11T10:42:42.912Z] ---> 0a68246006ec [2021-03-11T10:42:42.912Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-11T10:42:43.177Z] ---> 178c46d36419 [2021-03-11T10:42:43.177Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-11T10:42:43.177Z] ---> Running in ab7f7b16c6ee [2021-03-11T10:42:43.177Z] ---> 0b98d31dd042 [2021-03-11T10:42:43.177Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-11T10:42:43.177Z] ---> Running in 8c281474e90c [2021-03-11T10:42:43.177Z] Removing intermediate container 188fada4de80 [2021-03-11T10:42:43.177Z] ---> b2104752f557 [2021-03-11T10:42:43.177Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:42:43.441Z] ---> Running in 691521b076b9 [2021-03-11T10:42:43.441Z] ---> c79d576a32f0 [2021-03-11T10:42:43.441Z] 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-11T10:42:43.704Z] Removing intermediate container ab7f7b16c6ee [2021-03-11T10:42:43.704Z] ---> fb5251cfa7eb [2021-03-11T10:42:43.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:42:43.704Z] Removing intermediate container 8c281474e90c [2021-03-11T10:42:43.704Z] ---> 16c2ae3451ac [2021-03-11T10:42:43.704Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:42:43.704Z] ---> ef26fdb39ed1 [2021-03-11T10:42:43.704Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-11T10:42:43.704Z] ---> Running in 3da51bfac7e9 [2021-03-11T10:42:43.704Z] ---> Running in 6d3e397c3e07 [2021-03-11T10:42:43.966Z] ---> Running in 47d2c82b19f3 [2021-03-11T10:42:43.966Z] ---> Running in 5906184bab89 [2021-03-11T10:42:43.966Z] Removing intermediate container 691521b076b9 [2021-03-11T10:42:43.966Z] ---> 21e1fbd4ef05 [2021-03-11T10:42:43.966Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T10:42:44.228Z] ---> Running in cc8d9cf30080 [2021-03-11T10:42:44.228Z] Removing intermediate container 47d2c82b19f3 [2021-03-11T10:42:44.228Z] ---> 34f5180d716a [2021-03-11T10:42:44.228Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:42:44.228Z] Removing intermediate container 6d3e397c3e07 [2021-03-11T10:42:44.228Z] ---> 94fb6dd1299f [2021-03-11T10:42:44.228Z] Step 20/22 : LABEL arch=x86_64 [2021-03-11T10:42:44.496Z] Removing intermediate container 5906184bab89 [2021-03-11T10:42:44.496Z] ---> 71fe68fa9ad8 [2021-03-11T10:42:44.496Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:42:44.496Z] ---> Running in c5baa5a6ccc4 [2021-03-11T10:42:44.496Z] ---> Running in a49a75373da2 [2021-03-11T10:42:44.496Z] Removing intermediate container cc8d9cf30080 [2021-03-11T10:42:44.496Z] ---> 99c4abd6cf75 [2021-03-11T10:42:44.496Z] Step 21/22 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:42:44.496Z] ---> Running in 3236a7e7b46c [2021-03-11T10:42:44.758Z] ---> Running in 1b75ad38d830 [2021-03-11T10:42:45.018Z] Removing intermediate container a49a75373da2 [2021-03-11T10:42:45.018Z] ---> b04dfde8f699 [2021-03-11T10:42:45.019Z] Step 21/22 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:42:45.019Z] Removing intermediate container c5baa5a6ccc4 [2021-03-11T10:42:45.019Z] ---> 19737f22d0c7 [2021-03-11T10:42:45.019Z] Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:42:45.019Z] Removing intermediate container 3236a7e7b46c [2021-03-11T10:42:45.019Z] ---> da3cd17ba694 [2021-03-11T10:42:45.019Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:42:45.283Z] Removing intermediate container 1b75ad38d830 [2021-03-11T10:42:45.283Z] ---> c82e06b94682 [2021-03-11T10:42:45.283Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:42:45.283Z] ---> Running in 5b1fdb193f10 [2021-03-11T10:42:45.283Z] ---> Running in aa8c324d20ae [2021-03-11T10:42:45.283Z] ---> Running in 22d21bd04917 [2021-03-11T10:42:45.545Z] ---> Running in 36c77b47a055 [2021-03-11T10:42:45.545Z] Removing intermediate container 3da51bfac7e9 [2021-03-11T10:42:45.545Z] ---> 1398ceccff30 [2021-03-11T10:42:45.545Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-11T10:42:45.545Z] Removing intermediate container 5b1fdb193f10 [2021-03-11T10:42:45.545Z] ---> 5ddfc4d611a5 [2021-03-11T10:42:45.545Z] Step 22/22 : LABEL version=0.0.0 [2021-03-11T10:42:45.807Z] ---> Running in 1b5660c43877 [2021-03-11T10:42:45.807Z] ---> Running in 4c61bfb264e0 [2021-03-11T10:42:45.807Z] Removing intermediate container 22d21bd04917 [2021-03-11T10:42:45.807Z] ---> 3ee5c9ef80c4 [2021-03-11T10:42:45.807Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:42:45.807Z] Removing intermediate container aa8c324d20ae [2021-03-11T10:42:45.807Z] ---> dd70f71515e8 [2021-03-11T10:42:45.807Z] Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:42:45.807Z] Removing intermediate container 36c77b47a055 [2021-03-11T10:42:45.807Z] ---> 9927678e968a [2021-03-11T10:42:45.807Z] [2021-03-11T10:42:46.068Z] ---> Running in 9bce5daac322 [2021-03-11T10:42:46.068Z] ---> Running in b7c9cb6b8ee3 [2021-03-11T10:42:46.068Z] Successfully built 9927678e968a [2021-03-11T10:42:46.335Z] Removing intermediate container 1b5660c43877 [2021-03-11T10:42:46.335Z] ---> 692049ea913f [2021-03-11T10:42:46.335Z] Step 22/24 : LABEL arch=x86_64 [2021-03-11T10:42:46.335Z] Removing intermediate container 4c61bfb264e0 [2021-03-11T10:42:46.335Z] ---> 383df76e7160 [2021-03-11T10:42:46.335Z] [2021-03-11T10:42:46.335Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-11T10:42:46.335Z] Building docker-security-bootstrapper-go [2021-03-11T10:42:46.335Z]  Building docker-support-scheduler-go ... done  ---> Running in f7e34909f36e [2021-03-11T10:42:46.335Z] Removing intermediate container 9bce5daac322 [2021-03-11T10:42:46.335Z] ---> 8f5d3ecfc633 [2021-03-11T10:42:46.335Z] [2021-03-11T10:42:46.597Z] Removing intermediate container b7c9cb6b8ee3 [2021-03-11T10:42:46.597Z] ---> 88e9350e91ed [2021-03-11T10:42:46.598Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:42:46.598Z] Successfully built 383df76e7160 [2021-03-11T10:42:46.598Z] Successfully tagged docker-support-notifications-go:latest [2021-03-11T10:42:46.598Z] Building docker-security-proxy-setup-go [2021-03-11T10:42:46.598Z]  Building docker-support-notifications-go ... done  ---> Running in d724191b8be7 [2021-03-11T10:42:46.598Z] Successfully built 8f5d3ecfc633 [2021-03-11T10:42:46.858Z] Successfully tagged docker-core-command-go:latest [2021-03-11T10:42:46.859Z] Building docker-core-data-go [2021-03-11T10:42:46.859Z]  Building docker-core-command-go ... done Removing intermediate container f7e34909f36e [2021-03-11T10:42:46.859Z] ---> b8e8b8cee35f [2021-03-11T10:42:46.859Z] Step 23/24 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:42:46.859Z] Removing intermediate container d724191b8be7 [2021-03-11T10:42:46.859Z] ---> f2ff1e87668c [2021-03-11T10:42:46.859Z] [2021-03-11T10:42:46.859Z] ---> Running in ce6d3b63097a [2021-03-11T10:42:47.120Z] Successfully built f2ff1e87668c [2021-03-11T10:42:47.120Z] Successfully tagged docker-core-metadata-go:latest [2021-03-11T10:42:47.120Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-03-11T10:42:47.120Z] Removing intermediate container ce6d3b63097a [2021-03-11T10:42:47.120Z] ---> 4baaa93d49e1 [2021-03-11T10:42:47.120Z] Step 24/24 : LABEL version=0.0.0 [2021-03-11T10:42:47.120Z] ---> Running in fb9091f45fde [2021-03-11T10:42:47.385Z] Removing intermediate container fb9091f45fde [2021-03-11T10:42:47.385Z] ---> 5746f597e0d0 [2021-03-11T10:42:47.385Z] [2021-03-11T10:42:47.385Z] Successfully built 5746f597e0d0 [2021-03-11T10:42:47.385Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-11T10:43:09.832Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:43:09.832Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:43:09.832Z] ---> c08120510b02 [2021-03-11T10:43:09.832Z] Step 3/23 : WORKDIR /edgex-go [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> e6e138f44108 [2021-03-11T10:43:09.832Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 758a27baf3ec [2021-03-11T10:43:09.832Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-11T10:43:09.832Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:43:09.832Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:43:09.832Z] ---> c08120510b02 [2021-03-11T10:43:09.832Z] Step 3/31 : WORKDIR /edgex-go [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> e6e138f44108 [2021-03-11T10:43:09.832Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 758a27baf3ec [2021-03-11T10:43:09.832Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 4263f02623f9 [2021-03-11T10:43:09.832Z] Step 6/31 : COPY go.mod . [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 517e4f0f64be [2021-03-11T10:43:09.832Z] Step 7/31 : RUN go mod download [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 0d626b5beaac [2021-03-11T10:43:09.832Z] Step 8/31 : COPY . . [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 63cc3ba76616 [2021-03-11T10:43:09.832Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-11T10:43:09.832Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:43:09.832Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:43:09.832Z] ---> c08120510b02 [2021-03-11T10:43:09.832Z] Step 3/21 : WORKDIR /edgex-go [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> e6e138f44108 [2021-03-11T10:43:09.832Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.832Z] ---> 758a27baf3ec [2021-03-11T10:43:09.832Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-11T10:43:09.832Z] ---> Using cache [2021-03-11T10:43:09.833Z] ---> 4263f02623f9 [2021-03-11T10:43:09.833Z] Step 6/21 : COPY go.mod . [2021-03-11T10:43:09.833Z] ---> Using cache [2021-03-11T10:43:09.833Z] ---> 517e4f0f64be [2021-03-11T10:43:09.833Z] Step 7/21 : RUN go mod download [2021-03-11T10:43:09.833Z] ---> Using cache [2021-03-11T10:43:09.833Z] ---> 0d626b5beaac [2021-03-11T10:43:09.833Z] Step 8/21 : COPY . . [2021-03-11T10:43:09.833Z] ---> Using cache [2021-03-11T10:43:09.833Z] ---> 63cc3ba76616 [2021-03-11T10:43:09.833Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-11T10:43:10.874Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-11T10:43:10.874Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-11T10:43:10.874Z] ---> c08120510b02 [2021-03-11T10:43:10.874Z] Step 3/26 : WORKDIR /edgex-go [2021-03-11T10:43:10.874Z] ---> Using cache [2021-03-11T10:43:10.874Z] ---> e6e138f44108 [2021-03-11T10:43:10.874Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:43:10.874Z] ---> Using cache [2021-03-11T10:43:10.874Z] ---> 758a27baf3ec [2021-03-11T10:43:10.874Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-11T10:43:11.822Z] ---> Running in 13df9b2bc499 [2021-03-11T10:43:11.822Z] ---> Running in 2fa00dfbd369 [2021-03-11T10:43:11.822Z] ---> Running in 4950be4845a0 [2021-03-11T10:43:11.822Z] ---> Running in 89d9a0fadf1f [2021-03-11T10:43:12.787Z] 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-11T10:43:12.787Z] 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-11T10:43:12.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:12.787Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:13.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:13.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:14.054Z] OK: 233 MiB in 51 packages [2021-03-11T10:43:14.330Z] OK: 233 MiB in 51 packages [2021-03-11T10:43:15.752Z] Removing intermediate container 2fa00dfbd369 [2021-03-11T10:43:15.752Z] ---> 032276afa457 [2021-03-11T10:43:15.752Z] Step 6/26 : COPY go.mod . [2021-03-11T10:43:15.752Z] Removing intermediate container 89d9a0fadf1f [2021-03-11T10:43:15.752Z] ---> 57222b294f25 [2021-03-11T10:43:15.752Z] Step 6/23 : COPY go.mod . [2021-03-11T10:43:17.170Z] ---> e3c604c4e486 [2021-03-11T10:43:17.170Z] Step 7/26 : RUN go mod download [2021-03-11T10:43:17.170Z] ---> 511c7d4fcb6f [2021-03-11T10:43:17.170Z] Step 7/23 : RUN go mod download [2021-03-11T10:43:17.170Z] ---> Running in 1996a2a74b63 [2021-03-11T10:43:17.170Z] ---> Running in b81ca56ff98c [2021-03-11T10:43:20.540Z] Removing intermediate container 1996a2a74b63 [2021-03-11T10:43:20.540Z] ---> c023cc7f5326 [2021-03-11T10:43:20.540Z] Step 8/26 : COPY . . [2021-03-11T10:43:20.540Z] Removing intermediate container b81ca56ff98c [2021-03-11T10:43:20.540Z] ---> 0243806d03aa [2021-03-11T10:43:20.540Z] Step 8/23 : COPY . . [2021-03-11T10:43:35.584Z] 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-11T10:43:44.061Z] Removing intermediate container 13df9b2bc499 [2021-03-11T10:43:44.061Z] ---> 2f1be2104d9c [2021-03-11T10:43:44.061Z] [2021-03-11T10:43:44.061Z] Step 10/31 : FROM alpine:3.12 [2021-03-11T10:43:44.061Z] ---> 88dd2752d2ea [2021-03-11T10:43:44.061Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-11T10:43:47.371Z] ---> Running in 42d0a4ee621f [2021-03-11T10:43:47.632Z] ---> c78560bca287 [2021-03-11T10:43:47.632Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-11T10:43:47.632Z] ---> 83fabb9333b9 [2021-03-11T10:43:47.632Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-11T10:43:48.206Z] Removing intermediate container 42d0a4ee621f [2021-03-11T10:43:48.206Z] ---> 898b2e810077 [2021-03-11T10:43:48.206Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-11T10:43:48.468Z] ---> Running in 33d94011c19e [2021-03-11T10:43:48.468Z] ---> Running in d18064127b87 [2021-03-11T10:43:48.734Z] ---> Running in 28a657f21471 [2021-03-11T10:43:48.734Z] Removing intermediate container 4950be4845a0 [2021-03-11T10:43:48.734Z] ---> 01c60b367f96 [2021-03-11T10:43:48.734Z] [2021-03-11T10:43:48.734Z] Step 10/21 : FROM alpine:3.12 [2021-03-11T10:43:48.734Z] ---> 88dd2752d2ea [2021-03-11T10:43:48.734Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-11T10:43:48.734Z] ---> Running in ee0d5e5606c9 [2021-03-11T10:43:49.691Z] 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-11T10:43:49.691Z] 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-11T10:43:49.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:49.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:49.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:49.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:43:50.229Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-11T10:43:50.229Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-11T10:43:50.229Z] (2/2) Installing su-exec (0.2-r1) [2021-03-11T10:43:50.229Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:43:50.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:43:50.229Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-11T10:43:50.229Z] (4/4) Installing curl (7.69.1-r3) [2021-03-11T10:43:50.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:43:50.229Z] Executing ca-certificates-20191127-r4.trigger [2021-03-11T10:43:50.229Z] OK: 6 MiB in 16 packages [2021-03-11T10:43:50.229Z] OK: 7 MiB in 18 packages [2021-03-11T10:43:51.633Z] Removing intermediate container 28a657f21471 [2021-03-11T10:43:51.633Z] ---> 749defe1fcc4 [2021-03-11T10:43:51.633Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-11T10:43:53.584Z] ---> Running in a45c1a34395f [2021-03-11T10:43:53.584Z] Removing intermediate container ee0d5e5606c9 [2021-03-11T10:43:53.584Z] ---> 94924ed251aa [2021-03-11T10:43:53.584Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-11T10:43:54.181Z] Removing intermediate container a45c1a34395f [2021-03-11T10:43:54.181Z] ---> 368b62e5f5f8 [2021-03-11T10:43:54.181Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-11T10:43:54.181Z] ---> Running in 99d647c9666d [2021-03-11T10:43:54.181Z] ---> Running in 27be4a4659d5 [2021-03-11T10:43:54.451Z] Removing intermediate container 99d647c9666d [2021-03-11T10:43:54.451Z] ---> b21a33c3f158 [2021-03-11T10:43:54.451Z] Step 13/21 : WORKDIR /edgex [2021-03-11T10:43:54.730Z] ---> Running in 3fee867a2e16 [2021-03-11T10:43:54.730Z] Removing intermediate container 27be4a4659d5 [2021-03-11T10:43:54.730Z] ---> 58dd5fb32699 [2021-03-11T10:43:54.730Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-11T10:43:54.730Z] ---> Running in f229929337c0 [2021-03-11T10:43:55.003Z] Removing intermediate container 3fee867a2e16 [2021-03-11T10:43:55.003Z] ---> c674c193e397 [2021-03-11T10:43:55.003Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-11T10:43:55.608Z] ---> 767d4d180c6d [2021-03-11T10:43:55.608Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-11T10:43:56.586Z] ---> 3b1bd2db8df1 [2021-03-11T10:43:56.586Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-11T10:43:57.544Z] Removing intermediate container f229929337c0 [2021-03-11T10:43:57.544Z] ---> b54fb996042e [2021-03-11T10:43:57.544Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-11T10:43:57.807Z] ---> Running in 8c0b23523fb5 [2021-03-11T10:43:57.807Z] ---> f04dc3229448 [2021-03-11T10:43:57.807Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-11T10:43:58.074Z] ---> Running in a27a2c3fab55 [2021-03-11T10:43:58.074Z] Removing intermediate container 8c0b23523fb5 [2021-03-11T10:43:58.074Z] ---> afbb1e38a9f8 [2021-03-11T10:43:58.074Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-11T10:43:59.028Z] Removing intermediate container a27a2c3fab55 [2021-03-11T10:43:59.028Z] ---> a2c9fd139229 [2021-03-11T10:43:59.028Z] Step 18/21 : CMD ["--init=true"] [2021-03-11T10:43:59.028Z] ---> Running in e5524c5e6ee1 [2021-03-11T10:43:59.028Z] ---> 5632ac98daeb [2021-03-11T10:43:59.028Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-11T10:43:59.290Z] Removing intermediate container e5524c5e6ee1 [2021-03-11T10:43:59.290Z] ---> 78a8ad2f0b5d [2021-03-11T10:43:59.290Z] Step 19/21 : LABEL arch=x86_64 [2021-03-11T10:43:59.290Z] ---> Running in 8fbf8db31f84 [2021-03-11T10:43:59.290Z] ---> Running in e160b8b30204 [2021-03-11T10:43:59.563Z] Removing intermediate container e160b8b30204 [2021-03-11T10:43:59.563Z] ---> 4af852c95e2e [2021-03-11T10:43:59.563Z] Step 20/21 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:43:59.826Z] ---> Running in d0b793ff5023 [2021-03-11T10:44:00.410Z] Removing intermediate container d0b793ff5023 [2021-03-11T10:44:00.410Z] ---> d42d3517ec33 [2021-03-11T10:44:00.410Z] Step 21/21 : LABEL version=0.0.0 [2021-03-11T10:44:00.680Z] ---> Running in d4e79394eb20 [2021-03-11T10:44:00.945Z] Removing intermediate container d4e79394eb20 [2021-03-11T10:44:00.945Z] ---> 5de693ecc6c3 [2021-03-11T10:44:00.945Z] [2021-03-11T10:44:01.215Z] Successfully built 5de693ecc6c3 [2021-03-11T10:44:01.485Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-11T10:44:01.485Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8fbf8db31f84 [2021-03-11T10:44:01.485Z] ---> 8644ad56d0e6 [2021-03-11T10:44:01.485Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:44:02.066Z] ---> 830d0943979c [2021-03-11T10:44:02.066Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-11T10:44:03.477Z] ---> 135114462427 [2021-03-11T10:44:03.477Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-11T10:44:03.755Z] ---> 0e057b2c3cac [2021-03-11T10:44:03.755Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-11T10:44:04.718Z] ---> fecdb268de38 [2021-03-11T10:44:04.718Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-11T10:44:04.985Z] ---> e49d295c74e6 [2021-03-11T10:44:04.985Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-11T10:44:05.257Z] ---> Running in 6d43c8b7d61d [2021-03-11T10:44:05.531Z] Removing intermediate container 6d43c8b7d61d [2021-03-11T10:44:05.531Z] ---> a3179a34bace [2021-03-11T10:44:05.531Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-11T10:44:05.807Z] ---> 6e668a590356 [2021-03-11T10:44:05.807Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-11T10:44:06.080Z] ---> Running in f508c69c8c2e [2021-03-11T10:44:08.650Z] Removing intermediate container f508c69c8c2e [2021-03-11T10:44:08.650Z] ---> ef8489aa06a3 [2021-03-11T10:44:08.650Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-11T10:44:08.910Z] Removing intermediate container d18064127b87 [2021-03-11T10:44:08.910Z] ---> 2378ac83aaca [2021-03-11T10:44:08.910Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-11T10:44:09.174Z] ---> Running in 9b0fe49588c8 [2021-03-11T10:44:10.564Z] ---> Running in ef7b436cf051 [2021-03-11T10:44:10.841Z] Removing intermediate container 9b0fe49588c8 [2021-03-11T10:44:10.841Z] ---> c43b116b50f7 [2021-03-11T10:44:10.841Z] Step 28/31 : CMD ["gate"] [2021-03-11T10:44:11.110Z] ---> Running in 9d573e8f3251 [2021-03-11T10:44:11.110Z] Removing intermediate container 9d573e8f3251 [2021-03-11T10:44:11.110Z] ---> d38ac8dc15cf [2021-03-11T10:44:11.110Z] Step 29/31 : LABEL arch=x86_64 [2021-03-11T10:44:11.375Z] 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-11T10:44:11.637Z] ---> Running in 1a6eb06e07a1 [2021-03-11T10:44:12.584Z] Removing intermediate container 1a6eb06e07a1 [2021-03-11T10:44:12.584Z] ---> 029a3b48a59e [2021-03-11T10:44:12.584Z] Step 30/31 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:44:13.528Z] Removing intermediate container 33d94011c19e [2021-03-11T10:44:13.528Z] ---> 864ef10e4ae3 [2021-03-11T10:44:13.528Z] [2021-03-11T10:44:13.528Z] Step 10/23 : FROM alpine:3.12 [2021-03-11T10:44:13.528Z] ---> 88dd2752d2ea [2021-03-11T10:44:13.528Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-11T10:44:13.789Z] ---> Running in 0dd5984d26e5 [2021-03-11T10:44:13.789Z] ---> Running in 0f71839e4293 [2021-03-11T10:44:13.789Z] Removing intermediate container 0dd5984d26e5 [2021-03-11T10:44:13.789Z] ---> 418f13cd51d5 [2021-03-11T10:44:13.789Z] Step 31/31 : LABEL version=0.0.0 [2021-03-11T10:44:14.050Z] Removing intermediate container 0f71839e4293 [2021-03-11T10:44:14.050Z] ---> dc59cea040c9 [2021-03-11T10:44:14.050Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-11T10:44:14.050Z] Removing intermediate container ef7b436cf051 [2021-03-11T10:44:14.050Z] ---> dbe8dd11794b [2021-03-11T10:44:14.050Z] [2021-03-11T10:44:14.050Z] Step 11/26 : FROM docker:20.10.0 [2021-03-11T10:44:14.050Z] 20.10.0: Pulling from library/docker [2021-03-11T10:44:14.315Z] ---> Running in 6a81ed7bb225 [2021-03-11T10:44:14.315Z] ---> Running in cd595d220e83 [2021-03-11T10:44:14.582Z] Removing intermediate container cd595d220e83 [2021-03-11T10:44:14.582Z] ---> 5dacb606b991 [2021-03-11T10:44:14.582Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-11T10:44:14.582Z] Removing intermediate container 6a81ed7bb225 [2021-03-11T10:44:14.582Z] ---> 176ac5e7f4a9 [2021-03-11T10:44:14.582Z] [2021-03-11T10:44:14.582Z] ---> Running in 39ce1de919dd [2021-03-11T10:44:14.582Z] Successfully built 176ac5e7f4a9 [2021-03-11T10:44:14.582Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-11T10:44:15.155Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 39ce1de919dd [2021-03-11T10:44:15.155Z] ---> 059399ad44b5 [2021-03-11T10:44:15.155Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-11T10:44:15.416Z] ---> Running in f5f960921428 [2021-03-11T10:44:16.364Z] Removing intermediate container f5f960921428 [2021-03-11T10:44:16.364Z] ---> 6a1261fab9b6 [2021-03-11T10:44:16.364Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-11T10:44:16.633Z] ---> Running in 559a52edbe6e [2021-03-11T10:44:17.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:17.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:18.364Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-11T10:44:18.364Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-11T10:44:18.625Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-11T10:44:18.625Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-11T10:44:18.886Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-11T10:44:19.461Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-11T10:44:19.461Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:44:19.461Z] OK: 8 MiB in 20 packages [2021-03-11T10:44:20.849Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-11T10:44:20.849Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-11T10:44:20.849Z] ---> aefe523efa57 [2021-03-11T10:44:20.849Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-11T10:44:20.849Z] Removing intermediate container 559a52edbe6e [2021-03-11T10:44:20.849Z] ---> 654a5e18a6e4 [2021-03-11T10:44:20.849Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-11T10:44:20.849Z] ---> Running in 16971a3adb1b [2021-03-11T10:44:20.849Z] ---> f9cda34f4556 [2021-03-11T10:44:20.849Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-11T10:44:21.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:21.113Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:21.374Z] (1/2) Installing readline (8.0.4-r0) [2021-03-11T10:44:21.374Z] (2/2) Installing bash (5.0.17-r0) [2021-03-11T10:44:21.374Z] Executing bash-5.0.17-r0.post-install [2021-03-11T10:44:21.374Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:44:21.374Z] OK: 12 MiB in 22 packages [2021-03-11T10:44:21.635Z] ---> a79a1948afd2 [2021-03-11T10:44:21.635Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-11T10:44:21.896Z] ---> 9773a9ce8331 [2021-03-11T10:44:21.896Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-11T10:44:22.469Z] ---> Running in 208f470db6fa [2021-03-11T10:44:22.469Z] Removing intermediate container 16971a3adb1b [2021-03-11T10:44:22.469Z] ---> 8d7db69afbff [2021-03-11T10:44:22.469Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-11T10:44:22.469Z] ---> Running in e95cd9c8dc0c [2021-03-11T10:44:22.469Z] Removing intermediate container 208f470db6fa [2021-03-11T10:44:22.469Z] ---> 64672182a545 [2021-03-11T10:44:22.469Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:44:22.731Z] ---> Running in f276bbcf4372 [2021-03-11T10:44:22.731Z] Removing intermediate container e95cd9c8dc0c [2021-03-11T10:44:22.731Z] ---> ea8668064e0c [2021-03-11T10:44:22.731Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-11T10:44:22.731Z] ---> Running in 940a9acef03f [2021-03-11T10:44:22.994Z] Removing intermediate container f276bbcf4372 [2021-03-11T10:44:22.994Z] ---> 9ea403eeb774 [2021-03-11T10:44:22.994Z] Step 21/23 : LABEL arch=x86_64 [2021-03-11T10:44:22.994Z] ---> Running in fa72b5e9618a [2021-03-11T10:44:22.994Z] Removing intermediate container 940a9acef03f [2021-03-11T10:44:22.994Z] ---> 7715710cbab4 [2021-03-11T10:44:22.994Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-11T10:44:22.994Z] ---> Running in 5ad3e3581f78 [2021-03-11T10:44:23.255Z] Removing intermediate container fa72b5e9618a [2021-03-11T10:44:23.255Z] ---> 171a8f453083 [2021-03-11T10:44:23.255Z] Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:44:23.255Z] ---> Running in 422b233b2307 [2021-03-11T10:44:23.255Z] Removing intermediate container 5ad3e3581f78 [2021-03-11T10:44:23.255Z] ---> f18ab5e9b0d4 [2021-03-11T10:44:23.255Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-11T10:44:23.518Z] Removing intermediate container 422b233b2307 [2021-03-11T10:44:23.518Z] ---> 72e731f2aad8 [2021-03-11T10:44:23.518Z] Step 23/23 : LABEL version=0.0.0 [2021-03-11T10:44:23.518Z] ---> Running in faf89820386b [2021-03-11T10:44:23.779Z] Removing intermediate container faf89820386b [2021-03-11T10:44:23.779Z] ---> 93fa38a9cd5b [2021-03-11T10:44:23.779Z] [2021-03-11T10:44:23.779Z] ---> b0ce998390ef [2021-03-11T10:44:23.779Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-11T10:44:23.779Z] Successfully built 93fa38a9cd5b [2021-03-11T10:44:24.041Z] Successfully tagged docker-core-data-go:latest [2021-03-11T10:44:24.041Z]  Building docker-core-data-go ... done  ---> 9156cf526a7c [2021-03-11T10:44:24.041Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-11T10:44:24.360Z] ---> c8013fe13f7b [2021-03-11T10:44:24.360Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-11T10:44:24.360Z] ---> Running in 277888c69505 [2021-03-11T10:44:25.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:25.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:25.115Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-11T10:44:25.115Z] (2/33) Installing expat (2.2.9-r1) [2021-03-11T10:44:25.115Z] (3/33) Installing libffi (3.3-r2) [2021-03-11T10:44:25.115Z] (4/33) Installing gdbm (1.13-r1) [2021-03-11T10:44:25.115Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-11T10:44:25.115Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-11T10:44:25.115Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-11T10:44:26.079Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-11T10:44:26.079Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-11T10:44:26.079Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-11T10:44:26.079Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-11T10:44:26.080Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-11T10:44:26.080Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-11T10:44:26.080Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-11T10:44:26.080Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-11T10:44:26.341Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-11T10:44:26.341Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-11T10:44:26.341Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-11T10:44:26.341Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-11T10:44:26.341Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-11T10:44:26.341Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-11T10:44:26.341Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-11T10:44:26.342Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-11T10:44:26.342Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-11T10:44:26.342Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-11T10:44:26.342Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-11T10:44:26.342Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-11T10:44:26.342Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-11T10:44:26.342Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-11T10:44:26.342Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-11T10:44:26.342Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-11T10:44:26.342Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-11T10:44:26.342Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-11T10:44:26.604Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:44:26.604Z] OK: 71 MiB in 55 packages [2021-03-11T10:44:36.619Z] Removing intermediate container 277888c69505 [2021-03-11T10:44:36.619Z] ---> 02ac0e5e63c3 [2021-03-11T10:44:36.619Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-11T10:44:36.619Z] ---> Running in 1f99b6004e52 [2021-03-11T10:44:36.619Z] Collecting docker-compose==1.23.2 [2021-03-11T10:44:36.619Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-11T10:44:36.619Z] Collecting docopt<0.7,>=0.6.1 [2021-03-11T10:44:36.619Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-11T10:44:37.562Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-11T10:44:37.562Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-11T10:44:37.562Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-11T10:44:37.562Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-11T10:44:37.562Z] 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-11T10:44:37.562Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-11T10:44:37.562Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-11T10:44:38.135Z] Collecting texttable<0.10,>=0.9.0 [2021-03-11T10:44:38.135Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-11T10:44:38.396Z] Collecting cached-property<2,>=1.2.0 [2021-03-11T10:44:38.659Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-11T10:44:38.659Z] Collecting jsonschema<3,>=2.5.1 [2021-03-11T10:44:38.659Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-11T10:44:38.921Z] Collecting PyYAML<4,>=3.10 [2021-03-11T10:44:38.921Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-11T10:44:39.863Z] Collecting docker<4.0,>=3.6.0 [2021-03-11T10:44:39.863Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-11T10:44:39.863Z] Collecting idna<2.8,>=2.5 [2021-03-11T10:44:39.863Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-11T10:44:39.863Z] 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-11T10:44:39.863Z] 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-11T10:44:39.863Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-11T10:44:39.863Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-11T10:44:40.125Z] Collecting docker-pycreds>=0.4.0 [2021-03-11T10:44:40.125Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-11T10:44:40.125Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-11T10:44:40.125Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-11T10:44:40.125Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-11T10:44:40.125Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-11T10:44:40.125Z] Installing collected packages: docopt, idna, urllib3, requests, websocket-client, dockerpty, texttable, cached-property, jsonschema, PyYAML, docker-pycreds, docker, docker-compose [2021-03-11T10:44:40.125Z] Running setup.py install for docopt: started [2021-03-11T10:44:40.706Z] Running setup.py install for docopt: finished with status 'done' [2021-03-11T10:44:40.706Z] Attempting uninstall: idna [2021-03-11T10:44:40.706Z] Found existing installation: idna 2.9 [2021-03-11T10:44:40.706Z] Uninstalling idna-2.9: [2021-03-11T10:44:40.706Z] Successfully uninstalled idna-2.9 [2021-03-11T10:44:40.967Z] Attempting uninstall: urllib3 [2021-03-11T10:44:40.967Z] Found existing installation: urllib3 1.25.9 [2021-03-11T10:44:40.967Z] Uninstalling urllib3-1.25.9: [2021-03-11T10:44:40.967Z] Successfully uninstalled urllib3-1.25.9 [2021-03-11T10:44:41.228Z] Attempting uninstall: requests [2021-03-11T10:44:41.228Z] Found existing installation: requests 2.23.0 [2021-03-11T10:44:41.228Z] Uninstalling requests-2.23.0: [2021-03-11T10:44:41.228Z] Successfully uninstalled requests-2.23.0 [2021-03-11T10:44:41.228Z] Running setup.py install for dockerpty: started [2021-03-11T10:44:41.799Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-11T10:44:41.799Z] Running setup.py install for texttable: started [2021-03-11T10:44:42.061Z] Running setup.py install for texttable: finished with status 'done' [2021-03-11T10:44:42.322Z] Running setup.py install for PyYAML: started [2021-03-11T10:44:42.894Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-11T10:44:43.158Z] 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-11T10:44:46.464Z] Removing intermediate container 1f99b6004e52 [2021-03-11T10:44:46.464Z] ---> 50c9c8d7bc9c [2021-03-11T10:44:46.464Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-11T10:44:46.464Z] ---> Running in 681c1ce1a40f [2021-03-11T10:44:47.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:47.036Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-11T10:44:47.036Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-11T10:44:47.036Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-11T10:44:47.036Z] (3/3) Installing curl (7.69.1-r3) [2021-03-11T10:44:47.036Z] Executing busybox-1.31.1-r19.trigger [2021-03-11T10:44:47.298Z] OK: 72 MiB in 58 packages [2021-03-11T10:44:47.870Z] Removing intermediate container 681c1ce1a40f [2021-03-11T10:44:47.870Z] ---> 9d6213826725 [2021-03-11T10:44:47.870Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-11T10:44:47.870Z] ---> Running in 09668c69509b [2021-03-11T10:44:47.870Z] Removing intermediate container 09668c69509b [2021-03-11T10:44:47.870Z] ---> b854de14e107 [2021-03-11T10:44:47.870Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-11T10:44:47.870Z] ---> Running in 38945196fe6e [2021-03-11T10:44:48.131Z] Removing intermediate container 38945196fe6e [2021-03-11T10:44:48.131Z] ---> a89f57ce9fac [2021-03-11T10:44:48.131Z] Step 24/26 : LABEL arch=x86_64 [2021-03-11T10:44:48.131Z] ---> Running in a0b60c5efb2e [2021-03-11T10:44:48.391Z] Removing intermediate container a0b60c5efb2e [2021-03-11T10:44:48.392Z] ---> 4f7283ea7571 [2021-03-11T10:44:48.392Z] Step 25/26 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be [2021-03-11T10:44:48.392Z] ---> Running in c1f47d2c46c1 [2021-03-11T10:44:48.651Z] Removing intermediate container c1f47d2c46c1 [2021-03-11T10:44:48.652Z] ---> 656809a67c81 [2021-03-11T10:44:48.652Z] Step 26/26 : LABEL version=0.0.0 [2021-03-11T10:44:48.652Z] ---> Running in ef10848f662c [2021-03-11T10:44:48.913Z] Removing intermediate container ef10848f662c [2021-03-11T10:44:48.913Z] ---> ebec3fbac309 [2021-03-11T10:44:48.913Z] [2021-03-11T10:44:49.174Z] Successfully built ebec3fbac309 [2021-03-11T10:44:49.174Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-11T10:44:49.452Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-11T10:44:49.484Z] $ docker stop --time=1 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f [2021-03-11T10:44:51.103Z] $ docker rm -f 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-11T10:44:51.629Z] + docker images [2021-03-11T10:44:51.629Z] + grep docker [2021-03-11T10:44:52.202Z] docker-sys-mgmt-agent-go latest ebec3fbac309 3 seconds ago 313MB [2021-03-11T10:44:52.202Z] docker-core-data-go latest 93fa38a9cd5b 28 seconds ago 22.6MB [2021-03-11T10:44:52.202Z] docker-security-bootstrapper-go latest 176ac5e7f4a9 37 seconds ago 18.7MB [2021-03-11T10:44:52.202Z] docker-security-proxy-setup-go latest 5de693ecc6c3 51 seconds ago 24.7MB [2021-03-11T10:44:52.202Z] docker-security-secretstore-setup-go latest 5746f597e0d0 2 minutes ago 24.9MB [2021-03-11T10:44:52.202Z] docker-core-metadata-go latest f2ff1e87668c 2 minutes ago 19MB [2021-03-11T10:44:52.202Z] docker-core-command-go latest 8f5d3ecfc633 2 minutes ago 17.2MB [2021-03-11T10:44:52.202Z] docker-support-notifications-go latest 383df76e7160 2 minutes ago 17.8MB [2021-03-11T10:44:52.202Z] docker-support-scheduler-go latest 9927678e968a 2 minutes ago 17.3MB [2021-03-11T10:44:52.202Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-11T10:45:07.836Z] Still waiting to schedule task [2021-03-11T10:45:07.836Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-11T10:46:07.567Z] Running on prd-ubuntu18.04-docker-8c-8g-29515 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-11T10:46:07.622Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-03-11T10:46:10.001Z] using credential edgex-jenkins-ssh [2021-03-11T10:46:10.083Z] Cloning the remote Git repository [2021-03-11T10:46:10.096Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:46:10.170Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-03-11T10:46:10.199Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:46:10.199Z] > git --version # timeout=10 [2021-03-11T10:46:10.206Z] > git --version # 'git version 2.17.1' [2021-03-11T10:46:10.206Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:46:10.232Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:46:19.020Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:46:19.027Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-11T10:46:19.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-11T10:46:19.050Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-11T10:46:19.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-11T10:46:19.055Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-11T10:46:19.672Z] Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-11T10:46:20.366Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [2021-03-11T10:46:19.670Z] > git config core.sparsecheckout # timeout=10 [2021-03-11T10:46:19.675Z] > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:22.382Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:23.305Z] ---> package-listing.sh [2021-03-11T10:46:23.305Z] ++ facter osfamily [2021-03-11T10:46:23.305Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-11T10:46:23.305Z] + OS_FAMILY=redhat [2021-03-11T10:46:23.305Z] + workspace=/w/workspace/edgex-go/4 [2021-03-11T10:46:23.305Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-11T10:46:23.305Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-11T10:46:23.305Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-11T10:46:23.305Z] + PACKAGES=/tmp/packages_start.txt [2021-03-11T10:46:23.305Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-11T10:46:23.305Z] + PACKAGES=/tmp/packages_end.txt [2021-03-11T10:46:23.305Z] + case "${OS_FAMILY}" in [2021-03-11T10:46:23.305Z] + rpm -qa [2021-03-11T10:46:23.305Z] + sort [2021-03-11T10:46:28.615Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-11T10:46:28.615Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-11T10:46:28.615Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-11T10:46:28.615Z] + '[' /w/workspace/edgex-go/4 ']' [2021-03-11T10:46:28.615Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-03-11T10:46:28.615Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-03-11T10:46:28.629Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-11T10:46:28.921Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:46:29.231Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T10:46:29.231Z] [2021-03-11T10:46:29.231Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-11T10:46:29.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T10:46:29.582Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-11T10:46:29.582Z] df20fa9351a1: Pulling fs layer [2021-03-11T10:46:29.582Z] 36b3adc4ff6f: Pulling fs layer [2021-03-11T10:46:29.582Z] 8ad3a11d3b57: Pulling fs layer [2021-03-11T10:46:29.582Z] 46f8f816bc3b: Pulling fs layer [2021-03-11T10:46:29.582Z] 93b61091891f: Pulling fs layer [2021-03-11T10:46:29.582Z] 93b9cdb0e59b: Pulling fs layer [2021-03-11T10:46:29.582Z] 5e14af77c1be: Pulling fs layer [2021-03-11T10:46:29.582Z] 01666e4c0597: Pulling fs layer [2021-03-11T10:46:29.582Z] aa168da1d23b: Pulling fs layer [2021-03-11T10:46:29.582Z] 93b61091891f: Waiting [2021-03-11T10:46:29.582Z] 93b9cdb0e59b: Waiting [2021-03-11T10:46:29.582Z] 5e14af77c1be: Waiting [2021-03-11T10:46:29.582Z] 01666e4c0597: Waiting [2021-03-11T10:46:29.582Z] aa168da1d23b: Waiting [2021-03-11T10:46:29.582Z] 46f8f816bc3b: Waiting [2021-03-11T10:46:29.582Z] 36b3adc4ff6f: Verifying Checksum [2021-03-11T10:46:29.582Z] 36b3adc4ff6f: Download complete [2021-03-11T10:46:29.843Z] 46f8f816bc3b: Verifying Checksum [2021-03-11T10:46:29.843Z] 46f8f816bc3b: Download complete [2021-03-11T10:46:29.843Z] df20fa9351a1: Verifying Checksum [2021-03-11T10:46:29.843Z] 93b9cdb0e59b: Verifying Checksum [2021-03-11T10:46:29.843Z] 93b9cdb0e59b: Download complete [2021-03-11T10:46:29.843Z] 5e14af77c1be: Verifying Checksum [2021-03-11T10:46:29.843Z] 5e14af77c1be: Download complete [2021-03-11T10:46:29.843Z] 01666e4c0597: Verifying Checksum [2021-03-11T10:46:29.843Z] 01666e4c0597: Download complete [2021-03-11T10:46:29.843Z] 93b61091891f: Verifying Checksum [2021-03-11T10:46:29.843Z] 93b61091891f: Download complete [2021-03-11T10:46:30.103Z] df20fa9351a1: Pull complete [2021-03-11T10:46:30.363Z] 36b3adc4ff6f: Pull complete [2021-03-11T10:46:30.626Z] 8ad3a11d3b57: Download complete [2021-03-11T10:46:31.577Z] 8ad3a11d3b57: Pull complete [2021-03-11T10:46:32.149Z] aa168da1d23b: Verifying Checksum [2021-03-11T10:46:32.149Z] aa168da1d23b: Download complete [2021-03-11T10:46:32.723Z] 46f8f816bc3b: Pull complete [2021-03-11T10:46:34.154Z] 93b61091891f: Pull complete [2021-03-11T10:46:34.154Z] 93b9cdb0e59b: Pull complete [2021-03-11T10:46:34.154Z] 5e14af77c1be: Pull complete [2021-03-11T10:46:34.417Z] 01666e4c0597: Pull complete [2021-03-11T10:46:42.648Z] aa168da1d23b: Pull complete [2021-03-11T10:46:42.649Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-11T10:46:42.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-11T10:46:42.649Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-11T10:46:42.865Z] prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container [2021-03-11T10:46:42.915Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-11T10:46:49.244Z] $ docker top 361630d6aa323d3e333ff36f4cb3894719ba8720db096ee44a4cf982f741592a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-11T10:46:49.823Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-11T10:46:50.118Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-11T10:46:50.411Z] + ls /var/log/sa-host [2021-03-11T10:46:50.411Z] + sadf -c /var/log/sa-host/sa11 [2021-03-11T10:46:50.411Z] file_magic: OK [2021-03-11T10:46:50.411Z] HZ: Using current value: 100 [2021-03-11T10:46:50.411Z] file_header: OK [2021-03-11T10:46:50.411Z] 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-11T10:46:50.411Z] Statistics: [2021-03-11T10:46:50.411Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-11T10:46:50.411Z] File successfully converted to sysstat format version 12.2.1 [2021-03-11T10:46:50.411Z] + sadf -c /var/log/sa-host/sa23 [2021-03-11T10:46:50.411Z] file_magic: OK [2021-03-11T10:46:50.411Z] HZ: Using current value: 100 [2021-03-11T10:46:50.411Z] file_header: OK [2021-03-11T10:46:50.411Z] 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-11T10:46:50.411Z] Statistics: [2021-03-11T10:46:50.411Z] Hnuu...uuuununununu... [2021-03-11T10:46:50.411Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-11T10:46:51.008Z] provisioning config files... [2021-03-11T10:46:51.027Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3065176904713594772tmp [Pipeline] { [Pipeline] echo [2021-03-11T10:46:51.102Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:51.509Z] ---> create-netrc.sh [Pipeline] } [2021-03-11T10:46:51.552Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-11T10:46:51.643Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:52.000Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-11T10:46:52.010Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:52.306Z] ---> sudo-logs.sh [2021-03-11T10:46:52.306Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-11T10:46:52.368Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:52.764Z] ---> job-cost.sh [2021-03-11T10:46:52.764Z] lf-activate-venv: SKIPPING [2021-03-11T10:46:52.764Z] INFO: No Stack... [2021-03-11T10:46:55.314Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-11T10:46:55.884Z] INFO: Archiving Costs [Pipeline] echo [2021-03-11T10:46:55.897Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-11T10:46:56.196Z] ---> logs-deploy.sh [2021-03-11T10:46:56.196Z] lf-activate-venv: SKIPPING [2021-03-11T10:46:56.196Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/4 [2021-03-11T10:46:56.196Z] INFO: archiving workspace using pattern(s): [2021-03-11T10:46:57.583Z] Archives upload complete. [2021-03-11T10:46:57.583Z] INFO: archiving logs to Nexus [2021-03-11T10:46:58.525Z] ---> uname -a: [2021-03-11T10:46:58.525Z] Linux prd-centos7-docker-4c-2g-29510.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-11T10:46:58.525Z] [2021-03-11T10:46:58.525Z]