Pull request #2840 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f+0c62d3a05055e4b77c1d2256fef74750574f32c7 (4641b99311edbcd5a4cc4c9297f551249b192791) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8609 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f Merge succeeded, producing cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f Checking out Revision cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # 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 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" First time build. Skipping changelog. > git rev-list --no-walk 39b6b418742f288643f624aa4bfd4c7a172a1e8f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-24T06:25:29.730Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-24T06:25:30.013Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-24T06:25:30.157Z] ========================================================= [2020-10-24T06:25:30.157Z] EdgeX Global Pipelines Version Info [2020-10-24T06:25:30.157Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:25:31.626Z] ------------------- [2020-10-24T06:25:31.626Z] stable info: [2020-10-24T06:25:31.626Z] ------------------- [2020-10-24T06:25:31.626Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-24T06:25:31.626Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-24T06:25:31.626Z] Message: update stable to v1.0.148 [2020-10-24T06:25:32.570Z] ------------------- [2020-10-24T06:25:32.570Z] experimental info: [2020-10-24T06:25:32.570Z] ------------------- [2020-10-24T06:25:32.570Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-24T06:25:32.570Z] Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc [2020-10-24T06:25:32.570Z] Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-24T06:25:32.834Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-24T06:25:32.922Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-24T06:25:33.024Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-24T06:25:33.113Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-24T06:25:33.219Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-24T06:25:33.305Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-24T06:25:33.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-24T06:25:33.483Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-24T06:25:33.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-24T06:25:33.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-24T06:25:33.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-24T06:25:33.940Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-24T06:25:34.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-24T06:25:34.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-24T06:25:34.225Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-24T06:25:34.339Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-24T06:25:34.426Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-24T06:25:34.516Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-24T06:25:34.601Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-24T06:25:34.689Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-24T06:25:34.779Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-24T06:25:34.889Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo [2020-10-24T06:25:34.981Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo [2020-10-24T06:25:35.078Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo [2020-10-24T06:25:35.166Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [Pipeline] echo [2020-10-24T06:25:35.282Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cfe9bca [Pipeline] echo [2020-10-24T06:25:35.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-24T06:25:35.752Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/core-command/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/core-data/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-24T06:25:35.753Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-24T06:25:35.753Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-24T06:25:35.753Z] ++ cut -d/ -f2 [2020-10-24T06:25:35.753Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-24T06:25:35.822Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-10-24T06:25:37.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-24T06:25:37.098Z] [2020-10-24T06:25:37.098Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:25:37.450Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-24T06:25:37.450Z] latest: Pulling from edgex-devops/git-semver [2020-10-24T06:25:37.450Z] 31603596830f: Pulling fs layer [2020-10-24T06:25:37.450Z] 2a8b12db71e7: Pulling fs layer [2020-10-24T06:25:37.450Z] 6ca5941a6612: Pulling fs layer [2020-10-24T06:25:37.450Z] ecc8261a40a4: Pulling fs layer [2020-10-24T06:25:37.450Z] ecc8261a40a4: Waiting [2020-10-24T06:25:37.450Z] 2a8b12db71e7: Verifying Checksum [2020-10-24T06:25:37.450Z] 2a8b12db71e7: Download complete [2020-10-24T06:25:37.712Z] 31603596830f: Verifying Checksum [2020-10-24T06:25:37.712Z] 31603596830f: Download complete [2020-10-24T06:25:37.712Z] ecc8261a40a4: Verifying Checksum [2020-10-24T06:25:37.712Z] ecc8261a40a4: Download complete [2020-10-24T06:25:37.712Z] 6ca5941a6612: Verifying Checksum [2020-10-24T06:25:37.712Z] 6ca5941a6612: Download complete [2020-10-24T06:25:37.974Z] 31603596830f: Pull complete [2020-10-24T06:25:37.974Z] 2a8b12db71e7: Pull complete [2020-10-24T06:25:38.921Z] 6ca5941a6612: Pull complete [2020-10-24T06:25:38.921Z] ecc8261a40a4: Pull complete [2020-10-24T06:25:38.921Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-24T06:25:38.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-24T06:25:38.921Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-24T06:25:39.048Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:25:39.102Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-24T06:25:41.558Z] $ docker top 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-24T06:25:41.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-24T06:25:41.886Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-24T06:25:42.095Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-24T06:25:42.101Z] $ docker exec 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent [2020-10-24T06:25:42.256Z] SSH_AUTH_SOCK=/tmp/ssh-yvcu4lzvWUl9/agent.12 [2020-10-24T06:25:42.256Z] SSH_AGENT_PID=18 [2020-10-24T06:25:42.267Z] Running ssh-add (command line suppressed) [2020-10-24T06:25:42.381Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6425354601824878292.key (/w/workspace/edgex-go/5@tmp/private_key_6425354601824878292.key) [2020-10-24T06:25:42.426Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-24T06:25:42.830Z] + git tag --points-at HEAD [Pipeline] } [2020-10-24T06:25:42.852Z] $ docker exec --env ******** --env ******** 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent -k [2020-10-24T06:25:42.961Z] unset SSH_AUTH_SOCK; [2020-10-24T06:25:42.961Z] unset SSH_AGENT_PID; [2020-10-24T06:25:42.961Z] echo Agent pid 18 killed; [2020-10-24T06:25:43.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-24T06:25:43.145Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-24T06:25:43.145Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-24T06:25:43.301Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-24T06:25:43.306Z] $ docker exec 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent [2020-10-24T06:25:43.460Z] SSH_AUTH_SOCK=/tmp/ssh-A58N5mT17o7d/agent.46 [2020-10-24T06:25:43.461Z] SSH_AGENT_PID=52 [2020-10-24T06:25:43.467Z] Running ssh-add (command line suppressed) [2020-10-24T06:25:43.583Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_2581688292992539492.key (/w/workspace/edgex-go/5@tmp/private_key_2581688292992539492.key) [2020-10-24T06:25:43.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-24T06:25:43.972Z] + git semver init [2020-10-24T06:25:43.972Z] # -> Open(): unable to determine branch for HEAD [2020-10-24T06:25:43.972Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-10-24T06:25:43.972Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-10-24T06:25:43.972Z] # $SEMVER_REMOTE_NAME = origin [2020-10-24T06:25:43.972Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-24T06:25:43.972Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-24T06:25:43.972Z] # $SEMVER_BRANCH = PR-2840 [2020-10-24T06:25:43.972Z] # $SEMVER_TEMP = /tmp/semver-339513371 [2020-10-24T06:25:43.972Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-24T06:26:02.135Z] # '/tmp/semver-339513371' -> '/w/workspace/edgex-go/5/.semver' [2020-10-24T06:26:02.135Z] # -> Force: false [2020-10-24T06:26:02.135Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-10-24T06:26:02.151Z] $ docker exec --env ******** --env ******** 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 ssh-agent -k [2020-10-24T06:26:02.390Z] unset SSH_AUTH_SOCK; [2020-10-24T06:26:02.391Z] unset SSH_AGENT_PID; [2020-10-24T06:26:02.391Z] echo Agent pid 52 killed; [2020-10-24T06:26:02.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-24T06:26:02.926Z] + git semver [Pipeline] } [2020-10-24T06:26:02.945Z] $ docker stop --time=1 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 [2020-10-24T06:26:05.030Z] $ docker rm -f 3276e2b80d692d8ae05d664afe6035770dd7ba0629989d89c46dbf6d070214a6 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-24T06:26:05.534Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-24T06:26:06.104Z] Stashed 1 file(s) [Pipeline] echo [2020-10-24T06:26:06.108Z] [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] { [2020-10-24T06:26:06.720Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8596 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] echo [2020-10-24T06:26:06.769Z] ========================================================= [2020-10-24T06:26:06.769Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-24T06:26:06.769Z] ========================================================= [Pipeline] { [Pipeline] ws [2020-10-24T06:26:06.827Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] checkout [2020-10-24T06:26:07.120Z] + 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 . [2020-10-24T06:26:10.445Z] Sending build context to Docker daemon 325.6MB [2020-10-24T06:26:10.445Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-24T06:26:10.445Z] Step 2/7 : FROM ${BASE} [2020-10-24T06:26:10.445Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-24T06:26:10.445Z] df20fa9351a1: Pulling fs layer [2020-10-24T06:26:10.445Z] ed8968b2872e: Pulling fs layer [2020-10-24T06:26:10.445Z] a92cc7c5fd73: Pulling fs layer [2020-10-24T06:26:10.445Z] e871e8e8d7a9: Pulling fs layer [2020-10-24T06:26:10.445Z] e73272ec9a57: Pulling fs layer [2020-10-24T06:26:10.445Z] 1e910a182e73: Pulling fs layer [2020-10-24T06:26:10.445Z] 4e634b169226: Pulling fs layer [2020-10-24T06:26:10.445Z] e871e8e8d7a9: Waiting [2020-10-24T06:26:10.445Z] e73272ec9a57: Waiting [2020-10-24T06:26:10.445Z] 1e910a182e73: Waiting [2020-10-24T06:26:10.445Z] 4e634b169226: Waiting [2020-10-24T06:26:10.445Z] a92cc7c5fd73: Verifying Checksum [2020-10-24T06:26:10.445Z] a92cc7c5fd73: Download complete [2020-10-24T06:26:10.445Z] ed8968b2872e: Verifying Checksum [2020-10-24T06:26:10.445Z] ed8968b2872e: Download complete [2020-10-24T06:26:10.445Z] e73272ec9a57: Verifying Checksum [2020-10-24T06:26:10.445Z] 1e910a182e73: Verifying Checksum [2020-10-24T06:26:10.445Z] 1e910a182e73: Download complete [2020-10-24T06:26:10.445Z] df20fa9351a1: Verifying Checksum [2020-10-24T06:26:10.445Z] df20fa9351a1: Download complete [2020-10-24T06:26:10.445Z] df20fa9351a1: Pull complete [2020-10-24T06:26:10.708Z] ed8968b2872e: Pull complete [2020-10-24T06:26:10.708Z] a92cc7c5fd73: Pull complete [2020-10-24T06:26:12.553Z] using credential edgex-jenkins-ssh [2020-10-24T06:26:12.614Z] Cloning the remote Git repository [2020-10-24T06:26:12.623Z] 4e634b169226: Verifying Checksum [2020-10-24T06:26:12.623Z] 4e634b169226: Download complete [2020-10-24T06:26:12.886Z] e871e8e8d7a9: Verifying Checksum [2020-10-24T06:26:12.886Z] e871e8e8d7a9: Download complete [2020-10-24T06:26:12.681Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:26:12.796Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-24T06:26:12.890Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:26:12.891Z] > git --version # timeout=10 [2020-10-24T06:26:12.921Z] > git --version # 'git version 2.17.1' [2020-10-24T06:26:12.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-24T06:26:13.015Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-24T06:26:18.202Z] e871e8e8d7a9: Pull complete [2020-10-24T06:26:18.202Z] e73272ec9a57: Pull complete [2020-10-24T06:26:18.202Z] 1e910a182e73: Pull complete [2020-10-24T06:26:22.425Z] 4e634b169226: Pull complete [2020-10-24T06:26:22.425Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-24T06:26:22.425Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-24T06:26:22.425Z] ---> f7629b54cfaa [2020-10-24T06:26:22.425Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-24T06:26:22.425Z] ---> Running in f37f933d42ba [2020-10-24T06:26:22.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:26:23.635Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:26:23.897Z] (1/12) Installing libmagic (5.38-r0) [2020-10-24T06:26:24.470Z] (2/12) Installing file (5.38-r0) [2020-10-24T06:26:24.732Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-24T06:26:24.732Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-24T06:26:28.947Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-24T06:26:28.947Z] (6/12) Installing patch (2.7.6-r6) [2020-10-24T06:26:28.947Z] (7/12) Installing build-base (0.5-r2) [2020-10-24T06:26:28.947Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-24T06:26:28.947Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-24T06:26:28.947Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-24T06:26:29.208Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-24T06:26:29.208Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-24T06:26:29.208Z] Executing busybox-1.31.1-r16.trigger [2020-10-24T06:26:29.208Z] OK: 233 MiB in 51 packages [2020-10-24T06:26:30.922Z] Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:26:30.075Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-24T06:26:30.105Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-24T06:26:30.134Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-24T06:26:30.167Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:26:30.169Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-24T06:26:30.182Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-24T06:26:30.954Z] > git config core.sparsecheckout # timeout=10 [2020-10-24T06:26:30.974Z] > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 [2020-10-24T06:26:31.442Z] Merge succeeded, producing cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:26:31.442Z] Checking out Revision cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f (PR-2840) [2020-10-24T06:26:31.361Z] > git remote # timeout=10 [2020-10-24T06:26:31.379Z] > git config --get remote.origin.url # timeout=10 [2020-10-24T06:26:31.394Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-24T06:26:31.406Z] > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 [2020-10-24T06:26:31.433Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-24T06:26:31.454Z] > git config core.sparsecheckout # timeout=10 [2020-10-24T06:26:31.465Z] > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 [2020-10-24T06:26:34.509Z] Removing intermediate container f37f933d42ba [2020-10-24T06:26:34.509Z] ---> a1fef2b5d2d7 [2020-10-24T06:26:34.509Z] Step 4/7 : WORKDIR /edgex-go [2020-10-24T06:26:34.509Z] ---> Running in e1d744e10b4b [2020-10-24T06:26:34.509Z] Removing intermediate container e1d744e10b4b [2020-10-24T06:26:34.509Z] ---> a443b3f79c75 [2020-10-24T06:26:34.509Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-24T06:26:34.509Z] latest: Pulling from library/docker [2020-10-24T06:26:34.509Z] 188c0c94c7c5: Pulling fs layer [2020-10-24T06:26:34.509Z] 0c7c675703d6: Pulling fs layer [2020-10-24T06:26:34.509Z] cc8c12a437cb: Pulling fs layer [2020-10-24T06:26:34.509Z] c5dafad2182a: Pulling fs layer [2020-10-24T06:26:34.509Z] 5aa711733414: Pulling fs layer [2020-10-24T06:26:34.509Z] 058f73b55e4b: Pulling fs layer [2020-10-24T06:26:34.509Z] 8c9c664faf12: Pulling fs layer [2020-10-24T06:26:34.509Z] c5dafad2182a: Waiting [2020-10-24T06:26:34.509Z] 5aa711733414: Waiting [2020-10-24T06:26:34.509Z] 058f73b55e4b: Waiting [2020-10-24T06:26:34.509Z] 8c9c664faf12: Waiting [2020-10-24T06:26:34.509Z] cc8c12a437cb: Verifying Checksum [2020-10-24T06:26:34.509Z] cc8c12a437cb: Download complete [2020-10-24T06:26:34.509Z] 188c0c94c7c5: Verifying Checksum [2020-10-24T06:26:34.509Z] 188c0c94c7c5: Download complete [2020-10-24T06:26:34.509Z] 0c7c675703d6: Verifying Checksum [2020-10-24T06:26:34.509Z] 0c7c675703d6: Download complete [2020-10-24T06:26:34.509Z] 5aa711733414: Verifying Checksum [2020-10-24T06:26:34.509Z] 5aa711733414: Download complete [2020-10-24T06:26:34.778Z] 058f73b55e4b: Verifying Checksum [2020-10-24T06:26:34.778Z] 058f73b55e4b: Download complete [2020-10-24T06:26:34.778Z] 188c0c94c7c5: Pull complete [2020-10-24T06:26:34.778Z] 8c9c664faf12: Verifying Checksum [2020-10-24T06:26:34.778Z] 8c9c664faf12: Download complete [2020-10-24T06:26:35.044Z] 0c7c675703d6: Pull complete [2020-10-24T06:26:35.044Z] cc8c12a437cb: Pull complete [2020-10-24T06:26:35.304Z] c5dafad2182a: Download complete [2020-10-24T06:26:36.230Z] Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-24T06:26:37.271Z] ========================================================= [2020-10-24T06:26:37.271Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-24T06:26:37.271Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:26:37.861Z] c5dafad2182a: Pull complete [2020-10-24T06:26:37.861Z] 5aa711733414: Pull complete [2020-10-24T06:26:37.861Z] 058f73b55e4b: Pull complete [2020-10-24T06:26:38.122Z] 8c9c664faf12: Pull complete [2020-10-24T06:26:38.122Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-24T06:26:38.122Z] Status: Downloaded newer image for docker:latest [2020-10-24T06:26:38.441Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-24T06:26:39.512Z] ---> 43bb3332373e [2020-10-24T06:26:39.512Z] Step 6/7 : COPY go.mod . [2020-10-24T06:26:39.775Z] ---> db3171c430d9 [2020-10-24T06:26:39.775Z] Step 7/7 : RUN go mod download [2020-10-24T06:26:39.775Z] ---> Running in eb54ed615dca [2020-10-24T06:26:42.757Z] Sending build context to Docker daemon 165.2MB [2020-10-24T06:26:42.757Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-24T06:26:42.757Z] Step 2/7 : FROM ${BASE} [2020-10-24T06:26:42.757Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-24T06:26:42.757Z] b538f80385f9: Pulling fs layer [2020-10-24T06:26:42.757Z] 74f711af9a0d: Pulling fs layer [2020-10-24T06:26:42.757Z] 99f96fe45779: Pulling fs layer [2020-10-24T06:26:42.757Z] 8529a6b9a6be: Pulling fs layer [2020-10-24T06:26:42.757Z] 45590311c82a: Pulling fs layer [2020-10-24T06:26:42.757Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-24T06:26:42.757Z] 209524e5b208: Pulling fs layer [2020-10-24T06:26:42.757Z] 45590311c82a: Waiting [2020-10-24T06:26:42.757Z] 69ca0ff8b7b3: Waiting [2020-10-24T06:26:42.757Z] 209524e5b208: Waiting [2020-10-24T06:26:42.757Z] 8529a6b9a6be: Waiting [2020-10-24T06:26:42.757Z] 99f96fe45779: Verifying Checksum [2020-10-24T06:26:42.757Z] 99f96fe45779: Download complete [2020-10-24T06:26:42.757Z] 74f711af9a0d: Verifying Checksum [2020-10-24T06:26:42.757Z] 74f711af9a0d: Download complete [2020-10-24T06:26:42.757Z] 45590311c82a: Verifying Checksum [2020-10-24T06:26:42.757Z] 45590311c82a: Download complete [2020-10-24T06:26:42.757Z] 69ca0ff8b7b3: Download complete [2020-10-24T06:26:42.757Z] b538f80385f9: Verifying Checksum [2020-10-24T06:26:42.757Z] b538f80385f9: Download complete [2020-10-24T06:26:43.808Z] b538f80385f9: Pull complete [2020-10-24T06:26:44.412Z] 74f711af9a0d: Pull complete [2020-10-24T06:26:44.692Z] 99f96fe45779: Pull complete [2020-10-24T06:26:45.701Z] 209524e5b208: Verifying Checksum [2020-10-24T06:26:45.701Z] 209524e5b208: Download complete [2020-10-24T06:26:47.683Z] 8529a6b9a6be: Verifying Checksum [2020-10-24T06:26:47.683Z] 8529a6b9a6be: Download complete [2020-10-24T06:26:57.849Z] 8529a6b9a6be: Pull complete [2020-10-24T06:26:57.849Z] 45590311c82a: Pull complete [2020-10-24T06:26:58.447Z] 69ca0ff8b7b3: Pull complete [2020-10-24T06:27:01.774Z] Removing intermediate container eb54ed615dca [2020-10-24T06:27:01.775Z] ---> e335df0e0280 [2020-10-24T06:27:01.775Z] Successfully built e335df0e0280 [2020-10-24T06:27:01.775Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:27:02.099Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-24T06:27:02.099Z] . [Pipeline] withDockerContainer [2020-10-24T06:27:02.201Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:27:02.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-24T06:27:02.775Z] 209524e5b208: Pull complete [2020-10-24T06:27:02.775Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-24T06:27:02.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-24T06:27:02.775Z] ---> 5bddaf1c2fca [2020-10-24T06:27:02.775Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-24T06:27:03.699Z] $ docker top a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:27:04.191Z] + go version [2020-10-24T06:27:04.191Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-24T06:27:04.208Z] $ docker stop --time=1 a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 [2020-10-24T06:27:05.537Z] $ docker rm -f a953d9d6ad016bad9a57bd6755d63501a50b7b50940f1a2b109ff28b294a0289 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:27:06.417Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-24T06:27:06.417Z] . [Pipeline] withDockerContainer [2020-10-24T06:27:06.511Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:27:06.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-24T06:27:07.085Z] ---> Running in b90b2fa82f37 [2020-10-24T06:27:07.179Z] $ docker top cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-24T06:27:07.347Z] ========================================================= [2020-10-24T06:27:07.347Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-24T06:27:07.347Z] ========================================================= [Pipeline] sh [2020-10-24T06:27:07.633Z] + make test [2020-10-24T06:27:07.634Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-24T06:27:08.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:27:08.658Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:27:09.641Z] (1/12) Installing libmagic (5.38-r0) [2020-10-24T06:27:09.641Z] (2/12) Installing file (5.38-r0) [2020-10-24T06:27:09.921Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-24T06:27:09.921Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-24T06:27:10.199Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-24T06:27:14.235Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-24T06:27:14.235Z] (6/12) Installing patch (2.7.6-r6) [2020-10-24T06:27:14.235Z] (7/12) Installing build-base (0.5-r2) [2020-10-24T06:27:14.235Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-24T06:27:14.508Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-24T06:27:14.508Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-24T06:27:14.785Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-24T06:27:14.785Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-24T06:27:14.785Z] Executing busybox-1.31.1-r16.trigger [2020-10-24T06:27:14.785Z] OK: 217 MiB in 51 packages [2020-10-24T06:27:20.183Z] Removing intermediate container b90b2fa82f37 [2020-10-24T06:27:20.183Z] ---> 0f732f52a6bd [2020-10-24T06:27:20.183Z] Step 4/7 : WORKDIR /edgex-go [2020-10-24T06:27:20.183Z] ---> Running in 0e20c1989804 [2020-10-24T06:27:20.183Z] Removing intermediate container 0e20c1989804 [2020-10-24T06:27:20.183Z] ---> a5530273b7d4 [2020-10-24T06:27:20.183Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-24T06:27:20.183Z] latest: Pulling from library/docker [2020-10-24T06:27:20.330Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-24T06:27:20.457Z] 5f621e34cdf4: Pulling fs layer [2020-10-24T06:27:20.457Z] 85db56a05063: Pulling fs layer [2020-10-24T06:27:20.457Z] ccb67d6aeaaa: Pulling fs layer [2020-10-24T06:27:20.457Z] a0b19fc83503: Pulling fs layer [2020-10-24T06:27:20.457Z] 8eb508b41278: Pulling fs layer [2020-10-24T06:27:20.457Z] 37236713561e: Pulling fs layer [2020-10-24T06:27:20.457Z] 07c93f2b1b56: Pulling fs layer [2020-10-24T06:27:20.457Z] a0b19fc83503: Waiting [2020-10-24T06:27:20.457Z] 8eb508b41278: Waiting [2020-10-24T06:27:20.457Z] 37236713561e: Waiting [2020-10-24T06:27:20.457Z] 07c93f2b1b56: Waiting [2020-10-24T06:27:20.457Z] ccb67d6aeaaa: Verifying Checksum [2020-10-24T06:27:20.457Z] ccb67d6aeaaa: Download complete [2020-10-24T06:27:20.457Z] 85db56a05063: Verifying Checksum [2020-10-24T06:27:20.457Z] 85db56a05063: Download complete [2020-10-24T06:27:20.457Z] 5f621e34cdf4: Verifying Checksum [2020-10-24T06:27:20.457Z] 5f621e34cdf4: Download complete [2020-10-24T06:27:20.740Z] 8eb508b41278: Verifying Checksum [2020-10-24T06:27:20.740Z] 8eb508b41278: Download complete [2020-10-24T06:27:20.740Z] 37236713561e: Download complete [2020-10-24T06:27:20.740Z] 07c93f2b1b56: Verifying Checksum [2020-10-24T06:27:20.740Z] 07c93f2b1b56: Download complete [2020-10-24T06:27:21.345Z] 5f621e34cdf4: Pull complete [2020-10-24T06:27:21.946Z] 85db56a05063: Pull complete [2020-10-24T06:27:21.946Z] a0b19fc83503: Verifying Checksum [2020-10-24T06:27:21.946Z] a0b19fc83503: Download complete [2020-10-24T06:27:22.216Z] ccb67d6aeaaa: Pull complete [2020-10-24T06:27:24.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-24T06:27:24.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-24T06:27:24.626Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-24T06:27:25.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-24T06:27:25.592Z] a0b19fc83503: Pull complete [2020-10-24T06:27:25.592Z] 8eb508b41278: Pull complete [2020-10-24T06:27:25.592Z] 37236713561e: Pull complete [2020-10-24T06:27:25.864Z] 07c93f2b1b56: Pull complete [2020-10-24T06:27:25.864Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-10-24T06:27:25.864Z] Status: Downloaded newer image for docker:latest [2020-10-24T06:27:26.190Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.006s [2020-10-24T06:27:26.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-24T06:27:26.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-24T06:27:26.190Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-24T06:27:27.162Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-24T06:27:27.162Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-24T06:27:27.431Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-24T06:27:27.431Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-24T06:27:27.431Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-24T06:27:30.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements [2020-10-24T06:27:30.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-24T06:27:30.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-24T06:27:30.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-24T06:27:30.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-24T06:27:30.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-24T06:27:30.172Z] ---> 0caa97d4f17c [2020-10-24T06:27:30.173Z] Step 6/7 : COPY go.mod . [2020-10-24T06:27:30.446Z] ---> e47cbc17e58e [2020-10-24T06:27:30.446Z] Step 7/7 : RUN go mod download [2020-10-24T06:27:30.718Z] ---> Running in 8fb052b4ba3e [2020-10-24T06:27:34.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.072s coverage: 27.1% of statements [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-24T06:27:34.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-24T06:27:34.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.009s coverage: 100.0% of statements [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-24T06:27:34.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.037s coverage: 80.2% of statements [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-24T06:27:34.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.333s coverage: 85.1% of statements [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-24T06:27:34.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-24T06:27:35.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.100s coverage: 28.6% of statements [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-24T06:27:35.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.013s coverage: 100.0% of statements [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-24T06:27:35.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements [2020-10-24T06:27:35.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-24T06:27:35.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.018s coverage: 86.7% of statements [2020-10-24T06:27:35.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-24T06:27:36.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.026s coverage: 97.5% of statements [2020-10-24T06:27:36.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-24T06:27:36.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.012s coverage: 100.0% of statements [2020-10-24T06:27:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-24T06:27:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-24T06:27:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-24T06:27:36.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-24T06:27:37.108Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.041s coverage: 96.4% of statements [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-24T06:27:37.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-24T06:27:37.108Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.009s coverage: 0.0% of statements [no tests to run] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-24T06:27:37.108Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-24T06:27:37.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements [2020-10-24T06:27:37.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-24T06:27:37.379Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-24T06:27:37.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.012s coverage: 100.0% of statements [2020-10-24T06:27:37.379Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.021s coverage: 91.3% of statements [2020-10-24T06:27:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.004s coverage: 100.0% of statements [2020-10-24T06:27:37.640Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.010s coverage: 73.7% of statements [2020-10-24T06:27:38.221Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.005s coverage: 100.0% of statements [2020-10-24T06:27:38.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.140s coverage: 55.9% of statements [2020-10-24T06:27:38.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-24T06:27:38.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-24T06:27:38.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-24T06:27:38.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.321s coverage: 86.3% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.272s coverage: 72.2% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.141s coverage: 72.1% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.016s coverage: 48.4% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.012s coverage: 96.8% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.034s coverage: 36.5% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.072s coverage: 84.1% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.021s coverage: 42.9% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.012s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.020s coverage: 47.1% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.024s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.006s coverage: 87.9% of statements [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-24T06:27:53.813Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.013s coverage: 100.0% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements [2020-10-24T06:27:53.813Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-24T06:27:54.077Z] GO111MODULE=on go vet ./... [2020-10-24T06:27:57.503Z] Removing intermediate container 8fb052b4ba3e [2020-10-24T06:27:57.504Z] ---> ab0cf2900162 [2020-10-24T06:27:57.504Z] Successfully built ab0cf2900162 [2020-10-24T06:27:57.504Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:27:57.911Z] + docker inspect -f . ci-base-image-arm64 [2020-10-24T06:27:57.912Z] . [Pipeline] withDockerContainer [2020-10-24T06:27:58.174Z] prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container [2020-10-24T06:27:58.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-24T06:28:00.129Z] $ docker top 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:28:00.723Z] gofmt -l . [2020-10-24T06:28:00.984Z] [ "`gofmt -l .`" = "" ] [2020-10-24T06:28:01.525Z] + go version [2020-10-24T06:28:01.525Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-24T06:28:01.553Z] $ docker stop --time=1 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a [2020-10-24T06:28:01.557Z] ./bin/test-go-mod-tidy.sh [2020-10-24T06:28:02.130Z] ./bin/test-attribution-txt.sh [2020-10-24T06:28:03.358Z] $ docker rm -f 0ac3f74909d69ed097281f2b00d3ab55f091b7d9c4687e202220030680c9443a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2020-10-24T06:28:04.330Z] + docker inspect -f . ci-base-image-arm64 [2020-10-24T06:28:04.330Z] . [Pipeline] withDockerContainer [2020-10-24T06:28:04.408Z] + ls -al . [2020-10-24T06:28:04.408Z] total 632 [2020-10-24T06:28:04.408Z] drwxrwxr-x 10 1001 1001 4096 Oct 24 06:28 . [2020-10-24T06:28:04.408Z] drwxr-xr-x 4 root root 28 Oct 24 06:27 .. [2020-10-24T06:28:04.408Z] -rw-rw-r-- 1 1001 1001 11 Oct 24 06:25 .dockerignore [2020-10-24T06:28:04.408Z] drwxrwxr-x 8 1001 1001 179 Oct 24 06:25 .git [2020-10-24T06:28:04.408Z] drwxrwxr-x 3 1001 1001 125 Oct 24 06:25 .github [2020-10-24T06:28:04.408Z] -rw-rw-r-- 1 1001 1001 932 Oct 24 06:25 .gitignore [2020-10-24T06:28:04.408Z] drwx------ 3 1001 1001 47 Oct 24 06:25 .semver [2020-10-24T06:28:04.408Z] -rw-rw-r-- 1 1001 1001 166 Oct 24 06:25 .sonarcloud.properties [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 3804 Oct 24 06:25 CONTRIBUTING.md [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 1035 Oct 24 06:25 Dockerfile.build [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 863 Oct 24 06:25 Jenkinsfile [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 10775 Oct 24 06:25 LICENSE [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 6237 Oct 24 06:25 Makefile [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 6447 Oct 24 06:25 README.md [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 259 Oct 24 06:25 SECURITY.md [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 5 Oct 24 06:26 VERSION [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 4131 Oct 24 06:25 ZMQWindows.md [2020-10-24T06:28:04.409Z] drwxrwxr-x 2 1001 1001 117 Oct 24 06:25 bin [2020-10-24T06:28:04.409Z] drwxrwxr-x 15 1001 1001 4096 Oct 24 06:25 cmd [2020-10-24T06:28:04.409Z] -rw-r--r-- 1 root root 538424 Oct 24 06:27 coverage.out [2020-10-24T06:28:04.409Z] -rw-r--r-- 1 root root 1041 Oct 24 06:28 go.mod [2020-10-24T06:28:04.409Z] -rw-r--r-- 1 root root 18775 Oct 24 06:28 go.sum [2020-10-24T06:28:04.409Z] drwxrwxr-x 8 1001 1001 127 Oct 24 06:25 internal [2020-10-24T06:28:04.409Z] drwxrwxr-x 4 1001 1001 26 Oct 24 06:25 openapi [2020-10-24T06:28:04.409Z] drwxrwxr-x 4 1001 1001 71 Oct 24 06:25 snap [2020-10-24T06:28:04.409Z] -rw-rw-r-- 1 1001 1001 168 Oct 24 06:25 version.go [2020-10-24T06:28:04.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container [2020-10-24T06:28:04.652Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-24T06:28:05.911Z] $ docker top 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2020-10-24T06:28:06.384Z] ========================================================= [2020-10-24T06:28:06.384Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-24T06:28:06.384Z] ========================================================= [Pipeline] sh [2020-10-24T06:28:06.579Z] + '[' -e coverage.out ] [2020-10-24T06:28:06.579Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-24T06:28:06.743Z] Stashed 1 file(s) [Pipeline] sh [2020-10-24T06:28:07.029Z] + make build [2020-10-24T06:28:07.029Z] 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 [2020-10-24T06:28:07.030Z] + make test [2020-10-24T06:28:07.030Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-24T06:28:09.643Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-24T06:28:15.274Z] 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 [2020-10-24T06:28:17.191Z] 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 [2020-10-24T06:28:18.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-24T06:28:19.631Z] 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 [2020-10-24T06:28:20.670Z] 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 [2020-10-24T06:28:21.352Z] 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 [2020-10-24T06:28:22.765Z] 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 [2020-10-24T06:28:23.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-24T06:28:24.676Z] 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 [2020-10-24T06:28:26.069Z] 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 [2020-10-24T06:28:27.021Z] 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 [2020-10-24T06:28:27.971Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-24T06:28:28.940Z] $ docker stop --time=1 cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 [2020-10-24T06:28:30.535Z] $ docker rm -f cc2c7fe39d8922e3d73eacee2612c9c0b33fab14d61cdeecc05961a6e7616248 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:28:34.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-24T06:28:34.002Z] [2020-10-24T06:28:34.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:28:34.344Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-24T06:28:34.344Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-24T06:28:34.344Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-24T06:28:34.344Z] ca9280d653b3: Pulling fs layer [2020-10-24T06:28:34.344Z] 7e9c9ca2126c: Pulling fs layer [2020-10-24T06:28:35.287Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-24T06:28:35.287Z] cbdbe7a5bc2a: Download complete [2020-10-24T06:28:35.287Z] ca9280d653b3: Verifying Checksum [2020-10-24T06:28:35.287Z] ca9280d653b3: Download complete [2020-10-24T06:28:35.550Z] cbdbe7a5bc2a: Pull complete [2020-10-24T06:28:36.511Z] 7e9c9ca2126c: Download complete [2020-10-24T06:28:36.511Z] ca9280d653b3: Pull complete [2020-10-24T06:28:41.825Z] 7e9c9ca2126c: Pull complete [2020-10-24T06:28:41.826Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-24T06:28:41.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-24T06:28:41.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-24T06:28:41.953Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:28:41.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-24T06:28:42.000Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-24T06:28:44.792Z] $ docker top f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:28:45.304Z] + docker-compose build --help [2020-10-24T06:28:45.304Z] + grep parallel [2020-10-24T06:28:46.249Z] --parallel Build images in parallel. [Pipeline] } [2020-10-24T06:28:46.267Z] $ docker stop --time=1 f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 [2020-10-24T06:28:47.587Z] $ docker rm -f f6b4eb1f1d53b5b09bbd5a713aa6bb689bde2479b66e8dd299094779c6f15800 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:28:48.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-24T06:28:48.188Z] . [Pipeline] withDockerContainer [2020-10-24T06:28:48.281Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:28:48.326Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-24T06:28:48.876Z] $ docker top c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:28:49.331Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-24T06:28:50.274Z] Building docker-core-command-go ... [2020-10-24T06:28:50.274Z] Building docker-core-data-go ... [2020-10-24T06:28:50.274Z] Building docker-core-metadata-go ... [2020-10-24T06:28:50.274Z] Building docker-security-proxy-setup-go ... [2020-10-24T06:28:50.274Z] Building docker-security-secrets-setup-go ... [2020-10-24T06:28:50.274Z] Building docker-security-secretstore-setup-go ... [2020-10-24T06:28:50.274Z] Building docker-support-logging-go ... [2020-10-24T06:28:50.274Z] Building docker-support-notifications-go ... [2020-10-24T06:28:50.274Z] Building docker-support-scheduler-go ... [2020-10-24T06:28:50.274Z] Building docker-sys-mgmt-agent-go ... [2020-10-24T06:28:50.274Z] Building docker-security-secrets-setup-go [2020-10-24T06:28:50.274Z] Building docker-security-secretstore-setup-go [2020-10-24T06:28:50.274Z] Building docker-support-notifications-go [2020-10-24T06:28:50.274Z] Building docker-support-scheduler-go [2020-10-24T06:28:50.274Z] Building docker-core-command-go [2020-10-24T06:28:57.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-24T06:28:57.170Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-24T06:28:57.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-24T06:28:57.170Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-24T06:28:59.795Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.032s [2020-10-24T06:28:59.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-24T06:28:59.795Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-24T06:28:59.795Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-24T06:29:01.792Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-24T06:29:02.400Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-24T06:29:02.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-24T06:29:02.400Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-24T06:29:02.400Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-24T06:29:10.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.6% of statements [2020-10-24T06:29:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-24T06:29:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-24T06:29:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-24T06:29:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-24T06:29:10.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-24T06:29:16.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-24T06:29:16.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.015s coverage: 100.0% of statements [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-24T06:29:16.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-24T06:29:16.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 80.2% of statements [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-24T06:29:16.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-24T06:29:17.212Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:29:17.212Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:29:17.212Z] ---> e335df0e0280 [2020-10-24T06:29:17.212Z] Step 3/21 : WORKDIR /edgex-go [2020-10-24T06:29:17.212Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:29:17.212Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-24T06:29:17.212Z] ---> e335df0e0280 [2020-10-24T06:29:17.212Z] Step 3/29 : WORKDIR /edgex-go [2020-10-24T06:29:17.212Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:29:17.212Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:29:17.212Z] ---> e335df0e0280 [2020-10-24T06:29:17.212Z] Step 3/26 : WORKDIR /edgex-go [2020-10-24T06:29:17.212Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:29:17.212Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:29:17.212Z] ---> e335df0e0280 [2020-10-24T06:29:17.212Z] Step 3/24 : WORKDIR /edgex-go [2020-10-24T06:29:17.212Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:29:17.212Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:29:17.212Z] ---> e335df0e0280 [2020-10-24T06:29:17.212Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:29:17.576Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.398s coverage: 85.1% of statements [2020-10-24T06:29:17.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-24T06:29:17.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-24T06:29:17.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-24T06:29:17.577Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-24T06:29:17.787Z] ---> Running in 1206a2863f71 [2020-10-24T06:29:17.787Z] ---> Running in 0c3b8dba95c7 [2020-10-24T06:29:17.787Z] ---> Running in a18fd585c9e6 [2020-10-24T06:29:17.787Z] ---> Running in 53f45faea238 [2020-10-24T06:29:17.787Z] ---> Running in 760aeb7904e5 [2020-10-24T06:29:18.049Z] Removing intermediate container 0c3b8dba95c7 [2020-10-24T06:29:18.049Z] ---> ff1e41cd958d [2020-10-24T06:29:18.049Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:29:18.049Z] Removing intermediate container 760aeb7904e5 [2020-10-24T06:29:18.049Z] ---> 7de5aaf7bd6d [2020-10-24T06:29:18.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:29:18.049Z] Removing intermediate container a18fd585c9e6 [2020-10-24T06:29:18.049Z] ---> 5c0454acf106 [2020-10-24T06:29:18.049Z] Step 4/29 : RUN apk update && apk add make git [2020-10-24T06:29:18.049Z] Removing intermediate container 1206a2863f71 [2020-10-24T06:29:18.049Z] ---> c3405c37b9f5 [2020-10-24T06:29:18.049Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:29:18.049Z] Removing intermediate container 53f45faea238 [2020-10-24T06:29:18.049Z] ---> d1718e3e93de [2020-10-24T06:29:18.049Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:29:18.310Z] ---> Running in 8a1a0317eb07 [2020-10-24T06:29:18.310Z] ---> Running in 5fc65e48604e [2020-10-24T06:29:18.310Z] ---> Running in c1073e749d56 [2020-10-24T06:29:18.310Z] ---> Running in 7e562ae7ce27 [2020-10-24T06:29:18.310Z] ---> Running in 9ac77dbf0ff3 [2020-10-24T06:29:19.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:19.835Z] Removing intermediate container 5fc65e48604e [2020-10-24T06:29:19.835Z] ---> cf15c6e39a22 [2020-10-24T06:29:19.835Z] Step 5/21 : RUN apk update && apk add make git [2020-10-24T06:29:19.835Z] Removing intermediate container 8a1a0317eb07 [2020-10-24T06:29:19.835Z] ---> dc11ea71ace7 [2020-10-24T06:29:19.835Z] Step 5/22 : RUN apk update && apk add make git [2020-10-24T06:29:20.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:20.100Z] ---> Running in 11422f953aa5 [2020-10-24T06:29:20.100Z] ---> Running in 0b75f74c4c72 [2020-10-24T06:29:20.674Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:29:20.674Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:29:20.674Z] OK: 12752 distinct packages available [2020-10-24T06:29:20.674Z] Removing intermediate container 7e562ae7ce27 [2020-10-24T06:29:20.674Z] ---> 77625a215a91 [2020-10-24T06:29:20.674Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-24T06:29:20.674Z] Removing intermediate container 9ac77dbf0ff3 [2020-10-24T06:29:20.674Z] ---> 51a9c1427f2f [2020-10-24T06:29:20.674Z] Step 5/26 : RUN apk update && apk add make git [2020-10-24T06:29:20.674Z] OK: 233 MiB in 51 packages [2020-10-24T06:29:20.936Z] ---> Running in cf8ec1d5a243 [2020-10-24T06:29:20.936Z] ---> Running in 6c885477bff3 [2020-10-24T06:29:20.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.351s coverage: 28.6% of statements [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-24T06:29:20.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-24T06:29:20.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.029s coverage: 100.0% of statements [2020-10-24T06:29:20.986Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-24T06:29:21.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.466Z] Removing intermediate container c1073e749d56 [2020-10-24T06:29:21.466Z] ---> fbe62707e3a4 [2020-10-24T06:29:21.466Z] Step 5/29 : COPY go.mod . [2020-10-24T06:29:21.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.729Z] ---> 32ff362a67a6 [2020-10-24T06:29:21.729Z] Step 6/29 : RUN go mod download [2020-10-24T06:29:21.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:21.994Z] ---> Running in 1af09acafddf [2020-10-24T06:29:22.259Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:29:22.259Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:29:22.259Z] OK: 12752 distinct packages available [2020-10-24T06:29:22.259Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:29:22.259Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:29:22.259Z] OK: 12752 distinct packages available [2020-10-24T06:29:22.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:22.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:29:22.522Z] OK: 233 MiB in 51 packages [2020-10-24T06:29:22.522Z] OK: 233 MiB in 51 packages [2020-10-24T06:29:22.794Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:29:22.794Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:29:22.794Z] OK: 12752 distinct packages available [2020-10-24T06:29:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-24T06:29:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.089s coverage: 97.5% of statements [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-24T06:29:22.993Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 100.0% of statements [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-24T06:29:22.993Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-24T06:29:23.058Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:29:23.058Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:29:23.058Z] OK: 12752 distinct packages available [2020-10-24T06:29:23.058Z] OK: 233 MiB in 51 packages [2020-10-24T06:29:23.323Z] OK: 233 MiB in 51 packages [2020-10-24T06:29:23.323Z] Removing intermediate container 11422f953aa5 [2020-10-24T06:29:23.323Z] ---> 691ef14c1a96 [2020-10-24T06:29:23.323Z] Step 6/21 : COPY go.mod . [2020-10-24T06:29:23.323Z] Removing intermediate container 0b75f74c4c72 [2020-10-24T06:29:23.323Z] ---> 23e718abc293 [2020-10-24T06:29:23.323Z] Step 6/22 : COPY go.mod . [2020-10-24T06:29:23.590Z] ---> 77c9e7640710 [2020-10-24T06:29:23.590Z] Step 7/21 : RUN go mod download [2020-10-24T06:29:23.853Z] ---> 7702ff0f2fed [2020-10-24T06:29:23.853Z] Step 7/22 : RUN go mod download [2020-10-24T06:29:23.853Z] ---> Running in fbb303109c63 [2020-10-24T06:29:24.114Z] Removing intermediate container 1af09acafddf [2020-10-24T06:29:24.114Z] ---> b79e51489979 [2020-10-24T06:29:24.114Z] Step 7/29 : COPY . . [2020-10-24T06:29:24.114Z] ---> Running in 11e7d2c947d0 [2020-10-24T06:29:24.380Z] Removing intermediate container cf8ec1d5a243 [2020-10-24T06:29:24.380Z] ---> f7b34d1bd2d9 [2020-10-24T06:29:24.380Z] Step 6/24 : COPY go.mod . [2020-10-24T06:29:25.330Z] Removing intermediate container 6c885477bff3 [2020-10-24T06:29:25.330Z] ---> a2fa5a1efa45 [2020-10-24T06:29:25.330Z] Step 6/26 : COPY go.mod . [2020-10-24T06:29:27.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.201s coverage: 96.4% of statements [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-24T06:29:27.312Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-24T06:29:27.312Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.038s coverage: 0.0% of statements [no tests to run] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-24T06:29:27.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 63.5% of statements [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-24T06:29:27.312Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-24T06:29:27.312Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.020s coverage: 100.0% of statements [2020-10-24T06:29:28.297Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2020-10-24T06:29:28.646Z] ---> a613075027d9 [2020-10-24T06:29:28.646Z] Step 7/24 : RUN go mod download [2020-10-24T06:29:28.899Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.010s coverage: 100.0% of statements [2020-10-24T06:29:29.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2020-10-24T06:29:29.589Z] ---> Running in 5b534c7e5519 [2020-10-24T06:29:29.589Z] ---> 7792060e68aa [2020-10-24T06:29:29.589Z] Step 7/26 : RUN go mod download [2020-10-24T06:29:29.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.013s coverage: 100.0% of statements [2020-10-24T06:29:32.905Z] ---> Running in 6058ee8444d5 [2020-10-24T06:29:32.905Z] Removing intermediate container fbb303109c63 [2020-10-24T06:29:32.905Z] ---> 340cc23f40db [2020-10-24T06:29:32.905Z] Step 8/21 : COPY . . [2020-10-24T06:29:33.190Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 55.9% of statements [2020-10-24T06:29:33.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-24T06:29:33.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-24T06:29:33.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-24T06:29:33.190Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-24T06:29:34.297Z] Removing intermediate container 11e7d2c947d0 [2020-10-24T06:29:34.297Z] ---> caffa6134e74 [2020-10-24T06:29:34.298Z] Step 8/22 : COPY . . [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.379s coverage: 86.3% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.119s coverage: 72.2% of statements [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.464s coverage: 72.1% of statements [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.031s coverage: 48.4% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.026s coverage: 28.8% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.085s coverage: 36.5% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.255s coverage: 84.1% of statements [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.026s coverage: 100.0% of statements [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.010s coverage: 100.0% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-24T06:29:48.310Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.054s coverage: 83.8% of statements [2020-10-24T06:29:48.310Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-24T06:29:48.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.1% of statements [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-24T06:29:48.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.040s coverage: 100.0% of statements [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-24T06:29:48.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.035s coverage: 100.0% of statements [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-24T06:29:48.585Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements [2020-10-24T06:29:48.585Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-24T06:29:49.263Z] ---> de7a9ef82e81 [2020-10-24T06:29:49.263Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-24T06:29:49.263Z] Removing intermediate container 5b534c7e5519 [2020-10-24T06:29:49.263Z] ---> d45b20a06057 [2020-10-24T06:29:49.263Z] Step 8/24 : COPY . . [2020-10-24T06:29:49.263Z] Removing intermediate container 6058ee8444d5 [2020-10-24T06:29:49.263Z] ---> ad5095f80139 [2020-10-24T06:29:49.263Z] Step 8/26 : COPY . . [2020-10-24T06:29:49.263Z] ---> Running in 9d23b8222984 [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.160s coverage: 29.1% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.053s coverage: 99.0% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.029s coverage: 87.9% of statements [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-24T06:29:54.013Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-24T06:29:54.013Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2020-10-24T06:29:54.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-24T06:29:55.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements [2020-10-24T06:29:55.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.019s coverage: 100.0% of statements [2020-10-24T06:29:56.056Z] GO111MODULE=on go vet ./... [2020-10-24T06:30:07.237Z] ---> a8cc249f67cc [2020-10-24T06:30:07.237Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-24T06:30:07.237Z] ---> cdae334b9431 [2020-10-24T06:30:07.237Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-24T06:30:10.595Z] ---> Running in 1169784e8cce [2020-10-24T06:30:10.875Z] ---> Running in c3eaece17546 [2020-10-24T06:30:13.468Z] 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 [2020-10-24T06:30:13.468Z] 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 [2020-10-24T06:30:17.729Z] ---> 6032d84e5b0f [2020-10-24T06:30:17.729Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-24T06:30:17.729Z] ---> Running in c3bbebb46f50 [2020-10-24T06:30:17.729Z] ---> c12e23c6310e [2020-10-24T06:30:17.729Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-24T06:30:17.996Z] ---> Running in f6912963b960 [2020-10-24T06:30:18.321Z] gofmt -l . [2020-10-24T06:30:18.321Z] [ "`gofmt -l .`" = "" ] [2020-10-24T06:30:18.974Z] 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 [2020-10-24T06:30:19.245Z] 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 [2020-10-24T06:30:20.278Z] ./bin/test-go-mod-tidy.sh [2020-10-24T06:30:20.656Z] Removing intermediate container 9d23b8222984 [2020-10-24T06:30:20.656Z] ---> b77ec59fecb3 [2020-10-24T06:30:20.656Z] [2020-10-24T06:30:20.656Z] Step 9/29 : FROM alpine:latest [2020-10-24T06:30:21.245Z] latest: Pulling from library/alpine [2020-10-24T06:30:21.245Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-24T06:30:21.245Z] Status: Downloaded newer image for alpine:latest [2020-10-24T06:30:21.245Z] ---> d6e46aa2470d [2020-10-24T06:30:21.245Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-24T06:30:21.252Z] ./bin/test-attribution-txt.sh [2020-10-24T06:30:21.834Z] ---> Running in d0f1a2e2543b [2020-10-24T06:30:22.101Z] Removing intermediate container d0f1a2e2543b [2020-10-24T06:30:22.101Z] ---> 35194e60e7e3 [2020-10-24T06:30:22.101Z] Step 11/29 : USER root [2020-10-24T06:30:22.101Z] ---> Running in 244aa9727e2f [2020-10-24T06:30:22.369Z] Removing intermediate container 244aa9727e2f [2020-10-24T06:30:22.369Z] ---> 7b8b8dd2c33a [2020-10-24T06:30:22.369Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-24T06:30:22.640Z] ---> Running in bbf01d1d17e1 [2020-10-24T06:30:23.603Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:30:24.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:30:24.445Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:30:24.445Z] v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:30:24.445Z] OK: 12744 distinct packages available [Pipeline] sh [2020-10-24T06:30:24.710Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-24T06:30:24.978Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-24T06:30:24.978Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:30:24.978Z] Executing ca-certificates-20191127-r4.trigger [2020-10-24T06:30:24.978Z] OK: 6 MiB in 16 packages [2020-10-24T06:30:25.274Z] + ls -al . [2020-10-24T06:30:25.274Z] total 660 [2020-10-24T06:30:25.274Z] drwxrwxr-x 9 1001 1001 4096 Oct 24 06:30 . [2020-10-24T06:30:25.274Z] drwxr-xr-x 4 root root 4096 Oct 24 06:28 .. [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 11 Oct 24 06:26 .dockerignore [2020-10-24T06:30:25.274Z] drwxrwxr-x 8 1001 1001 4096 Oct 24 06:26 .git [2020-10-24T06:30:25.274Z] drwxrwxr-x 3 1001 1001 4096 Oct 24 06:26 .github [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 932 Oct 24 06:26 .gitignore [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 166 Oct 24 06:26 .sonarcloud.properties [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 3804 Oct 24 06:26 CONTRIBUTING.md [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 1035 Oct 24 06:26 Dockerfile.build [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 863 Oct 24 06:26 Jenkinsfile [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 10775 Oct 24 06:26 LICENSE [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 6237 Oct 24 06:26 Makefile [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 6447 Oct 24 06:26 README.md [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 259 Oct 24 06:26 SECURITY.md [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 5 Oct 24 06:26 VERSION [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 4131 Oct 24 06:26 ZMQWindows.md [2020-10-24T06:30:25.274Z] drwxrwxr-x 2 1001 1001 4096 Oct 24 06:26 bin [2020-10-24T06:30:25.274Z] drwxrwxr-x 15 1001 1001 4096 Oct 24 06:26 cmd [2020-10-24T06:30:25.274Z] -rw-r--r-- 1 root root 538424 Oct 24 06:29 coverage.out [2020-10-24T06:30:25.274Z] -rw-r--r-- 1 root root 1041 Oct 24 06:30 go.mod [2020-10-24T06:30:25.274Z] -rw-r--r-- 1 root root 18775 Oct 24 06:30 go.sum [2020-10-24T06:30:25.274Z] drwxrwxr-x 8 1001 1001 4096 Oct 24 06:26 internal [2020-10-24T06:30:25.274Z] drwxrwxr-x 4 1001 1001 4096 Oct 24 06:26 openapi [2020-10-24T06:30:25.274Z] drwxrwxr-x 4 1001 1001 4096 Oct 24 06:26 snap [2020-10-24T06:30:25.274Z] -rw-rw-r-- 1 1001 1001 168 Oct 24 06:26 version.go [Pipeline] sh [2020-10-24T06:30:25.922Z] + '[' -e coverage.out ] [2020-10-24T06:30:25.923Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-24T06:30:25.942Z] Warning: overwriting stash ‘coverage-report’ [2020-10-24T06:30:26.926Z] Stashed 1 file(s) [Pipeline] sh [2020-10-24T06:30:27.573Z] + make build [2020-10-24T06:30:27.573Z] 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 [2020-10-24T06:30:28.353Z] Removing intermediate container bbf01d1d17e1 [2020-10-24T06:30:28.353Z] ---> c10897386e1c [2020-10-24T06:30:28.353Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-24T06:30:28.353Z] ---> Running in 16dba37f18f8 [2020-10-24T06:30:28.627Z] Removing intermediate container 16dba37f18f8 [2020-10-24T06:30:28.627Z] ---> 7ec1925e37a9 [2020-10-24T06:30:28.627Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-24T06:30:28.627Z] ---> Running in be2c443b6dbd [2020-10-24T06:30:28.896Z] Removing intermediate container be2c443b6dbd [2020-10-24T06:30:28.896Z] ---> 1403170c43f9 [2020-10-24T06:30:28.896Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-24T06:30:29.163Z] ---> Running in 9ebe92523d42 [2020-10-24T06:30:31.149Z] Removing intermediate container 9ebe92523d42 [2020-10-24T06:30:31.149Z] ---> 3e3320035a96 [2020-10-24T06:30:31.149Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-24T06:30:32.117Z] ---> a239d93ca875 [2020-10-24T06:30:32.117Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-24T06:30:32.705Z] ---> f5ead30af322 [2020-10-24T06:30:32.705Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-24T06:30:32.978Z] ---> 6c0e50da94a2 [2020-10-24T06:30:32.978Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-24T06:30:34.401Z] ---> 216b43fc6ff2 [2020-10-24T06:30:34.401Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-24T06:30:34.990Z] ---> 7cd3d62be6aa [2020-10-24T06:30:34.990Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-24T06:30:35.258Z] ---> Running in b23d2925dca5 [2020-10-24T06:30:37.228Z] Removing intermediate container b23d2925dca5 [2020-10-24T06:30:37.228Z] ---> b3e5e557a8fa [2020-10-24T06:30:37.228Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-24T06:30:37.498Z] ---> 632e81c0cccb [2020-10-24T06:30:37.498Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-24T06:30:37.768Z] ---> Running in bd20a195cae5 [2020-10-24T06:30:39.743Z] Removing intermediate container bd20a195cae5 [2020-10-24T06:30:39.743Z] ---> b41ebe989169 [2020-10-24T06:30:39.743Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-24T06:30:39.743Z] ---> Running in 313cb3df282c [2020-10-24T06:30:42.341Z] 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 [2020-10-24T06:30:42.341Z] Removing intermediate container 1169784e8cce [2020-10-24T06:30:42.341Z] ---> 8917bb9e6de5 [2020-10-24T06:30:42.341Z] [2020-10-24T06:30:42.341Z] Step 10/22 : FROM scratch [2020-10-24T06:30:42.341Z] ---> [2020-10-24T06:30:42.341Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:30:43.295Z] ---> Running in 8e0a8ebb1514 [2020-10-24T06:30:43.568Z] Removing intermediate container c3eaece17546 [2020-10-24T06:30:43.568Z] ---> 17e864b871dc [2020-10-24T06:30:43.568Z] [2020-10-24T06:30:43.568Z] Step 10/21 : FROM scratch [2020-10-24T06:30:43.568Z] ---> [2020-10-24T06:30:43.568Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:30:43.568Z] ---> Running in b7dbc424d53e [2020-10-24T06:30:43.568Z] Removing intermediate container 8e0a8ebb1514 [2020-10-24T06:30:43.568Z] ---> 9c836e421f12 [2020-10-24T06:30:43.568Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-24T06:30:43.831Z] ---> Running in bf509a1c4aa1 [2020-10-24T06:30:43.831Z] Removing intermediate container b7dbc424d53e [2020-10-24T06:30:43.831Z] ---> ae63da58851b [2020-10-24T06:30:43.831Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-24T06:30:44.094Z] Removing intermediate container 313cb3df282c [2020-10-24T06:30:44.094Z] ---> 2ef238333c1e [2020-10-24T06:30:44.094Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-24T06:30:44.094Z] Removing intermediate container bf509a1c4aa1 [2020-10-24T06:30:44.094Z] ---> ff9facc97caa [2020-10-24T06:30:44.094Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:30:44.094Z] ---> Running in eb4ae136e706 [2020-10-24T06:30:44.094Z] ---> Running in 80d4a8e0296d [2020-10-24T06:30:44.094Z] ---> Running in 286e9d49aa26 [2020-10-24T06:30:44.094Z] Removing intermediate container eb4ae136e706 [2020-10-24T06:30:44.094Z] ---> 33c90b155842 [2020-10-24T06:30:44.094Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-24T06:30:45.060Z] ---> Running in 4de7278b8ed2 [2020-10-24T06:30:45.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-24T06:30:45.060Z] Removing intermediate container 80d4a8e0296d [2020-10-24T06:30:45.060Z] ---> 4cf4064a425c [2020-10-24T06:30:45.060Z] Step 14/22 : WORKDIR / [2020-10-24T06:30:45.060Z] Removing intermediate container 286e9d49aa26 [2020-10-24T06:30:45.060Z] ---> a3f6f1796257 [2020-10-24T06:30:45.060Z] Step 26/29 : CMD [ "generate" ] [2020-10-24T06:30:45.060Z] ---> Running in dcf065a58960 [2020-10-24T06:30:45.060Z] ---> Running in f801890da109 [2020-10-24T06:30:45.325Z] Removing intermediate container 4de7278b8ed2 [2020-10-24T06:30:45.325Z] ---> 31ab9640e2e5 [2020-10-24T06:30:45.325Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-24T06:30:45.588Z] Removing intermediate container dcf065a58960 [2020-10-24T06:30:45.588Z] ---> 582fee453c23 [2020-10-24T06:30:45.588Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-24T06:30:45.588Z] Removing intermediate container f801890da109 [2020-10-24T06:30:45.588Z] ---> 3d082e0530b5 [2020-10-24T06:30:45.588Z] Step 27/29 : LABEL arch=x86_64 [2020-10-24T06:30:45.588Z] ---> 364f763331ce [2020-10-24T06:30:45.588Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-24T06:30:45.849Z] ---> Running in bc5dcbf700e4 [2020-10-24T06:30:46.114Z] ---> a2a442293f0f [2020-10-24T06:30:46.114Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-24T06:30:46.690Z] Removing intermediate container bc5dcbf700e4 [2020-10-24T06:30:46.690Z] ---> b909e1f0e5bb [2020-10-24T06:30:46.690Z] Step 28/29 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:30:48.603Z] ---> Running in 2167455f374d [2020-10-24T06:30:48.603Z] ---> 48335f60a9db [2020-10-24T06:30:48.603Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-24T06:30:48.603Z] ---> b994d96786fd [2020-10-24T06:30:48.603Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-24T06:30:48.603Z] Removing intermediate container f6912963b960 [2020-10-24T06:30:48.603Z] ---> 56ea16b2fd7c [2020-10-24T06:30:48.603Z] [2020-10-24T06:30:48.603Z] Step 10/24 : FROM scratch [2020-10-24T06:30:48.603Z] ---> [2020-10-24T06:30:48.603Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-24T06:30:48.603Z] ---> Running in 211fb69e4ea4 [2020-10-24T06:30:48.603Z] Removing intermediate container 2167455f374d [2020-10-24T06:30:48.603Z] ---> 6a9681861257 [2020-10-24T06:30:48.603Z] Step 29/29 : LABEL version=0.0.0 [2020-10-24T06:30:48.868Z] ---> Running in 7b45c21da676 [2020-10-24T06:30:49.725Z] 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 [2020-10-24T06:30:50.254Z] ---> a68cf0938483 [2020-10-24T06:30:50.254Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-24T06:30:50.254Z] ---> a8657d21b8f1 [2020-10-24T06:30:50.254Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-24T06:30:50.254Z] Removing intermediate container 211fb69e4ea4 [2020-10-24T06:30:50.254Z] ---> 5a66213b24d2 [2020-10-24T06:30:50.254Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-24T06:30:50.254Z] ---> Running in 1c7487c28b89 [2020-10-24T06:30:50.254Z] ---> Running in 0eb3b36edc21 [2020-10-24T06:30:50.254Z] ---> Running in 1cfa44df1e0b [2020-10-24T06:30:50.254Z] Removing intermediate container 7b45c21da676 [2020-10-24T06:30:50.254Z] ---> 80f681f542e9 [2020-10-24T06:30:50.254Z] [2020-10-24T06:30:50.254Z] Removing intermediate container c3bbebb46f50 [2020-10-24T06:30:50.254Z] ---> a620530fea7f [2020-10-24T06:30:50.254Z] [2020-10-24T06:30:50.254Z] Step 10/26 : FROM alpine:3.10 [2020-10-24T06:30:50.516Z] Successfully built 80f681f542e9 [2020-10-24T06:30:50.516Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-24T06:30:50.516Z] Building docker-core-data-go [2020-10-24T06:30:50.516Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 1cfa44df1e0b [2020-10-24T06:30:50.516Z] ---> a2b82c9db47d [2020-10-24T06:30:50.516Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-24T06:30:50.780Z] Removing intermediate container 1c7487c28b89 [2020-10-24T06:30:50.780Z] ---> 129be53c629e [2020-10-24T06:30:50.780Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:30:50.780Z] Removing intermediate container 0eb3b36edc21 [2020-10-24T06:30:50.780Z] ---> 9dcd6df48a11 [2020-10-24T06:30:50.780Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:30:50.780Z] 3.10: Pulling from library/alpine [2020-10-24T06:30:50.780Z] ---> Running in b5d245f369a4 [2020-10-24T06:30:50.780Z] ---> Running in 80e48b1d790b [2020-10-24T06:30:50.780Z] ---> Running in 46a05f6caa22 [2020-10-24T06:30:51.047Z] Removing intermediate container b5d245f369a4 [2020-10-24T06:30:51.047Z] ---> 05216a3a04a4 [2020-10-24T06:30:51.047Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-24T06:30:51.047Z] Removing intermediate container 80e48b1d790b [2020-10-24T06:30:51.047Z] ---> 7d5c517feca7 [2020-10-24T06:30:51.047Z] Step 19/21 : LABEL arch=x86_64 [2020-10-24T06:30:51.321Z] Removing intermediate container 46a05f6caa22 [2020-10-24T06:30:51.321Z] ---> 6f629338c225 [2020-10-24T06:30:51.321Z] Step 20/22 : LABEL arch=x86_64 [2020-10-24T06:30:51.581Z] ---> Running in 41fd4beed905 [2020-10-24T06:30:51.843Z] ---> Running in b437246d8a15 [2020-10-24T06:30:51.843Z] ---> ea0fadbdc318 [2020-10-24T06:30:51.843Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-24T06:30:51.843Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-24T06:30:53.761Z] Status: Downloaded newer image for alpine:3.10 [2020-10-24T06:30:53.761Z] ---> be4e4bea2c2e [2020-10-24T06:30:53.761Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-24T06:30:54.702Z] Removing intermediate container 41fd4beed905 [2020-10-24T06:30:54.702Z] ---> 112e96be16b0 [2020-10-24T06:30:54.702Z] Step 20/21 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:30:56.618Z] Removing intermediate container b437246d8a15 [2020-10-24T06:30:56.618Z] ---> f0375424f629 [2020-10-24T06:30:56.618Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:30:56.618Z] ---> Running in 6f21cf6b7413 [2020-10-24T06:30:56.618Z] ---> Running in 4ef92ba4b8a3 [2020-10-24T06:30:56.618Z] ---> Running in e5219395ffe2 [2020-10-24T06:30:56.618Z] ---> 90cbc07ee981 [2020-10-24T06:30:56.618Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-24T06:30:58.536Z] Removing intermediate container 4ef92ba4b8a3 [2020-10-24T06:30:58.536Z] ---> 940221c8bb19 [2020-10-24T06:30:58.536Z] Step 21/21 : LABEL version=0.0.0 [2020-10-24T06:30:58.536Z] Removing intermediate container e5219395ffe2 [2020-10-24T06:30:58.536Z] ---> 888e421f90dd [2020-10-24T06:30:58.536Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:30:58.536Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:30:58.798Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:30:59.060Z] v3.10.5-120-g203e7cb17f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-24T06:30:59.060Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-24T06:30:59.060Z] OK: 10346 distinct packages available [2020-10-24T06:30:59.060Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-24T06:30:59.323Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-24T06:30:59.323Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-24T06:30:59.323Z] (4/5) Installing curl (7.66.0-r1) [2020-10-24T06:30:59.323Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-24T06:30:59.323Z] Executing busybox-1.30.1-r3.trigger [2020-10-24T06:30:59.323Z] Executing ca-certificates-20191127-r2.trigger [2020-10-24T06:30:59.591Z] OK: 7 MiB in 19 packages [2020-10-24T06:31:00.978Z] ---> Running in 03278d5bb100 [2020-10-24T06:31:00.978Z] ---> Running in e28d824e4625 [2020-10-24T06:31:01.241Z] ---> 94adf08a22f8 [2020-10-24T06:31:01.241Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-24T06:31:02.095Z] 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 [2020-10-24T06:31:03.165Z] Removing intermediate container 03278d5bb100 [2020-10-24T06:31:03.165Z] ---> f9944a0089e3 [2020-10-24T06:31:03.165Z] [2020-10-24T06:31:03.165Z] Removing intermediate container e28d824e4625 [2020-10-24T06:31:03.165Z] ---> 5a88ee565223 [2020-10-24T06:31:03.165Z] [2020-10-24T06:31:03.426Z] Successfully built f9944a0089e3 [2020-10-24T06:31:03.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:31:03.690Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:31:04.633Z] Successfully built 5a88ee565223 [2020-10-24T06:31:05.576Z] ---> e335df0e0280 [2020-10-24T06:31:05.576Z] Step 3/23 : WORKDIR /edgex-go [2020-10-24T06:31:05.576Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-24T06:31:05.576Z] Building docker-sys-mgmt-agent-go [2020-10-24T06:31:05.576Z]  Building docker-support-scheduler-go ... done  ---> bcb7d05f992d [2020-10-24T06:31:05.576Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-24T06:31:05.576Z] Successfully tagged docker-core-command-go:latest [2020-10-24T06:31:05.576Z] Building docker-support-logging-go [2020-10-24T06:31:05.576Z]  Building docker-core-command-go ... done  ---> Using cache [2020-10-24T06:31:05.576Z] ---> d1718e3e93de [2020-10-24T06:31:05.576Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:31:05.576Z] ---> Using cache [2020-10-24T06:31:05.576Z] ---> 51a9c1427f2f [2020-10-24T06:31:05.576Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-24T06:31:05.576Z] Removing intermediate container 6f21cf6b7413 [2020-10-24T06:31:05.576Z] ---> ab0afc1c0705 [2020-10-24T06:31:05.576Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-24T06:31:05.840Z] ---> Running in 6e2529cfea77 [2020-10-24T06:31:05.840Z] ---> Running in 0100e4b3845a [2020-10-24T06:31:06.104Z] Removing intermediate container 6e2529cfea77 [2020-10-24T06:31:06.104Z] ---> 3ce846993e56 [2020-10-24T06:31:06.104Z] Step 13/26 : WORKDIR / [2020-10-24T06:31:06.366Z] ---> Running in da574b896a93 [2020-10-24T06:31:06.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-24T06:31:06.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:06.630Z] ---> c38c23b25167 [2020-10-24T06:31:06.630Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-24T06:31:07.202Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:09.128Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:31:09.128Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:31:09.128Z] OK: 12752 distinct packages available [2020-10-24T06:31:09.128Z] Removing intermediate container da574b896a93 [2020-10-24T06:31:09.128Z] ---> d3b229fba0c8 [2020-10-24T06:31:09.128Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-24T06:31:09.128Z] OK: 233 MiB in 51 packages [2020-10-24T06:31:09.780Z] 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 [2020-10-24T06:31:13.351Z] ---> f6c90847d2ec [2020-10-24T06:31:13.351Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-24T06:31:13.351Z] ---> 95657f737402 [2020-10-24T06:31:13.351Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-24T06:31:13.351Z] ---> Running in dfd6ac13fba2 [2020-10-24T06:31:15.168Z] 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 [2020-10-24T06:31:15.438Z] 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 [2020-10-24T06:31:16.661Z] Removing intermediate container dfd6ac13fba2 [2020-10-24T06:31:16.661Z] ---> 335369e57aaf [2020-10-24T06:31:16.661Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:31:16.661Z] ---> 1f41a35f65b0 [2020-10-24T06:31:16.662Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-24T06:31:16.662Z] Removing intermediate container 0100e4b3845a [2020-10-24T06:31:16.662Z] ---> 7519dae71536 [2020-10-24T06:31:16.662Z] Step 6/23 : COPY go.mod . [2020-10-24T06:31:17.241Z] ---> Running in 2e01bcdd6f6b [2020-10-24T06:31:18.643Z] ---> c59501e0acdf [2020-10-24T06:31:18.643Z] Step 7/23 : RUN go mod download [2020-10-24T06:31:18.907Z] ---> 367978d3e3ce [2020-10-24T06:31:18.907Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-24T06:31:19.175Z] ---> Running in 2dd87ef68ff1 [2020-10-24T06:31:19.440Z] Removing intermediate container 2e01bcdd6f6b [2020-10-24T06:31:19.440Z] ---> 96ca40a464f5 [2020-10-24T06:31:19.440Z] Step 22/24 : LABEL arch=x86_64 [2020-10-24T06:31:20.837Z] 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 [2020-10-24T06:31:22.010Z] ---> Running in 798179edbcf5 [2020-10-24T06:31:22.967Z] ---> c87765830ad3 [2020-10-24T06:31:22.967Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-24T06:31:22.967Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:31:22.967Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:31:22.967Z] ---> e335df0e0280 [2020-10-24T06:31:22.967Z] Step 3/27 : WORKDIR /edgex-go [2020-10-24T06:31:22.967Z] ---> Using cache [2020-10-24T06:31:22.967Z] ---> d1718e3e93de [2020-10-24T06:31:22.967Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:31:22.967Z] ---> Using cache [2020-10-24T06:31:22.967Z] ---> 51a9c1427f2f [2020-10-24T06:31:22.967Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-24T06:31:23.550Z] Removing intermediate container 798179edbcf5 [2020-10-24T06:31:23.550Z] ---> 8115687cd8c9 [2020-10-24T06:31:23.550Z] Step 23/24 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:31:23.550Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:31:23.550Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:31:24.129Z] ---> e335df0e0280 [2020-10-24T06:31:24.129Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:31:24.129Z] ---> Using cache [2020-10-24T06:31:24.129Z] ---> d1718e3e93de [2020-10-24T06:31:24.129Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:31:24.129Z] ---> Using cache [2020-10-24T06:31:24.129Z] ---> 51a9c1427f2f [2020-10-24T06:31:24.129Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-24T06:31:24.129Z] ---> Running in 02a561f102fe [2020-10-24T06:31:24.212Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-24T06:31:24.399Z] ---> 5a3e9e82c5ed [2020-10-24T06:31:24.399Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-24T06:31:24.399Z] ---> Running in 0edaa8e28d57 [2020-10-24T06:31:24.668Z] ---> Running in b74214d99b12 [2020-10-24T06:31:25.247Z] Removing intermediate container 0edaa8e28d57 [2020-10-24T06:31:25.247Z] ---> edd761919b90 [2020-10-24T06:31:25.247Z] Step 24/24 : LABEL version=0.0.0 [2020-10-24T06:31:25.247Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:25.247Z] ---> 040569173e90 [2020-10-24T06:31:25.247Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-24T06:31:25.247Z] Removing intermediate container 2dd87ef68ff1 [2020-10-24T06:31:25.247Z] ---> 755e1136ac0f [2020-10-24T06:31:25.247Z] Step 8/23 : COPY . . [2020-10-24T06:31:25.247Z] ---> Running in b26c5ec5e183 [2020-10-24T06:31:25.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:25.778Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:25.778Z] Removing intermediate container b26c5ec5e183 [2020-10-24T06:31:25.778Z] ---> 33419d4ebf99 [2020-10-24T06:31:25.778Z] [2020-10-24T06:31:26.363Z] Successfully built 33419d4ebf99 [2020-10-24T06:31:26.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:31:26.363Z] Successfully tagged docker-support-notifications-go:latest [2020-10-24T06:31:26.363Z] Building docker-security-proxy-setup-go [2020-10-24T06:31:26.363Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:31:26.363Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:31:26.363Z] OK: 12752 distinct packages available [2020-10-24T06:31:26.938Z]  Building docker-support-notifications-go ... done OK: 233 MiB in 51 packages [2020-10-24T06:31:27.200Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:31:27.200Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:31:27.200Z] OK: 12752 distinct packages available [2020-10-24T06:31:27.585Z] 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 [2020-10-24T06:31:27.781Z] OK: 233 MiB in 51 packages [2020-10-24T06:31:28.365Z] OK: 233 MiB in 51 packages [2020-10-24T06:31:30.960Z] 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 [2020-10-24T06:31:31.680Z] ---> 0f3121267c34 [2020-10-24T06:31:31.680Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-24T06:31:35.264Z] 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 [2020-10-24T06:31:36.454Z] ---> f6351b8382d0 [2020-10-24T06:31:36.454Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-24T06:31:37.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-24T06:31:38.151Z] ---> Running in af5fbede53bf [2020-10-24T06:31:39.604Z] Removing intermediate container 02a561f102fe [2020-10-24T06:31:39.604Z] ---> 6fe30996bec3 [2020-10-24T06:31:39.604Z] Step 6/27 : COPY go.mod . [2020-10-24T06:31:39.604Z] Removing intermediate container b74214d99b12 [2020-10-24T06:31:39.604Z] ---> aed4d6e72039 [2020-10-24T06:31:39.604Z] Step 6/22 : COPY go.mod . [Pipeline] } [2020-10-24T06:31:40.548Z] $ docker stop --time=1 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 [2020-10-24T06:31:41.641Z] ---> 203d303576de [2020-10-24T06:31:41.641Z] Step 7/27 : RUN go mod download [2020-10-24T06:31:43.042Z] ---> dd7a30e0a651 [2020-10-24T06:31:43.042Z] Step 7/22 : RUN go mod download [2020-10-24T06:31:43.059Z] $ docker rm -f 9d92d9fc3607bb8356226edd36a740a2dc2af6c88354dc5790e6e0385628bf53 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-10-24T06:31:44.020Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:31:44.020Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:31:44.020Z] ---> e335df0e0280 [2020-10-24T06:31:44.020Z] Step 3/20 : WORKDIR /edgex-go [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> d1718e3e93de [2020-10-24T06:31:44.020Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> 51a9c1427f2f [2020-10-24T06:31:44.020Z] Step 5/20 : RUN apk update && apk add make git [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> a2fa5a1efa45 [2020-10-24T06:31:44.020Z] Step 6/20 : COPY go.mod . [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> 7792060e68aa [2020-10-24T06:31:44.020Z] Step 7/20 : RUN go mod download [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> ad5095f80139 [2020-10-24T06:31:44.020Z] Step 8/20 : COPY . . [2020-10-24T06:31:44.020Z] ---> Running in 4c06b45bded6 [2020-10-24T06:31:44.020Z] ---> Running in ebdf6d87c4fb [2020-10-24T06:31:44.020Z] ---> Using cache [2020-10-24T06:31:44.020Z] ---> 6032d84e5b0f [2020-10-24T06:31:44.020Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:31:44.630Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-24T06:31:44.630Z] [2020-10-24T06:31:44.630Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:31:45.031Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-24T06:31:45.031Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-24T06:31:45.031Z] 29e5d40040c1: Pulling fs layer [2020-10-24T06:31:45.031Z] 1ce36da41761: Pulling fs layer [2020-10-24T06:31:45.031Z] 25b303627fd3: Pulling fs layer [2020-10-24T06:31:46.004Z] 29e5d40040c1: Verifying Checksum [2020-10-24T06:31:46.004Z] 29e5d40040c1: Download complete [2020-10-24T06:31:46.276Z] 1ce36da41761: Verifying Checksum [2020-10-24T06:31:46.276Z] 1ce36da41761: Download complete [2020-10-24T06:31:46.548Z] 29e5d40040c1: Pull complete [2020-10-24T06:31:46.576Z] ---> Running in 05e2f9be1be5 [2020-10-24T06:31:46.576Z] Removing intermediate container af5fbede53bf [2020-10-24T06:31:46.576Z] ---> 9db72903e88f [2020-10-24T06:31:46.576Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-24T06:31:46.839Z] ---> bd99abd0a6dc [2020-10-24T06:31:46.839Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-24T06:31:47.105Z] ---> Running in b053e91a79d4 [2020-10-24T06:31:47.105Z] ---> Running in da1be1e29644 [2020-10-24T06:31:47.373Z] Removing intermediate container b053e91a79d4 [2020-10-24T06:31:47.373Z] ---> 2f359e353e26 [2020-10-24T06:31:47.373Z] Step 24/26 : LABEL arch=x86_64 [2020-10-24T06:31:47.373Z] ---> Running in 90c2e83a7c96 [2020-10-24T06:31:47.647Z] 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 [2020-10-24T06:31:47.647Z] 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 [2020-10-24T06:31:47.647Z] Removing intermediate container 90c2e83a7c96 [2020-10-24T06:31:47.647Z] ---> 36f0d7a27ad4 [2020-10-24T06:31:47.647Z] Step 25/26 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:31:47.647Z] ---> Running in 55c49a81301f [2020-10-24T06:31:47.912Z] Removing intermediate container 55c49a81301f [2020-10-24T06:31:47.912Z] ---> 23c05604d27f [2020-10-24T06:31:47.912Z] Step 26/26 : LABEL version=0.0.0 [2020-10-24T06:31:47.973Z] 1ce36da41761: Pull complete [2020-10-24T06:31:47.973Z] 25b303627fd3: Verifying Checksum [2020-10-24T06:31:47.973Z] 25b303627fd3: Download complete [2020-10-24T06:31:48.174Z] ---> Running in a3540e237d16 [2020-10-24T06:31:48.444Z] Removing intermediate container a3540e237d16 [2020-10-24T06:31:48.444Z] ---> b93d322938fc [2020-10-24T06:31:48.444Z] [2020-10-24T06:31:48.444Z] Successfully built b93d322938fc [2020-10-24T06:31:48.444Z] Removing intermediate container 4c06b45bded6 [2020-10-24T06:31:48.444Z] ---> b41ff4fe4a48 [2020-10-24T06:31:48.444Z] Step 8/22 : COPY . . [2020-10-24T06:31:48.444Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-24T06:31:48.444Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-10-24T06:31:48.713Z] Removing intermediate container ebdf6d87c4fb [2020-10-24T06:31:48.713Z] ---> db81628ba020 [2020-10-24T06:31:48.713Z] Step 8/27 : COPY . . [2020-10-24T06:31:58.105Z] 25b303627fd3: Pull complete [2020-10-24T06:31:58.105Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-24T06:31:58.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-24T06:31:58.105Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-24T06:31:58.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container [2020-10-24T06:31:58.450Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-24T06:32:01.782Z] $ docker top 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:32:03.245Z] + grep parallel [2020-10-24T06:32:03.246Z] + docker-compose build --help [2020-10-24T06:32:06.616Z] --parallel Build images in parallel. [Pipeline] } [2020-10-24T06:32:06.915Z] $ docker stop --time=1 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d [2020-10-24T06:32:08.964Z] $ docker rm -f 5711c3b01a70c271d66ccfa666ed820f6c4cbcaef8a404dbedb8014c3f71fd2d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:32:09.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-24T06:32:09.824Z] . [Pipeline] withDockerContainer [2020-10-24T06:32:10.104Z] prd-ubuntu18.04-docker-arm64-4c-16g-8596 does not seem to be running inside a container [2020-10-24T06:32:10.193Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-24T06:32:11.668Z] $ docker top 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:32:12.695Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-24T06:32:16.981Z] Building docker-core-command-go ... [2020-10-24T06:32:16.981Z] Building docker-core-data-go ... [2020-10-24T06:32:16.981Z] Building docker-core-metadata-go ... [2020-10-24T06:32:16.981Z] Building docker-security-proxy-setup-go ... [2020-10-24T06:32:16.981Z] Building docker-security-secrets-setup-go ... [2020-10-24T06:32:16.981Z] Building docker-security-secretstore-setup-go ... [2020-10-24T06:32:16.981Z] Building docker-support-logging-go ... [2020-10-24T06:32:16.981Z] Building docker-support-notifications-go ... [2020-10-24T06:32:16.981Z] Building docker-support-scheduler-go ... [2020-10-24T06:32:16.981Z] Building docker-sys-mgmt-agent-go ... [2020-10-24T06:32:16.981Z] Building docker-support-logging-go [2020-10-24T06:32:16.981Z] Building docker-support-scheduler-go [2020-10-24T06:32:16.981Z] Building docker-core-data-go [2020-10-24T06:32:16.981Z] Building docker-sys-mgmt-agent-go [2020-10-24T06:32:16.981Z] Building docker-support-notifications-go [2020-10-24T06:32:27.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:32:27.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:32:27.588Z] ---> e335df0e0280 [2020-10-24T06:32:27.588Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> d1718e3e93de [2020-10-24T06:32:27.588Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> 51a9c1427f2f [2020-10-24T06:32:27.588Z] Step 5/22 : RUN apk update && apk add make git [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> a2fa5a1efa45 [2020-10-24T06:32:27.588Z] Step 6/22 : COPY go.mod . [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> 7792060e68aa [2020-10-24T06:32:27.588Z] Step 7/22 : RUN go mod download [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> ad5095f80139 [2020-10-24T06:32:27.588Z] Step 8/22 : COPY . . [2020-10-24T06:32:27.588Z] ---> Using cache [2020-10-24T06:32:27.588Z] ---> 6032d84e5b0f [2020-10-24T06:32:27.588Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-24T06:32:27.588Z] ---> Running in 5b2e0d5d9607 [2020-10-24T06:32:27.588Z] ---> eccb664a5532 [2020-10-24T06:32:27.588Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-24T06:32:27.588Z] Removing intermediate container 05e2f9be1be5 [2020-10-24T06:32:27.588Z] ---> 0b059de260e5 [2020-10-24T06:32:27.588Z] [2020-10-24T06:32:27.588Z] Step 10/20 : FROM alpine [2020-10-24T06:32:27.588Z] ---> d6e46aa2470d [2020-10-24T06:32:27.588Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-24T06:32:27.588Z] ---> Running in 4b5248e78b37 [2020-10-24T06:32:27.588Z] ---> 5a0f695fcde7 [2020-10-24T06:32:27.588Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-24T06:32:27.588Z] ---> Running in abe738ddc89c [2020-10-24T06:32:27.588Z] ---> Running in cff9f41f2be4 [2020-10-24T06:32:27.588Z] 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 [2020-10-24T06:32:27.588Z] 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 [2020-10-24T06:32:27.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:27.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-24T06:32:27.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:27.588Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:32:27.588Z] v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:32:27.588Z] OK: 12744 distinct packages available [2020-10-24T06:32:27.588Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-24T06:32:27.588Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-24T06:32:27.588Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-24T06:32:27.588Z] (4/4) Installing curl (7.69.1-r1) [2020-10-24T06:32:27.588Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:32:27.588Z] Executing ca-certificates-20191127-r4.trigger [2020-10-24T06:32:27.588Z] OK: 7 MiB in 18 packages [2020-10-24T06:32:30.965Z] Removing intermediate container abe738ddc89c [2020-10-24T06:32:30.965Z] ---> 25db4ac759a0 [2020-10-24T06:32:30.965Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-24T06:32:32.390Z] ---> Running in abeda1ecd1c9 [2020-10-24T06:32:32.976Z] Removing intermediate container da1be1e29644 [2020-10-24T06:32:32.976Z] ---> af9089154cb7 [2020-10-24T06:32:32.976Z] [2020-10-24T06:32:32.976Z] Step 10/23 : FROM alpine [2020-10-24T06:32:32.976Z] ---> d6e46aa2470d [2020-10-24T06:32:32.976Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:32:33.247Z] Removing intermediate container abeda1ecd1c9 [2020-10-24T06:32:33.247Z] ---> cee8d10a9c0a [2020-10-24T06:32:33.247Z] Step 13/20 : WORKDIR /edgex [2020-10-24T06:32:33.247Z] ---> Running in 2ee76fb837e4 [2020-10-24T06:32:33.247Z] ---> Running in e8ff104449b4 [2020-10-24T06:32:33.520Z] Removing intermediate container 2ee76fb837e4 [2020-10-24T06:32:33.520Z] ---> 70bf659de714 [2020-10-24T06:32:33.520Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-24T06:32:33.787Z] ---> Running in 2d6c0c68080c [2020-10-24T06:32:33.787Z] Removing intermediate container e8ff104449b4 [2020-10-24T06:32:33.787Z] ---> d685c8a67067 [2020-10-24T06:32:33.787Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-24T06:32:34.049Z] Removing intermediate container 2d6c0c68080c [2020-10-24T06:32:34.049Z] ---> 43481d208ad6 [2020-10-24T06:32:34.049Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-24T06:32:34.049Z] ---> Running in e3d68d2e2f75 [2020-10-24T06:32:34.049Z] ---> f2ee3988ae84 [2020-10-24T06:32:34.049Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-24T06:32:34.315Z] Removing intermediate container e3d68d2e2f75 [2020-10-24T06:32:34.315Z] ---> a63761d87c6e [2020-10-24T06:32:34.315Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:32:34.315Z] ---> Running in 0b87113773c4 [2020-10-24T06:32:36.945Z] ---> 22767f12d891 [2020-10-24T06:32:36.945Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-24T06:32:36.945Z] ---> Running in 10dc6a91071d [2020-10-24T06:32:36.945Z] Removing intermediate container 10dc6a91071d [2020-10-24T06:32:36.945Z] ---> 3ab02b46b0fb [2020-10-24T06:32:36.945Z] Step 17/20 : CMD ["--init=true"] [2020-10-24T06:32:36.945Z] ---> Running in 8d4e74d57fbc [2020-10-24T06:32:37.521Z] Removing intermediate container 8d4e74d57fbc [2020-10-24T06:32:37.521Z] ---> ac61c53a1792 [2020-10-24T06:32:37.521Z] Step 18/20 : LABEL arch=x86_64 [2020-10-24T06:32:37.521Z] ---> Running in a3c1196f0a32 [2020-10-24T06:32:37.521Z] Removing intermediate container 0b87113773c4 [2020-10-24T06:32:37.521Z] ---> 014fcc1a4ee9 [2020-10-24T06:32:37.521Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-24T06:32:37.785Z] ---> Running in 2c127b2190e0 [2020-10-24T06:32:37.785Z] Removing intermediate container a3c1196f0a32 [2020-10-24T06:32:37.785Z] ---> 7864641ddc6f [2020-10-24T06:32:37.785Z] Step 19/20 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:32:38.045Z] ---> Running in f16f25db02db [2020-10-24T06:32:38.315Z] Removing intermediate container f16f25db02db [2020-10-24T06:32:38.315Z] ---> 54ec4ed03342 [2020-10-24T06:32:38.315Z] Step 20/20 : LABEL version=0.0.0 [2020-10-24T06:32:38.315Z] ---> Running in be67855143cf [2020-10-24T06:32:38.581Z] Removing intermediate container be67855143cf [2020-10-24T06:32:38.581Z] ---> da4faf5dd177 [2020-10-24T06:32:38.581Z] [2020-10-24T06:32:38.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:38.850Z] Successfully built da4faf5dd177 [2020-10-24T06:32:38.850Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-24T06:32:39.813Z]  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:40.418Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-24T06:32:40.418Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-24T06:32:40.418Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-24T06:32:40.686Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-24T06:32:40.956Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-24T06:32:40.956Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:32:40.956Z] OK: 8 MiB in 19 packages [2020-10-24T06:32:42.388Z] Removing intermediate container 2c127b2190e0 [2020-10-24T06:32:42.388Z] ---> 8accdc6c473a [2020-10-24T06:32:42.388Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-24T06:32:43.342Z] ---> e4fea0ef274c [2020-10-24T06:32:43.342Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-24T06:32:44.301Z] ---> 304600b063b2 [2020-10-24T06:32:44.301Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-24T06:32:44.893Z] ---> e31ef35c928c [2020-10-24T06:32:44.893Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-24T06:32:45.159Z] ---> Running in a681c3835529 [2020-10-24T06:32:45.431Z] Removing intermediate container a681c3835529 [2020-10-24T06:32:45.431Z] ---> 1466055be79b [2020-10-24T06:32:45.431Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:32:45.715Z] ---> Running in 6e7ca9ee9c9c [2020-10-24T06:32:45.985Z] Removing intermediate container 6e7ca9ee9c9c [2020-10-24T06:32:45.985Z] ---> 193d64fb50fb [2020-10-24T06:32:45.985Z] Step 21/23 : LABEL arch=x86_64 [2020-10-24T06:32:46.256Z] ---> Running in b3f07c65cf20 [2020-10-24T06:32:46.528Z] Removing intermediate container b3f07c65cf20 [2020-10-24T06:32:46.528Z] ---> bceb1fb346c1 [2020-10-24T06:32:46.528Z] Step 22/23 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:32:46.794Z] ---> Running in 364f77da040d [2020-10-24T06:32:47.070Z] Removing intermediate container 364f77da040d [2020-10-24T06:32:47.070Z] ---> 44bbc9ddcde1 [2020-10-24T06:32:47.070Z] Step 23/23 : LABEL version=0.0.0 [2020-10-24T06:32:47.336Z] ---> Running in 0c668500b8a8 [2020-10-24T06:32:49.900Z] Removing intermediate container 0c668500b8a8 [2020-10-24T06:32:49.900Z] ---> 543caa1d46cc [2020-10-24T06:32:49.900Z] [2020-10-24T06:32:50.478Z] Successfully built 543caa1d46cc [2020-10-24T06:32:50.742Z] Removing intermediate container cff9f41f2be4 [2020-10-24T06:32:50.742Z] ---> a71b985d3995 [2020-10-24T06:32:50.742Z] [2020-10-24T06:32:50.742Z] Step 10/22 : FROM scratch [2020-10-24T06:32:50.742Z] ---> [2020-10-24T06:32:50.742Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-24T06:32:50.742Z] Removing intermediate container 4b5248e78b37 [2020-10-24T06:32:50.742Z] ---> 1811f9c94ee3 [2020-10-24T06:32:50.742Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-24T06:32:50.742Z] Successfully tagged docker-core-data-go:latest [2020-10-24T06:32:50.742Z]  Building docker-core-data-go ... done  ---> Running in 0ce52d6b1f9c [2020-10-24T06:32:51.010Z] ---> Using cache [2020-10-24T06:32:51.010Z] ---> 5a66213b24d2 [2020-10-24T06:32:51.010Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-24T06:32:51.010Z] ---> Running in 50838afef73e [2020-10-24T06:32:51.278Z] 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 [2020-10-24T06:32:51.278Z] Removing intermediate container 50838afef73e [2020-10-24T06:32:51.278Z] ---> d767d37bbbde [2020-10-24T06:32:51.278Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:32:51.278Z] ---> Running in e98a1b18a920 [2020-10-24T06:32:51.547Z] Removing intermediate container e98a1b18a920 [2020-10-24T06:32:51.547Z] ---> ec99957ed48c [2020-10-24T06:32:51.547Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-24T06:32:51.818Z] ---> c90d8896f523 [2020-10-24T06:32:51.818Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-24T06:32:52.393Z] ---> 4ef6aa1528a4 [2020-10-24T06:32:52.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-24T06:32:52.655Z] Removing intermediate container 0ce52d6b1f9c [2020-10-24T06:32:52.655Z] ---> 9d61fe4938ce [2020-10-24T06:32:52.655Z] [2020-10-24T06:32:52.655Z] Step 11/27 : FROM docker:latest [2020-10-24T06:32:52.655Z] ---> 6972c414f322 [2020-10-24T06:32:52.655Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-24T06:32:55.202Z] ---> Running in 5de177ce7079 [2020-10-24T06:32:55.202Z] ---> fa41a887b592 [2020-10-24T06:32:55.202Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-24T06:32:55.202Z] Removing intermediate container 5b2e0d5d9607 [2020-10-24T06:32:55.202Z] ---> 57e26691f8da [2020-10-24T06:32:55.202Z] [2020-10-24T06:32:55.202Z] Step 10/22 : FROM scratch [2020-10-24T06:32:55.202Z] ---> [2020-10-24T06:32:55.202Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:32:55.202Z] ---> Using cache [2020-10-24T06:32:55.202Z] ---> ae63da58851b [2020-10-24T06:32:55.202Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-24T06:32:55.202Z] ---> 0ddfbcd1e29a [2020-10-24T06:32:55.202Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-24T06:32:55.466Z] ---> Running in a5427adbae9c [2020-10-24T06:32:55.466Z] ---> Running in 0e3975a339d0 [2020-10-24T06:32:55.466Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:55.466Z] Removing intermediate container a5427adbae9c [2020-10-24T06:32:55.466Z] ---> c082bf8e07d3 [2020-10-24T06:32:55.466Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:32:55.466Z] Removing intermediate container 0e3975a339d0 [2020-10-24T06:32:55.466Z] ---> cc15d624513f [2020-10-24T06:32:55.466Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:32:55.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:32:55.727Z] ---> Running in fab56f5a32d4 [2020-10-24T06:32:55.727Z] ---> Running in 45e87c624b4f [2020-10-24T06:32:55.727Z] Removing intermediate container fab56f5a32d4 [2020-10-24T06:32:55.727Z] ---> 04d0c89f8103 [2020-10-24T06:32:55.727Z] Step 14/22 : WORKDIR / [2020-10-24T06:32:55.727Z] (1/2) Installing readline (8.0.4-r0) [2020-10-24T06:32:55.727Z] (2/2) Installing bash (5.0.17-r0) [2020-10-24T06:32:55.986Z] Executing bash-5.0.17-r0.post-install [2020-10-24T06:32:55.986Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:32:55.986Z] ---> Running in b89208ce0ee4 [2020-10-24T06:32:55.986Z] OK: 12 MiB in 22 packages [2020-10-24T06:32:56.930Z] Removing intermediate container 45e87c624b4f [2020-10-24T06:32:56.930Z] ---> 5e120a4724d5 [2020-10-24T06:32:56.930Z] Step 20/22 : LABEL arch=x86_64 [2020-10-24T06:32:56.930Z] ---> Running in 9eab1094cbfc [2020-10-24T06:32:57.192Z] Removing intermediate container b89208ce0ee4 [2020-10-24T06:32:57.192Z] ---> af60f9e5d290 [2020-10-24T06:32:57.192Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-24T06:32:57.192Z] Removing intermediate container 9eab1094cbfc [2020-10-24T06:32:57.192Z] ---> 69fd6dedb5e4 [2020-10-24T06:32:57.192Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:32:57.455Z] ---> Running in 61d05b67c409 [2020-10-24T06:32:57.455Z] ---> c3c3dab44ad9 [2020-10-24T06:32:57.455Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-24T06:32:57.455Z] Removing intermediate container 5de177ce7079 [2020-10-24T06:32:57.455Z] ---> 131a321d6247 [2020-10-24T06:32:57.455Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-24T06:32:57.716Z] ---> Running in 80e76a109a32 [2020-10-24T06:32:57.716Z] Removing intermediate container 61d05b67c409 [2020-10-24T06:32:57.716Z] ---> 51788cc28eb0 [2020-10-24T06:32:57.716Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:32:57.978Z] ---> Running in 5c41d93b5922 [2020-10-24T06:32:58.241Z] ---> e3b5d3bb6626 [2020-10-24T06:32:58.241Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-24T06:32:58.241Z] Removing intermediate container 5c41d93b5922 [2020-10-24T06:32:58.241Z] ---> ac4a77058c84 [2020-10-24T06:32:58.241Z] [2020-10-24T06:32:58.503Z] Successfully built ac4a77058c84 [2020-10-24T06:32:58.765Z] Successfully tagged docker-support-logging-go:latest [2020-10-24T06:32:58.765Z]  Building docker-support-logging-go ... done  ---> 940b67850fc7 [2020-10-24T06:32:58.765Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-24T06:32:59.026Z] ---> Running in 6af878d4fa92 [2020-10-24T06:32:59.288Z] Removing intermediate container 80e76a109a32 [2020-10-24T06:32:59.288Z] ---> f97183f5082b [2020-10-24T06:32:59.288Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-24T06:32:59.288Z] Removing intermediate container 6af878d4fa92 [2020-10-24T06:32:59.288Z] ---> 8251667c00d6 [2020-10-24T06:32:59.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:32:59.288Z] ---> Running in b306bc79d507 [2020-10-24T06:32:59.288Z] ---> Running in 0ff45da9f178 [2020-10-24T06:32:59.550Z] Removing intermediate container b306bc79d507 [2020-10-24T06:32:59.550Z] ---> 04cc4269604e [2020-10-24T06:32:59.550Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-24T06:32:59.550Z] Removing intermediate container 0ff45da9f178 [2020-10-24T06:32:59.550Z] ---> e85dacf7bc43 [2020-10-24T06:32:59.550Z] Step 20/22 : LABEL arch=x86_64 [2020-10-24T06:32:59.550Z] ---> Running in 18e165948444 [2020-10-24T06:32:59.550Z] ---> Running in a68cbf3045d3 [2020-10-24T06:32:59.811Z] Removing intermediate container 18e165948444 [2020-10-24T06:32:59.811Z] ---> 8bbcecdee1ce [2020-10-24T06:32:59.811Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-24T06:32:59.811Z] Removing intermediate container a68cbf3045d3 [2020-10-24T06:32:59.811Z] ---> 49191bce5883 [2020-10-24T06:32:59.811Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:32:59.811Z] ---> Running in 916dc164b687 [2020-10-24T06:32:59.811Z] ---> Running in 55559ad3a789 [2020-10-24T06:33:00.081Z] Removing intermediate container 916dc164b687 [2020-10-24T06:33:00.081Z] ---> 7459f7e7e83c [2020-10-24T06:33:00.081Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-24T06:33:00.081Z] Removing intermediate container 55559ad3a789 [2020-10-24T06:33:00.081Z] ---> 2892b325a02b [2020-10-24T06:33:00.081Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:33:00.081Z] ---> Running in 1a09b7dd84d4 [2020-10-24T06:33:00.342Z] Removing intermediate container 1a09b7dd84d4 [2020-10-24T06:33:00.342Z] ---> 3bc2cf4a6277 [2020-10-24T06:33:00.342Z] [2020-10-24T06:33:00.342Z] Successfully built 3bc2cf4a6277 [2020-10-24T06:33:00.603Z] Successfully tagged docker-core-metadata-go:latest [2020-10-24T06:33:00.603Z]  Building docker-core-metadata-go ... done  ---> 3d16e148a6a1 [2020-10-24T06:33:00.603Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-24T06:33:00.863Z] ---> aefe96b44968 [2020-10-24T06:33:00.863Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-24T06:33:01.126Z] ---> b62d70cab8a5 [2020-10-24T06:33:01.126Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-24T06:33:01.126Z] ---> Running in c2cb2a54fc9b [2020-10-24T06:33:01.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:33:01.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:33:01.964Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-24T06:33:01.964Z] (2/33) Installing expat (2.2.9-r1) [2020-10-24T06:33:01.964Z] (3/33) Installing libffi (3.3-r2) [2020-10-24T06:33:01.964Z] (4/33) Installing gdbm (1.13-r1) [2020-10-24T06:33:01.964Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-24T06:33:01.964Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-24T06:33:01.964Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-24T06:33:02.910Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-24T06:33:02.911Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-24T06:33:02.911Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-24T06:33:02.911Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-24T06:33:02.911Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-24T06:33:02.911Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-24T06:33:03.173Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-24T06:33:03.173Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-24T06:33:03.173Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-24T06:33:03.173Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-24T06:33:03.434Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-24T06:33:03.434Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-24T06:33:03.434Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-24T06:33:03.434Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-24T06:33:03.434Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-24T06:33:03.434Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-24T06:33:03.434Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-24T06:33:03.434Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-24T06:33:03.434Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-24T06:33:03.434Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-24T06:33:03.434Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-24T06:33:03.697Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-24T06:33:03.697Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-24T06:33:03.697Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-24T06:33:03.697Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-24T06:33:03.697Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-24T06:33:03.697Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:33:03.697Z] OK: 71 MiB in 55 packages [2020-10-24T06:33:13.960Z] Removing intermediate container c2cb2a54fc9b [2020-10-24T06:33:13.960Z] ---> 2c6da87b5204 [2020-10-24T06:33:13.960Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-24T06:33:13.960Z] ---> Running in ab85ddae48e4 [2020-10-24T06:33:14.533Z] Collecting docker-compose==1.23.2 [2020-10-24T06:33:14.533Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-24T06:33:14.533Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-24T06:33:14.533Z] Collecting cached-property<2,>=1.2.0 [2020-10-24T06:33:14.533Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-24T06:33:14.795Z] Collecting jsonschema<3,>=2.5.1 [2020-10-24T06:33:14.795Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-24T06:33:15.055Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-24T06:33:15.055Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-24T06:33:15.315Z] Collecting PyYAML<4,>=3.10 [2020-10-24T06:33:15.315Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-24T06:33:15.888Z] Collecting docker<4.0,>=3.6.0 [2020-10-24T06:33:16.154Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-24T06:33:16.154Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-24T06:33:16.154Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-24T06:33:16.417Z] Collecting texttable<0.10,>=0.9.0 [2020-10-24T06:33:16.417Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-24T06:33:16.682Z] Collecting docopt<0.7,>=0.6.1 [2020-10-24T06:33:16.947Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-24T06:33:17.207Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-24T06:33:17.207Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-24T06:33:17.783Z] 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) [2020-10-24T06:33:17.783Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-24T06:33:17.783Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-24T06:33:18.054Z] Collecting idna<2.8,>=2.5 [2020-10-24T06:33:18.054Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-24T06:33:18.054Z] 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) [2020-10-24T06:33:18.054Z] Collecting docker-pycreds>=0.4.0 [2020-10-24T06:33:18.054Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-24T06:33:18.054Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-24T06:33:18.054Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-24T06:33:18.054Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-24T06:33:18.054Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-24T06:33:18.318Z] Installing collected packages: cached-property, jsonschema, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, texttable, docopt, dockerpty, docker-compose [2020-10-24T06:33:18.318Z] Attempting uninstall: urllib3 [2020-10-24T06:33:18.318Z] Found existing installation: urllib3 1.25.9 [2020-10-24T06:33:18.318Z] Uninstalling urllib3-1.25.9: [2020-10-24T06:33:18.318Z] Successfully uninstalled urllib3-1.25.9 [2020-10-24T06:33:18.578Z] Attempting uninstall: idna [2020-10-24T06:33:18.578Z] Found existing installation: idna 2.9 [2020-10-24T06:33:18.578Z] Uninstalling idna-2.9: [2020-10-24T06:33:18.578Z] Successfully uninstalled idna-2.9 [2020-10-24T06:33:18.840Z] Attempting uninstall: requests [2020-10-24T06:33:18.840Z] Found existing installation: requests 2.23.0 [2020-10-24T06:33:18.840Z] Uninstalling requests-2.23.0: [2020-10-24T06:33:18.840Z] Successfully uninstalled requests-2.23.0 [2020-10-24T06:33:18.840Z] Running setup.py install for PyYAML: started [2020-10-24T06:33:19.448Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-24T06:33:19.721Z] Running setup.py install for texttable: started [2020-10-24T06:33:20.311Z] Running setup.py install for texttable: finished with status 'done' [2020-10-24T06:33:20.311Z] Running setup.py install for docopt: started [2020-10-24T06:33:20.622Z] Running setup.py install for docopt: finished with status 'done' [2020-10-24T06:33:20.622Z] Running setup.py install for dockerpty: started [2020-10-24T06:33:21.235Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-24T06:33:21.235Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-24T06:33:24.988Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:33:24.988Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:33:24.988Z] ---> ab0cf2900162 [2020-10-24T06:33:24.988Z] Step 3/23 : WORKDIR /edgex-go [2020-10-24T06:33:24.988Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:33:24.988Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:33:24.988Z] ---> ab0cf2900162 [2020-10-24T06:33:24.988Z] Step 3/21 : WORKDIR /edgex-go [2020-10-24T06:33:24.988Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:33:24.988Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:33:24.988Z] ---> ab0cf2900162 [2020-10-24T06:33:24.988Z] Step 3/27 : WORKDIR /edgex-go [2020-10-24T06:33:24.988Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:33:24.988Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:33:24.988Z] ---> ab0cf2900162 [2020-10-24T06:33:24.988Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:33:24.988Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:33:24.988Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:33:24.988Z] ---> ab0cf2900162 [2020-10-24T06:33:24.988Z] Step 3/24 : WORKDIR /edgex-go [2020-10-24T06:33:24.988Z] ---> Running in 755acd0dae8e [2020-10-24T06:33:24.988Z] ---> Running in cd13413443c3 [2020-10-24T06:33:24.988Z] ---> Running in 6f6f1fe06dd3 [2020-10-24T06:33:24.988Z] ---> Running in fb16e69f92ed [2020-10-24T06:33:24.988Z] ---> Running in b5f98da78fe4 [2020-10-24T06:33:25.266Z] Removing intermediate container 755acd0dae8e [2020-10-24T06:33:25.266Z] ---> 9f452b397545 [2020-10-24T06:33:25.266Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:33:25.266Z] Removing intermediate container b5f98da78fe4 [2020-10-24T06:33:25.266Z] ---> fd2160d18b96 [2020-10-24T06:33:25.266Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:33:25.267Z] Removing intermediate container cd13413443c3 [2020-10-24T06:33:25.267Z] ---> 7631414b5ef3 [2020-10-24T06:33:25.267Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:33:25.267Z] Removing intermediate container fb16e69f92ed [2020-10-24T06:33:25.267Z] ---> fc907b570ba1 [2020-10-24T06:33:25.267Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:33:25.267Z] Removing intermediate container 6f6f1fe06dd3 [2020-10-24T06:33:25.448Z] Removing intermediate container ab85ddae48e4 [2020-10-24T06:33:25.448Z] ---> 15673f8514b9 [2020-10-24T06:33:25.449Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-24T06:33:25.449Z] ---> Running in 50578c13fe8d [2020-10-24T06:33:25.449Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-24T06:33:25.542Z] ---> 433af5bb9de3 [2020-10-24T06:33:25.542Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:33:25.542Z] ---> Running in d81cdaf26df2 [2020-10-24T06:33:25.542Z] ---> Running in 17a354be014e [2020-10-24T06:33:25.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-24T06:33:25.709Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-24T06:33:25.709Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-24T06:33:25.709Z] (3/3) Installing curl (7.69.1-r1) [2020-10-24T06:33:25.709Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:33:25.709Z] OK: 72 MiB in 58 packages [2020-10-24T06:33:25.830Z] ---> Running in ccafe225c4d3 [2020-10-24T06:33:25.830Z] ---> Running in 6685a424260c [2020-10-24T06:33:25.830Z] ---> Running in 495035b84081 [2020-10-24T06:33:26.282Z] Removing intermediate container 50578c13fe8d [2020-10-24T06:33:26.282Z] ---> 5708f05dafa2 [2020-10-24T06:33:26.282Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-24T06:33:26.282Z] ---> Running in 81936e9c86a8 [2020-10-24T06:33:26.543Z] Removing intermediate container 81936e9c86a8 [2020-10-24T06:33:26.543Z] ---> 7f7906238867 [2020-10-24T06:33:26.543Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:33:26.543Z] ---> Running in 16a8bf2dd8f4 [2020-10-24T06:33:26.543Z] Removing intermediate container 16a8bf2dd8f4 [2020-10-24T06:33:26.543Z] ---> 4b1e7696f625 [2020-10-24T06:33:26.543Z] Step 25/27 : LABEL arch=x86_64 [2020-10-24T06:33:26.805Z] ---> Running in bb8e400efeac [2020-10-24T06:33:26.805Z] Removing intermediate container bb8e400efeac [2020-10-24T06:33:26.805Z] ---> e1f9bb8a8590 [2020-10-24T06:33:26.805Z] Step 26/27 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:33:27.065Z] ---> Running in 2a983d5abf45 [2020-10-24T06:33:27.065Z] Removing intermediate container 2a983d5abf45 [2020-10-24T06:33:27.065Z] ---> 931b022f961d [2020-10-24T06:33:27.065Z] Step 27/27 : LABEL version=0.0.0 [2020-10-24T06:33:27.065Z] ---> Running in 42fb92ca64cd [2020-10-24T06:33:27.328Z] Removing intermediate container 42fb92ca64cd [2020-10-24T06:33:27.328Z] ---> a86fddd9832e [2020-10-24T06:33:27.328Z] [2020-10-24T06:33:27.328Z] Successfully built a86fddd9832e [2020-10-24T06:33:27.328Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-24T06:33:27.597Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-10-24T06:33:27.643Z] $ docker stop --time=1 c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 [2020-10-24T06:33:29.270Z] $ docker rm -f c26e5234e01743816c9c8d14c0c015ef9ac12dca7a0fc1b9b12caa6a198e9f50 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-24T06:33:29.792Z] + docker images [2020-10-24T06:33:29.792Z] + grep docker [2020-10-24T06:33:29.792Z] docker-sys-mgmt-agent-go latest a86fddd9832e 2 seconds ago 290MB [2020-10-24T06:33:29.792Z] docker-core-metadata-go latest 3bc2cf4a6277 29 seconds ago 14.5MB [2020-10-24T06:33:29.792Z] docker-support-logging-go latest ac4a77058c84 31 seconds ago 11.1MB [2020-10-24T06:33:29.792Z] docker-core-data-go latest 543caa1d46cc 42 seconds ago 23.7MB [2020-10-24T06:33:29.792Z] docker-security-proxy-setup-go latest da4faf5dd177 51 seconds ago 15.8MB [2020-10-24T06:33:29.792Z] docker-security-secretstore-setup-go latest b93d322938fc About a minute ago 32.4MB [2020-10-24T06:33:29.792Z] docker-support-notifications-go latest 33419d4ebf99 2 minutes ago 13.6MB [2020-10-24T06:33:29.792Z] docker-support-scheduler-go latest f9944a0089e3 2 minutes ago 12.3MB [2020-10-24T06:33:29.792Z] docker-core-command-go latest 5a88ee565223 2 minutes ago 12.2MB [2020-10-24T06:33:29.792Z] docker-security-secrets-setup-go latest 80f681f542e9 2 minutes ago 24MB [2020-10-24T06:33:29.792Z] docker latest 6972c414f322 2 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-10-24T06:33:30.173Z] Removing intermediate container d81cdaf26df2 [2020-10-24T06:33:30.174Z] ---> 1897602782b6 [2020-10-24T06:33:30.174Z] Step 5/21 : RUN apk update && apk add make git [2020-10-24T06:33:30.174Z] Removing intermediate container 17a354be014e [2020-10-24T06:33:30.174Z] ---> c4b6ce66ee94 [2020-10-24T06:33:30.174Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-24T06:33:30.174Z] ---> Running in 7ae93dc8a09d [2020-10-24T06:33:30.174Z] ---> Running in bd67822d4057 [2020-10-24T06:33:30.174Z] Removing intermediate container 495035b84081 [2020-10-24T06:33:30.174Z] ---> f2355db0acbd [2020-10-24T06:33:30.174Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-10-24T06:33:30.445Z] ---> Running in 673d75fc05b8 [2020-10-24T06:33:30.445Z] Removing intermediate container 6685a424260c [2020-10-24T06:33:30.445Z] ---> 403fb0c51a29 [2020-10-24T06:33:30.445Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [Pipeline] findFiles [Pipeline] node [2020-10-24T06:33:30.722Z] Removing intermediate container ccafe225c4d3 [2020-10-24T06:33:30.722Z] ---> 41e7376fa31a [2020-10-24T06:33:30.722Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-24T06:33:30.722Z] ---> Running in 5fbe5d93344c [2020-10-24T06:33:30.998Z] ---> Running in 71364265236a [2020-10-24T06:33:32.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:32.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:32.705Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:32.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:32.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:32.974Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:33.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:33.571Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:33.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:33.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:33:34.119Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:33:34.119Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:33:34.119Z] OK: 12623 distinct packages available [2020-10-24T06:33:34.394Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:33:34.394Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:33:34.394Z] OK: 12623 distinct packages available [2020-10-24T06:33:34.670Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:33:34.670Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:33:34.670Z] OK: 12623 distinct packages available [2020-10-24T06:33:34.670Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:35.274Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:33:35.274Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:33:35.274Z] OK: 12623 distinct packages available [2020-10-24T06:33:35.274Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:33:35.274Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:33:35.274Z] OK: 12623 distinct packages available [2020-10-24T06:33:35.274Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:35.573Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:36.196Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:36.196Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:36.196Z] OK: 217 MiB in 51 packages [2020-10-24T06:33:36.797Z] Removing intermediate container 7ae93dc8a09d [2020-10-24T06:33:36.797Z] ---> f5b0a215238b [2020-10-24T06:33:36.797Z] Step 6/21 : COPY go.mod . [2020-10-24T06:33:37.075Z] Removing intermediate container 673d75fc05b8 [2020-10-24T06:33:37.075Z] ---> 7689bbe9eb9e [2020-10-24T06:33:37.075Z] Step 6/23 : COPY go.mod . [2020-10-24T06:33:37.687Z] ---> 2174ae83b692 [2020-10-24T06:33:37.687Z] Step 7/21 : RUN go mod download [2020-10-24T06:33:37.996Z] ---> Running in 97946f5d392d [2020-10-24T06:33:38.269Z] Removing intermediate container 5fbe5d93344c [2020-10-24T06:33:38.269Z] ---> 68d270fb296d [2020-10-24T06:33:38.269Z] Step 6/24 : COPY go.mod . [2020-10-24T06:33:38.269Z] Removing intermediate container 71364265236a [2020-10-24T06:33:38.269Z] ---> 7455eef7400e [2020-10-24T06:33:38.269Z] Step 6/27 : COPY go.mod . [2020-10-24T06:33:38.269Z] Removing intermediate container bd67822d4057 [2020-10-24T06:33:38.269Z] ---> ee10c25a4958 [2020-10-24T06:33:38.269Z] Step 6/22 : COPY go.mod . [2020-10-24T06:33:38.269Z] ---> 4f835f0fa65c [2020-10-24T06:33:38.269Z] Step 7/23 : RUN go mod download [2020-10-24T06:33:38.901Z] ---> Running in 1adb94bc562e [2020-10-24T06:33:39.696Z] ---> 5260f331be59 [2020-10-24T06:33:39.697Z] Step 7/27 : RUN go mod download [2020-10-24T06:33:39.697Z] ---> Running in 73a6d5233509 [2020-10-24T06:33:39.972Z] ---> 7de0c75c81cd [2020-10-24T06:33:39.972Z] Step 7/24 : RUN go mod download [2020-10-24T06:33:39.972Z] ---> 81df70c2f795 [2020-10-24T06:33:39.972Z] Step 7/22 : RUN go mod download [2020-10-24T06:33:40.272Z] ---> Running in 2f47d91502a0 [2020-10-24T06:33:40.272Z] ---> Running in 5a048485f59d [2020-10-24T06:33:43.722Z] Removing intermediate container 97946f5d392d [2020-10-24T06:33:43.722Z] ---> 03f238e9f14a [2020-10-24T06:33:43.722Z] Step 8/21 : COPY . . [2020-10-24T06:33:43.722Z] Removing intermediate container 1adb94bc562e [2020-10-24T06:33:43.722Z] ---> 9b8b35036035 [2020-10-24T06:33:43.722Z] Step 8/23 : COPY . . [2020-10-24T06:33:45.667Z] Still waiting to schedule task [2020-10-24T06:33:45.667Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-24T06:33:45.708Z] Removing intermediate container 5a048485f59d [2020-10-24T06:33:45.708Z] ---> ee30326e0351 [2020-10-24T06:33:45.708Z] Step 8/22 : COPY . . [2020-10-24T06:33:45.708Z] Removing intermediate container 73a6d5233509 [2020-10-24T06:33:45.708Z] ---> ff7da9995f90 [2020-10-24T06:33:45.708Z] Step 8/27 : COPY . . [2020-10-24T06:33:45.983Z] Removing intermediate container 2f47d91502a0 [2020-10-24T06:33:45.983Z] ---> d14dc3eb6f28 [2020-10-24T06:33:45.983Z] Step 8/24 : COPY . . [2020-10-24T06:34:08.163Z] ---> 7b7f697210d9 [2020-10-24T06:34:08.163Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-24T06:34:08.163Z] ---> 9262d677f645 [2020-10-24T06:34:08.163Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-24T06:34:08.163Z] ---> 6421602b9476 [2020-10-24T06:34:08.163Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-24T06:34:08.163Z] ---> 6b40d36c5a04 [2020-10-24T06:34:08.163Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-24T06:34:08.163Z] ---> 399c4f3ed992 [2020-10-24T06:34:08.163Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-24T06:34:08.163Z] ---> Running in 73dbef07fea4 [2020-10-24T06:34:08.163Z] ---> Running in adf33a46b36a [2020-10-24T06:34:08.163Z] ---> Running in c221e2d2a95f [2020-10-24T06:34:08.163Z] ---> Running in 637ffaa450ba [2020-10-24T06:34:08.163Z] ---> Running in b9e69fcd5a69 [2020-10-24T06:34:08.761Z] 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 [2020-10-24T06:34:09.053Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-24T06:34:09.337Z] 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 [2020-10-24T06:34:09.337Z] 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 [2020-10-24T06:34:09.337Z] 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 [2020-10-24T06:34:55.673Z] Running on prd-centos7-docker-8c-8g-8611 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws [2020-10-24T06:34:55.726Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-10-24T06:34:57.961Z] using credential edgex-jenkins-ssh [2020-10-24T06:34:58.019Z] Cloning the remote Git repository [2020-10-24T06:34:58.027Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:34:58.094Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-24T06:34:58.129Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:34:58.130Z] > git --version # timeout=10 [2020-10-24T06:34:58.139Z] > git --version # 'git version 2.16.5' [2020-10-24T06:34:58.140Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-24T06:34:58.166Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-24T06:35:06.817Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-24T06:35:06.824Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-24T06:35:06.838Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-24T06:35:06.850Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-24T06:35:06.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-24T06:35:06.856Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-24T06:35:07.408Z] Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-24T06:35:08.007Z] Failed in branch amd64 [2020-10-24T06:35:07.417Z] > git config core.sparsecheckout # timeout=10 [2020-10-24T06:35:07.421Z] > git checkout -f cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f # timeout=10 [2020-10-24T06:35:46.206Z] Removing intermediate container b9e69fcd5a69 [2020-10-24T06:35:46.206Z] ---> 2ebe6a43b2ff [2020-10-24T06:35:46.206Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-24T06:35:46.206Z] Removing intermediate container adf33a46b36a [2020-10-24T06:35:46.206Z] ---> 8fd267b04b51 [2020-10-24T06:35:46.206Z] [2020-10-24T06:35:46.206Z] Step 10/22 : FROM scratch [2020-10-24T06:35:46.206Z] ---> [2020-10-24T06:35:46.206Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-24T06:35:46.206Z] ---> Running in c5f251d98ad9 [2020-10-24T06:35:46.206Z] ---> Running in 2624ca62bb71 [2020-10-24T06:35:46.206Z] Removing intermediate container 2624ca62bb71 [2020-10-24T06:35:46.206Z] ---> 8c41ed13186e [2020-10-24T06:35:46.206Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-24T06:35:46.206Z] ---> Running in 511877aad377 [2020-10-24T06:35:46.483Z] Removing intermediate container 511877aad377 [2020-10-24T06:35:46.484Z] ---> baa6c7a13f76 [2020-10-24T06:35:46.484Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:35:46.765Z] ---> Running in 3d60ab734602 [2020-10-24T06:35:47.371Z] 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 [2020-10-24T06:35:47.371Z] Removing intermediate container 3d60ab734602 [2020-10-24T06:35:47.371Z] ---> 2ea621a010e3 [2020-10-24T06:35:47.371Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-24T06:35:48.819Z] ---> 676f5caf2f38 [2020-10-24T06:35:48.819Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-24T06:35:49.814Z] ---> 759029ba9a70 [2020-10-24T06:35:49.814Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-24T06:35:51.267Z] ---> dcea1957d224 [2020-10-24T06:35:51.267Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-24T06:35:52.803Z] ---> 8b637862e18d [2020-10-24T06:35:52.803Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-24T06:35:53.085Z] ---> Running in 4ce6290b174c [2020-10-24T06:35:53.695Z] Removing intermediate container c5f251d98ad9 [2020-10-24T06:35:53.695Z] ---> b159ee990fdd [2020-10-24T06:35:53.695Z] [2020-10-24T06:35:53.695Z] Step 11/27 : FROM docker:latest [2020-10-24T06:35:53.695Z] ---> 5d4db4dc0692 [2020-10-24T06:35:53.695Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-24T06:35:54.296Z] Removing intermediate container 4ce6290b174c [2020-10-24T06:35:54.296Z] ---> fbc9b181202e [2020-10-24T06:35:54.296Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:35:54.296Z] ---> Running in e73f75d6f771 [2020-10-24T06:35:54.574Z] ---> Running in babb60a9ca0a [2020-10-24T06:35:56.015Z] Removing intermediate container babb60a9ca0a [2020-10-24T06:35:56.015Z] ---> f8cc291dc4e3 [2020-10-24T06:35:56.015Z] Step 20/22 : LABEL arch=arm64 [2020-10-24T06:35:56.297Z] ---> Running in cc633861b5aa [2020-10-24T06:35:57.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:35:57.739Z] Removing intermediate container cc633861b5aa [2020-10-24T06:35:57.739Z] ---> 9b33b5d1af43 [2020-10-24T06:35:57.739Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:35:58.020Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:35:58.295Z] ---> Running in aa378de389c8 [2020-10-24T06:35:58.569Z] (1/2) Installing readline (8.0.4-r0) [2020-10-24T06:35:58.569Z] (2/2) Installing bash (5.0.17-r0) [2020-10-24T06:35:58.569Z] Executing bash-5.0.17-r0.post-install [2020-10-24T06:35:58.846Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:35:58.846Z] OK: 12 MiB in 22 packages [2020-10-24T06:35:59.839Z] Removing intermediate container aa378de389c8 [2020-10-24T06:35:59.839Z] ---> 6de0fb555f8b [2020-10-24T06:35:59.839Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:36:00.440Z] ---> Running in d7854fbbd8ae [2020-10-24T06:36:01.040Z] Removing intermediate container c221e2d2a95f [2020-10-24T06:36:01.040Z] ---> 2bd04fbd587e [2020-10-24T06:36:01.040Z] [2020-10-24T06:36:01.040Z] Step 10/21 : FROM scratch [2020-10-24T06:36:01.040Z] ---> [2020-10-24T06:36:01.040Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:36:01.647Z] ---> Running in fb2d3590fe1b [2020-10-24T06:36:01.647Z] Removing intermediate container e73f75d6f771 [2020-10-24T06:36:01.647Z] ---> 182874d401d5 [2020-10-24T06:36:01.647Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-24T06:36:01.922Z] Removing intermediate container d7854fbbd8ae [2020-10-24T06:36:01.922Z] ---> 349e28aeb2aa [2020-10-24T06:36:01.922Z] [2020-10-24T06:36:01.922Z] Removing intermediate container 73dbef07fea4 [2020-10-24T06:36:01.922Z] ---> 8a3e0d1903b2 [2020-10-24T06:36:01.922Z] [2020-10-24T06:36:01.922Z] Step 10/24 : FROM scratch [2020-10-24T06:36:01.922Z] ---> [2020-10-24T06:36:01.922Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-24T06:36:01.922Z] ---> Running in 5dcacf17146b [2020-10-24T06:36:02.196Z] ---> Using cache [2020-10-24T06:36:02.196Z] ---> 8c41ed13186e [2020-10-24T06:36:02.196Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-24T06:36:02.472Z] Successfully built 349e28aeb2aa [2020-10-24T06:36:02.472Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-24T06:36:02.472Z] Building docker-core-metadata-go [2020-10-24T06:36:02.472Z] ---> Running in d05dcec42099 [2020-10-24T06:36:02.472Z]  Building docker-support-logging-go ... done Removing intermediate container fb2d3590fe1b [2020-10-24T06:36:02.472Z] ---> 54cb7a724972 [2020-10-24T06:36:02.472Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-24T06:36:02.745Z] ---> Running in 0245f5f869d1 [2020-10-24T06:36:03.342Z] Removing intermediate container d05dcec42099 [2020-10-24T06:36:03.342Z] ---> 50680ba5103e [2020-10-24T06:36:03.342Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-24T06:36:03.342Z] ---> Running in 360a3489a111 [2020-10-24T06:36:03.342Z] Removing intermediate container 0245f5f869d1 [2020-10-24T06:36:03.342Z] ---> af9e6d7ac741 [2020-10-24T06:36:03.342Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-24T06:36:03.614Z] ---> Running in e61b7d2dff6c [2020-10-24T06:36:04.213Z] Removing intermediate container 360a3489a111 [2020-10-24T06:36:04.214Z] ---> bc596fdafd53 [2020-10-24T06:36:04.214Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-24T06:36:05.191Z] Removing intermediate container e61b7d2dff6c [2020-10-24T06:36:05.191Z] ---> a5a88de0aab7 [2020-10-24T06:36:05.191Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-24T06:36:06.165Z] ---> ac216989e90b [2020-10-24T06:36:06.165Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-24T06:36:06.165Z] ---> 9202f93a80bc [2020-10-24T06:36:06.165Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-24T06:36:07.149Z] Removing intermediate container 5dcacf17146b [2020-10-24T06:36:07.149Z] ---> ee0f9785ba91 [2020-10-24T06:36:07.149Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-24T06:36:08.582Z] ---> Running in 1af755064ba7 [2020-10-24T06:36:08.582Z] ---> b4d4940d8f2d [2020-10-24T06:36:08.583Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-24T06:36:08.583Z] ---> fc98e29bde26 [2020-10-24T06:36:08.583Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-24T06:36:09.186Z] Removing intermediate container 1af755064ba7 [2020-10-24T06:36:09.186Z] ---> 24f9c937a1c5 [2020-10-24T06:36:09.186Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-24T06:36:09.186Z] ---> Running in 9ae3c1f5fd89 [2020-10-24T06:36:10.189Z] ---> 8279d80527ef [2020-10-24T06:36:10.189Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-24T06:36:10.467Z] ---> Running in 40a3457138e7 [2020-10-24T06:36:10.467Z] Removing intermediate container 9ae3c1f5fd89 [2020-10-24T06:36:10.467Z] ---> 44c847bed044 [2020-10-24T06:36:10.467Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-24T06:36:11.062Z] ---> eb1db1acfa40 [2020-10-24T06:36:11.062Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-24T06:36:11.062Z] ---> Running in 5e4901015b55 [2020-10-24T06:36:11.656Z] Removing intermediate container 40a3457138e7 [2020-10-24T06:36:11.656Z] ---> d1e4c18e47ef [2020-10-24T06:36:11.656Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:36:11.930Z] Removing intermediate container 5e4901015b55 [2020-10-24T06:36:11.930Z] ---> 815f21a1c2ae [2020-10-24T06:36:11.930Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-24T06:36:12.205Z] ---> Running in 2b8a84287129 [2020-10-24T06:36:12.801Z] ---> 0c4175721b72 [2020-10-24T06:36:12.801Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-24T06:36:13.395Z] Removing intermediate container 2b8a84287129 [2020-10-24T06:36:13.395Z] ---> 523b989cffbf [2020-10-24T06:36:13.395Z] Step 19/21 : LABEL arch=arm64 [2020-10-24T06:36:13.996Z] ---> Running in bde247b8dc94 [2020-10-24T06:36:14.590Z] ---> b9e136f9e6f6 [2020-10-24T06:36:14.590Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-24T06:36:14.859Z] Removing intermediate container bde247b8dc94 [2020-10-24T06:36:14.859Z] ---> e8e8c1dffbfe [2020-10-24T06:36:14.860Z] Step 20/21 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:36:15.133Z] ---> 3f8d8e0d3853 [2020-10-24T06:36:15.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-24T06:36:15.409Z] ---> Running in f5c09651088e [2020-10-24T06:36:15.679Z] ---> 516f3b83c9ef [2020-10-24T06:36:15.679Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-24T06:36:16.275Z] ---> 364ef446c652 [2020-10-24T06:36:16.275Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-24T06:36:16.558Z] Removing intermediate container f5c09651088e [2020-10-24T06:36:16.558Z] ---> a93a06ed2194 [2020-10-24T06:36:16.558Z] Step 21/21 : LABEL version=0.0.0 [2020-10-24T06:36:17.551Z] ---> Running in 924d7514ef4e [2020-10-24T06:36:17.551Z] ---> Running in 3376730aaa88 [2020-10-24T06:36:17.826Z] ---> 9cb35921997f [2020-10-24T06:36:17.826Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-24T06:36:18.426Z] ---> Running in 5cdb70808761 [2020-10-24T06:36:18.426Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:36:18.426Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:36:18.426Z] ---> ab0cf2900162 [2020-10-24T06:36:18.426Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:36:18.426Z] ---> Using cache [2020-10-24T06:36:18.426Z] ---> 433af5bb9de3 [2020-10-24T06:36:18.426Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:36:18.426Z] ---> Using cache [2020-10-24T06:36:18.426Z] ---> f2355db0acbd [2020-10-24T06:36:18.426Z] Step 5/22 : RUN apk update && apk add make git [2020-10-24T06:36:18.426Z] Removing intermediate container 924d7514ef4e [2020-10-24T06:36:18.426Z] ---> 7105dc55128d [2020-10-24T06:36:18.426Z] Removing intermediate container 3376730aaa88 [2020-10-24T06:36:18.426Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> 8eb79896114a [2020-10-24T06:36:18.426Z] [2020-10-24T06:36:18.426Z] [2020-10-24T06:36:18.426Z] ---> Running in a281ffbc4011 [2020-10-24T06:36:18.738Z] ---> Running in bd23181fe919 [2020-10-24T06:36:19.457Z] Successfully built 8eb79896114a [2020-10-24T06:36:19.733Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-24T06:36:19.733Z] Building docker-security-secretstore-setup-go [2020-10-24T06:36:20.006Z]  Building docker-support-scheduler-go ... done Removing intermediate container bd23181fe919 [2020-10-24T06:36:20.006Z] ---> 90bc0dced2b2 [2020-10-24T06:36:20.006Z] Step 22/24 : LABEL arch=arm64 [2020-10-24T06:36:20.283Z] ---> Running in 0faea4285d33 [2020-10-24T06:36:20.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:20.884Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:21.157Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:21.793Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-24T06:36:21.793Z] (2/33) Installing expat (2.2.9-r1) [2020-10-24T06:36:21.793Z] (3/33) Installing libffi (3.3-r2) [2020-10-24T06:36:21.793Z] (4/33) Installing gdbm (1.13-r1) [2020-10-24T06:36:21.793Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-24T06:36:21.793Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-24T06:36:21.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:21.793Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-24T06:36:22.068Z] Removing intermediate container 0faea4285d33 [2020-10-24T06:36:22.068Z] ---> 49013a2689a4 [2020-10-24T06:36:22.068Z] Step 23/24 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:36:22.666Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:36:22.666Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:36:22.666Z] OK: 12623 distinct packages available [2020-10-24T06:36:23.262Z] OK: 217 MiB in 51 packages [2020-10-24T06:36:23.537Z] Removing intermediate container 637ffaa450ba [2020-10-24T06:36:23.537Z] ---> ede7c6ef8de5 [2020-10-24T06:36:23.537Z] [2020-10-24T06:36:23.537Z] Step 10/23 : FROM alpine [2020-10-24T06:36:23.537Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-24T06:36:23.537Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-24T06:36:23.537Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-24T06:36:23.812Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-24T06:36:23.812Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-24T06:36:23.812Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-24T06:36:23.812Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-24T06:36:23.812Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-24T06:36:23.812Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-24T06:36:24.085Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-24T06:36:24.085Z] ---> Running in 0dc9af0a0de8 [2020-10-24T06:36:24.085Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-24T06:36:24.085Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-24T06:36:24.085Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-24T06:36:24.085Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-24T06:36:24.085Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-24T06:36:24.085Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-24T06:36:24.085Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-24T06:36:24.357Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-24T06:36:24.357Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-24T06:36:24.357Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-24T06:36:24.357Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-24T06:36:24.357Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-24T06:36:24.357Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-24T06:36:24.357Z] latest: Pulling from library/alpine [2020-10-24T06:36:24.357Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-24T06:36:24.357Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-24T06:36:24.357Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-24T06:36:24.627Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:36:24.627Z] OK: 71 MiB in 55 packages [2020-10-24T06:36:25.220Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-10-24T06:36:25.220Z] Status: Downloaded newer image for alpine:latest [2020-10-24T06:36:25.220Z] ---> 2e77e061c27f [2020-10-24T06:36:25.220Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:36:25.496Z] Removing intermediate container 0dc9af0a0de8 [2020-10-24T06:36:25.496Z] ---> 7a4e29ba88e4 [2020-10-24T06:36:25.496Z] Step 24/24 : LABEL version=0.0.0 [2020-10-24T06:36:25.496Z] ---> Running in a9295e068d8f [2020-10-24T06:36:25.769Z] ---> Running in 8156d2874323 [2020-10-24T06:36:25.769Z] Removing intermediate container a281ffbc4011 [2020-10-24T06:36:25.769Z] ---> 43d9da5535b9 [2020-10-24T06:36:25.769Z] Step 6/22 : COPY go.mod . [2020-10-24T06:36:26.367Z] Removing intermediate container a9295e068d8f [2020-10-24T06:36:26.367Z] ---> 400df1f014c7 [2020-10-24T06:36:26.367Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-24T06:36:26.367Z] Removing intermediate container 8156d2874323 [2020-10-24T06:36:26.367Z] ---> 91812ef9f2c3 [2020-10-24T06:36:26.367Z] [2020-10-24T06:36:26.645Z] ---> Running in 80f528191b3d [2020-10-24T06:36:26.922Z] ---> 3d989787c321 [2020-10-24T06:36:26.922Z] Step 7/22 : RUN go mod download [2020-10-24T06:36:27.197Z] ---> Running in f396cb20896c [2020-10-24T06:36:27.197Z] Successfully built 91812ef9f2c3 [2020-10-24T06:36:27.486Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-24T06:36:27.486Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-24T06:36:27.486Z] Removing intermediate container 80f528191b3d [2020-10-24T06:36:27.486Z] ---> 165cf4b44f3f [2020-10-24T06:36:27.486Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-24T06:36:28.084Z] ---> Running in 10c2b4d0956f [2020-10-24T06:36:28.686Z] Removing intermediate container 10c2b4d0956f [2020-10-24T06:36:28.686Z] ---> 0f0e300a95c9 [2020-10-24T06:36:28.686Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:36:28.966Z] ---> Running in 652eb75ab322 [2020-10-24T06:36:33.269Z] Removing intermediate container f396cb20896c [2020-10-24T06:36:33.269Z] ---> 4486e7339cc3 [2020-10-24T06:36:33.269Z] Step 8/22 : COPY . . [2020-10-24T06:36:33.912Z] Removing intermediate container 5cdb70808761 [2020-10-24T06:36:33.912Z] ---> fa5449430d7c [2020-10-24T06:36:33.912Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-24T06:36:34.512Z] Removing intermediate container 652eb75ab322 [2020-10-24T06:36:34.512Z] ---> a3d3286cde67 [2020-10-24T06:36:34.512Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-24T06:36:34.785Z] ---> Running in 91d15dd449f8 [2020-10-24T06:36:35.059Z] ---> Running in 14d4db8723a4 [2020-10-24T06:36:37.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:38.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:36:38.881Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-24T06:36:38.881Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-24T06:36:38.881Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-24T06:36:39.152Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-24T06:36:39.426Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-24T06:36:39.426Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:36:39.426Z] OK: 8 MiB in 19 packages [2020-10-24T06:36:41.405Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:36:41.405Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:36:41.405Z] ---> ab0cf2900162 [2020-10-24T06:36:41.405Z] Step 3/26 : WORKDIR /edgex-go [2020-10-24T06:36:41.405Z] ---> Using cache [2020-10-24T06:36:41.405Z] ---> 433af5bb9de3 [2020-10-24T06:36:41.405Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:36:41.405Z] ---> Using cache [2020-10-24T06:36:41.405Z] ---> f2355db0acbd [2020-10-24T06:36:41.405Z] Step 5/26 : RUN apk update && apk add make git [2020-10-24T06:36:41.405Z] ---> Using cache [2020-10-24T06:36:41.405Z] ---> 43d9da5535b9 [2020-10-24T06:36:41.405Z] Step 6/26 : COPY go.mod . [2020-10-24T06:36:41.405Z] ---> Using cache [2020-10-24T06:36:41.405Z] ---> 3d989787c321 [2020-10-24T06:36:41.405Z] Step 7/26 : RUN go mod download [2020-10-24T06:36:41.405Z] ---> Using cache [2020-10-24T06:36:41.405Z] ---> 4486e7339cc3 [2020-10-24T06:36:41.405Z] Step 8/26 : COPY . . [2020-10-24T06:36:42.446Z] Collecting docker-compose==1.23.2 [2020-10-24T06:36:42.446Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-24T06:36:44.427Z] Collecting docker<4.0,>=3.6.0 [2020-10-24T06:36:44.427Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-24T06:36:45.029Z] Removing intermediate container 14d4db8723a4 [2020-10-24T06:36:45.029Z] ---> e8396b27faaa [2020-10-24T06:36:45.029Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-24T06:36:45.623Z] Collecting jsonschema<3,>=2.5.1 [2020-10-24T06:36:45.897Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-24T06:36:46.513Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-24T06:36:46.513Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-24T06:36:46.839Z] ---> 3664925f7b2b [2020-10-24T06:36:46.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-24T06:36:50.233Z] Collecting PyYAML<4,>=3.10 [2020-10-24T06:36:50.233Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-24T06:36:50.233Z] ---> 866fc800c441 [2020-10-24T06:36:50.233Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-24T06:36:50.233Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:36:50.233Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:36:50.233Z] ---> ab0cf2900162 [2020-10-24T06:36:50.233Z] Step 3/22 : WORKDIR /edgex-go [2020-10-24T06:36:50.233Z] ---> Using cache [2020-10-24T06:36:50.233Z] ---> 433af5bb9de3 [2020-10-24T06:36:50.233Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:36:50.233Z] ---> Using cache [2020-10-24T06:36:50.233Z] ---> f2355db0acbd [2020-10-24T06:36:50.233Z] Step 5/22 : RUN apk update && apk add make git [2020-10-24T06:36:50.233Z] ---> Using cache [2020-10-24T06:36:50.233Z] ---> 43d9da5535b9 [2020-10-24T06:36:50.233Z] Step 6/22 : COPY go.mod . [2020-10-24T06:36:50.233Z] ---> Using cache [2020-10-24T06:36:50.233Z] ---> 3d989787c321 [2020-10-24T06:36:50.233Z] Step 7/22 : RUN go mod download [2020-10-24T06:36:50.233Z] ---> Using cache [2020-10-24T06:36:50.233Z] ---> 4486e7339cc3 [2020-10-24T06:36:50.233Z] Step 8/22 : COPY . . [2020-10-24T06:36:50.506Z] ---> Using cache [2020-10-24T06:36:50.506Z] ---> bc4663fce362 [2020-10-24T06:36:50.506Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-24T06:36:50.778Z] ---> bc4663fce362 [2020-10-24T06:36:50.778Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-24T06:36:51.053Z] ---> Running in 28af7ff05236 [2020-10-24T06:36:51.321Z] ---> Running in 42d3b00c5eb9 [2020-10-24T06:36:51.594Z] ---> 9e2264bb2bbf [2020-10-24T06:36:51.594Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-24T06:36:51.863Z] ---> Running in c13a0dcacbbd [2020-10-24T06:36:52.838Z] Removing intermediate container c13a0dcacbbd [2020-10-24T06:36:52.838Z] ---> 7036a5ded312 [2020-10-24T06:36:52.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:36:53.111Z] ---> Running in 013f36cb1d6b [2020-10-24T06:36:53.711Z] 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 [2020-10-24T06:36:53.987Z] Collecting docopt<0.7,>=0.6.1 [2020-10-24T06:36:53.987Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-24T06:36:53.987Z] 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 [2020-10-24T06:36:54.268Z] Removing intermediate container 013f36cb1d6b [2020-10-24T06:36:54.268Z] ---> 403d26d84f37 [2020-10-24T06:36:54.268Z] Step 21/23 : LABEL arch=arm64 [2020-10-24T06:36:54.544Z] ---> Running in 28a6ba511029 [2020-10-24T06:36:55.537Z] Removing intermediate container 28a6ba511029 [2020-10-24T06:36:55.537Z] ---> 6e2394eef7f1 [2020-10-24T06:36:55.537Z] Step 22/23 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:36:55.811Z] ---> Running in cdc3522b394b [2020-10-24T06:36:56.413Z] Removing intermediate container cdc3522b394b [2020-10-24T06:36:56.413Z] ---> 996f870648c0 [2020-10-24T06:36:56.413Z] Step 23/23 : LABEL version=0.0.0 [2020-10-24T06:36:56.706Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-24T06:36:56.706Z] ---> Running in 64d24033ebcc [2020-10-24T06:36:56.981Z] Collecting cached-property<2,>=1.2.0 [2020-10-24T06:36:56.981Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-24T06:36:57.582Z] Collecting texttable<0.10,>=0.9.0 [2020-10-24T06:36:57.582Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-24T06:36:57.856Z] Removing intermediate container 64d24033ebcc [2020-10-24T06:36:57.856Z] ---> 10eda6f2cb09 [2020-10-24T06:36:57.856Z] [2020-10-24T06:36:58.841Z] Successfully built 10eda6f2cb09 [2020-10-24T06:36:58.841Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-24T06:36:58.841Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-24T06:36:59.445Z] ---> 4cf318208d82 [2020-10-24T06:36:59.445Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-24T06:36:59.720Z] ---> Running in 215a5c9cadaf [2020-10-24T06:37:01.164Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-24T06:37:01.164Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-24T06:37:01.766Z] 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 [2020-10-24T06:37:03.215Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-24T06:37:03.215Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-24T06:37:04.200Z] Collecting docker-pycreds>=0.4.0 [2020-10-24T06:37:04.200Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-24T06:37:04.200Z] 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) [2020-10-24T06:37:05.184Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-24T06:37:05.184Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-24T06:37:05.460Z] 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) [2020-10-24T06:37:05.734Z] Collecting idna<2.8,>=2.5 [2020-10-24T06:37:05.734Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-24T06:37:05.734Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-24T06:37:05.734Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-24T06:37:05.734Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-24T06:37:05.734Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-24T06:37:07.173Z] Installing collected packages: docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, dockerpty, PyYAML, docopt, cached-property, texttable, docker-compose [2020-10-24T06:37:07.772Z] Attempting uninstall: urllib3 [2020-10-24T06:37:07.772Z] Found existing installation: urllib3 1.25.9 [2020-10-24T06:37:07.772Z] Uninstalling urllib3-1.25.9: [2020-10-24T06:37:08.374Z] Successfully uninstalled urllib3-1.25.9 [2020-10-24T06:37:09.820Z] Attempting uninstall: idna [2020-10-24T06:37:09.820Z] Found existing installation: idna 2.9 [2020-10-24T06:37:09.820Z] Uninstalling idna-2.9: [2020-10-24T06:37:10.099Z] Successfully uninstalled idna-2.9 [2020-10-24T06:37:11.084Z] Attempting uninstall: requests [2020-10-24T06:37:11.085Z] Found existing installation: requests 2.23.0 [2020-10-24T06:37:11.085Z] Uninstalling requests-2.23.0: [2020-10-24T06:37:11.360Z] Successfully uninstalled requests-2.23.0 [2020-10-24T06:37:14.008Z] Running setup.py install for dockerpty: started [2020-10-24T06:37:17.425Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-24T06:37:17.425Z] Running setup.py install for PyYAML: started [2020-10-24T06:37:22.843Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-24T06:37:22.843Z] Running setup.py install for docopt: started [2020-10-24T06:37:23.442Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:37:23.442Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-24T06:37:23.442Z] ---> ab0cf2900162 [2020-10-24T06:37:23.442Z] Step 3/29 : WORKDIR /edgex-go [2020-10-24T06:37:23.442Z] ---> Using cache [2020-10-24T06:37:23.442Z] ---> 433af5bb9de3 [2020-10-24T06:37:23.442Z] Step 4/29 : RUN apk update && apk add make git [2020-10-24T06:37:24.893Z] ---> Running in b49ac58ab867 [2020-10-24T06:37:25.496Z] Running setup.py install for docopt: finished with status 'done' [2020-10-24T06:37:25.773Z] Running setup.py install for texttable: started [2020-10-24T06:37:27.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:37:28.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:37:28.197Z] Running setup.py install for texttable: finished with status 'done' [2020-10-24T06:37:29.171Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:37:29.171Z] v3.12.1-3-g91109b9a95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:37:29.171Z] OK: 12623 distinct packages available [2020-10-24T06:37:29.765Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-24T06:37:30.038Z] OK: 217 MiB in 51 packages [2020-10-24T06:37:32.019Z] Removing intermediate container b49ac58ab867 [2020-10-24T06:37:32.019Z] ---> 83b3a2478372 [2020-10-24T06:37:32.019Z] Step 5/29 : COPY go.mod . [2020-10-24T06:37:33.012Z] ---> f78b82c55c2c [2020-10-24T06:37:33.012Z] Step 6/29 : RUN go mod download [2020-10-24T06:37:33.286Z] ---> Running in 94180b48e84d [2020-10-24T06:37:35.946Z] Removing intermediate container 91d15dd449f8 [2020-10-24T06:37:35.946Z] ---> 19a9a89e64e2 [2020-10-24T06:37:35.946Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-24T06:37:35.946Z] ---> Running in 660dc8fcd5a7 [2020-10-24T06:37:38.581Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:37:38.581Z] Removing intermediate container 94180b48e84d [2020-10-24T06:37:38.581Z] ---> 7777a0f8b38c [2020-10-24T06:37:38.581Z] Step 7/29 : COPY . . [2020-10-24T06:37:38.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:37:39.843Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-24T06:37:39.843Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-24T06:37:39.843Z] (3/3) Installing curl (7.69.1-r1) [2020-10-24T06:37:39.843Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:37:39.843Z] OK: 71 MiB in 58 packages [2020-10-24T06:37:42.478Z] Removing intermediate container 660dc8fcd5a7 [2020-10-24T06:37:42.478Z] ---> 8d49789d072e [2020-10-24T06:37:42.478Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-24T06:37:43.463Z] ---> Running in 1394abb83e71 [2020-10-24T06:37:44.471Z] Removing intermediate container 1394abb83e71 [2020-10-24T06:37:44.471Z] ---> ac46af0dc76f [2020-10-24T06:37:44.471Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:37:44.758Z] ---> Running in e174658de30e [2020-10-24T06:37:45.789Z] Removing intermediate container e174658de30e [2020-10-24T06:37:45.789Z] ---> 29e68f314beb [2020-10-24T06:37:45.789Z] Step 25/27 : LABEL arch=arm64 [2020-10-24T06:37:45.789Z] ---> Running in c2b3776b7e3c [2020-10-24T06:37:47.257Z] Removing intermediate container c2b3776b7e3c [2020-10-24T06:37:47.257Z] ---> 107f2134107e [2020-10-24T06:37:47.257Z] Step 26/27 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:37:47.534Z] ---> Running in 22dab951d94b [2020-10-24T06:37:48.515Z] Removing intermediate container 22dab951d94b [2020-10-24T06:37:48.515Z] ---> c2a687c1f3e8 [2020-10-24T06:37:48.515Z] Step 27/27 : LABEL version=0.0.0 [2020-10-24T06:37:48.788Z] ---> Running in 0d27293bccc9 [2020-10-24T06:37:49.770Z] Removing intermediate container 0d27293bccc9 [2020-10-24T06:37:49.770Z] ---> bc20ad1dcdaa [2020-10-24T06:37:49.770Z] [2020-10-24T06:37:50.366Z] Successfully built bc20ad1dcdaa [2020-10-24T06:37:50.366Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-24T06:37:50.366Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-10-24T06:37:58.638Z] ---> 9ca6b0b64e8f [2020-10-24T06:37:58.638Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-24T06:37:58.638Z] ---> Running in 75e213957d16 [2020-10-24T06:38:00.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-24T06:38:13.041Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-24T06:38:13.041Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-24T06:38:13.041Z] ---> ab0cf2900162 [2020-10-24T06:38:13.041Z] Step 3/20 : WORKDIR /edgex-go [2020-10-24T06:38:13.041Z] ---> Using cache [2020-10-24T06:38:13.041Z] ---> 433af5bb9de3 [2020-10-24T06:38:13.041Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-24T06:38:13.041Z] ---> Using cache [2020-10-24T06:38:13.041Z] ---> f2355db0acbd [2020-10-24T06:38:13.041Z] Step 5/20 : RUN apk update && apk add make git [2020-10-24T06:38:13.041Z] ---> Using cache [2020-10-24T06:38:13.041Z] ---> 43d9da5535b9 [2020-10-24T06:38:13.041Z] Step 6/20 : COPY go.mod . [2020-10-24T06:38:13.041Z] ---> Using cache [2020-10-24T06:38:13.041Z] ---> 3d989787c321 [2020-10-24T06:38:13.041Z] Step 7/20 : RUN go mod download [2020-10-24T06:38:13.042Z] ---> Using cache [2020-10-24T06:38:13.042Z] ---> 4486e7339cc3 [2020-10-24T06:38:13.042Z] Step 8/20 : COPY . . [2020-10-24T06:38:13.042Z] ---> Using cache [2020-10-24T06:38:13.042Z] ---> 4cf318208d82 [2020-10-24T06:38:13.042Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-24T06:38:14.483Z] ---> Running in f71108e7e583 [2020-10-24T06:38:17.108Z] 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 [2020-10-24T06:38:21.423Z] 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 [2020-10-24T06:38:33.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-24T06:38:46.246Z] Removing intermediate container 215a5c9cadaf [2020-10-24T06:38:46.246Z] ---> 27350b442ce0 [2020-10-24T06:38:46.246Z] [2020-10-24T06:38:46.246Z] Step 10/26 : FROM alpine:3.10 [2020-10-24T06:38:46.246Z] 3.10: Pulling from library/alpine [2020-10-24T06:38:48.231Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-24T06:38:48.231Z] Status: Downloaded newer image for alpine:3.10 [2020-10-24T06:38:48.231Z] ---> 536a684cf733 [2020-10-24T06:38:48.231Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-24T06:38:48.504Z] ---> Running in 2efba9bdf326 [2020-10-24T06:38:51.896Z] Removing intermediate container 28af7ff05236 [2020-10-24T06:38:51.896Z] ---> 588d723fe012 [2020-10-24T06:38:51.896Z] [2020-10-24T06:38:51.896Z] Step 10/22 : FROM scratch [2020-10-24T06:38:51.896Z] ---> [2020-10-24T06:38:51.896Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:38:51.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:38:51.896Z] ---> Using cache [2020-10-24T06:38:51.896Z] ---> 54cb7a724972 [2020-10-24T06:38:51.896Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-24T06:38:51.896Z] ---> Running in 748db42b5e85 [2020-10-24T06:38:51.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:38:52.172Z] Removing intermediate container 748db42b5e85 [2020-10-24T06:38:52.172Z] ---> fb1ce7d8c3c7 [2020-10-24T06:38:52.172Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:38:52.448Z] v3.10.5-120-g203e7cb17f [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-24T06:38:52.448Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-24T06:38:52.448Z] OK: 10167 distinct packages available [2020-10-24T06:38:52.448Z] ---> Running in 503fc6f5fbb5 [2020-10-24T06:38:53.055Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-24T06:38:53.055Z] Removing intermediate container 503fc6f5fbb5 [2020-10-24T06:38:53.055Z] ---> 78f245f4f1f6 [2020-10-24T06:38:53.055Z] Step 14/22 : WORKDIR / [2020-10-24T06:38:53.055Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-24T06:38:53.055Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-24T06:38:53.055Z] ---> Running in 7a246295ab36 [2020-10-24T06:38:53.055Z] (4/5) Installing curl (7.66.0-r1) [2020-10-24T06:38:53.055Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-24T06:38:53.055Z] Executing busybox-1.30.1-r3.trigger [2020-10-24T06:38:53.328Z] Executing ca-certificates-20191127-r2.trigger [2020-10-24T06:38:53.600Z] OK: 7 MiB in 19 packages [2020-10-24T06:38:53.874Z] Removing intermediate container 7a246295ab36 [2020-10-24T06:38:53.874Z] ---> ed320ee309a1 [2020-10-24T06:38:53.874Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-24T06:38:55.315Z] ---> ba4d5713fa8a [2020-10-24T06:38:55.315Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-24T06:38:56.309Z] Removing intermediate container 2efba9bdf326 [2020-10-24T06:38:56.309Z] ---> 2589decc971c [2020-10-24T06:38:56.309Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-24T06:38:56.583Z] ---> Running in 63f8ee1f0361 [2020-10-24T06:38:57.182Z] ---> 318868efc96d [2020-10-24T06:38:57.182Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-24T06:38:57.460Z] Removing intermediate container 63f8ee1f0361 [2020-10-24T06:38:57.460Z] ---> 22ccc0065f3e [2020-10-24T06:38:57.460Z] Step 13/26 : WORKDIR / [2020-10-24T06:38:57.737Z] ---> Running in 227e27cbd214 [2020-10-24T06:38:58.339Z] ---> e06381a5532a [2020-10-24T06:38:58.339Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-24T06:38:58.614Z] Removing intermediate container 227e27cbd214 [2020-10-24T06:38:58.614Z] ---> 3565dfe035d5 [2020-10-24T06:38:58.614Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-24T06:38:58.614Z] ---> Running in 0ab78501644a [2020-10-24T06:38:59.211Z] Removing intermediate container 0ab78501644a [2020-10-24T06:38:59.211Z] ---> cab91cde1c89 [2020-10-24T06:38:59.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:38:59.490Z] ---> Running in bc348d2cbb0c [2020-10-24T06:38:59.767Z] ---> 80247e6412b1 [2020-10-24T06:38:59.767Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-24T06:39:00.370Z] Removing intermediate container bc348d2cbb0c [2020-10-24T06:39:00.370Z] ---> 230617d60ed4 [2020-10-24T06:39:00.370Z] Step 20/22 : LABEL arch=arm64 [2020-10-24T06:39:00.648Z] ---> Running in fbeb193c6c1c [2020-10-24T06:39:00.923Z] ---> 104f9d3486cf [2020-10-24T06:39:00.923Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-24T06:39:01.199Z] Removing intermediate container fbeb193c6c1c [2020-10-24T06:39:01.199Z] ---> 6923a34f8395 [2020-10-24T06:39:01.199Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:39:01.479Z] ---> Running in 35f14c8c3ed9 [2020-10-24T06:39:02.464Z] Removing intermediate container 35f14c8c3ed9 [2020-10-24T06:39:02.464Z] ---> c89827e7999a [2020-10-24T06:39:02.464Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:39:02.464Z] ---> 444a8bae5ac6 [2020-10-24T06:39:02.464Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-24T06:39:02.464Z] ---> Running in 96159ab88b5f [2020-10-24T06:39:03.452Z] Removing intermediate container 96159ab88b5f [2020-10-24T06:39:03.452Z] ---> e5b653bda664 [2020-10-24T06:39:03.452Z] [2020-10-24T06:39:03.727Z] ---> fbdcc62d1889 [2020-10-24T06:39:03.727Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-24T06:39:03.727Z] Successfully built e5b653bda664 [2020-10-24T06:39:03.727Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-24T06:39:05.704Z]  Building docker-core-command-go ... done  ---> 4443b5fbe8e8 [2020-10-24T06:39:05.705Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-24T06:39:07.147Z] ---> 249183e1ae83 [2020-10-24T06:39:07.147Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-24T06:39:09.127Z] ---> e0adf8bc8f04 [2020-10-24T06:39:09.127Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-24T06:39:11.246Z] ---> 168515008685 [2020-10-24T06:39:11.246Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-24T06:39:11.246Z] ---> Running in a1bcd4e5279a [2020-10-24T06:39:11.865Z] Removing intermediate container 42d3b00c5eb9 [2020-10-24T06:39:11.865Z] ---> 62ff5b6f1b76 [2020-10-24T06:39:11.865Z] [2020-10-24T06:39:11.865Z] Step 10/22 : FROM scratch [2020-10-24T06:39:11.865Z] ---> [2020-10-24T06:39:11.865Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-24T06:39:12.146Z] ---> Using cache [2020-10-24T06:39:12.146Z] ---> 54cb7a724972 [2020-10-24T06:39:12.146Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-24T06:39:12.423Z] ---> Running in 9ebd23b87514 [2020-10-24T06:39:13.417Z] Removing intermediate container 9ebd23b87514 [2020-10-24T06:39:13.417Z] ---> 6136ef42aaac [2020-10-24T06:39:13.417Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-24T06:39:13.417Z] ---> Running in 08470b8110ff [2020-10-24T06:39:14.437Z] Removing intermediate container 08470b8110ff [2020-10-24T06:39:14.437Z] ---> 545125b4f06f [2020-10-24T06:39:14.437Z] Step 14/22 : WORKDIR / [2020-10-24T06:39:14.726Z] ---> Running in ad7c6bc639d3 [2020-10-24T06:39:16.168Z] Removing intermediate container ad7c6bc639d3 [2020-10-24T06:39:16.168Z] ---> 080f3b12cbf1 [2020-10-24T06:39:16.168Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt /Removing intermediate container a1bcd4e5279a [2020-10-24T06:39:16.168Z] [2020-10-24T06:39:16.168Z] ---> 2df205b71006 [2020-10-24T06:39:16.168Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-24T06:39:16.168Z] ---> Running in 9d567e01b7a3 [2020-10-24T06:39:16.444Z] Removing intermediate container 75e213957d16 [2020-10-24T06:39:16.444Z] ---> bc2d17c34b83 [2020-10-24T06:39:16.444Z] [2020-10-24T06:39:16.444Z] Step 9/29 : FROM alpine:latest [2020-10-24T06:39:16.444Z] ---> 2e77e061c27f [2020-10-24T06:39:16.444Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-24T06:39:16.728Z] ---> Running in f18d4d11100e [2020-10-24T06:39:17.002Z] Removing intermediate container 9d567e01b7a3 [2020-10-24T06:39:17.002Z] ---> fd60f7332a42 [2020-10-24T06:39:17.002Z] Step 24/26 : LABEL arch=arm64 [2020-10-24T06:39:17.002Z] ---> fa25d24e5cfd [2020-10-24T06:39:17.002Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-24T06:39:17.274Z] ---> Running in b0a55d586939 [2020-10-24T06:39:17.274Z] Removing intermediate container f18d4d11100e [2020-10-24T06:39:17.274Z] ---> 7eb8e9153c65 [2020-10-24T06:39:17.274Z] Step 11/29 : USER root [2020-10-24T06:39:17.555Z] ---> Running in eb3772c3cf6e [2020-10-24T06:39:18.157Z] Removing intermediate container b0a55d586939 [2020-10-24T06:39:18.157Z] ---> 66bf0d1df447 [2020-10-24T06:39:18.157Z] Step 25/26 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:39:18.157Z] Removing intermediate container eb3772c3cf6e [2020-10-24T06:39:18.157Z] ---> 7117504f93e4 [2020-10-24T06:39:18.157Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-24T06:39:18.436Z] ---> Running in 98527e6b8252 [2020-10-24T06:39:18.714Z] ---> Running in 1a7ee45cf936 [2020-10-24T06:39:18.714Z] ---> 759fac19dbfc [2020-10-24T06:39:18.714Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-24T06:39:19.315Z] Removing intermediate container 98527e6b8252 [2020-10-24T06:39:19.315Z] ---> 91bf112331f4 [2020-10-24T06:39:19.315Z] Step 26/26 : LABEL version=0.0.0 [2020-10-24T06:39:19.315Z] ---> Running in a2593d3da4b8 [2020-10-24T06:39:19.940Z] ---> 0303aff78f28 [2020-10-24T06:39:19.940Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-24T06:39:19.940Z] ---> Running in e70482d225e8 [2020-10-24T06:39:20.214Z] Removing intermediate container a2593d3da4b8 [2020-10-24T06:39:20.214Z] ---> 1a5b90dc7237 [2020-10-24T06:39:20.214Z] [2020-10-24T06:39:20.835Z] Successfully built 1a5b90dc7237 [2020-10-24T06:39:20.835Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-24T06:39:20.835Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:39:21.107Z] Removing intermediate container e70482d225e8 [2020-10-24T06:39:21.107Z] ---> 7fb8b36ab3dd [2020-10-24T06:39:21.107Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-24T06:39:21.107Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:39:21.377Z] ---> Running in 79727d98352e [2020-10-24T06:39:21.973Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:39:21.973Z] v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:39:21.973Z] OK: 12615 distinct packages available [2020-10-24T06:39:21.973Z] Removing intermediate container 79727d98352e [2020-10-24T06:39:21.973Z] ---> 6bccbef9c84c [2020-10-24T06:39:21.973Z] Step 20/22 : LABEL arch=arm64 [2020-10-24T06:39:22.572Z] ---> Running in 6b3687983a41 [2020-10-24T06:39:22.572Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-24T06:39:22.844Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-24T06:39:22.844Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:39:22.844Z] Executing ca-certificates-20191127-r4.trigger [2020-10-24T06:39:23.115Z] OK: 6 MiB in 16 packages [2020-10-24T06:39:23.392Z] Removing intermediate container f71108e7e583 [2020-10-24T06:39:23.392Z] ---> dae658aa7d14 [2020-10-24T06:39:23.392Z] [2020-10-24T06:39:23.392Z] Step 10/20 : FROM alpine [2020-10-24T06:39:23.392Z] ---> 2e77e061c27f [2020-10-24T06:39:23.392Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-24T06:39:23.392Z] Removing intermediate container 6b3687983a41 [2020-10-24T06:39:23.392Z] ---> 0f1f4e7f1da9 [2020-10-24T06:39:23.392Z] Step 21/22 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:39:23.392Z] ---> Running in a8e62d5d34b7 [2020-10-24T06:39:23.392Z] ---> Running in 8c4f5558ea54 [2020-10-24T06:39:24.385Z] Removing intermediate container 8c4f5558ea54 [2020-10-24T06:39:24.385Z] ---> 3d3a290d624e [2020-10-24T06:39:24.385Z] Step 22/22 : LABEL version=0.0.0 [2020-10-24T06:39:24.385Z] ---> Running in b02bfe941339 [2020-10-24T06:39:25.366Z] Removing intermediate container b02bfe941339 [2020-10-24T06:39:25.366Z] ---> 27f419d94dbf [2020-10-24T06:39:25.366Z] [2020-10-24T06:39:25.366Z] Removing intermediate container 1a7ee45cf936 [2020-10-24T06:39:25.366Z] ---> 222204bdf55c [2020-10-24T06:39:25.366Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-24T06:39:25.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-24T06:39:25.641Z] Successfully built 27f419d94dbf [2020-10-24T06:39:25.641Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-24T06:39:25.641Z]  Building docker-core-metadata-go ... done  ---> Running in d154218e2667 [2020-10-24T06:39:25.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-24T06:39:26.236Z] Removing intermediate container d154218e2667 [2020-10-24T06:39:26.236Z] ---> 802d0a95c943 [2020-10-24T06:39:26.236Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-24T06:39:26.236Z] ---> Running in c8e2ad93fe33 [2020-10-24T06:39:26.509Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-24T06:39:26.509Z] v3.12.1-3-g91109b9a95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-24T06:39:26.509Z] OK: 12615 distinct packages available [2020-10-24T06:39:26.781Z] Removing intermediate container c8e2ad93fe33 [2020-10-24T06:39:26.781Z] ---> 14d95c8b9b44 [2020-10-24T06:39:26.781Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-24T06:39:27.056Z] ---> Running in 8981e64cdcab [2020-10-24T06:39:27.330Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-24T06:39:27.330Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-24T06:39:27.330Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-24T06:39:27.330Z] (4/4) Installing curl (7.69.1-r1) [2020-10-24T06:39:27.330Z] Executing busybox-1.31.1-r19.trigger [2020-10-24T06:39:27.330Z] Executing ca-certificates-20191127-r4.trigger [2020-10-24T06:39:27.611Z] OK: 7 MiB in 18 packages [2020-10-24T06:39:29.585Z] Removing intermediate container a8e62d5d34b7 [2020-10-24T06:39:29.585Z] ---> 80f10b917718 [2020-10-24T06:39:29.585Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-24T06:39:29.585Z] ---> Running in 7537607c94da [2020-10-24T06:39:29.857Z] Removing intermediate container 8981e64cdcab [2020-10-24T06:39:29.857Z] ---> 05ae636c6361 [2020-10-24T06:39:29.857Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-24T06:39:30.129Z] Removing intermediate container 7537607c94da [2020-10-24T06:39:30.129Z] ---> 5189a0332c03 [2020-10-24T06:39:30.129Z] Step 13/20 : WORKDIR /edgex [2020-10-24T06:39:30.129Z] ---> Running in 22a521a01260 [2020-10-24T06:39:30.730Z] Removing intermediate container 22a521a01260 [2020-10-24T06:39:30.730Z] ---> f87115a5c06d [2020-10-24T06:39:30.730Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-24T06:39:31.325Z] ---> 37adc8716fb7 [2020-10-24T06:39:31.325Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-24T06:39:31.601Z] ---> 5a1244a437b3 [2020-10-24T06:39:31.601Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-24T06:39:32.196Z] ---> ded17515cd94 [2020-10-24T06:39:32.196Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-24T06:39:33.179Z] ---> 1c291324a56b [2020-10-24T06:39:33.179Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-24T06:39:33.179Z] ---> f4222b23221b [2020-10-24T06:39:33.179Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-24T06:39:33.179Z] ---> Running in b53c4baaace0 [2020-10-24T06:39:33.796Z] Removing intermediate container b53c4baaace0 [2020-10-24T06:39:33.796Z] ---> 1c60d199a8ed [2020-10-24T06:39:33.796Z] Step 17/20 : CMD ["--init=true"] [2020-10-24T06:39:34.070Z] ---> Running in c53e4bc6715e [2020-10-24T06:39:34.070Z] ---> 74297df27f93 [2020-10-24T06:39:34.070Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-24T06:39:34.667Z] Removing intermediate container c53e4bc6715e [2020-10-24T06:39:34.667Z] ---> c6cc1d853dbf [2020-10-24T06:39:34.667Z] Step 18/20 : LABEL arch=arm64 [2020-10-24T06:39:34.667Z] ---> Running in 87e0e3f2b1cb [2020-10-24T06:39:34.938Z] ---> 285b7087594c [2020-10-24T06:39:34.938Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-24T06:39:35.210Z] ---> Running in a3cdfcb3c3ea [2020-10-24T06:39:35.210Z] Removing intermediate container 87e0e3f2b1cb [2020-10-24T06:39:35.210Z] ---> 29e3b77b7d1a [2020-10-24T06:39:35.210Z] Step 19/20 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:39:35.482Z] ---> Running in 0fe52f959cc4 [2020-10-24T06:39:36.075Z] Removing intermediate container 0fe52f959cc4 [2020-10-24T06:39:36.075Z] ---> 562e4ea15df8 [2020-10-24T06:39:36.075Z] Step 20/20 : LABEL version=0.0.0 [2020-10-24T06:39:36.075Z] ---> Running in 1c7f9d0591e4 [2020-10-24T06:39:36.666Z] Removing intermediate container 1c7f9d0591e4 [2020-10-24T06:39:36.666Z] ---> cf854c60bf58 [2020-10-24T06:39:36.666Z] [2020-10-24T06:39:36.940Z] Successfully built cf854c60bf58 [2020-10-24T06:39:36.940Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-24T06:39:37.909Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a3cdfcb3c3ea [2020-10-24T06:39:37.909Z] ---> 1ae883a6c338 [2020-10-24T06:39:37.909Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-24T06:39:38.499Z] ---> e871c00334de [2020-10-24T06:39:38.499Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-24T06:39:38.770Z] ---> Running in 0c4e95ea9bff [2020-10-24T06:39:41.375Z] Removing intermediate container 0c4e95ea9bff [2020-10-24T06:39:41.375Z] ---> 960db306644d [2020-10-24T06:39:41.375Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-24T06:39:41.375Z] ---> Running in 95d3dac16616 [2020-10-24T06:39:44.781Z] Removing intermediate container 95d3dac16616 [2020-10-24T06:39:44.781Z] ---> 4c62743f839f [2020-10-24T06:39:44.781Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-24T06:39:44.781Z] ---> Running in 14b1b37568ea [2020-10-24T06:39:45.053Z] Removing intermediate container 14b1b37568ea [2020-10-24T06:39:45.053Z] ---> 566c05df2b4d [2020-10-24T06:39:45.053Z] Step 26/29 : CMD [ "generate" ] [2020-10-24T06:39:45.053Z] ---> Running in 176fce275d26 [2020-10-24T06:39:45.651Z] Removing intermediate container 176fce275d26 [2020-10-24T06:39:45.651Z] ---> c870a6e57454 [2020-10-24T06:39:45.651Z] Step 27/29 : LABEL arch=arm64 [2020-10-24T06:39:45.651Z] ---> Running in 2873f90a8754 [2020-10-24T06:39:46.246Z] Removing intermediate container 2873f90a8754 [2020-10-24T06:39:46.246Z] ---> a65e655e4f85 [2020-10-24T06:39:46.246Z] Step 28/29 : LABEL git_sha=cfe9bca34fdd6a6e14bc747fe757f22560ad7c6f [2020-10-24T06:39:46.246Z] ---> Running in 09d7a63c94de [2020-10-24T06:39:46.837Z] Removing intermediate container 09d7a63c94de [2020-10-24T06:39:46.837Z] ---> 92c6a0f67da1 [2020-10-24T06:39:46.837Z] Step 29/29 : LABEL version=0.0.0 [2020-10-24T06:39:46.837Z] ---> Running in 46f5c8cf20bc [2020-10-24T06:39:47.429Z] Removing intermediate container 46f5c8cf20bc [2020-10-24T06:39:47.429Z] ---> 9360d411970a [2020-10-24T06:39:47.429Z] [2020-10-24T06:39:47.703Z] Successfully built 9360d411970a [2020-10-24T06:39:47.703Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-24T06:39:47.989Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-24T06:39:48.003Z] $ docker stop --time=1 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 [2020-10-24T06:39:49.930Z] $ docker rm -f 07d3a97e97c520949ac4b3ed9ee9c066cb51b172cb45872c452bc851afaf5b88 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-24T06:39:50.618Z] + docker images [2020-10-24T06:39:50.618Z] + grep docker [2020-10-24T06:39:50.890Z] docker-security-secrets-setup-go-arm64 latest 9360d411970a 3 seconds ago 22.7MB [2020-10-24T06:39:50.890Z] docker-security-proxy-setup-go-arm64 latest cf854c60bf58 14 seconds ago 15.1MB [2020-10-24T06:39:50.890Z] docker-core-metadata-go-arm64 latest 27f419d94dbf 26 seconds ago 13.5MB [2020-10-24T06:39:50.890Z] docker-security-secretstore-setup-go-arm64 latest 1a5b90dc7237 31 seconds ago 30.8MB [2020-10-24T06:39:50.891Z] docker-core-command-go-arm64 latest e5b653bda664 48 seconds ago 11.4MB [2020-10-24T06:39:50.891Z] docker-sys-mgmt-agent-go-arm64 latest bc20ad1dcdaa 2 minutes ago 270MB [2020-10-24T06:39:50.891Z] docker-core-data-go-arm64 latest 10eda6f2cb09 2 minutes ago 22.3MB [2020-10-24T06:39:50.891Z] docker-support-notifications-go-arm64 latest 91812ef9f2c3 3 minutes ago 12.9MB [2020-10-24T06:39:50.891Z] docker-support-scheduler-go-arm64 latest 8eb79896114a 3 minutes ago 11.5MB [2020-10-24T06:39:50.891Z] docker-support-logging-go-arm64 latest 349e28aeb2aa 3 minutes ago 10.6MB [2020-10-24T06:39:50.891Z] docker latest 5d4db4dc0692 2 days ago 198MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 [2020-10-24T06:39:54.528Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:39:55.404Z] ---> package-listing.sh [2020-10-24T06:39:55.405Z] ++ facter osfamily [2020-10-24T06:39:55.405Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-24T06:39:55.405Z] + OS_FAMILY=redhat [2020-10-24T06:39:55.405Z] + workspace=/w/workspace/edgex-go/5 [2020-10-24T06:39:55.405Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-24T06:39:55.405Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-24T06:39:55.405Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-24T06:39:55.405Z] + PACKAGES=/tmp/packages_start.txt [2020-10-24T06:39:55.405Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-24T06:39:55.405Z] + PACKAGES=/tmp/packages_end.txt [2020-10-24T06:39:55.405Z] + case "${OS_FAMILY}" in [2020-10-24T06:39:55.405Z] + rpm -qa [2020-10-24T06:39:55.405Z] + sort [2020-10-24T06:39:59.617Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-24T06:39:59.618Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-24T06:39:59.618Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-24T06:39:59.618Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-24T06:39:59.618Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-10-24T06:39:59.618Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-10-24T06:39:59.630Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-24T06:39:59.922Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:40:00.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-24T06:40:00.228Z] [2020-10-24T06:40:00.228Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-24T06:40:00.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-24T06:40:00.583Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-24T06:40:00.583Z] df20fa9351a1: Already exists [2020-10-24T06:40:00.583Z] 36b3adc4ff6f: Pulling fs layer [2020-10-24T06:40:00.583Z] 8ad3a11d3b57: Pulling fs layer [2020-10-24T06:40:00.583Z] 46f8f816bc3b: Pulling fs layer [2020-10-24T06:40:00.583Z] 93b61091891f: Pulling fs layer [2020-10-24T06:40:00.583Z] 93b9cdb0e59b: Pulling fs layer [2020-10-24T06:40:00.583Z] 5e14af77c1be: Pulling fs layer [2020-10-24T06:40:00.583Z] 01666e4c0597: Pulling fs layer [2020-10-24T06:40:00.583Z] aa168da1d23b: Pulling fs layer [2020-10-24T06:40:00.583Z] 93b61091891f: Waiting [2020-10-24T06:40:00.583Z] 93b9cdb0e59b: Waiting [2020-10-24T06:40:00.583Z] 5e14af77c1be: Waiting [2020-10-24T06:40:00.583Z] 01666e4c0597: Waiting [2020-10-24T06:40:00.583Z] aa168da1d23b: Waiting [2020-10-24T06:40:00.583Z] 46f8f816bc3b: Verifying Checksum [2020-10-24T06:40:00.583Z] 46f8f816bc3b: Download complete [2020-10-24T06:40:00.583Z] 36b3adc4ff6f: Verifying Checksum [2020-10-24T06:40:00.583Z] 36b3adc4ff6f: Download complete [2020-10-24T06:40:00.583Z] 93b9cdb0e59b: Verifying Checksum [2020-10-24T06:40:00.583Z] 93b9cdb0e59b: Download complete [2020-10-24T06:40:00.583Z] 5e14af77c1be: Verifying Checksum [2020-10-24T06:40:00.583Z] 5e14af77c1be: Download complete [2020-10-24T06:40:00.583Z] 93b61091891f: Verifying Checksum [2020-10-24T06:40:00.583Z] 93b61091891f: Download complete [2020-10-24T06:40:00.844Z] 01666e4c0597: Verifying Checksum [2020-10-24T06:40:00.844Z] 01666e4c0597: Download complete [2020-10-24T06:40:00.844Z] 36b3adc4ff6f: Pull complete [2020-10-24T06:40:01.106Z] 8ad3a11d3b57: Verifying Checksum [2020-10-24T06:40:01.107Z] 8ad3a11d3b57: Download complete [2020-10-24T06:40:01.680Z] 8ad3a11d3b57: Pull complete [2020-10-24T06:40:01.948Z] 46f8f816bc3b: Pull complete [2020-10-24T06:40:02.211Z] 93b61091891f: Pull complete [2020-10-24T06:40:02.784Z] aa168da1d23b: Verifying Checksum [2020-10-24T06:40:02.784Z] aa168da1d23b: Download complete [2020-10-24T06:40:03.731Z] 93b9cdb0e59b: Pull complete [2020-10-24T06:40:05.133Z] 5e14af77c1be: Pull complete [2020-10-24T06:40:05.133Z] 01666e4c0597: Pull complete [2020-10-24T06:40:17.437Z] aa168da1d23b: Pull complete [2020-10-24T06:40:17.437Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-24T06:40:17.437Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-24T06:40:17.437Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-24T06:40:17.615Z] prd-centos7-docker-4c-2g-8609 does not seem to be running inside a container [2020-10-24T06:40:17.663Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-24T06:40:20.741Z] $ docker top 55f7e510c9b75a9c588017558afeb387133bf8d686296d1e044bab25d2e8ca48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-24T06:40:21.255Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-24T06:40:21.548Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-24T06:40:21.842Z] + ls /var/log/sa-host [2020-10-24T06:40:21.842Z] + sadf -c /var/log/sa-host/sa05 [2020-10-24T06:40:21.842Z] file_magic: OK [2020-10-24T06:40:21.842Z] HZ: Using current value: 100 [2020-10-24T06:40:21.842Z] file_header: OK [2020-10-24T06:40:21.842Z] 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 [2020-10-24T06:40:21.842Z] Statistics: [2020-10-24T06:40:21.842Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-24T06:40:21.842Z] File successfully converted to sysstat format version 12.2.1 [2020-10-24T06:40:21.842Z] + sadf -c /var/log/sa-host/sa24 [2020-10-24T06:40:21.842Z] file_magic: OK [2020-10-24T06:40:21.842Z] HZ: Using current value: 100 [2020-10-24T06:40:21.842Z] file_header: OK [2020-10-24T06:40:21.842Z] 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 [2020-10-24T06:40:21.842Z] Statistics: [2020-10-24T06:40:21.842Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-24T06:40:21.842Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-24T06:40:22.469Z] provisioning config files... [2020-10-24T06:40:22.510Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5062737409236913984tmp [Pipeline] { [Pipeline] echo [2020-10-24T06:40:22.630Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:40:22.921Z] ---> create-netrc.sh [Pipeline] } [2020-10-24T06:40:22.930Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-24T06:40:23.022Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:40:23.315Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-24T06:40:23.325Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:40:23.620Z] ---> sudo-logs.sh [2020-10-24T06:40:23.620Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-24T06:40:23.629Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:40:23.921Z] ---> job-cost.sh [2020-10-24T06:40:23.921Z] lf-activate-venv: SKIPPING [2020-10-24T06:40:23.921Z] INFO: No Stack... [2020-10-24T06:40:24.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-24T06:40:25.433Z] INFO: Archiving Costs [Pipeline] echo [2020-10-24T06:40:25.446Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-24T06:40:25.738Z] ---> logs-deploy.sh [2020-10-24T06:40:25.738Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/5 [2020-10-24T06:40:25.738Z] INFO: archiving workspace using pattern(s): [2020-10-24T06:40:27.652Z] Archives upload complete. [2020-10-24T06:40:27.652Z] INFO: archiving logs to Nexus