Pull request #2661 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d08647e33299f35346a0c0e1b5c282da7a73a79b rather than c6fa3948cf30706ca6042270d1f8512184d3b2d3 Obtained Jenkinsfile from d08647e33299f35346a0c0e1b5c282da7a73a79b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, goVersion:1.13, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Ready to run at Fri Aug 14 17:20:41 UTC 2020 Resuming build at Fri Aug 14 17:20:41 UTC 2020 after Jenkins restart Running on prd-centos7-docker-4c-2g-17 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit c6fa3948cf30706ca6042270d1f8512184d3b2d3 Merge succeeded, producing c6fa3948cf30706ca6042270d1f8512184d3b2d3 Checking out Revision c6fa3948cf30706ca6042270d1f8512184d3b2d3 (PR-2661) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6fa3948cf30706ca6042270d1f8512184d3b2d3 # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6fa3948cf30706ca6042270d1f8512184d3b2d3 # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo ========================================================= EdgeX Global Pipelines Version Info ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9b039ddaf3b8e77a20ac0c9a08ae2726e905518d # timeout=10 ------------------- stable info: ------------------- Commited By: Ernesto Ojeda ernesto.ojeda@intel.com Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 Message: update stable to v1.0.106 ------------------- experimental info: ------------------- Commited By: **** collab-it+edgex@linuxfoundation.org Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] sh ++ 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 + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/core-command/Dockerfile ++ cut -d/ -f2 + echo core-command,cmd/core-command/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/core-data/Dockerfile ++ cut -d/ -f2 + echo core-data,cmd/core-data/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ cut -d/ -f2 ++ dirname cmd/core-metadata/Dockerfile + echo core-metadata,cmd/core-metadata/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/security-proxy-setup/Dockerfile ++ cut -d/ -f2 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/security-secrets-setup/Dockerfile ++ cut -d/ -f2 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/security-secretstore-setup/Dockerfile ++ cut -d/ -f2 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/support-logging/Dockerfile ++ cut -d/ -f2 + echo support-logging,cmd/support-logging/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/support-notifications/Dockerfile ++ cut -d/ -f2 + echo support-notifications,cmd/support-notifications/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/support-scheduler/Dockerfile ++ cut -d/ -f2 + echo support-scheduler,cmd/support-scheduler/Dockerfile + for file in '`ls cmd/**/Dockerfile`' ++ dirname cmd/sys-mgmt-agent/Dockerfile ++ cut -d/ -f2 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 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 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest latest: Pulling from edgex-devops/git-semver 31603596830f: Pulling fs layer 2a8b12db71e7: Pulling fs layer 6ca5941a6612: Pulling fs layer ecc8261a40a4: Pulling fs layer ecc8261a40a4: Waiting 2a8b12db71e7: Verifying Checksum 2a8b12db71e7: Download complete 31603596830f: Download complete ecc8261a40a4: Verifying Checksum ecc8261a40a4: Download complete 6ca5941a6612: Verifying Checksum 6ca5941a6612: Download complete 31603596830f: Pull complete 2a8b12db71e7: Pull complete 6ca5941a6612: Pull complete ecc8261a40a4: Pull complete Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-17 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat $ docker top b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-skbIuvGbZu9m/agent.11 SSH_AGENT_PID=16 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgex-go/4@tmp/private_key_6219373172380399917.key (/w/workspace/edgex-go/4@tmp/private_key_6219373172380399917.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git describe --exact-match --tags HEAD fatal: No names found, cannot describe anything. [Pipeline] } $ docker exec --env ******** --env ******** b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 16 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 This usually means this commit has not been tagged. [Pipeline] sshagent [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ docker exec b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 ssh-agent SSH_AUTH_SOCK=/tmp/ssh-xlPyhY7LauMK/agent.45 SSH_AGENT_PID=51 Running ssh-add (command line suppressed) Identity added: /w/workspace/edgex-go/4@tmp/private_key_3297804289191676660.key (/w/workspace/edgex-go/4@tmp/private_key_3297804289191676660.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git semver init # -> Open(): unable to determine branch for HEAD # $GIT_DIR = /w/workspace/edgex-go/4/.git # $GIT_WORK_TREE = /w/workspace/edgex-go/4 # $SEMVER_REMOTE_NAME = origin # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org # $SEMVER_USER_NAME = edgex-jenkins # $SEMVER_BRANCH = PR-2661 # $SEMVER_TEMP = /tmp/semver-337267596 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP # '/tmp/semver-337267596' -> '/w/workspace/edgex-go/4/.semver' # -> Force: false # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } $ docker exec --env ******** --env ******** b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh + git semver [Pipeline] } $ docker stop --time=1 b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 $ docker rm -f b4b330eb831b34eeb2309cb090f99de044610344c93f745d6974867c0929fb00 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash Stashed 32 file(s) [Pipeline] echo [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] ========================================================= [Pipeline] isUnix [Pipeline] sh + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . Sending build context to Docker daemon 323MB Step 1/7 : ARG BASE=golang:1.13-alpine Step 2/7 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base df20fa9351a1: Pulling fs layer ed8968b2872e: Pulling fs layer a92cc7c5fd73: Pulling fs layer 2dd03ba5bac4: Pulling fs layer 1e091d79d1de: Pulling fs layer 481702a1767f: Pulling fs layer f64a6f60c768: Pulling fs layer e78d2573fc39: Pulling fs layer e876d2f968b6: Pulling fs layer ce8a83651883: Pulling fs layer 07967f4d0e4b: Pulling fs layer 2dd03ba5bac4: Waiting 1e091d79d1de: Waiting 481702a1767f: Waiting f64a6f60c768: Waiting e876d2f968b6: Waiting e78d2573fc39: Waiting 07967f4d0e4b: Waiting ce8a83651883: Waiting a92cc7c5fd73: Verifying Checksum a92cc7c5fd73: Download complete ed8968b2872e: Verifying Checksum ed8968b2872e: Download complete 1e091d79d1de: Verifying Checksum 1e091d79d1de: Download complete 481702a1767f: Verifying Checksum 481702a1767f: Download complete df20fa9351a1: Verifying Checksum df20fa9351a1: Download complete df20fa9351a1: Pull complete f64a6f60c768: Verifying Checksum f64a6f60c768: Download complete e876d2f968b6: Verifying Checksum e876d2f968b6: Download complete 2dd03ba5bac4: Verifying Checksum 2dd03ba5bac4: Download complete ce8a83651883: Verifying Checksum ce8a83651883: Download complete e78d2573fc39: Download complete 07967f4d0e4b: Verifying Checksum 07967f4d0e4b: Download complete ed8968b2872e: Pull complete a92cc7c5fd73: Pull complete 2dd03ba5bac4: Pull complete 1e091d79d1de: Pull complete 481702a1767f: Pull complete Still waiting to schedule task Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ f64a6f60c768: Pull complete e78d2573fc39: Pull complete e876d2f968b6: Pull complete ce8a83651883: Pull complete 07967f4d0e4b: Pull complete Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine ---> 5d7c900382c6 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 ---> Running in c4fcbc36b8be fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/12) Installing libmagic (5.38-r0) (2/12) Installing file (5.38-r0) (3/12) Installing libc-dev (0.7.2-r3) (4/12) Installing g++ (9.3.0-r2) (5/12) Installing fortify-headers (1.1-r0) (6/12) Installing patch (2.7.6-r6) (7/12) Installing build-base (0.5-r2) (8/12) Installing libsodium (1.0.18-r0) (9/12) Installing pkgconf (1.7.2-r0) (10/12) Installing libsodium-dev (1.0.18-r0) (11/12) Installing libzmq (4.3.2-r0) (12/12) Installing zeromq-dev (4.3.2-r0) Executing busybox-1.31.1-r16.trigger OK: 233 MiB in 51 packages Removing intermediate container c4fcbc36b8be ---> 86fa66cb3ee2 Step 4/7 : WORKDIR /edgex-go ---> Running in c1f480587862 Removing intermediate container c1f480587862 ---> 2cc51ea9fd7f Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker latest: Pulling from library/docker df20fa9351a1: Already exists 25ad7478873d: Pulling fs layer 4684f6177b5d: Pulling fs layer 46e300cec669: Pulling fs layer 63038576ad94: Pulling fs layer 0fdb76c4706c: Pulling fs layer cb7edeffdfd5: Pulling fs layer 63038576ad94: Waiting 0fdb76c4706c: Waiting cb7edeffdfd5: Waiting 4684f6177b5d: Verifying Checksum 4684f6177b5d: Download complete 25ad7478873d: Download complete 63038576ad94: Verifying Checksum 63038576ad94: Download complete 0fdb76c4706c: Verifying Checksum 0fdb76c4706c: Download complete cb7edeffdfd5: Verifying Checksum cb7edeffdfd5: Download complete 25ad7478873d: Pull complete 4684f6177b5d: Pull complete 46e300cec669: Verifying Checksum 46e300cec669: Download complete 46e300cec669: Pull complete 63038576ad94: Pull complete 0fdb76c4706c: Pull complete cb7edeffdfd5: Pull complete Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 Status: Downloaded newer image for docker:latest ---> fc5a537bab7c Step 6/7 : COPY go.mod . ---> eeeaaa6a0b42 Step 7/7 : RUN go mod download ---> Running in 9b7a5ab148fc go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/OneOfOne/xxhash v1.2.5 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 go: finding github.com/bgentry/speakeasy v0.1.0 go: finding github.com/cenkalti/backoff v2.2.1+incompatible go: finding github.com/cloudflare/gokey v0.1.0 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 go: finding github.com/fatih/color v1.7.0 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding github.com/fxamacker/cbor/v2 v2.2.0 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-redis/redis/v7 v7.2.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/gomodule/redigo v2.0.0+incompatible go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: finding github.com/google/uuid v1.1.0 go: finding github.com/gorilla/mux v1.7.1 go: finding github.com/hashicorp/consul/api v1.1.0 go: finding github.com/hashicorp/consul/sdk v0.1.1 go: finding github.com/hashicorp/errwrap v1.0.0 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 go: finding github.com/hashicorp/go-msgpack v0.5.3 go: finding github.com/hashicorp/go-multierror v1.0.0 go: finding github.com/hashicorp/go-rootcerts v1.0.0 go: finding github.com/hashicorp/go-sockaddr v1.0.0 go: finding github.com/hashicorp/go-syslog v1.0.0 go: finding github.com/hashicorp/go-uuid v1.0.1 go: finding github.com/hashicorp/go.net v0.0.1 go: finding github.com/hashicorp/golang-lru v0.5.0 go: finding github.com/hashicorp/logutils v1.0.0 go: finding github.com/hashicorp/mdns v1.0.0 go: finding github.com/hashicorp/memberlist v0.1.3 go: finding github.com/hashicorp/serf v0.8.2 go: finding github.com/hpcloud/tail v1.0.0 go: finding github.com/imdario/mergo v0.3.6 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/kr/pretty v0.1.0 go: finding github.com/kr/pty v1.1.1 go: finding github.com/kr/text v0.1.0 go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/mattn/go-isatty v0.0.3 go: finding github.com/miekg/dns v1.0.14 go: finding github.com/mitchellh/cli v1.0.0 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 go: finding github.com/mitchellh/copystructure v1.0.0 go: finding github.com/mitchellh/go-homedir v1.0.0 go: finding github.com/mitchellh/go-testing-interface v1.0.0 go: finding github.com/mitchellh/gox v0.4.0 go: finding github.com/mitchellh/iochan v1.0.0 go: finding github.com/mitchellh/mapstructure v1.1.2 go: finding github.com/mitchellh/reflectwalk v1.0.0 go: finding github.com/onsi/ginkgo v1.10.1 go: finding github.com/onsi/gomega v1.7.0 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c go: finding github.com/pebbe/zmq4 v1.0.0 go: finding github.com/pelletier/go-toml v1.2.0 go: finding github.com/pkg/errors v0.8.1 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/posener/complete v1.1.1 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/stretchr/testify v1.5.1 go: finding github.com/ugorji/go v1.1.4 go: finding github.com/x448/float16 v0.8.4 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding gopkg.in/yaml.v2 v2.2.8 Removing intermediate container 9b7a5ab148fc ---> 79199dfc36a9 Successfully built 79199dfc36a9 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-x86_64 . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-17 does not seem to be running inside a container $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat $ docker top 24c673fb4f26c09e087a0a7adc36370075e7018eafc64613c144d45a8c0a9c9c -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/amd64 [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Running Tests and Build... ========================================================= [Pipeline] sh + make test GO111MODULE=on go test -coverprofile=coverage.out ./... ? github.com/edgexfoundry/edgex-go [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.012s ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] ? github.com/edgexfoundry/edgex-go/internal [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.025s coverage: 46.6% of statements ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.038s coverage: 27.3% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.004s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.145s coverage: 28.6% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.014s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.019s coverage: 89.8% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.017s coverage: 97.5% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.008s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.045s coverage: 63.5% of statements ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.019s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.116s coverage: 55.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.470s coverage: 86.3% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.280s coverage: 72.2% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.054s coverage: 82.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.030s coverage: 48.4% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.016s coverage: 96.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.037s coverage: 26.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.080s coverage: 84.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.019s coverage: 42.9% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.044s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.044s coverage: 45.1% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.011s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.083s coverage: 29.1% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.011s coverage: 99.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.021s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.004s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements GO111MODULE=on go vet ./... gofmt -l . [ "`gofmt -l .`" = "" ] ./bin/test-go-mod-tidy.sh ./bin/test-attribution-txt.sh [Pipeline] sh + ls -al . total 556 drwxrwxr-x 10 1001 1001 4096 Aug 14 17:26 . drwxr-xr-x 4 root root 28 Aug 14 17:25 .. -rw-rw-r-- 1 1001 1001 11 Aug 14 17:23 .dockerignore drwxrwxr-x 8 1001 1001 179 Aug 14 17:23 .git drwxrwxr-x 3 1001 1001 60 Aug 14 17:23 .github -rw-rw-r-- 1 1001 1001 932 Aug 14 17:23 .gitignore drwx------ 3 1001 1001 47 Aug 14 17:24 .semver -rw-rw-r-- 1 1001 1001 166 Aug 14 17:23 .sonarcloud.properties -rw-rw-r-- 1 1001 1001 3804 Aug 14 17:23 CONTRIBUTING.md -rw-rw-r-- 1 1001 1001 1035 Aug 14 17:23 Dockerfile.build -rw-rw-r-- 1 1001 1001 865 Aug 14 17:23 Jenkinsfile -rw-rw-r-- 1 1001 1001 10775 Aug 14 17:23 LICENSE -rw-rw-r-- 1 1001 1001 6237 Aug 14 17:23 Makefile -rw-rw-r-- 1 1001 1001 5652 Aug 14 17:23 README.md -rw-rw-r-- 1 1001 1001 7111 Aug 14 17:23 SECURITY.md -rw-rw-r-- 1 1001 1001 5 Aug 14 17:24 VERSION -rw-rw-r-- 1 1001 1001 4131 Aug 14 17:23 ZMQWindows.md drwxrwxr-x 2 1001 1001 117 Aug 14 17:23 bin drwxrwxr-x 15 1001 1001 4096 Aug 14 17:23 cmd -rw-r--r-- 1 root root 455803 Aug 14 17:26 coverage.out -rw-r--r-- 1 root root 1019 Aug 14 17:26 go.mod -rw-r--r-- 1 root root 18146 Aug 14 17:26 go.sum drwxrwxr-x 8 1001 1001 127 Aug 14 17:23 internal drwxrwxr-x 4 1001 1001 26 Aug 14 17:23 openapi drwxrwxr-x 4 1001 1001 71 Aug 14 17:23 snap -rw-rw-r-- 1 1001 1001 168 Aug 14 17:23 version.go [Pipeline] sh + '[' -e coverage.out ] + chown 1001:1001 coverage.out [Pipeline] stash Stashed 1 file(s) [Pipeline] sh + make build 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 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 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 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 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 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 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 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 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 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 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 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 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] } $ docker stop --time=1 24c673fb4f26c09e087a0a7adc36370075e7018eafc64613c144d45a8c0a9c9c $ docker rm -f 24c673fb4f26c09e087a0a7adc36370075e7018eafc64613c144d45a8c0a9c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest latest: Pulling from edgex-devops/edgex-compose cbdbe7a5bc2a: Pulling fs layer ca9280d653b3: Pulling fs layer 7e9c9ca2126c: Pulling fs layer cbdbe7a5bc2a: Verifying Checksum cbdbe7a5bc2a: Download complete cbdbe7a5bc2a: Pull complete ca9280d653b3: Verifying Checksum ca9280d653b3: Download complete 7e9c9ca2126c: Verifying Checksum 7e9c9ca2126c: Download complete ca9280d653b3: Pull complete 7e9c9ca2126c: Pull complete Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-17 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat $ docker top c0e1bf67d414364f2ef08bd3c1f0fc48271a7e9440c922e659d43456852e9467 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose build --help + grep parallel --parallel Build images in parallel. [Pipeline] } $ docker stop --time=1 c0e1bf67d414364f2ef08bd3c1f0fc48271a7e9440c922e659d43456852e9467 $ docker rm -f c0e1bf67d414364f2ef08bd3c1f0fc48271a7e9440c922e659d43456852e9467 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest . [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-17 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat $ docker top 4ec4f2d3814986eb91a3bda5cb56eb88849ef079780afde113b63973a2aaa564 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose -f ./docker-compose-build.yml build --parallel Building docker-core-command-go ... Building docker-core-data-go ... Building docker-core-metadata-go ... Building docker-security-proxy-setup-go ... Building docker-security-secrets-setup-go ... Building docker-security-secretstore-setup-go ... Building docker-support-logging-go ... Building docker-support-notifications-go ... Building docker-support-scheduler-go ... Building docker-sys-mgmt-agent-go ... Building docker-core-data-go Building docker-sys-mgmt-agent-go Building docker-support-scheduler-go Building docker-core-metadata-go Building docker-security-proxy-setup-go Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/22 : WORKDIR /edgex-go Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/21 : WORKDIR /edgex-go Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/20 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/20 : WORKDIR /edgex-go Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/20 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/20 : WORKDIR /edgex-go Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/26 : WORKDIR /edgex-go ---> Running in 0355dbcf078c ---> Running in 546587976f51 ---> Running in 8971d912f0db ---> Running in 33a51d775cf0 ---> Running in 91528120c469 Removing intermediate container 33a51d775cf0 ---> b6881ae72886 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 0355dbcf078c ---> 871b3c821a9c Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 546587976f51 ---> 90a80084f6f3 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 91528120c469 ---> 5d7a441d2731 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 8971d912f0db ---> 4b3089e18b60 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 20eb270d5048 ---> Running in e145ca8d4a3b ---> Running in 30492d3d5320 ---> Running in c6fc730e54e3 ---> Running in f02f39172818 Removing intermediate container 30492d3d5320 ---> 33a3dc13f358 Step 5/20 : RUN apk update && apk add make git Removing intermediate container e145ca8d4a3b ---> 9895a1009c53 Step 5/21 : RUN apk update && apk add make git ---> Running in a1cc71efe43b ---> Running in 0f9ca723082a Removing intermediate container 20eb270d5048 ---> 3a455581b551 Step 5/20 : RUN apk update && apk add make git Removing intermediate container c6fc730e54e3 ---> 744c3c629c65 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git Removing intermediate container f02f39172818 ---> 5a7f62e9eceb Step 5/26 : RUN apk update && apk add make bash git ---> Running in 7e600cb965f1 ---> Running in dfe856c6bd6a ---> Running in 6822edd64f4e fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available OK: 233 MiB in 51 packages OK: 233 MiB in 51 packages OK: 233 MiB in 51 packages OK: 233 MiB in 51 packages v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available Removing intermediate container a1cc71efe43b ---> b87ca833a68a Step 6/20 : COPY go.mod . OK: 233 MiB in 51 packages ---> edc7cd13705f Step 7/20 : RUN go mod download Removing intermediate container 6822edd64f4e ---> d1fb4197a22d Step 6/26 : COPY go.mod . Removing intermediate container 0f9ca723082a ---> 65cfa69b8b53 Step 6/21 : COPY go.mod . Removing intermediate container 7e600cb965f1 ---> 011bbe2342a6 Step 6/20 : COPY go.mod . ---> Running in dd2a261f04d3 Removing intermediate container dfe856c6bd6a ---> bd11e99cb5f1 Step 6/22 : COPY go.mod . ---> f52d7dddeb77 Step 7/26 : RUN go mod download ---> 5fc47aaa83fd Step 7/20 : RUN go mod download ---> c18af0881405 Step 7/21 : RUN go mod download ---> Running in 81bb156cf0ef ---> 4b2abf7d58f3 Step 7/22 : RUN go mod download ---> Running in e46d47004fd5 ---> Running in 15ef2f2d9356 ---> Running in 905a7a7d1f8a Removing intermediate container dd2a261f04d3 ---> 742ccefb731a Step 8/20 : COPY . . Removing intermediate container 81bb156cf0ef ---> d2b966ae5960 Step 8/26 : COPY . . Removing intermediate container e46d47004fd5 ---> 01979c4d7103 Step 8/21 : COPY . . Removing intermediate container 905a7a7d1f8a ---> 9bf3f8ec896e Step 8/22 : COPY . . Removing intermediate container 15ef2f2d9356 ---> b45cd8d02492 Step 8/20 : COPY . . ---> ef04295f19ae Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup ---> 8324c46d0209 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 5641f43c4492 Step 9/21 : RUN make cmd/core-metadata/core-metadata ---> Running in e6ca121d85da ---> Running in 2ada94e85691 ---> Running in 05508aeaf695 ---> b0b2e08a3338 Step 9/22 : RUN make cmd/core-data/core-data ---> 8dff5f963649 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler ---> Running in d2d1f98f7601 ---> Running in 7458b42ba68d 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 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 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 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 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 Removing intermediate container 2ada94e85691 ---> fd4ae24a4235 Step 10/20 : FROM alpine latest: Pulling from library/alpine Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 Removing intermediate container e6ca121d85da ---> 5e2692ee43f8 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor Status: Downloaded newer image for alpine:latest ---> a24bb4013296 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* ---> Running in 3ecb80d2aacf ---> Running in 8e4de8cce3a5 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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available (1/4) Installing ca-certificates (20191127-r4) (2/4) Installing nghttp2-libs (1.41.0-r0) (3/4) Installing libcurl (7.69.1-r0) (4/4) Installing curl (7.69.1-r0) Executing busybox-1.31.1-r16.trigger Executing ca-certificates-20191127-r4.trigger OK: 7 MiB in 18 packages Removing intermediate container 7458b42ba68d ---> ba6bdecf5bf7 Step 10/20 : FROM scratch ---> Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Running in 42cf3c85e251 Removing intermediate container 8e4de8cce3a5 ---> db13003cf587 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in 367426ad6c52 Removing intermediate container 42cf3c85e251 ---> e8ef9881551f Step 12/20 : ENV APP_PORT=48085 ---> Running in f698e5eaa554 Removing intermediate container 3ecb80d2aacf ---> 07f54b930cb8 Step 11/26 : FROM docker:latest ---> 81f5749c9058 Step 12/26 : RUN apk add --no-cache bash Removing intermediate container 367426ad6c52 ---> 6718f507271f Step 13/20 : WORKDIR /edgex ---> Running in e0f2c144230d Removing intermediate container f698e5eaa554 ---> 03e39a229943 Step 13/20 : EXPOSE $APP_PORT ---> Running in 50eb286e5afd ---> Running in 467d3515d9b5 Removing intermediate container 05508aeaf695 ---> 8b0242cdee2d Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Using cache ---> e8ef9881551f Step 12/21 : ENV APP_PORT=48081 ---> Running in 76eea4eaca43 Removing intermediate container 467d3515d9b5 ---> f56214698258 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / Removing intermediate container 50eb286e5afd ---> 01827e7cc65e Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml Removing intermediate container 76eea4eaca43 ---> 490087249383 Step 13/21 : EXPOSE $APP_PORT fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/2) Installing readline (8.0.4-r0) (2/2) Installing bash (5.0.17-r0) Executing bash-5.0.17-r0.post-install Executing busybox-1.31.1-r16.trigger OK: 12 MiB in 22 packages ---> Running in bbf36bbe5437 ---> b93e7ebb298a Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> 78e1a9e5ec1d Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . Removing intermediate container bbf36bbe5437 ---> c07c11d049c1 Step 14/21 : WORKDIR / Removing intermediate container d2d1f98f7601 ---> c29fdddce3e6 Step 10/22 : FROM alpine ---> a24bb4013296 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> 02ccaf193eb2 Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> Running in 41e0b43f22f1 ---> Running in 9d316eff187c Removing intermediate container e0f2c144230d ---> 643a63686897 Step 13/26 : RUN rm -rf /var/cache/apk/* ---> 1c9fc390a869 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> Running in 4f0791b77e41 Removing intermediate container 41e0b43f22f1 ---> 79f249c54599 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / ---> Running in 339ddc4dee1a Removing intermediate container 9d316eff187c ---> 6a5349202419 Step 12/22 : ENV APP_PORT=48080 ---> 7eff73884cc0 Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 987768b8b0c1 ---> Running in 92b8cd7a3e26 Removing intermediate container 339ddc4dee1a ---> d083c1b20dce Step 17/20 : CMD ["--init=true"] ---> ed8f1d0311cd Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> Running in d69c75d55342 Removing intermediate container 987768b8b0c1 ---> 591fb718b04c Step 13/22 : EXPOSE $APP_PORT Removing intermediate container 92b8cd7a3e26 ---> be215fa1a26e Step 18/20 : LABEL arch=x86_64 ---> Running in 3b35882f7917 ---> Running in ee2f554f33de Removing intermediate container d69c75d55342 ---> ef597fb2f8b7 Step 18/20 : LABEL arch=x86_64 ---> e290f4c3ab78 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> Running in c09849009596 Removing intermediate container 3b35882f7917 ---> 46c546ca6925 Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container ee2f554f33de ---> c6bf1b8bafc5 Step 19/20 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 1caa20f45690 Removing intermediate container 4f0791b77e41 ---> 8c8d14544311 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' ---> Running in 2e91bcb6f340 Removing intermediate container c09849009596 ---> 2e53f69b7644 Step 19/20 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> f88b59408a42 Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 5ead42afd592 ---> Running in 12e2da115a1b ---> Running in d1c01843d4a5 Removing intermediate container 2e91bcb6f340 ---> e04089de7563 Step 20/20 : LABEL version=0.0.0 Removing intermediate container 12e2da115a1b ---> 8a79300b3044 Step 15/26 : ENV APP_PORT=48090 ---> Running in e34c6ee3b6ec Removing intermediate container 5ead42afd592 ---> d16164ff70fd Step 20/20 : LABEL version=0.0.0 Removing intermediate container d1c01843d4a5 ---> 6791d9a3693d Step 19/21 : LABEL arch=x86_64 ---> Running in c589797db833 ---> Running in 6bf62e4b1d42 ---> Running in dd51340b63f3 Removing intermediate container e34c6ee3b6ec ---> 5112e4d36756 Removing intermediate container c589797db833 ---> bb63e6cfeadc Step 16/26 : EXPOSE $APP_PORT Successfully built 5112e4d36756 ---> Running in 9e753199c1cc Removing intermediate container dd51340b63f3 ---> 5fc0a4200a76 Successfully tagged docker-support-scheduler-go:latest Removing intermediate container 1caa20f45690 ---> 318b09c8b0a9 Step 15/22 : RUN apk --no-cache add zeromq  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go Removing intermediate container 6bf62e4b1d42 ---> ff3c0938996c Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 Successfully built 5fc0a4200a76 ---> Running in d971b7248c1d Successfully tagged docker-security-proxy-setup-go:latest Building docker-support-logging-go  Building docker-security-proxy-setup-go ... done Removing intermediate container 9e753199c1cc ---> e2fc2a54fcf7 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> Running in 4473262eaca7 Removing intermediate container 4473262eaca7 ---> 7951f0ba8395 Step 21/21 : LABEL version=0.0.0 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz ---> Running in 92aad4bf7d19 ---> 88424620a160 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml Removing intermediate container 92aad4bf7d19 ---> cb0e97d977a0 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Successfully built cb0e97d977a0 Successfully tagged docker-core-metadata-go:latest  Building docker-core-metadata-go ... done Building docker-support-notifications-go (1/5) Installing libgcc (9.3.0-r2) (2/5) Installing libsodium (1.0.18-r0) (3/5) Installing libstdc++ (9.3.0-r2) (4/5) Installing libzmq (4.3.2-r0) (5/5) Installing zeromq (4.3.2-r0) Executing busybox-1.31.1-r16.trigger OK: 8 MiB in 19 packages ---> c91dd83bf58e Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / ---> d408f1786db4 Step 20/26 : RUN apk --no-cache add py-pip Removing intermediate container d971b7248c1d ---> f80a1a3a19cf Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / ---> Running in 3728140f2607 ---> aaf616891367 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/21 : WORKDIR /edgex-go ---> Using cache ---> 4b3089e18b60 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 5a7f62e9eceb Step 5/21 : RUN apk update && apk add make && apk add bash git Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> 79199dfc36a9 Step 3/29 : WORKDIR /edgex-go ---> Using cache ---> 4b3089e18b60 Step 4/29 : RUN apk update && apk add make git fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/23 : WORKDIR /edgex-go ---> Using cache ---> 4b3089e18b60 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 5a7f62e9eceb Step 5/23 : RUN apk update && apk add make bash git ca-certificates (1/33) Installing libbz2 (1.0.8-r1) (2/33) Installing expat (2.2.9-r1) (3/33) Installing libffi (3.3-r2) (4/33) Installing gdbm (1.13-r1) (5/33) Installing xz-libs (5.2.5-r0) ---> 10fc5a19d659 Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml (6/33) Installing sqlite-libs (3.32.1-r0) (7/33) Installing python3 (3.8.5-r0) ---> Running in fe8ef966dc51 ---> Running in 33e298f33980 ---> Running in deda2e8813f2 ---> 2eced011b369 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] (8/33) Installing py3-appdirs (1.4.4-r1) (9/33) Installing py3-ordered-set (4.0.1-r0) (10/33) Installing py3-parsing (2.4.7-r0) (11/33) Installing py3-six (1.15.0-r0) ---> Running in 32e521114e0c (12/33) Installing py3-packaging (20.4-r0) (13/33) Installing py3-setuptools (47.0.0-r0) (14/33) Installing py3-chardet (3.0.4-r4) (15/33) Installing py3-idna (2.9-r0) (16/33) Installing py3-certifi (2020.4.5.1-r0) (17/33) Installing py3-urllib3 (1.25.9-r0) (18/33) Installing py3-requests (2.23.0-r0) (19/33) Installing py3-msgpack (1.0.0-r0) (20/33) Installing py3-lockfile (0.12.2-r3) (21/33) Installing py3-cachecontrol (0.12.6-r0) (22/33) Installing py3-colorama (0.4.3-r0) (23/33) Installing py3-distlib (0.3.0-r0) Removing intermediate container 32e521114e0c ---> b203101e9029 Step 20/22 : LABEL arch=x86_64 (24/33) Installing py3-distro (1.5.0-r1) fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz (25/33) Installing py3-webencodings (0.5.1-r3) (26/33) Installing py3-html5lib (1.0.1-r4) (27/33) Installing py3-pytoml (0.1.21-r0) (28/33) Installing py3-pep517 (0.8.2-r0) (29/33) Installing py3-progress (1.5-r0) (30/33) Installing py3-toml (0.10.1-r0) ---> Running in eac30b060623 (31/33) Installing py3-retrying (1.3.3-r0) (32/33) Installing py3-contextlib2 (0.6.0-r0) (33/33) Installing py3-pip (20.1.1-r0) Executing busybox-1.31.1-r16.trigger OK: 71 MiB in 55 packages fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Removing intermediate container eac30b060623 ---> 88dd6d2e5a83 Step 21/22 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in a7de2d2d37c0 Removing intermediate container a7de2d2d37c0 ---> a9acf01ef0bc Step 22/22 : LABEL version=0.0.0 ---> Running in 52d304eb9524 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available OK: 233 MiB in 51 packages v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available OK: 233 MiB in 51 packages OK: 233 MiB in 51 packages OK: 233 MiB in 51 packages Removing intermediate container 52d304eb9524 ---> 316108217040 Successfully built 316108217040 Successfully tagged docker-core-data-go:latest Building docker-core-command-go  Building docker-core-data-go ... done Removing intermediate container 3728140f2607 ---> ee19b5070135 Step 21/26 : RUN pip install docker-compose==1.23.2 Removing intermediate container deda2e8813f2 ---> 9e2beffd2811 Step 5/29 : COPY go.mod . Removing intermediate container fe8ef966dc51 ---> 46f39b3debb7 Step 6/23 : COPY go.mod . Removing intermediate container 33e298f33980 ---> 3cf0835925a2 Step 6/21 : COPY go.mod . ---> Running in be0f9a0e4c1b Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/21 : WORKDIR /edgex-go ---> 69df20e07cfa Step 7/23 : RUN go mod download ---> c4ce363be5ea Step 6/29 : RUN go mod download ---> Using cache ---> 4b3089e18b60 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 5a7f62e9eceb Step 5/21 : RUN apk update && apk add make git ---> 4782812d9a01 Step 7/21 : RUN go mod download ---> Running in 4710a088d39b ---> Running in 3311381ef1f5 ---> Running in df3a1e44d0f7 ---> Running in 4170cec56a2a fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz Removing intermediate container 4170cec56a2a ---> b83bd2ff44bf Step 8/21 : COPY . . Removing intermediate container 4710a088d39b ---> 5513d0f16054 Step 8/23 : COPY . . Removing intermediate container 3311381ef1f5 ---> 77d2ed2e76f9 Step 7/29 : COPY . . v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available OK: 233 MiB in 51 packages Collecting docker-compose==1.23.2 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) Removing intermediate container df3a1e44d0f7 ---> 5b04130c91df Step 6/21 : COPY go.mod . Collecting jsonschema<3,>=2.5.1 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) ---> dfcef85fcebf Step 7/21 : RUN go mod download Collecting cached-property<2,>=1.2.0 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) Collecting docker<4.0,>=3.6.0 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) Collecting dockerpty<0.5,>=0.4.1 Downloading dockerpty-0.4.1.tar.gz (13 kB) ---> Running in 4606a618e0f5 Collecting PyYAML<4,>=3.10 Downloading PyYAML-3.13.tar.gz (270 kB) Collecting websocket-client<1.0,>=0.32.0 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) Collecting texttable<0.10,>=0.9.0 Downloading texttable-0.9.1.tar.gz (11 kB) Removing intermediate container 4606a618e0f5 ---> ba05738ad6c7 Step 8/21 : COPY . . ---> 6430c851f1d0 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup ---> a253f4dad8b9 Step 9/21 : RUN make cmd/support-logging/support-logging ---> b2f4f849a95e Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> Running in 0d7319b0b6c8 ---> Running in 34abba3a3c21 ---> Running in 749cc95ae9e8 Collecting docopt<0.7,>=0.6.1 Downloading docopt-0.6.2.tar.gz (25 kB) 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) 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 Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 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 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) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 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 Collecting docker-pycreds>=0.4.0 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. Using legacy setup.py install for texttable, since package 'wheel' is not installed. Using legacy setup.py install for docopt, since package 'wheel' is not installed. Installing collected packages: jsonschema, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, texttable, docopt, docker-compose Attempting uninstall: urllib3 Found existing installation: urllib3 1.25.9 Uninstalling urllib3-1.25.9: Successfully uninstalled urllib3-1.25.9 Attempting uninstall: idna Found existing installation: idna 2.9 Uninstalling idna-2.9: Successfully uninstalled idna-2.9 Attempting uninstall: requests Found existing installation: requests 2.23.0 Uninstalling requests-2.23.0: Successfully uninstalled requests-2.23.0 Running setup.py install for dockerpty: started Running setup.py install for dockerpty: finished with status 'done' Running setup.py install for PyYAML: started Running setup.py install for PyYAML: finished with status 'done' Running setup.py install for texttable: started Running setup.py install for texttable: finished with status 'done' Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' Successfully installed PyYAML-3.13 cached-property-1.5.1 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 ---> f38c74f68126 Step 9/21 : RUN make cmd/core-command/core-command ---> Running in 5db1bd4cabc4 Removing intermediate container be0f9a0e4c1b ---> e2aa94a6822e Step 22/26 : RUN apk --no-cache add curl ---> Running in 0f0781649791 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 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz (1/3) Installing nghttp2-libs (1.41.0-r0) (2/3) Installing libcurl (7.69.1-r0) (3/3) Installing curl (7.69.1-r0) Executing busybox-1.31.1-r16.trigger OK: 72 MiB in 58 packages Removing intermediate container 0f0781649791 ---> 02620137371f Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 5ee3c31cefb8 Removing intermediate container 0d7319b0b6c8 ---> 5fe1cf358750 Step 9/29 : FROM alpine:latest ---> a24bb4013296 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' ---> Running in 3848dbceee8d Removing intermediate container 5ee3c31cefb8 ---> 661c0a14ee7f Step 24/26 : LABEL arch=x86_64 ---> Running in 8ed29200b5b2 Removing intermediate container 34abba3a3c21 ---> 4032efd9d0a6 Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' Removing intermediate container 3848dbceee8d ---> e02874775047 Step 11/29 : USER root ---> Running in 0cda371965ce Removing intermediate container 8ed29200b5b2 ---> 55752bef1028 Step 25/26 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 83a6857d5d02 ---> Running in dd240fccd296 Removing intermediate container 749cc95ae9e8 ---> 51512eecbbb2 Step 10/23 : FROM scratch ---> Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> Using cache ---> 7d345364daaf Step 12/23 : ENV APP_PORT=48060 Removing intermediate container 83a6857d5d02 ---> 7d345364daaf Step 12/21 : ENV APP_PORT=48061 Removing intermediate container 0cda371965ce ---> 9d8abbb25715 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* ---> Running in e3ee3cf12507 Removing intermediate container dd240fccd296 ---> ce8776c1bac6 Step 26/26 : LABEL version=0.0.0 ---> Running in 765e483f4d6f ---> Running in a09ed10ecca8 ---> Running in 73d51d4b5bc1 Removing intermediate container e3ee3cf12507 ---> 978ce93a8944 Step 13/23 : EXPOSE $APP_PORT Removing intermediate container 765e483f4d6f ---> 9ec49dae9a7d Step 13/21 : EXPOSE $APP_PORT ---> Running in 2e64ce67647b ---> Running in 4b80464b63d3 Removing intermediate container 73d51d4b5bc1 ---> 41c4a1776589 Successfully built 41c4a1776589 Removing intermediate container 2e64ce67647b ---> 50afb8be86a7 Step 14/23 : COPY --from=builder /bin/sh /bin/sh Successfully tagged docker-sys-mgmt-agent-go:latest Building docker-security-secretstore-setup-go fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 4b80464b63d3 ---> 93e12d1aad30 Step 14/21 : COPY --from=builder /bin/bash /bin/bash fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12749 distinct packages available ---> bdd504c06e84 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates (1/2) Installing ca-certificates (20191127-r4) ---> e1ad5d6cf4cd Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / (2/2) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r16.trigger Executing ca-certificates-20191127-r4.trigger OK: 6 MiB in 16 packages ---> fd64a257411c Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / ---> 11879a9553d6 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl ---> cdcecda59e5a Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / Removing intermediate container a09ed10ecca8 ---> 79b7632f8ec8 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup ---> 4df6fb5a9ff0 Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml ---> Running in 9300f445ca03 Removing intermediate container 5db1bd4cabc4 ---> c24b750c724b Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Using cache ---> e8ef9881551f Step 12/21 : ENV APP_PORT=48082 Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> 79199dfc36a9 Step 3/26 : WORKDIR /edgex-go ---> Using cache ---> 4b3089e18b60 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 5a7f62e9eceb Step 5/26 : RUN apk update && apk add make git ---> Using cache ---> 5b04130c91df Step 6/26 : COPY go.mod . ---> Using cache ---> dfcef85fcebf Step 7/26 : RUN go mod download ---> Using cache ---> ba05738ad6c7 Step 8/26 : COPY . . ---> Using cache ---> f38c74f68126 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 ---> 30eabc467b66 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / ---> fddc608df672 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 7909046765be ---> Running in 62b94c379df4 ---> Running in 6cb0c4ce2d4d Removing intermediate container 9300f445ca03 ---> 4c0bd94529e5 Step 14/29 : WORKDIR $BASE_DIR ---> Running in b0c1d14e6d1b Removing intermediate container 7909046765be ---> 18d45c6363ea Step 13/21 : EXPOSE $APP_PORT Removing intermediate container 6cb0c4ce2d4d ---> e4059d71a184 Step 19/21 : LABEL arch=x86_64 ---> 523f3712ab1f Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml ---> Running in ae29baaf695e ---> Running in d1756f43482f Removing intermediate container b0c1d14e6d1b ---> 85766cc8686c Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 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 ---> Running in a4d94e273fae Removing intermediate container ae29baaf695e ---> 444b53562fc8 Step 14/21 : WORKDIR / ---> b2845d1ad62c Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] Removing intermediate container d1756f43482f ---> 03f713cd6b9d Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in e391f1372628 ---> Running in 4798c5aed655 ---> Running in 7d19f1208bef Removing intermediate container e391f1372628 ---> bc4d49d40597 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / Removing intermediate container 4798c5aed655 ---> 45ac2c995984 Step 21/23 : LABEL arch=x86_64 Removing intermediate container 7d19f1208bef ---> 3294e9b8af7d Step 21/21 : LABEL version=0.0.0 ---> Running in 58f958b7209a ---> Running in 5e3cd658de16 ---> 1ed309cde5cd Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / Removing intermediate container 58f958b7209a ---> 1c65559859d3 Step 22/23 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 Removing intermediate container 5e3cd658de16 ---> a5f1dbd13d74 ---> Running in 7ed094370bcf Successfully built a5f1dbd13d74 Successfully tagged docker-support-logging-go:latest  Building docker-support-logging-go ... done Removing intermediate container a4d94e273fae ---> 12b3ab1315d3 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . Removing intermediate container 7ed094370bcf ---> d4ef38c3944d Step 23/23 : LABEL version=0.0.0 ---> 502c6c0ebdc7 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> Running in 944cfcb18bae ---> b73ca3e1f799 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res Removing intermediate container 944cfcb18bae ---> 8baf8ddfdd81 ---> 333b72ee00cc Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] Successfully built 8baf8ddfdd81 Successfully tagged docker-support-notifications-go:latest  Building docker-support-notifications-go ... done  ---> Running in 51760a62add0 ---> c4f4319e3280 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res Removing intermediate container 51760a62add0 ---> 9aefb3a03f39 Step 19/21 : LABEL arch=x86_64 ---> Running in f0f302298d58 ---> 6ecfd5106d20 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res Removing intermediate container f0f302298d58 ---> 2f4ce20c80ea Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in f36e7b14124c ---> 01b4789c2d6f Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging Removing intermediate container f36e7b14124c ---> acbe45474fc5 Step 21/21 : LABEL version=0.0.0 ---> Running in 4520588ba1ac ---> 17fab357687e Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh ---> Running in f8c600337a59 Removing intermediate container 4520588ba1ac ---> af69bd8ec141 Successfully built af69bd8ec141 Successfully tagged docker-core-command-go:latest  Building docker-core-command-go ... done Removing intermediate container f8c600337a59 ---> 5ef20ea19d3c Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ ---> d7d132ccbad1 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / ---> Running in bb3d67db92e3 Removing intermediate container bb3d67db92e3 ---> a838c16ecf86 Step 24/29 : RUN chmod 755 security-secrets-setup ---> Running in 0bf00ab7959a 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 Removing intermediate container 0bf00ab7959a ---> c9b0ccbe9df5 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] ---> Running in 728195b7089e Removing intermediate container 728195b7089e ---> 458ee80ce23e Step 26/29 : CMD [ "generate" ] ---> Running in 726997132c86 Removing intermediate container 726997132c86 ---> bc7fdbee9882 Step 27/29 : LABEL arch=x86_64 ---> Running in afec648b0a2d Removing intermediate container afec648b0a2d ---> fa250b63d45e Step 28/29 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 32e07d0d6da3 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 Removing intermediate container 32e07d0d6da3 ---> 2ddb5006790a Step 29/29 : LABEL version=0.0.0 ---> Running in 689a177c21a9 Removing intermediate container 689a177c21a9 ---> 535633ea8fa3 Successfully built 535633ea8fa3 Successfully tagged docker-security-secrets-setup-go:latest  Building docker-security-secrets-setup-go ... done Removing intermediate container 62b94c379df4 ---> 857c68e548d1 Step 10/26 : FROM alpine:3.10 3.10: Pulling from library/alpine Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 Status: Downloaded newer image for alpine:3.10 ---> be4e4bea2c2e Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* ---> Running in cc272deef169 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] OK: 10346 distinct packages available (1/5) Installing ca-certificates (20191127-r2) (2/5) Installing nghttp2-libs (1.39.2-r1) (3/5) Installing libcurl (7.66.0-r0) (4/5) Installing curl (7.66.0-r0) (5/5) Installing dumb-init (1.2.2-r1) Executing busybox-1.30.1-r3.trigger Executing ca-certificates-20191127-r2.trigger OK: 7 MiB in 19 packages Removing intermediate container cc272deef169 ---> dde63c3b6055 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in b9c6d186fa20 Removing intermediate container b9c6d186fa20 ---> cbabd00c9c65 Step 13/26 : WORKDIR / ---> Running in 82c87f999243 Removing intermediate container 82c87f999243 ---> 3ee7538c2c15 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> e6a7d8fc70d1 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml ---> e2c90a5cdeb0 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> 6e5bb7d1b197 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml ---> bd15ba23a31d Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . ---> 64bfcd0589e0 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> 81ea1ae5c407 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . ---> 0587897634f2 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ ---> 5e5a056b917e Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / ---> Running in bcd07324c1d3 Removing intermediate container bcd07324c1d3 ---> 2a83fba5ce1a Step 23/26 : ENTRYPOINT ["entrypoint.sh"] ---> Running in a86626f7e465 Removing intermediate container a86626f7e465 ---> 8f8e8685a667 Step 24/26 : LABEL arch=x86_64 ---> Running in 436cc3b6eb6e Removing intermediate container 436cc3b6eb6e ---> 5d9aa4e9a06b Step 25/26 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 8d1c571febe4 Removing intermediate container 8d1c571febe4 ---> 8a2163de6307 Step 26/26 : LABEL version=0.0.0 ---> Running in cf264f37e918 Removing intermediate container cf264f37e918 ---> 9898872de4cf Successfully built 9898872de4cf Successfully tagged docker-security-secretstore-setup-go:latest  Building docker-security-secretstore-setup-go ... done  [Pipeline] } $ docker stop --time=1 4ec4f2d3814986eb91a3bda5cb56eb88849ef079780afde113b63973a2aaa564 $ docker rm -f 4ec4f2d3814986eb91a3bda5cb56eb88849ef079780afde113b63973a2aaa564 [Pipeline] // withDockerContainer [Pipeline] sh + docker images + grep docker docker-security-secretstore-setup-go latest 9898872de4cf 4 seconds ago 33.9MB docker-security-secrets-setup-go latest 535633ea8fa3 15 seconds ago 25.1MB docker-core-command-go latest af69bd8ec141 20 seconds ago 13MB docker-support-notifications-go latest 8baf8ddfdd81 23 seconds ago 14.4MB docker-support-logging-go latest a5f1dbd13d74 24 seconds ago 11.8MB docker-sys-mgmt-agent-go latest 41c4a1776589 42 seconds ago 284MB docker-core-data-go latest 316108217040 2 minutes ago 23.8MB docker-core-metadata-go latest cb0e97d977a0 2 minutes ago 14.4MB docker-support-scheduler-go latest 5112e4d36756 2 minutes ago 13.1MB docker-security-proxy-setup-go latest 5fc0a4200a76 2 minutes ago 16.4MB docker latest 81f5749c9058 7 weeks ago 211MB [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] // stage [Pipeline] } Running on prd-ubuntu18.04-docker-arm64-4c-16g-64 in /w/workspace/edgexfoundry_edgex-go_PR-2661 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2661/head:refs/remotes/origin/PR-2661 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2661/head:refs/remotes/origin/PR-2661 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d08647e33299f35346a0c0e1b5c282da7a73a79b into PR head commit c6fa3948cf30706ca6042270d1f8512184d3b2d3 Merge succeeded, producing c6fa3948cf30706ca6042270d1f8512184d3b2d3 Checking out Revision c6fa3948cf30706ca6042270d1f8512184d3b2d3 (PR-2661) > git config core.sparsecheckout # timeout=10 > git checkout -f c6fa3948cf30706ca6042270d1f8512184d3b2d3 # 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 d08647e33299f35346a0c0e1b5c282da7a73a79b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c6fa3948cf30706ca6042270d1f8512184d3b2d3 # timeout=10 Commit message: "feat(metadata): Update swagger file for V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] ========================================================= [Pipeline] isUnix [Pipeline] sh + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . Sending build context to Docker daemon 323MB Step 1/7 : ARG BASE=golang:1.13-alpine Step 2/7 : FROM ${BASE} 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 b538f80385f9: Pulling fs layer 74f711af9a0d: Pulling fs layer 99f96fe45779: Pulling fs layer fd7a069fd194: Pulling fs layer 66aa3694b03b: Pulling fs layer 170f70906a0f: Pulling fs layer ad7c5574e4b9: Pulling fs layer e772456be8f7: Pulling fs layer c890913d741a: Pulling fs layer 2480fcc9aa5a: Pulling fs layer 09adf4765672: Pulling fs layer 66aa3694b03b: Waiting 170f70906a0f: Waiting ad7c5574e4b9: Waiting e772456be8f7: Waiting c890913d741a: Waiting 2480fcc9aa5a: Waiting 09adf4765672: Waiting fd7a069fd194: Waiting 99f96fe45779: Verifying Checksum 99f96fe45779: Download complete 74f711af9a0d: Download complete 66aa3694b03b: Verifying Checksum 66aa3694b03b: Download complete 170f70906a0f: Verifying Checksum 170f70906a0f: Download complete b538f80385f9: Verifying Checksum b538f80385f9: Pull complete 74f711af9a0d: Pull complete 99f96fe45779: Pull complete ad7c5574e4b9: Verifying Checksum ad7c5574e4b9: Download complete c890913d741a: Verifying Checksum c890913d741a: Download complete 2480fcc9aa5a: Verifying Checksum 2480fcc9aa5a: Download complete fd7a069fd194: Download complete 09adf4765672: Verifying Checksum 09adf4765672: Download complete e772456be8f7: Verifying Checksum e772456be8f7: Download complete fd7a069fd194: Pull complete 66aa3694b03b: Pull complete 170f70906a0f: Pull complete ad7c5574e4b9: Pull complete e772456be8f7: Pull complete c890913d741a: Pull complete 2480fcc9aa5a: Pull complete 09adf4765672: Pull complete Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine ---> 2248a725d1cf 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 ---> Running in 0ba5e30056fb fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/12) Installing libmagic (5.38-r0) (2/12) Installing file (5.38-r0) (3/12) Installing libc-dev (0.7.2-r3) (4/12) Installing g++ (9.3.0-r2) (5/12) Installing fortify-headers (1.1-r0) (6/12) Installing patch (2.7.6-r6) (7/12) Installing build-base (0.5-r2) (8/12) Installing libsodium (1.0.18-r0) (9/12) Installing pkgconf (1.7.2-r0) (10/12) Installing libsodium-dev (1.0.18-r0) (11/12) Installing libzmq (4.3.2-r0) (12/12) Installing zeromq-dev (4.3.2-r0) Executing busybox-1.31.1-r16.trigger OK: 217 MiB in 51 packages Removing intermediate container 0ba5e30056fb ---> 140c440baba1 Step 4/7 : WORKDIR /edgex-go ---> Running in de6118930cb3 Removing intermediate container de6118930cb3 ---> c47deb0ffb6d Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker latest: Pulling from library/docker b538f80385f9: Already exists 259a493cd78d: Pulling fs layer b8e66b5100f5: Pulling fs layer 39dc9c94d07c: Pulling fs layer 551b823b3b82: Pulling fs layer 3c52a74df98c: Pulling fs layer 6c9b121b6998: Pulling fs layer 551b823b3b82: Waiting 3c52a74df98c: Waiting 6c9b121b6998: Waiting b8e66b5100f5: Download complete 259a493cd78d: Verifying Checksum 259a493cd78d: Download complete 3c52a74df98c: Verifying Checksum 3c52a74df98c: Download complete 551b823b3b82: Verifying Checksum 551b823b3b82: Download complete 6c9b121b6998: Download complete 259a493cd78d: Pull complete b8e66b5100f5: Pull complete 39dc9c94d07c: Verifying Checksum 39dc9c94d07c: Download complete 39dc9c94d07c: Pull complete 551b823b3b82: Pull complete 3c52a74df98c: Pull complete 6c9b121b6998: Pull complete Digest: sha256:f9a24a777e813e2692920a86530355e3840d0271464fd486bd8708aa018d0ac6 Status: Downloaded newer image for docker:latest ---> 4fb4aaac94b4 Step 6/7 : COPY go.mod . ---> a70ddd7a532f Step 7/7 : RUN go mod download ---> Running in e9c012fdffef go: finding bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 go: finding github.com/BurntSushi/toml v0.3.1 go: finding github.com/OneOfOne/xxhash v1.2.5 go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 go: finding github.com/bgentry/speakeasy v0.1.0 go: finding github.com/cenkalti/backoff v2.2.1+incompatible go: finding github.com/cloudflare/gokey v0.1.0 go: finding github.com/davecgh/go-spew v1.1.1 go: finding github.com/dgrijalva/jwt-go v3.2.0+incompatible go: finding github.com/eclipse/paho.mqtt.golang v1.2.0 go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 go: finding github.com/edgexfoundry/go-mod-messaging v0.1.19 go: finding github.com/edgexfoundry/go-mod-registry v0.1.17 go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 go: finding github.com/fatih/color v1.7.0 go: finding github.com/fsnotify/fsnotify v1.4.7 go: finding github.com/fxamacker/cbor/v2 v2.2.0 go: finding github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 go: finding github.com/go-kit/kit v0.8.0 go: finding github.com/go-logfmt/logfmt v0.4.0 go: finding github.com/go-redis/redis/v7 v7.2.0 go: finding github.com/go-stack/stack v1.8.0 go: finding github.com/golang/protobuf v1.3.2 go: finding github.com/gomodule/redigo v2.0.0+incompatible go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c go: finding github.com/google/uuid v1.1.0 go: finding github.com/gorilla/mux v1.7.1 go: finding github.com/hashicorp/consul/api v1.1.0 go: finding github.com/hashicorp/consul/sdk v0.1.1 go: finding github.com/hashicorp/errwrap v1.0.0 go: finding github.com/hashicorp/go-cleanhttp v0.5.1 go: finding github.com/hashicorp/go-immutable-radix v1.0.0 go: finding github.com/hashicorp/go-msgpack v0.5.3 go: finding github.com/hashicorp/go-multierror v1.0.0 go: finding github.com/hashicorp/go-rootcerts v1.0.0 go: finding github.com/hashicorp/go-sockaddr v1.0.0 go: finding github.com/hashicorp/go-syslog v1.0.0 go: finding github.com/hashicorp/go-uuid v1.0.1 go: finding github.com/hashicorp/go.net v0.0.1 go: finding github.com/hashicorp/golang-lru v0.5.0 go: finding github.com/hashicorp/logutils v1.0.0 go: finding github.com/hashicorp/mdns v1.0.0 go: finding github.com/hashicorp/memberlist v0.1.3 go: finding github.com/hashicorp/serf v0.8.2 go: finding github.com/hpcloud/tail v1.0.0 go: finding github.com/imdario/mergo v0.3.6 go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 go: finding github.com/kr/pretty v0.1.0 go: finding github.com/kr/pty v1.1.1 go: finding github.com/kr/text v0.1.0 go: finding github.com/mattn/go-colorable v0.0.9 go: finding github.com/mattn/go-isatty v0.0.3 go: finding github.com/miekg/dns v1.0.14 go: finding github.com/mitchellh/cli v1.0.0 go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 go: finding github.com/mitchellh/copystructure v1.0.0 go: finding github.com/mitchellh/go-homedir v1.0.0 go: finding github.com/mitchellh/go-testing-interface v1.0.0 go: finding github.com/mitchellh/gox v0.4.0 go: finding github.com/mitchellh/iochan v1.0.0 go: finding github.com/mitchellh/mapstructure v1.1.2 go: finding github.com/mitchellh/reflectwalk v1.0.0 go: finding github.com/onsi/ginkgo v1.10.1 go: finding github.com/onsi/gomega v1.7.0 go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c go: finding github.com/pebbe/zmq4 v1.0.0 go: finding github.com/pelletier/go-toml v1.2.0 go: finding github.com/pkg/errors v0.8.1 go: finding github.com/pmezard/go-difflib v1.0.0 go: finding github.com/posener/complete v1.1.1 go: finding github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 go: finding github.com/stretchr/objx v0.1.0 go: finding github.com/stretchr/testify v1.5.1 go: finding github.com/ugorji/go v1.1.4 go: finding github.com/x448/float16 v0.8.4 go: finding golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 go: finding golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 go: finding golang.org/x/sys v0.0.0-20191010194322-b09406accb47 go: finding golang.org/x/text v0.3.2 go: finding golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e go: finding gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 go: finding gopkg.in/eapache/queue.v1 v1.1.0 go: finding gopkg.in/fsnotify.v1 v1.4.7 go: finding gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 go: finding gopkg.in/yaml.v2 v2.2.8 Removing intermediate container e9c012fdffef ---> f58fc7fe820a Successfully built f58fc7fe820a Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . ci-base-image-arm64 . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-64 does not seem to be running inside a container $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat $ docker top edc49800bbe7d6e4b966af72447611e26253b487c2f57d3eb5788cdc66f86f3c -eo pid,comm [Pipeline] { [Pipeline] sh + go version go version go1.13.13 linux/arm64 [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Running Tests and Build... ========================================================= [Pipeline] sh + make test GO111MODULE=on go test -coverprofile=coverage.out ./... ? github.com/edgexfoundry/edgex-go [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] ? github.com/edgexfoundry/edgex-go/internal [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.071s coverage: 46.6% of statements ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.154s coverage: 27.3% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.020s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.022s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.064s coverage: 89.8% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.223s coverage: 63.5% of statements ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.026s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.260s coverage: 55.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 20.156s coverage: 86.3% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.933s coverage: 72.2% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.340s coverage: 72.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.053s coverage: 82.4% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 26.9% of statements ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.1% of statements ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.022s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.037s coverage: 42.9% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.022s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.044s coverage: 83.8% of statements ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 46.1% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.030s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.039s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.173s coverage: 29.1% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.032s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements GO111MODULE=on go vet ./... gofmt -l . [ "`gofmt -l .`" = "" ] ./bin/test-go-mod-tidy.sh ./bin/test-attribution-txt.sh [Pipeline] sh + ls -al . total 588 drwxrwxr-x 10 1001 1001 4096 Aug 14 17:43 . drwxr-xr-x 4 root root 4096 Aug 14 17:40 .. -rw-rw-r-- 1 1001 1001 11 Aug 14 17:38 .dockerignore drwxrwxr-x 8 1001 1001 4096 Aug 14 17:38 .git drwxrwxr-x 3 1001 1001 4096 Aug 14 17:38 .github -rw-rw-r-- 1 1001 1001 932 Aug 14 17:38 .gitignore drwxrwxr-x 3 1001 1001 4096 Aug 14 17:38 .semver -rw-rw-r-- 1 1001 1001 166 Aug 14 17:38 .sonarcloud.properties -rw-rw-r-- 1 1001 1001 3804 Aug 14 17:38 CONTRIBUTING.md -rw-rw-r-- 1 1001 1001 1035 Aug 14 17:38 Dockerfile.build -rw-rw-r-- 1 1001 1001 865 Aug 14 17:38 Jenkinsfile -rw-rw-r-- 1 1001 1001 10775 Aug 14 17:38 LICENSE -rw-rw-r-- 1 1001 1001 6237 Aug 14 17:38 Makefile -rw-rw-r-- 1 1001 1001 5652 Aug 14 17:38 README.md -rw-rw-r-- 1 1001 1001 7111 Aug 14 17:38 SECURITY.md -rw-rw-r-- 1 1001 1001 5 Aug 14 17:24 VERSION -rw-rw-r-- 1 1001 1001 4131 Aug 14 17:38 ZMQWindows.md drwxrwxr-x 2 1001 1001 4096 Aug 14 17:38 bin drwxrwxr-x 15 1001 1001 4096 Aug 14 17:38 cmd -rw-r--r-- 1 root root 455803 Aug 14 17:42 coverage.out -rw-r--r-- 1 root root 1019 Aug 14 17:42 go.mod -rw-r--r-- 1 root root 18146 Aug 14 17:42 go.sum drwxrwxr-x 8 1001 1001 4096 Aug 14 17:38 internal drwxrwxr-x 4 1001 1001 4096 Aug 14 17:38 openapi drwxrwxr-x 4 1001 1001 4096 Aug 14 17:38 snap -rw-rw-r-- 1 1001 1001 168 Aug 14 17:38 version.go [Pipeline] sh + '[' -e coverage.out ] + chown 1001:1001 coverage.out [Pipeline] stash Warning: overwriting stash ‘coverage-report’ Stashed 1 file(s) [Pipeline] sh + make build 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 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 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 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 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 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 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 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 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 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 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 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 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] } $ docker stop --time=1 edc49800bbe7d6e4b966af72447611e26253b487c2f57d3eb5788cdc66f86f3c $ docker rm -f edc49800bbe7d6e4b966af72447611e26253b487c2f57d3eb5788cdc66f86f3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest latest: Pulling from edgex-devops/edgex-compose-arm64 29e5d40040c1: Pulling fs layer 1ce36da41761: Pulling fs layer 25b303627fd3: Pulling fs layer 29e5d40040c1: Download complete 1ce36da41761: Verifying Checksum 1ce36da41761: Download complete 29e5d40040c1: Pull complete 1ce36da41761: Pull complete 25b303627fd3: Verifying Checksum 25b303627fd3: Download complete 25b303627fd3: Pull complete Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-64 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat $ docker top b26e4b0f6915f04bdfc5e90952b53b81680c74fb4d0b65b67ec095e47e68a5f3 -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose build --help + grep parallel --parallel Build images in parallel. [Pipeline] } $ docker stop --time=1 b26e4b0f6915f04bdfc5e90952b53b81680c74fb4d0b65b67ec095e47e68a5f3 $ docker rm -f b26e4b0f6915f04bdfc5e90952b53b81680c74fb4d0b65b67ec095e47e68a5f3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest . [Pipeline] withDockerContainer prd-ubuntu18.04-docker-arm64-4c-16g-64 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat $ docker top cc262fad303d9ae6ac9335b9a67a4d524180264dcd85ed9580e2be183f2c270b -eo pid,comm [Pipeline] { [Pipeline] sh + docker-compose -f ./docker-compose-build.yml build --parallel Building docker-core-command-go ... Building docker-core-data-go ... Building docker-core-metadata-go ... Building docker-security-proxy-setup-go ... Building docker-security-secrets-setup-go ... Building docker-security-secretstore-setup-go ... Building docker-support-logging-go ... Building docker-support-notifications-go ... Building docker-support-scheduler-go ... Building docker-sys-mgmt-agent-go ... Building docker-support-notifications-go Building docker-core-metadata-go Building docker-security-proxy-setup-go Building docker-security-secrets-setup-go Building docker-security-secretstore-setup-go Step 1/23 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/23 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/23 : WORKDIR /edgex-go Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/26 : WORKDIR /edgex-go Step 1/29 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/29 : FROM ${BUILDER_BASE} AS build-env ---> f58fc7fe820a Step 3/29 : WORKDIR /edgex-go Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/21 : WORKDIR /edgex-go Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/20 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/20 : WORKDIR /edgex-go ---> Running in f4644edd6ff8 ---> Running in 8cf0981b7410 ---> Running in 8b8753398dfa ---> Running in 699546ad4c63 ---> Running in 7b91667efd4c Removing intermediate container 8cf0981b7410 ---> 9c349d303a9b Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container 699546ad4c63 ---> 20d5ab24b53a Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in abe622d7c9fb Removing intermediate container 8b8753398dfa ---> 3febc6841023 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories Removing intermediate container f4644edd6ff8 ---> 8ea781cb82c2 Step 4/29 : RUN apk update && apk add make git Removing intermediate container 7b91667efd4c ---> 1c0f443d0fec Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in bfb9b4c53c66 ---> Running in 30118e98fa88 ---> Running in ef46b38b31f4 ---> Running in bbc3f59f9461 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Removing intermediate container abe622d7c9fb ---> 3fbabea20327 Step 5/23 : RUN apk update && apk add make bash git ca-certificates fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> Running in df7cae0a68a6 Removing intermediate container bfb9b4c53c66 ---> ad209dfa4ea2 Step 5/21 : RUN apk update && apk add make git ---> Running in 339169e1fdfb Removing intermediate container bbc3f59f9461 ---> 791ba13007e9 Step 5/26 : RUN apk update && apk add make git Removing intermediate container ef46b38b31f4 ---> ae0df4bf6d57 Step 5/20 : RUN apk update && apk add make git ---> Running in 2e1a724c02fb ---> Running in bbb52d19a014 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available OK: 217 MiB in 51 packages fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Removing intermediate container 30118e98fa88 ---> e5557efd944e Step 5/29 : COPY go.mod . fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> 0f14b9465217 Step 6/29 : RUN go mod download fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> Running in 534e41bc7796 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available OK: 217 MiB in 51 packages v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available OK: 217 MiB in 51 packages OK: 217 MiB in 51 packages Removing intermediate container 339169e1fdfb ---> 7682712ecbe5 Step 6/21 : COPY go.mod . Removing intermediate container 2e1a724c02fb ---> 5a7c40eeddd7 Step 6/26 : COPY go.mod . v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available Removing intermediate container bbb52d19a014 ---> 2defa0f4cd57 Step 6/20 : COPY go.mod . Removing intermediate container 534e41bc7796 ---> 16e861325903 Step 7/29 : COPY . . ---> 899360b64eca Step 7/21 : RUN go mod download ---> 59c314713649 Step 7/26 : RUN go mod download OK: 217 MiB in 51 packages ---> Running in 205f6b8e4dba ---> Running in 14dc5b0dba8d ---> 3196e3d500c2 Step 7/20 : RUN go mod download ---> Running in ac43774f313b Removing intermediate container df7cae0a68a6 ---> 72c3da3071cd Step 6/23 : COPY go.mod . ---> effa547162bc Step 7/23 : RUN go mod download ---> Running in ddf3c42e0d78 Removing intermediate container 205f6b8e4dba ---> 74f400346d3e Step 8/21 : COPY . . Removing intermediate container ac43774f313b ---> 35970b076134 Step 8/20 : COPY . . Removing intermediate container 14dc5b0dba8d ---> ceae133e1bad Step 8/26 : COPY . . Removing intermediate container ddf3c42e0d78 ---> 526fea4f50cb Step 8/23 : COPY . . ---> 5bf645064bda Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup ---> Running in b06621bae43c ---> c5c3765c52a4 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup ---> 8fea74e4c5f5 Step 9/21 : RUN make cmd/core-metadata/core-metadata ---> 40118b5d08d2 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 ---> 49bad00d4c4f Step 9/23 : RUN make cmd/support-notifications/support-notifications ---> Running in 0d257a4336d8 ---> Running in 842d7c56e2b5 ---> Running in 0e59584e8258 ---> Running in b5ff7d10ee8c 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 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 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 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 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 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 Removing intermediate container b06621bae43c ---> 37d12ed6455b Step 9/29 : FROM alpine:latest latest: Pulling from library/alpine Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 Status: Downloaded newer image for alpine:latest ---> 62ee0e9f8440 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' ---> Running in 4448232f018e Removing intermediate container 4448232f018e ---> d9028b74dafd Step 11/29 : USER root ---> Running in cd6f727b2596 Removing intermediate container cd6f727b2596 ---> b4eb08021c06 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* ---> Running in 23f65d932a86 Removing intermediate container 0d257a4336d8 ---> 367225f70117 Step 10/20 : FROM alpine ---> 62ee0e9f8440 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* ---> Running in fb84a6ccfbd0 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available v3.12.0-240-g35a7b2e977 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available (1/2) Installing ca-certificates (20191127-r4) (2/2) Installing dumb-init (1.2.2-r1) Executing busybox-1.31.1-r16.trigger Executing ca-certificates-20191127-r4.trigger OK: 6 MiB in 16 packages (1/4) Installing ca-certificates (20191127-r4) (2/4) Installing nghttp2-libs (1.41.0-r0) (3/4) Installing libcurl (7.69.1-r0) (4/4) Installing curl (7.69.1-r0) Executing busybox-1.31.1-r16.trigger Executing ca-certificates-20191127-r4.trigger OK: 7 MiB in 18 packages Removing intermediate container 23f65d932a86 ---> b99abbf668d8 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 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 Removing intermediate container fb84a6ccfbd0 ---> 13cee41d08a0 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> Running in bbae7dcf3ba1 ---> Running in 579facbfb7a3 Removing intermediate container bbae7dcf3ba1 ---> e3a62102e9fa Step 14/29 : WORKDIR $BASE_DIR ---> Running in 0615f87ca584 Removing intermediate container 579facbfb7a3 ---> 75fb53631bd2 Step 13/20 : WORKDIR /edgex ---> Running in 079e01d5cca8 Removing intermediate container 0615f87ca584 ---> dd3c8fd8cfca Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging ---> Running in 47f5245f8a0e Removing intermediate container 079e01d5cca8 ---> 0fe73a080a63 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml ---> b79da0c8e547 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . ---> 2f86a02b0193 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> Running in be829b03fb36 Removing intermediate container 47f5245f8a0e ---> 394495922bc7 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . Removing intermediate container be829b03fb36 ---> 8b7328e03093 Step 17/20 : CMD ["--init=true"] ---> Running in a16cae92be28 Removing intermediate container a16cae92be28 ---> d62a41950e62 Step 18/20 : LABEL arch=arm64 ---> Running in 8231c064e9f8 ---> 83b16dc2cf5d Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res Removing intermediate container 8231c064e9f8 ---> ae17fb69f7ce Step 19/20 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in c84a05275b8f ---> 5a6e4d56baf5 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res Removing intermediate container c84a05275b8f ---> fcafb856863a Step 20/20 : LABEL version=0.0.0 ---> Running in f6011d92db3f ---> a6a1ec7e56f2 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res Removing intermediate container f6011d92db3f ---> 50e709505219 Successfully built 50e709505219 Successfully tagged docker-security-proxy-setup-go-arm64:latest  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go ---> 3dfef384c3c9 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging Removing intermediate container 0e59584e8258 ---> 7875027fb631 Step 10/26 : FROM alpine:3.10 3.10: Pulling from library/alpine ---> 8aa6d91ef1cd Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh ---> Running in 446b2e97cd4a Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 Status: Downloaded newer image for alpine:3.10 ---> 536a684cf733 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* ---> Running in 59e98a9a3b8b fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz v3.10.5-74-g0b1cb9d719 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] v3.10.5-73-g9ff6848e18 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] OK: 10167 distinct packages available (1/5) Installing ca-certificates (20191127-r2) (2/5) Installing nghttp2-libs (1.39.2-r1) (3/5) Installing libcurl (7.66.0-r0) (4/5) Installing curl (7.66.0-r0) (5/5) Installing dumb-init (1.2.2-r1) Executing busybox-1.30.1-r3.trigger Executing ca-certificates-20191127-r2.trigger Removing intermediate container b5ff7d10ee8c ---> 7329efe1e0d4 Step 10/23 : FROM scratch ---> Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' OK: 7 MiB in 19 packages ---> Running in dbcdd9cfe2c6 Removing intermediate container 446b2e97cd4a ---> 4d43b8b8be64 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ Removing intermediate container dbcdd9cfe2c6 ---> 68b5a79bc684 Step 12/23 : ENV APP_PORT=48060 ---> Running in bbde88347548 ---> 724aac6f10c2 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / Removing intermediate container 59e98a9a3b8b ---> 3534239063e1 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' Removing intermediate container bbde88347548 ---> 05f08af7f892 Step 13/23 : EXPOSE $APP_PORT Removing intermediate container 842d7c56e2b5 ---> 1636dcfe88a5 Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Running in f5eff318a05e ---> Running in 4bb22f83bf02 ---> Running in 01a551c0f30d ---> Running in b0575dfca783 Removing intermediate container f5eff318a05e ---> 3a732922d526 Step 13/26 : WORKDIR / Removing intermediate container 01a551c0f30d ---> 864aa870d2b5 Step 14/23 : COPY --from=builder /bin/sh /bin/sh ---> Running in 2f8027f052d5 Removing intermediate container b0575dfca783 ---> 114c2079912a Step 12/21 : ENV APP_PORT=48081 ---> Running in 0fb2cbf5a5dc ---> c508295060c2 Step 15/23 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates Removing intermediate container 0fb2cbf5a5dc ---> 68d6162ea4e9 Step 13/21 : EXPOSE $APP_PORT Removing intermediate container 2f8027f052d5 ---> fbe51b636aac Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json ---> Running in 4ed1723c47fa ---> 0a47a9396712 Step 16/23 : COPY --from=builder /etc/ssl /etc/ssl Removing intermediate container 4ed1723c47fa ---> 26e0c87a4749 Step 14/21 : WORKDIR / ---> 59b581038937 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml ---> Running in 4579af70e7bd Removing intermediate container 4bb22f83bf02 ---> d1bb985c9046 Step 24/29 : RUN chmod 755 security-secrets-setup ---> Running in 31764816a2ea Removing intermediate container 4579af70e7bd ---> e22577a77950 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/21 : WORKDIR /edgex-go ---> Using cache ---> 1c0f443d0fec Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 791ba13007e9 Step 5/21 : RUN apk update && apk add make && apk add bash git ---> 95564960d8dd Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml ---> 49de74b90326 ---> Running in bfe09045422d Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / ---> 398e6e649926 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> 55657ac683d7 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml ---> aa74f801082a Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz ---> 881a6958b8af Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> fd35025e3dc4 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> 56e21c7e98ed Step 19/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available Removing intermediate container 31764816a2ea ---> a5d66b9ae643 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] ---> 0e8c17ba9574 Step 20/23 : ENTRYPOINT ["/support-notifications","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> bdbd4beedd3e Step 18/21 : ENTRYPOINT ["/core-metadata","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> aaf14c478ca0 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . ---> Running in 644dea531004 ---> Running in 41564826eea0 ---> Running in 4011f2c0ab0e OK: 217 MiB in 51 packages Removing intermediate container 4011f2c0ab0e ---> 5eef3a988270 Step 21/23 : LABEL arch=arm64 Removing intermediate container 644dea531004 ---> 4fb614f7afab Step 26/29 : CMD [ "generate" ] OK: 217 MiB in 51 packages Removing intermediate container 41564826eea0 ---> 9e2010b46c97 Step 19/21 : LABEL arch=arm64 ---> Running in 566f9de8651f ---> Running in d51cd9f7476c ---> Running in cb11f08c4535 ---> 1a6bfc41eb24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . Removing intermediate container 566f9de8651f ---> e3b8116ea72b Step 22/23 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 Removing intermediate container d51cd9f7476c ---> 0919369a0d5b Step 27/29 : LABEL arch=arm64 Removing intermediate container cb11f08c4535 ---> 914b60b03734 Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 5dc2c1fc567a ---> Running in e2146009392b ---> Running in 1e6c0bb091e5 Removing intermediate container bfe09045422d ---> 46558e9e9ea8 Step 6/21 : COPY go.mod . ---> 71cc7dd94b71 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ Removing intermediate container e2146009392b ---> 4e79ec61f8d3 Step 28/29 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 Removing intermediate container 5dc2c1fc567a ---> b68ee6fd27c6 Step 21/21 : LABEL version=0.0.0 Removing intermediate container 1e6c0bb091e5 ---> 00dc0c86cf46 Step 23/23 : LABEL version=0.0.0 ---> Running in 217e21d29728 ---> Running in c1b9fb0c15de ---> Running in b096a52bca7b ---> 276d400e9683 Step 7/21 : RUN go mod download ---> Running in 1afc15b872c8 ---> 10d25a2e1557 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / Removing intermediate container c1b9fb0c15de ---> 9cdb6b551c10 Step 29/29 : LABEL version=0.0.0 ---> Running in b566bfd9ba63 Removing intermediate container 217e21d29728 ---> e34aa918fa82 Removing intermediate container b096a52bca7b ---> 652b67d1a323 ---> Running in 99b1fc055146 Successfully built e34aa918fa82 Successfully built 652b67d1a323 Successfully tagged docker-support-notifications-go-arm64:latest Building docker-core-command-go  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go-arm64:latest  Building docker-core-metadata-go ... done Building docker-support-scheduler-go Removing intermediate container 99b1fc055146 ---> 3407315f4e11 Successfully built 3407315f4e11 Successfully tagged docker-security-secrets-setup-go-arm64:latest  Building docker-security-secrets-setup-go ... done Building docker-sys-mgmt-agent-go Removing intermediate container 1afc15b872c8 ---> 8db01f8395ab Step 8/21 : COPY . . Removing intermediate container b566bfd9ba63 ---> 039d6b9eba7e Step 23/26 : ENTRYPOINT ["entrypoint.sh"] ---> Running in 642825baf237 Removing intermediate container 642825baf237 ---> 183a72571143 Step 24/26 : LABEL arch=arm64 ---> Running in d7298b4fbe9d Removing intermediate container d7298b4fbe9d ---> be57f47f046f Step 25/26 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in eb9ca109b8bb Removing intermediate container eb9ca109b8bb ---> 768b74e0a237 Step 26/26 : LABEL version=0.0.0 ---> Running in 2977306923a0 Removing intermediate container 2977306923a0 ---> b70ce2020d4b Successfully built b70ce2020d4b Successfully tagged docker-security-secretstore-setup-go-arm64:latest  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go ---> fa6eb17ef46e Step 9/21 : RUN make cmd/support-logging/support-logging ---> Running in 8560c471ee14 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 Removing intermediate container 8560c471ee14 ---> 0733b03336cf Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' ---> Using cache ---> 68b5a79bc684 Step 12/21 : ENV APP_PORT=48061 ---> Running in 92d4b4f6e5cb Step 1/21 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/21 : WORKDIR /edgex-go ---> Using cache ---> 1c0f443d0fec Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 791ba13007e9 Step 5/21 : RUN apk update && apk add make git ---> Using cache ---> 5a7c40eeddd7 Step 6/21 : COPY go.mod . ---> Using cache ---> 59c314713649 Step 7/21 : RUN go mod download ---> Using cache ---> ceae133e1bad Step 8/21 : COPY . . ---> Using cache ---> 40118b5d08d2 Step 9/21 : RUN make cmd/core-command/core-command ---> Running in 05753109861b Removing intermediate container 92d4b4f6e5cb ---> ead45ee25db2 Step 13/21 : EXPOSE $APP_PORT ---> Running in 7de7dd72c0bc Step 1/26 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/26 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/26 : WORKDIR /edgex-go ---> Using cache ---> 1c0f443d0fec Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 791ba13007e9 Step 5/26 : RUN apk update && apk add make bash git ---> Running in 448581a24488 Removing intermediate container 7de7dd72c0bc ---> 13e264324a01 Step 14/21 : COPY --from=builder /bin/bash /bin/bash 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 Step 1/20 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/20 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/20 : WORKDIR /edgex-go ---> Using cache ---> 1c0f443d0fec Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 791ba13007e9 Step 5/20 : RUN apk update && apk add make git ---> Using cache ---> 5a7c40eeddd7 Step 6/20 : COPY go.mod . ---> Using cache ---> 59c314713649 Step 7/20 : RUN go mod download ---> Using cache ---> ceae133e1bad Step 8/20 : COPY . . ---> Using cache ---> 40118b5d08d2 Step 9/20 : RUN make cmd/support-scheduler/support-scheduler ---> d211a1192fd0 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / ---> Running in 290ee7fbe77e fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz ---> 0d35b79a9bd8 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 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 v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available OK: 217 MiB in 51 packages ---> 042cffb31b3a Step 17/21 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml Removing intermediate container 448581a24488 ---> bcb4a04fb204 Step 6/26 : COPY go.mod . ---> 0be765c734b7 Step 18/21 : ENTRYPOINT ["/support-logging","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 6481924bfcd8 Removing intermediate container 6481924bfcd8 ---> 1ee2089b7a6a Step 19/21 : LABEL arch=arm64 ---> 4928a141d76a Step 7/26 : RUN go mod download ---> Running in eed03b0b6a96 ---> Running in ffc16c10d063 Removing intermediate container eed03b0b6a96 ---> 818050ea8fcd Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 8f9aefcba7bc Removing intermediate container 8f9aefcba7bc ---> ccd81b27e576 Step 21/21 : LABEL version=0.0.0 Step 1/22 : ARG BUILDER_BASE=golang:1.13-alpine Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> f58fc7fe820a Step 3/22 : WORKDIR /edgex-go ---> Using cache ---> 1c0f443d0fec Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Using cache ---> 791ba13007e9 Step 5/22 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git ---> Running in 29cd8ea0e410 ---> Running in a576840efd30 Removing intermediate container a576840efd30 ---> a070357a7dd4 Successfully built a070357a7dd4 Successfully tagged docker-support-logging-go-arm64:latest  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz Removing intermediate container ffc16c10d063 ---> 8f945f591d36 Step 8/26 : COPY . . fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz v3.12.0-240-g35a7b2e977 [http://nl.alpinelinux.org/alpine/v3.12/main] v3.12.0-241-g30378ef162 [http://nl.alpinelinux.org/alpine/v3.12/community] OK: 12620 distinct packages available OK: 217 MiB in 51 packages Removing intermediate container 29cd8ea0e410 ---> 3d6097afc77a Step 6/22 : COPY go.mod . ---> 137e3857c991 Step 7/22 : RUN go mod download ---> Running in 2f4b3cb8f2ff Removing intermediate container 2f4b3cb8f2ff ---> 0c4ef01ac9da Step 8/22 : COPY . . ---> 4e0ed0b4147d Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> Running in 78bde33015bb 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 ---> d44e9fb595dd Step 9/22 : RUN make cmd/core-data/core-data ---> Running in 9d00fcbdae50 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 Removing intermediate container 05753109861b ---> 515e6456b5c3 Step 10/21 : FROM scratch ---> Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Using cache ---> 114c2079912a Step 12/21 : ENV APP_PORT=48082 ---> Running in c219c2d7f4ca Removing intermediate container c219c2d7f4ca ---> dc231e752e7d Step 13/21 : EXPOSE $APP_PORT ---> Running in 5ae5fc9a0ce5 Removing intermediate container 5ae5fc9a0ce5 ---> e01f9087d022 Step 14/21 : WORKDIR / ---> Running in 1ad9d6163f06 Removing intermediate container 1ad9d6163f06 ---> acc12fc4f978 Step 15/21 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / Removing intermediate container 290ee7fbe77e ---> 9fae669fe25e Step 10/20 : FROM scratch ---> Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Using cache ---> 114c2079912a Step 12/20 : ENV APP_PORT=48085 ---> d50f55082b07 Step 16/21 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> Running in f20befef037b Removing intermediate container f20befef037b ---> 2baee5701b3a Step 13/20 : EXPOSE $APP_PORT ---> Running in 82f6e4736d98 Removing intermediate container 82f6e4736d98 ---> 2f88eb14b021 Step 14/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / ---> dcea557c8804 Step 17/21 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> 949678b56c24 Step 15/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> 9b60d2b9710c Step 18/21 : ENTRYPOINT ["/core-command","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in b7e9bd37d23e Removing intermediate container b7e9bd37d23e ---> ea5215338d35 Step 19/21 : LABEL arch=arm64 ---> Running in 7a594204e379 ---> 033b913f5a2d Step 16/20 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml Removing intermediate container 7a594204e379 ---> a0b27a5b8638 Step 20/21 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 2e9d6f5afdbe Removing intermediate container 2e9d6f5afdbe ---> 9de846ed1d2c Step 21/21 : LABEL version=0.0.0 ---> 9dd86acaa7bd Step 17/20 : ENTRYPOINT ["/support-scheduler","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in f064e7f78294 ---> Running in bd5456d08796 Removing intermediate container f064e7f78294 ---> 3caa88318440 Removing intermediate container bd5456d08796 ---> ea340f5379db Step 18/20 : LABEL arch=arm64 ---> Running in a7b2b08b4fb0 Successfully built 3caa88318440 Successfully tagged docker-core-command-go-arm64:latest  Building docker-core-command-go ... done Removing intermediate container a7b2b08b4fb0 ---> 61027aa449ba Step 19/20 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 3562775d888f Removing intermediate container 3562775d888f ---> 94b527d3df4b Step 20/20 : LABEL version=0.0.0 ---> Running in 1cb5b2e7622c Removing intermediate container 1cb5b2e7622c ---> 90e2acbb1a8d Successfully built 90e2acbb1a8d Successfully tagged docker-support-scheduler-go-arm64:latest  Building docker-support-scheduler-go ... done Removing intermediate container 78bde33015bb ---> 8a4fd2ac668d Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor ---> Running in 493d3cc52054 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 Removing intermediate container 493d3cc52054 ---> 9001147185bc Step 11/26 : FROM docker:latest ---> ce9d55ae87f1 Step 12/26 : RUN apk add --no-cache bash ---> Running in 2e7ee00e599a fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/2) Installing readline (8.0.4-r0) (2/2) Installing bash (5.0.17-r0) Executing bash-5.0.17-r0.post-install Executing busybox-1.31.1-r16.trigger OK: 12 MiB in 22 packages Removing intermediate container 2e7ee00e599a ---> 7593a315569b Step 13/26 : RUN rm -rf /var/cache/apk/* ---> Running in 462862a97d5f Removing intermediate container 462862a97d5f ---> 69e01f79380b Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' ---> Running in 7b7fd858435b Removing intermediate container 7b7fd858435b ---> da7a901522a4 Step 15/26 : ENV APP_PORT=48090 ---> Running in 75d7e64d6045 Removing intermediate container 75d7e64d6045 ---> 3ff2dd894901 Step 16/26 : EXPOSE $APP_PORT ---> Running in 38ad6c496036 Removing intermediate container 38ad6c496036 ---> b487e831cec5 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / ---> 76e5cdc09ce0 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml ---> ba13087b968a Step 19/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / ---> b1d21789ad20 Step 20/26 : RUN apk --no-cache add py-pip ---> Running in aedbd90e3ee3 Removing intermediate container 9d00fcbdae50 ---> 7bfb44dfbe27 Step 10/22 : FROM alpine ---> 62ee0e9f8440 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' ---> Running in 7ae1dfe753ae Removing intermediate container 7ae1dfe753ae ---> 70f2d17c8c0a Step 12/22 : ENV APP_PORT=48080 ---> Running in 5b0a615756df Removing intermediate container 5b0a615756df ---> 4cada5e7a9e2 Step 13/22 : EXPOSE $APP_PORT ---> Running in 12b2c8ea6a5a fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz Removing intermediate container 12b2c8ea6a5a ---> faf3dc6ee8fc Step 14/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> Running in 008ff020346c (1/33) Installing libbz2 (1.0.8-r1) (2/33) Installing expat (2.2.9-r1) (3/33) Installing libffi (3.3-r2) (4/33) Installing gdbm (1.13-r1) (5/33) Installing xz-libs (5.2.5-r0) (6/33) Installing sqlite-libs (3.32.1-r0) (7/33) Installing python3 (3.8.5-r0) (8/33) Installing py3-appdirs (1.4.4-r1) (9/33) Installing py3-ordered-set (4.0.1-r0) (10/33) Installing py3-parsing (2.4.7-r0) (11/33) Installing py3-six (1.15.0-r0) (12/33) Installing py3-packaging (20.4-r0) (13/33) Installing py3-setuptools (47.0.0-r0) (14/33) Installing py3-chardet (3.0.4-r4) (15/33) Installing py3-idna (2.9-r0) (16/33) Installing py3-certifi (2020.4.5.1-r0) (17/33) Installing py3-urllib3 (1.25.9-r0) (18/33) Installing py3-requests (2.23.0-r0) (19/33) Installing py3-msgpack (1.0.0-r0) (20/33) Installing py3-lockfile (0.12.2-r3) (21/33) Installing py3-cachecontrol (0.12.6-r0) (22/33) Installing py3-colorama (0.4.3-r0) (23/33) Installing py3-distlib (0.3.0-r0) (24/33) Installing py3-distro (1.5.0-r1) (25/33) Installing py3-webencodings (0.5.1-r3) (26/33) Installing py3-html5lib (1.0.1-r4) (27/33) Installing py3-pytoml (0.1.21-r0) (28/33) Installing py3-pep517 (0.8.2-r0) (29/33) Installing py3-progress (1.5-r0) (30/33) Installing py3-toml (0.10.1-r0) (31/33) Installing py3-retrying (1.3.3-r0) (32/33) Installing py3-contextlib2 (0.6.0-r0) (33/33) Installing py3-pip (20.1.1-r0) Executing busybox-1.31.1-r16.trigger OK: 71 MiB in 55 packages Removing intermediate container 008ff020346c ---> 396492e5a5d2 Step 15/22 : RUN apk --no-cache add zeromq ---> Running in 7cb02d95a640 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/5) Installing libgcc (9.3.0-r2) (2/5) Installing libsodium (1.0.18-r0) (3/5) Installing libstdc++ (9.3.0-r2) (4/5) Installing libzmq (4.3.2-r0) (5/5) Installing zeromq (4.3.2-r0) Executing busybox-1.31.1-r16.trigger OK: 8 MiB in 19 packages Removing intermediate container aedbd90e3ee3 ---> 7f3e73d33d62 Step 21/26 : RUN pip install docker-compose==1.23.2 Removing intermediate container 7cb02d95a640 ---> 266d9d050fe6 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / ---> Running in 24225a98e61d ---> a31a0ff9c4c0 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / ---> 013f7da1df5f Step 18/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> 4849230aa3a3 Step 19/22 : ENTRYPOINT ["/core-data","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 9f0a99fc4f0a Removing intermediate container 9f0a99fc4f0a ---> 5b7116d1933d Step 20/22 : LABEL arch=arm64 ---> Running in 364f5fe37dac Removing intermediate container 364f5fe37dac ---> 3250113c5c88 Step 21/22 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in c2520fcd85b2 Removing intermediate container c2520fcd85b2 ---> cec0779f2a53 Step 22/22 : LABEL version=0.0.0 ---> Running in 5c67eddf60cf Removing intermediate container 5c67eddf60cf ---> e41f4f62047c Collecting docker-compose==1.23.2 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) Successfully built e41f4f62047c Successfully tagged docker-core-data-go-arm64:latest  Building docker-core-data-go ... done Collecting docker<4.0,>=3.6.0 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) Collecting docopt<0.7,>=0.6.1 Downloading docopt-0.6.2.tar.gz (25 kB) Collecting jsonschema<3,>=2.5.1 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) Collecting dockerpty<0.5,>=0.4.1 Downloading dockerpty-0.4.1.tar.gz (13 kB) Collecting texttable<0.10,>=0.9.0 Downloading texttable-0.9.1.tar.gz (11 kB) Collecting PyYAML<4,>=3.10 Downloading PyYAML-3.13.tar.gz (270 kB) Collecting websocket-client<1.0,>=0.32.0 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) Collecting cached-property<2,>=1.2.0 Downloading cached_property-1.5.1-py2.py3-none-any.whl (6.0 kB) Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) Collecting docker-pycreds>=0.4.0 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 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) 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) Collecting urllib3<1.25,>=1.21.1 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) Collecting idna<2.8,>=2.5 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) Using legacy setup.py install for docopt, since package 'wheel' is not installed. Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. Using legacy setup.py install for texttable, since package 'wheel' is not installed. Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, dockerpty, texttable, PyYAML, cached-property, docker-compose Attempting uninstall: urllib3 Found existing installation: urllib3 1.25.9 Uninstalling urllib3-1.25.9: Successfully uninstalled urllib3-1.25.9 Attempting uninstall: idna Found existing installation: idna 2.9 Uninstalling idna-2.9: Successfully uninstalled idna-2.9 Attempting uninstall: requests Found existing installation: requests 2.23.0 Uninstalling requests-2.23.0: Successfully uninstalled requests-2.23.0 Running setup.py install for docopt: started Running setup.py install for docopt: finished with status 'done' Running setup.py install for dockerpty: started Running setup.py install for dockerpty: finished with status 'done' Running setup.py install for texttable: started Running setup.py install for texttable: finished with status 'done' Running setup.py install for PyYAML: started Running setup.py install for PyYAML: finished with status 'done' Successfully installed PyYAML-3.13 cached-property-1.5.1 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 Removing intermediate container 24225a98e61d ---> 5cc8d464fbd6 Step 22/26 : RUN apk --no-cache add curl ---> Running in 9957b8f37add fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz (1/3) Installing nghttp2-libs (1.41.0-r0) (2/3) Installing libcurl (7.69.1-r0) (3/3) Installing curl (7.69.1-r0) Executing busybox-1.31.1-r16.trigger OK: 71 MiB in 58 packages Removing intermediate container 9957b8f37add ---> 436cbca6b6ef Step 23/26 : ENTRYPOINT ["/sys-mgmt-agent","-cp=consul.http://edgex-core-consul:8500","--registry","--confdir=/res"] ---> Running in 506d254bed5b Removing intermediate container 506d254bed5b ---> a59647ae0d36 Step 24/26 : LABEL arch=arm64 ---> Running in ea1cf04d0732 Removing intermediate container ea1cf04d0732 ---> 32785d486dd7 Step 25/26 : LABEL git_sha=c6fa3948cf30706ca6042270d1f8512184d3b2d3 ---> Running in 91763eecd02f Removing intermediate container 91763eecd02f ---> e745362c7e25 Step 26/26 : LABEL version=0.0.0 ---> Running in b31b8e64deea Removing intermediate container b31b8e64deea ---> f50efa4f8e42 Successfully built f50efa4f8e42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } $ docker stop --time=1 cc262fad303d9ae6ac9335b9a67a4d524180264dcd85ed9580e2be183f2c270b $ docker rm -f cc262fad303d9ae6ac9335b9a67a4d524180264dcd85ed9580e2be183f2c270b [Pipeline] // withDockerContainer [Pipeline] sh + + grep docker docker images docker-sys-mgmt-agent-go-arm64 latest f50efa4f8e42 4 seconds ago 266MB docker-core-data-go-arm64 latest e41f4f62047c 42 seconds ago 22.6MB docker-support-scheduler-go-arm64 latest 90e2acbb1a8d About a minute ago 12.6MB docker-core-command-go-arm64 latest 3caa88318440 About a minute ago 12.4MB docker-support-logging-go-arm64 latest a070357a7dd4 2 minutes ago 11.4MB docker-security-secretstore-setup-go-arm64 latest b70ce2020d4b 4 minutes ago 32.6MB docker-security-secrets-setup-go-arm64 latest 3407315f4e11 4 minutes ago 24.2MB docker-core-metadata-go-arm64 latest 652b67d1a323 4 minutes ago 13.8MB docker-support-notifications-go-arm64 latest e34aa918fa82 4 minutes ago 13.9MB docker-security-proxy-setup-go-arm64 latest 50e709505219 4 minutes ago 15.8MB docker latest ce9d55ae87f1 7 weeks ago 193MB [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) [Pipeline] unstash [Pipeline] wrap provisioning config files... copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7898755974707314542tmp [Pipeline] { [Pipeline] sh + curl -s https://codecov.io/bash + bash -s - -t @/w/workspace/edgex-go/4@tmp/config7898755974707314542tmp [Pipeline] } Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh ---> package-listing.sh ++ facter osfamily ++ tr '[:upper:]' '[:lower:]' + OS_FAMILY=redhat + workspace=/w/workspace/edgex-go/4 + START_PACKAGES=/tmp/packages_start.txt + END_PACKAGES=/tmp/packages_end.txt + DIFF_PACKAGES=/tmp/packages_diff.txt + PACKAGES=/tmp/packages_start.txt + '[' /w/workspace/edgex-go/4 ']' + PACKAGES=/tmp/packages_end.txt + case "${OS_FAMILY}" in + rpm -qa + sort + '[' -f /tmp/packages_start.txt ']' + '[' -f /tmp/packages_end.txt ']' + diff /tmp/packages_start.txt /tmp/packages_end.txt + '[' /w/workspace/edgex-go/4 ']' + mkdir -p /w/workspace/edgex-go/4/archives/ + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] isUnix [Pipeline] sh + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine alpine: Pulling from edgex-lftools-log-publisher c9b1b535fdd9: Pulling fs layer 2cc5ad85d9ab: Pulling fs layer 756a868c4378: Pulling fs layer 444b2fc9a129: Pulling fs layer ea15f1150254: Pulling fs layer 41b27a9f41bf: Pulling fs layer 28c525ee5125: Pulling fs layer 094b1ea09ed8: Pulling fs layer 138eaada9080: Pulling fs layer 0622d0fa9048: Pulling fs layer 444b2fc9a129: Waiting ea15f1150254: Waiting 41b27a9f41bf: Waiting 28c525ee5125: Waiting 094b1ea09ed8: Waiting 0622d0fa9048: Waiting 138eaada9080: Waiting 2cc5ad85d9ab: Verifying Checksum 2cc5ad85d9ab: Download complete 444b2fc9a129: Verifying Checksum 444b2fc9a129: Download complete c9b1b535fdd9: Verifying Checksum c9b1b535fdd9: Download complete ea15f1150254: Verifying Checksum ea15f1150254: Download complete 28c525ee5125: Verifying Checksum 28c525ee5125: Download complete 756a868c4378: Download complete c9b1b535fdd9: Pull complete 138eaada9080: Verifying Checksum 138eaada9080: Download complete 0622d0fa9048: Verifying Checksum 0622d0fa9048: Download complete 094b1ea09ed8: Verifying Checksum 094b1ea09ed8: Download complete 41b27a9f41bf: Verifying Checksum 41b27a9f41bf: Download complete 2cc5ad85d9ab: Pull complete 756a868c4378: Pull complete 444b2fc9a129: Pull complete ea15f1150254: Pull complete 41b27a9f41bf: Pull complete 28c525ee5125: Pull complete 094b1ea09ed8: Pull complete 138eaada9080: Pull complete 0622d0fa9048: Pull complete Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer prd-centos7-docker-4c-2g-17 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat $ docker top 7cd3dee256e1b4bdde1ba50152692a2deca61ddbaeec3a28f4c2055e2c92b13a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider provisioning config files... copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7151838517862731215tmp [Pipeline] { [Pipeline] echo Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh ---> create-netrc.sh [Pipeline] echo Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh ---> logs-deploy.sh + ARCHIVE_ARTIFACTS= + LOGS_SERVER=https://logs.edgexfoundry.org + '[' https://logs.edgexfoundry.org == None ']' + NEXUS_URL=https://nexus.edgexfoundry.org + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/4 + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/4/ + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/4 /w/workspace/edgex-go/4 Archives upload complete. + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2661/4 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-2661/4/