Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f11e4988ceb8c382fc034555d9d0b35dfdaf49ab Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28729 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/382 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/382 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API (#3210)" > git rev-list --no-walk 55fea418b1ac49172828e32c63c2641cfdddd142 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:29:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:29:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:29:01 ========================================================= 18:29:01 EdgeX Global Pipelines Version Info 18:29:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:29:03 ------------------- 18:29:03 stable info: 18:29:03 ------------------- 18:29:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:29:03 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:29:03 Message: update stable to v1.0.184 18:29:04 ------------------- 18:29:04 experimental info: 18:29:04 ------------------- 18:29:04 Commited By: **** collab-it+edgex@linuxfoundation.org 18:29:04 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:29:04 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:29:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:29:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:29:04 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:29:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:29:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:29:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:29:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] echo 18:29:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f11e498 [Pipeline] echo 18:29:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:29:07 provisioning config files... 18:29:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config3793155468674324913tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:29:08 ---> docker-login.sh 18:29:08 nexus3.edgexfoundry.org:10001 18:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:08 Configure a credential helper to remove this warning. See 18:29:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:08 18:29:08 Login Succeeded 18:29:08 nexus3.edgexfoundry.org:10002 18:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:08 Configure a credential helper to remove this warning. See 18:29:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:08 18:29:08 Login Succeeded 18:29:08 nexus3.edgexfoundry.org:10003 18:29:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:08 Configure a credential helper to remove this warning. See 18:29:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:08 18:29:08 Login Succeeded 18:29:08 nexus3.edgexfoundry.org:10004 18:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:09 Configure a credential helper to remove this warning. See 18:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:09 18:29:09 Login Succeeded 18:29:09 docker.io 18:29:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:29:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:29:09 Configure a credential helper to remove this warning. See 18:29:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:29:09 18:29:09 Login Succeeded 18:29:09 ---> docker-login.sh ends [Pipeline] } 18:29:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:29:10 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/core-command/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo core-command,cmd/core-command/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/core-data/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo core-data,cmd/core-data/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/core-metadata/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo core-metadata,cmd/core-metadata/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/security-bootstrapper/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/security-proxy-setup/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/support-notifications/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo support-notifications,cmd/support-notifications/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/support-scheduler/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:29:10 + for file in '`ls cmd/**/Dockerfile`' 18:29:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:29:10 ++ cut -d/ -f2 18:29:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:29:10 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:29:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:29:11 18:29:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:29:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:29:12 latest: Pulling from edgex-devops/git-semver 18:29:12 31603596830f: Pulling fs layer 18:29:12 2a8b12db71e7: Pulling fs layer 18:29:12 6ca5941a6612: Pulling fs layer 18:29:12 ecc8261a40a4: Pulling fs layer 18:29:12 ecc8261a40a4: Waiting 18:29:12 2a8b12db71e7: Verifying Checksum 18:29:12 2a8b12db71e7: Download complete 18:29:12 31603596830f: Verifying Checksum 18:29:12 31603596830f: Download complete 18:29:12 6ca5941a6612: Verifying Checksum 18:29:12 6ca5941a6612: Download complete 18:29:12 ecc8261a40a4: Download complete 18:29:12 31603596830f: Pull complete 18:29:12 2a8b12db71e7: Pull complete 18:29:13 6ca5941a6612: Pull complete 18:29:13 ecc8261a40a4: Pull complete 18:29:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:29:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:29:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:29:13 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:29:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:29:16 $ docker top 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:29:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:17 [ssh-agent] Looking for ssh-agent implementation... 18:29:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:17 $ docker exec 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent 18:29:17 SSH_AUTH_SOCK=/tmp/ssh-t1MD3CYxj8oW/agent.12 18:29:17 SSH_AGENT_PID=17 18:29:17 Running ssh-add (command line suppressed) 18:29:17 Identity added: /w/workspace/edgex-go/382@tmp/private_key_3653461425945478978.key (/w/workspace/edgex-go/382@tmp/private_key_3653461425945478978.key) 18:29:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:18 + git tag --points-at HEAD [Pipeline] } 18:29:18 $ docker exec --env ******** --env ******** 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent -k 18:29:18 unset SSH_AUTH_SOCK; 18:29:18 unset SSH_AGENT_PID; 18:29:18 echo Agent pid 17 killed; 18:29:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:29:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:29:18 [ssh-agent] Looking for ssh-agent implementation... 18:29:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:29:18 $ docker exec 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent 18:29:18 SSH_AUTH_SOCK=/tmp/ssh-uKzC08fALngb/agent.46 18:29:18 SSH_AGENT_PID=51 18:29:18 Running ssh-add (command line suppressed) 18:29:18 Identity added: /w/workspace/edgex-go/382@tmp/private_key_2532575337108459642.key (/w/workspace/edgex-go/382@tmp/private_key_2532575337108459642.key) 18:29:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:29:19 + git semver init 18:29:19 # -> Open(): unable to determine branch for HEAD 18:29:19 # $GIT_DIR = /w/workspace/edgex-go/382/.git 18:29:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/382 18:29:19 # $SEMVER_REMOTE_NAME = origin 18:29:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:29:19 # $SEMVER_USER_NAME = edgex-jenkins 18:29:19 # $SEMVER_BRANCH = master 18:29:19 # $SEMVER_TEMP = /tmp/semver-112531861 18:29:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:29:37 # '/tmp/semver-112531861' -> '/w/workspace/edgex-go/382/.semver' 18:29:38 # -> Force: false 18:29:38 # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [Pipeline] } 18:29:38 $ docker exec --env ******** --env ******** 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 ssh-agent -k 18:29:38 unset SSH_AUTH_SOCK; 18:29:38 unset SSH_AGENT_PID; 18:29:38 echo Agent pid 51 killed; 18:29:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:29:38 + git semver [Pipeline] } 18:29:38 $ docker stop --time=1 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 18:29:40 $ docker rm -f 70994f16c1c7230a392dd0fb31b12d30f1f5437dd1cdc1c9567a3bf4a0f68d10 [Pipeline] // withDockerContainer [Pipeline] sh 18:29:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:29:41 Stashed 1 file(s) [Pipeline] echo 18:29:41 [edgeXSemver]: initialized semver on version 2.0.0-dev.115 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:29:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:29:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:29:43 + sudo service docker restart 18:29:43 + true 18:29:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:29:44 ========================================================= 18:29:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:29:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:29:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:29:48 Sending build context to Docker daemon 328.3MB 18:29:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:29:48 Step 2/6 : FROM ${BASE} 18:29:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:29:48 188c0c94c7c5: Pulling fs layer 18:29:48 0ef7d3d256c8: Pulling fs layer 18:29:48 de9db76c5a1d: Pulling fs layer 18:29:48 bca2f99d35d6: Pulling fs layer 18:29:48 93359f2a8cfa: Pulling fs layer 18:29:48 7c6f9722023f: Pulling fs layer 18:29:48 a35cf1a2eb13: Pulling fs layer 18:29:48 93359f2a8cfa: Waiting 18:29:48 7c6f9722023f: Waiting 18:29:48 a35cf1a2eb13: Waiting 18:29:48 bca2f99d35d6: Waiting 18:29:48 de9db76c5a1d: Verifying Checksum 18:29:48 de9db76c5a1d: Download complete 18:29:48 0ef7d3d256c8: Download complete 18:29:49 93359f2a8cfa: Verifying Checksum 18:29:49 93359f2a8cfa: Download complete 18:29:49 7c6f9722023f: Verifying Checksum 18:29:49 7c6f9722023f: Download complete 18:29:49 188c0c94c7c5: Verifying Checksum 18:29:49 188c0c94c7c5: Download complete 18:29:50 188c0c94c7c5: Pull complete 18:29:50 0ef7d3d256c8: Pull complete 18:29:50 de9db76c5a1d: Pull complete 18:29:51 a35cf1a2eb13: Verifying Checksum 18:29:51 a35cf1a2eb13: Download complete 18:29:52 bca2f99d35d6: Verifying Checksum 18:29:52 bca2f99d35d6: Download complete 18:29:57 Still waiting to schedule task 18:29:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:29:57 bca2f99d35d6: Pull complete 18:29:57 93359f2a8cfa: Pull complete 18:29:57 7c6f9722023f: Pull complete 18:30:03 a35cf1a2eb13: Pull complete 18:30:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:30:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:30:03 ---> a62c8e92a672 18:30:03 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:30:03 ---> Running in bba6eccbef53 18:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:04 (1/12) Installing libmagic (5.38-r0) 18:30:04 (2/12) Installing file (5.38-r0) 18:30:04 (3/12) Installing libc-dev (0.7.2-r3) 18:30:04 (4/12) Installing g++ (9.3.0-r2) 18:30:12 (5/12) Installing fortify-headers (1.1-r0) 18:30:12 (6/12) Installing patch (2.7.6-r6) 18:30:12 (7/12) Installing build-base (0.5-r2) 18:30:12 (8/12) Installing libsodium (1.0.18-r0) 18:30:12 (9/12) Installing pkgconf (1.7.2-r0) 18:30:12 (10/12) Installing libsodium-dev (1.0.18-r0) 18:30:12 (11/12) Installing libzmq (4.3.3-r0) 18:30:12 (12/12) Installing zeromq-dev (4.3.3-r0) 18:30:12 Executing busybox-1.31.1-r19.trigger 18:30:12 OK: 233 MiB in 51 packages 18:30:16 Removing intermediate container bba6eccbef53 18:30:16 ---> 06d1d1addb4f 18:30:16 Step 4/6 : WORKDIR /edgex-go 18:30:16 ---> Running in 86cba902672f 18:30:16 Removing intermediate container 86cba902672f 18:30:16 ---> c5f21d13db8f 18:30:16 Step 5/6 : COPY go.mod . 18:30:16 ---> fb8d6d82d5dc 18:30:16 Step 6/6 : RUN go mod download 18:30:16 ---> Running in c6ae1862c27a 18:30:43 Removing intermediate container c6ae1862c27a 18:30:43 ---> d3b4a1e7ab72 18:30:43 Successfully built d3b4a1e7ab72 18:30:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:30:43 + docker inspect -f . ci-base-image-x86_64 18:30:43 . [Pipeline] withDockerContainer 18:30:43 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:30:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-x86_64 cat 18:30:44 $ docker top 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 -eo pid,comm [Pipeline] { [Pipeline] sh 18:30:45 + go version 18:30:45 go version go1.15.5 linux/amd64 [Pipeline] } 18:30:45 $ docker stop --time=1 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 18:30:46 $ docker rm -f 85d7712b75c60b3e04a2d75f1be9b8303d991bfaf747ad79f42b626f0739d561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:30:47 + docker inspect -f . ci-base-image-x86_64 18:30:47 . [Pipeline] withDockerContainer 18:30:47 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:30:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-x86_64 cat 18:30:48 $ docker top 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 -eo pid,comm [Pipeline] { [Pipeline] echo 18:30:48 ========================================================= 18:30:48 [edgeXBuildGoParallel] Running Tests and Build... 18:30:48 ========================================================= [Pipeline] sh 18:30:49 + make test 18:30:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:30:59 ? github.com/edgexfoundry/edgex-go [no test files] 18:31:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:31:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:31:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:31:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:31:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:31:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:31:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:31:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:31:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:31:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:31:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:31:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:31:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.154s coverage: 45.9% of statements 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements 18:31:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.261s coverage: 27.1% of statements 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:31:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:31:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:31:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 66.2% of statements 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:31:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:31:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.464s coverage: 82.4% of statements 18:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:31:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.180s coverage: 97.5% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:31:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:31:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:31:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 18:31:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 18:31:43 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28735 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws 18:31:43 Running in /w/workspace/edgex-go/382 [Pipeline] { [Pipeline] checkout 18:31:48 using credential edgex-jenkins-ssh 18:31:48 Cloning the remote Git repository 18:31:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:31:48 > git init /w/workspace/edgex-go/382 # timeout=10 18:31:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:48 > git --version # timeout=10 18:31:48 > git --version # 'git version 2.17.1' 18:31:48 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements 18:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 18:31:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.044s coverage: 81.4% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.108s coverage: 92.9% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.172s coverage: 62.4% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.319s coverage: 69.1% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 38.4% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.038s coverage: 84.8% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.181s coverage: 47.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.152s coverage: 88.5% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.795s coverage: 29.1% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 95.6% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 18:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:32:09 GO111MODULE=on go vet ./... 18:32:10 Checking out Revision f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (master) 18:32:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:32:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:32:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:32:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:32:10 > git config core.sparsecheckout # timeout=10 18:32:10 > git checkout -f f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 18:32:15 Commit message: "feat(notifications): Implement GET /notification/id/{id} V2 API (#3210)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:32:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:32:17 + true 18:32:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:19 provisioning config files... 18:32:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config6610507687845891968tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:20 ---> docker-login.sh 18:32:20 nexus3.edgexfoundry.org:10001 18:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:21 Configure a credential helper to remove this warning. See 18:32:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:21 18:32:21 Login Succeeded 18:32:21 nexus3.edgexfoundry.org:10002 18:32:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:22 Configure a credential helper to remove this warning. See 18:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:22 18:32:22 Login Succeeded 18:32:22 nexus3.edgexfoundry.org:10003 18:32:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:22 Configure a credential helper to remove this warning. See 18:32:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:22 18:32:22 Login Succeeded 18:32:22 nexus3.edgexfoundry.org:10004 18:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:23 Configure a credential helper to remove this warning. See 18:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:23 18:32:23 Login Succeeded 18:32:23 docker.io 18:32:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:23 Configure a credential helper to remove this warning. See 18:32:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:23 18:32:23 Login Succeeded 18:32:23 ---> docker-login.sh ends [Pipeline] } 18:32:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:32:24 ========================================================= 18:32:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:32:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:32:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:32:27 Sending build context to Docker daemon 166.6MB 18:32:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:32:27 Step 2/6 : FROM ${BASE} 18:32:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:32:27 5f621e34cdf4: Pulling fs layer 18:32:27 a4357932f1b6: Pulling fs layer 18:32:27 18c013af1878: Pulling fs layer 18:32:27 00ac8860ef70: Pulling fs layer 18:32:27 63d7cb157983: Pulling fs layer 18:32:27 b116817d02f9: Pulling fs layer 18:32:27 745a02a5169b: Pulling fs layer 18:32:27 00ac8860ef70: Waiting 18:32:27 63d7cb157983: Waiting 18:32:27 b116817d02f9: Waiting 18:32:27 745a02a5169b: Waiting 18:32:27 18c013af1878: Verifying Checksum 18:32:27 18c013af1878: Download complete 18:32:27 a4357932f1b6: Verifying Checksum 18:32:27 a4357932f1b6: Download complete 18:32:27 63d7cb157983: Verifying Checksum 18:32:27 63d7cb157983: Download complete 18:32:27 b116817d02f9: Verifying Checksum 18:32:27 b116817d02f9: Download complete 18:32:27 5f621e34cdf4: Verifying Checksum 18:32:27 5f621e34cdf4: Download complete 18:32:28 5f621e34cdf4: Pull complete 18:32:28 a4357932f1b6: Pull complete 18:32:29 18c013af1878: Pull complete 18:32:30 745a02a5169b: Verifying Checksum 18:32:30 745a02a5169b: Download complete 18:32:32 00ac8860ef70: Verifying Checksum 18:32:32 00ac8860ef70: Download complete 18:32:41 gofmt -l . 18:32:41 [ "`gofmt -l .`" = "" ] 18:32:41 ./bin/test-go-mod-tidy.sh 18:32:41 ./bin/test-attribution-txt.sh [Pipeline] sh 18:32:41 + ls -al . 18:32:41 total 732 18:32:41 drwxrwxr-x 10 1001 1001 4096 Mar 5 18:32 . 18:32:41 drwxr-xr-x 4 root root 32 Mar 5 18:30 .. 18:32:41 -rw-rw-r-- 1 1001 1001 11 Mar 5 18:28 .dockerignore 18:32:41 drwxrwxr-x 8 1001 1001 162 Mar 5 18:29 .git 18:32:41 drwxrwxr-x 3 1001 1001 125 Mar 5 18:28 .github 18:32:41 -rw-rw-r-- 1 1001 1001 818 Mar 5 18:28 .gitignore 18:32:41 drwx------ 3 1001 1001 45 Mar 5 18:29 .semver 18:32:41 -rw-rw-r-- 1 1001 1001 166 Mar 5 18:28 .sonarcloud.properties 18:32:41 -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:28 Attribution.txt 18:32:41 -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:28 CONTRIBUTING.md 18:32:41 -rw-rw-r-- 1 1001 1001 931 Mar 5 18:28 Dockerfile.build 18:32:41 -rw-rw-r-- 1 1001 1001 863 Mar 5 18:28 Jenkinsfile 18:32:41 -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:28 LICENSE 18:32:41 -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:28 Makefile 18:32:41 -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:28 README.md 18:32:41 -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:28 SECURITY.md 18:32:41 -rw-rw-r-- 1 1001 1001 13 Mar 5 18:29 VERSION 18:32:41 -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:28 ZMQWindows.md 18:32:41 drwxrwxr-x 2 1001 1001 117 Mar 5 18:28 bin 18:32:41 drwxrwxr-x 14 1001 1001 4096 Mar 5 18:28 cmd 18:32:41 -rw-r--r-- 1 root root 621194 Mar 5 18:32 coverage.out 18:32:41 -rw-r--r-- 1 root root 1055 Mar 5 18:32 go.mod 18:32:41 -rw-r--r-- 1 root root 21699 Mar 5 18:32 go.sum 18:32:41 drwxrwxr-x 8 1001 1001 127 Mar 5 18:28 internal 18:32:41 drwxrwxr-x 4 1001 1001 26 Mar 5 18:28 openapi 18:32:41 drwxrwxr-x 4 1001 1001 71 Mar 5 18:28 snap 18:32:41 -rw-rw-r-- 1 1001 1001 168 Mar 5 18:28 version.go [Pipeline] sh 18:32:43 + '[' -e coverage.out ] 18:32:43 + chown 1001:1001 coverage.out 18:32:43 00ac8860ef70: Pull complete 18:32:43 63d7cb157983: Pull complete [Pipeline] stash 18:32:43 Stashed 1 file(s) [Pipeline] sh 18:32:43 b116817d02f9: Pull complete 18:32:43 + make build 18:32:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data 18:32:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:32:48 745a02a5169b: Pull complete 18:32:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:32:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:32:48 ---> b7e6874047d6 18:32:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:32:51 ---> Running in 7f71f5d60cb9 18:32:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:53 (1/12) Installing libmagic (5.38-r0) 18:32:53 (2/12) Installing file (5.38-r0) 18:32:53 (3/12) Installing libc-dev (0.7.2-r3) 18:32:53 (4/12) Installing g++ (9.3.0-r2) 18:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command 18:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:33:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:33:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:33:02 (5/12) Installing fortify-headers (1.1-r0) 18:33:02 (6/12) Installing patch (2.7.6-r6) 18:33:02 (7/12) Installing build-base (0.5-r2) 18:33:02 (8/12) Installing libsodium (1.0.18-r0) 18:33:02 (9/12) Installing pkgconf (1.7.2-r0) 18:33:02 (10/12) Installing libsodium-dev (1.0.18-r0) 18:33:02 (11/12) Installing libzmq (4.3.3-r0) 18:33:02 (12/12) Installing zeromq-dev (4.3.3-r0) 18:33:02 Executing busybox-1.31.1-r19.trigger 18:33:02 OK: 217 MiB in 51 packages 18:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:33:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:33:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:33:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config 18:33:08 Removing intermediate container 7f71f5d60cb9 18:33:08 ---> e1f0ba5f3dfe 18:33:08 Step 4/6 : WORKDIR /edgex-go 18:33:08 ---> Running in 922be44b8e06 18:33:08 Removing intermediate container 922be44b8e06 18:33:08 ---> 1c83ee7ef493 18:33:08 Step 5/6 : COPY go.mod . 18:33:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:33:08 ---> 6b07a29c69b6 18:33:08 Step 6/6 : RUN go mod download 18:33:08 ---> Running in 241f610cb65a [Pipeline] } 18:33:10 $ docker stop --time=1 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 18:33:12 $ docker rm -f 9a1e6931a056e0e1b5f5ec3590d1bdc2dc09dc05abc4d28f02f40b830bec4514 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:16 18:33:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:33:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:16 latest: Pulling from edgex-devops/edgex-compose 18:33:16 cbdbe7a5bc2a: Pulling fs layer 18:33:16 ca9280d653b3: Pulling fs layer 18:33:16 7e9c9ca2126c: Pulling fs layer 18:33:17 cbdbe7a5bc2a: Verifying Checksum 18:33:17 cbdbe7a5bc2a: Download complete 18:33:17 cbdbe7a5bc2a: Pull complete 18:33:17 ca9280d653b3: Verifying Checksum 18:33:17 ca9280d653b3: Download complete 18:33:18 7e9c9ca2126c: Verifying Checksum 18:33:18 7e9c9ca2126c: Download complete 18:33:18 ca9280d653b3: Pull complete 18:33:25 7e9c9ca2126c: Pull complete 18:33:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:33:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:33:25 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:33:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:33:26 $ docker top 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:27 + docker-compose build --help 18:33:27 + grep parallel 18:33:27 --parallel Build images in parallel. [Pipeline] } 18:33:28 $ docker stop --time=1 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 18:33:29 $ docker rm -f 9f3bad21871f2e588668171c56c1ca5a15a4e9e06deae0af655e939f965545f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:33:30 . [Pipeline] withDockerContainer 18:33:30 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:33:30 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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:10003/edgex-devops/edgex-compose:latest cat 18:33:31 $ docker top 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:31 + docker-compose -f ./docker-compose-build.yml build --parallel 18:33:32 Building docker-core-command-go ... 18:33:32 Building docker-core-data-go ... 18:33:32 Building docker-core-metadata-go ... 18:33:32 Building docker-security-bootstrapper-go ... 18:33:32 Building docker-security-proxy-setup-go ... 18:33:32 Building docker-security-secretstore-setup-go ... 18:33:32 Building docker-support-notifications-go ... 18:33:32 Building docker-support-scheduler-go ... 18:33:32 Building docker-sys-mgmt-agent-go ... 18:33:32 Building docker-sys-mgmt-agent-go 18:33:32 Building docker-security-secretstore-setup-go 18:33:32 Building docker-security-bootstrapper-go 18:33:32 Building docker-support-scheduler-go 18:33:32 Building docker-core-command-go 18:33:41 Removing intermediate container 241f610cb65a 18:33:41 ---> 9442abc4c108 18:33:41 Successfully built 9442abc4c108 18:33:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:41 + docker inspect -f . ci-base-image-arm64 18:33:41 . [Pipeline] withDockerContainer 18:33:41 prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container 18:33:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** ci-base-image-arm64 cat 18:33:43 $ docker top 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:44 + go version 18:33:44 go version go1.15.5 linux/arm64 [Pipeline] } 18:33:44 $ docker stop --time=1 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 18:33:46 $ docker rm -f 91a4bfd67356bc2a97dad3d531d685bd250859fd1c03eea1e12a99f8d45a7ee2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:47 18:33:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:33:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:48 latest: Pulling from edgex-devops/edgex-compose-arm64 18:33:48 29e5d40040c1: Pulling fs layer 18:33:48 1ce36da41761: Pulling fs layer 18:33:48 25b303627fd3: Pulling fs layer 18:33:49 29e5d40040c1: Verifying Checksum 18:33:49 29e5d40040c1: Download complete 18:33:50 29e5d40040c1: Pull complete 18:33:50 1ce36da41761: Verifying Checksum 18:33:50 1ce36da41761: Download complete 18:33:51 1ce36da41761: Pull complete 18:33:52 25b303627fd3: Verifying Checksum 18:33:52 25b303627fd3: Download complete 18:34:02 25b303627fd3: Pull complete 18:34:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:34:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:34:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:34:02 prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container 18:34:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:34:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:34:05 ---> d3b4a1e7ab72 18:34:05 Step 3/24 : WORKDIR /edgex-go 18:34:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:34:05 ---> d3b4a1e7ab72 18:34:05 Step 3/31 : WORKDIR /edgex-go 18:34:06 $ docker top 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 -eo pid,comm 18:34:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:34:06 ---> d3b4a1e7ab72 18:34:06 Step 3/23 : WORKDIR /edgex-go 18:34:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:34:06 ---> d3b4a1e7ab72 18:34:06 Step 3/22 : WORKDIR /edgex-go [Pipeline] { [Pipeline] sh 18:34:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:34:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:34:06 ---> d3b4a1e7ab72 18:34:06 Step 3/26 : WORKDIR /edgex-go 18:34:07 + docker-compose build --help 18:34:07 + grep parallel 18:34:07 ---> Running in 8d31f7e6acf0 18:34:07 ---> Running in 6f9357f4214b 18:34:07 ---> Running in a8cb6c4137a0 18:34:07 ---> Running in 6c255322d965 18:34:07 ---> Running in 1f028a9a1a93 18:34:07 Removing intermediate container 6c255322d965 18:34:07 ---> 12c9c818e662 18:34:07 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:07 Removing intermediate container 8d31f7e6acf0 18:34:07 ---> e2834f7c7d32 18:34:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:07 Removing intermediate container 1f028a9a1a93 18:34:07 ---> e041428f5f7f 18:34:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:07 Removing intermediate container 6f9357f4214b 18:34:07 ---> b62c962e64f2 18:34:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:07 Removing intermediate container a8cb6c4137a0 18:34:07 ---> 340c6faec877 18:34:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:34:07 ---> Running in 35635a51cfca 18:34:08 ---> Running in 4f324612ba1a 18:34:08 ---> Running in c125523b219d 18:34:08 ---> Running in e445d0a41d8e 18:34:08 ---> Running in d90806829127 18:34:11 --parallel Build images in parallel. [Pipeline] } 18:34:11 $ docker stop --time=1 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 18:34:11 Removing intermediate container c125523b219d 18:34:11 ---> b4d966ca0666 18:34:11 Step 5/22 : RUN apk add --update --no-cache make git 18:34:11 ---> Running in 5346194757de 18:34:11 Removing intermediate container 35635a51cfca 18:34:11 ---> 0f7529abd8a8 18:34:11 Step 5/24 : RUN apk add --update --no-cache make git 18:34:11 Removing intermediate container 4f324612ba1a 18:34:11 ---> 51b797601acd 18:34:11 Step 5/31 : RUN apk add --update --no-cache make git 18:34:11 Removing intermediate container e445d0a41d8e 18:34:11 ---> dda52daa321c 18:34:11 Step 5/26 : RUN apk add --update --no-cache make bash git 18:34:11 Removing intermediate container d90806829127 18:34:11 ---> 790b1ecb832d 18:34:11 Step 5/23 : RUN apk add --update --no-cache make git 18:34:11 ---> Running in b1c91386cdf3 18:34:11 ---> Running in e31009c24c5c 18:34:11 ---> Running in 09bb8cab90d9 18:34:11 ---> Running in 6ac591110c19 18:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:34:13 OK: 233 MiB in 51 packages 18:34:13 $ docker rm -f 3fe67fd5f7c7c7072218f3374861a41b04adca2cf38a8e84e08ada18706a3041 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:34:14 OK: 233 MiB in 51 packages 18:34:14 OK: 233 MiB in 51 packages 18:34:14 OK: 233 MiB in 51 packages 18:34:14 Removing intermediate container 5346194757de 18:34:14 ---> a3a1e395ad16 18:34:14 Step 6/22 : COPY go.mod . 18:34:14 OK: 233 MiB in 51 packages 18:34:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:34:14 . [Pipeline] withDockerContainer 18:34:14 ---> c33a3afdc373 18:34:14 Step 7/22 : RUN go mod download 18:34:14 prd-ubuntu18.04-docker-arm64-4c-16g-28735 does not seem to be running inside a container 18:34:14 $ 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/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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:10003/edgex-devops/edgex-compose-arm64:latest cat 18:34:14 ---> Running in 17a9370801d1 18:34:14 Removing intermediate container 09bb8cab90d9 18:34:14 ---> 3330192cc9a1 18:34:14 Step 6/24 : COPY go.mod . 18:34:14 Removing intermediate container e31009c24c5c 18:34:14 ---> 017898545f30 18:34:14 Step 6/26 : COPY go.mod . 18:34:15 Removing intermediate container 6ac591110c19 18:34:15 ---> 12d8db62e74b 18:34:15 Step 6/23 : COPY go.mod . 18:34:15 Removing intermediate container b1c91386cdf3 18:34:15 ---> 51db96aff44a 18:34:15 Step 6/31 : COPY go.mod . 18:34:15 ---> 2bbdabd63c42 18:34:15 Step 7/24 : RUN go mod download 18:34:15 ---> 495202a46a87 18:34:15 Step 7/26 : RUN go mod download 18:34:15 ---> b6b018be591e 18:34:15 Step 7/23 : RUN go mod download 18:34:15 ---> Running in 1a72f36478a4 18:34:15 ---> Running in 508d2fbf753b 18:34:15 ---> Running in 4d9dec8839c4 18:34:15 ---> 8e0841a6e0b9 18:34:15 Step 7/31 : RUN go mod download 18:34:16 ---> Running in 99477cc4dcb7 18:34:16 $ docker top 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:17 Removing intermediate container 17a9370801d1 18:34:17 ---> 4308f4c416de 18:34:17 Step 8/22 : COPY . . 18:34:17 + docker-compose -f ./docker-compose-build.yml build --parallel 18:34:18 Removing intermediate container 1a72f36478a4 18:34:18 ---> 50e56ceb11c8 18:34:18 Step 8/24 : COPY . . 18:34:22 Building docker-core-command-go ... 18:34:22 Building docker-core-data-go ... 18:34:22 Building docker-core-metadata-go ... 18:34:22 Building docker-security-bootstrapper-go ... 18:34:22 Building docker-security-proxy-setup-go ... 18:34:22 Building docker-security-secretstore-setup-go ... 18:34:22 Building docker-support-notifications-go ... 18:34:22 Building docker-support-scheduler-go ... 18:34:22 Building docker-sys-mgmt-agent-go ... 18:34:22 Building docker-sys-mgmt-agent-go 18:34:22 Building docker-support-scheduler-go 18:34:22 Building docker-security-proxy-setup-go 18:34:22 Building docker-core-command-go 18:34:22 Building docker-security-secretstore-setup-go 18:34:23 Removing intermediate container 508d2fbf753b 18:34:23 ---> 8e9e0874b089 18:34:23 Step 8/26 : COPY . . 18:34:31 Removing intermediate container 4d9dec8839c4 18:34:31 ---> 301b8209c46c 18:34:31 Step 8/23 : COPY . . 18:34:31 Removing intermediate container 99477cc4dcb7 18:34:31 ---> 865ba6a51cbe 18:34:31 Step 8/31 : COPY . . 18:34:55 ---> 994c24ea13b2 18:34:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:34:55 ---> 5019d5a2bdf2 18:34:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:34:59 ---> Running in 8e353b24c53e 18:34:59 ---> Running in bc9bfedb0214 18:35:01 ---> 97a193d968f9 18:35:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:35:03 ---> Running in ddfc789eebe2 18:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:06 ---> fc11821bfb4b 18:35:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:35:06 ---> Running in 32954773f7c6 18:35:06 ---> 62c9db6f5603 18:35:06 Step 9/23 : RUN make cmd/core-command/core-command 18:35:06 ---> Running in 9f8a5f8415eb 18:35:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:35:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command 18:35:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:35:09 ---> 9442abc4c108 18:35:09 Step 3/22 : WORKDIR /edgex-go 18:35:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:35:09 ---> 9442abc4c108 18:35:09 Step 3/23 : WORKDIR /edgex-go 18:35:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:35:09 ---> 9442abc4c108 18:35:09 Step 3/26 : WORKDIR /edgex-go 18:35:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:35:09 ---> 9442abc4c108 18:35:09 Step 3/24 : WORKDIR /edgex-go 18:35:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:35:09 ---> 9442abc4c108 18:35:09 Step 3/21 : WORKDIR /edgex-go 18:35:09 ---> Running in d1abc92a3703 18:35:09 ---> Running in bed277ce1a6f 18:35:09 ---> Running in 8721c548b119 18:35:09 ---> Running in 4e14cf4622e5 18:35:09 ---> Running in 1d600cf5f469 18:35:10 Removing intermediate container 8721c548b119 18:35:10 ---> 52317012cebe 18:35:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:10 Removing intermediate container d1abc92a3703 18:35:10 ---> 59973e10cdcf 18:35:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:10 Removing intermediate container bed277ce1a6f 18:35:10 ---> 2237441b49d4 18:35:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:10 Removing intermediate container 4e14cf4622e5 18:35:10 ---> 97d42ac8e035 18:35:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:10 Removing intermediate container 1d600cf5f469 18:35:10 ---> 81bf540d2b75 18:35:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:10 ---> Running in dc25ef4cab13 18:35:10 ---> Running in c33b87edb590 18:35:10 ---> Running in c419d5d349f5 18:35:11 ---> Running in a95d88f74917 18:35:11 ---> Running in ac00306613b0 18:35:15 Removing intermediate container dc25ef4cab13 18:35:15 ---> daa4c42f7a37 18:35:15 Step 5/22 : RUN apk add --update --no-cache make git 18:35:15 ---> Running in a488219f8f18 18:35:15 Removing intermediate container c33b87edb590 18:35:15 ---> 42b2d14edba1 18:35:15 Step 5/24 : RUN apk add --update --no-cache make git 18:35:15 ---> Running in 26c28ffdc703 18:35:16 Removing intermediate container c419d5d349f5 18:35:16 ---> 359ba66fb501 18:35:16 Step 5/26 : RUN apk add --update --no-cache make bash git 18:35:16 Removing intermediate container a95d88f74917 18:35:16 ---> a50e466bedab 18:35:16 Step 5/21 : RUN apk add --update --no-cache make git 18:35:16 Removing intermediate container ac00306613b0 18:35:16 ---> 9aa1974a904e 18:35:16 Step 5/23 : RUN apk add --update --no-cache make git 18:35:16 ---> Running in f2f296a4d772 18:35:16 ---> Running in 27fb1607c564 18:35:16 ---> Running in cc2e1b111ee2 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:18 OK: 217 MiB in 51 packages 18:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:19 OK: 217 MiB in 51 packages 18:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:19 Removing intermediate container a488219f8f18 18:35:19 ---> 52e4e39415c7 18:35:19 Step 6/22 : COPY go.mod . 18:35:20 Removing intermediate container 26c28ffdc703 18:35:20 ---> 90c96d1a8bf5 18:35:20 Step 6/24 : COPY go.mod . 18:35:20 ---> 32d9c8647fce 18:35:20 Step 7/22 : RUN go mod download 18:35:20 OK: 217 MiB in 51 packages 18:35:20 ---> Running in f3b059f1e2be 18:35:21 OK: 217 MiB in 51 packages 18:35:21 ---> 32b72fac9211 18:35:21 Step 7/24 : RUN go mod download 18:35:21 ---> Running in 6f562e6fa8d0 18:35:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:22 Removing intermediate container 27fb1607c564 18:35:22 ---> 77e39a6c2b25 18:35:22 Step 6/23 : COPY go.mod . 18:35:22 OK: 217 MiB in 51 packages 18:35:22 Removing intermediate container cc2e1b111ee2 18:35:22 ---> 24243e59aa79 18:35:22 Step 6/21 : COPY go.mod . 18:35:23 ---> 08a8e44d8c2d 18:35:23 Step 7/23 : RUN go mod download 18:35:23 ---> fcd85443b3f3 18:35:23 Step 7/21 : RUN go mod download 18:35:24 ---> Running in f3d0ed4ecadf 18:35:24 ---> Running in b3dcd60a2b59 18:35:24 Removing intermediate container f2f296a4d772 18:35:24 ---> 1fb48fb3fe70 18:35:24 Step 6/26 : COPY go.mod . 18:35:25 Removing intermediate container f3b059f1e2be 18:35:25 ---> 697d00930b72 18:35:25 Step 8/22 : COPY . . 18:35:25 Removing intermediate container 6f562e6fa8d0 18:35:25 ---> 6c98985fadf7 18:35:25 Step 8/24 : COPY . . 18:35:25 ---> 3b2a5064c8d8 18:35:25 Step 7/26 : RUN go mod download 18:35:26 ---> Running in a9b76ebc1a0c 18:35:29 Removing intermediate container f3d0ed4ecadf 18:35:29 ---> ccf436b0db92 18:35:29 Step 8/23 : COPY . . 18:35:30 Removing intermediate container b3dcd60a2b59 18:35:30 ---> e92b79b6f523 18:35:30 Step 8/21 : COPY . . 18:35:31 Removing intermediate container a9b76ebc1a0c 18:35:31 ---> 1f36e2ef0a77 18:35:31 Step 8/26 : COPY . . 18:35:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:35:43 Removing intermediate container ddfc789eebe2 18:35:43 ---> 9197454569fb 18:35:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:35:44 ---> b58e20e3efeb 18:35:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:35:44 ---> 4b3b03f4118f 18:35:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:35:44 ---> 6ae80f5e08a1 18:35:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:35:44 ---> Running in 0dddbfa49228 18:35:44 ---> Running in 4b3c746ca69a 18:35:44 ---> 3ed67bf78b1c 18:35:44 Step 9/23 : RUN make cmd/core-command/core-command 18:35:44 ---> Running in 984a113f7663 18:35:44 ---> Running in 18dc170c668d 18:35:44 ---> 68692a725926 18:35:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:35:44 ---> Running in 4a8f305b26e7 18:35:45 Removing intermediate container bc9bfedb0214 18:35:45 ---> 2d457a5575ce 18:35:45 18:35:45 Step 10/24 : FROM alpine:3.12 18:35:45 3.12: Pulling from library/alpine 18:35:45 ---> Running in 192ee1144c8e 18:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-command/core-command ./cmd/core-command 18:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:35:46 Removing intermediate container 32954773f7c6 18:35:46 ---> 11208ff13d0c 18:35:46 18:35:46 Step 10/31 : FROM alpine:3.12 18:35:46 3.12: Pulling from library/alpine 18:35:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:35:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:35:47 Status: Downloaded newer image for alpine:3.12 18:35:47 ---> 88dd2752d2ea 18:35:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:35:47 Status: Downloaded newer image for alpine:3.12 18:35:47 ---> 88dd2752d2ea 18:35:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:35:47 ---> Running in 041d2affd3e5 18:35:47 ---> Running in 733e18b22d79 18:35:47 Removing intermediate container 8e353b24c53e 18:35:47 ---> 2fdc09f4b85c 18:35:47 18:35:47 Step 10/22 : FROM alpine:3.12 18:35:47 ---> 88dd2752d2ea 18:35:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:35:49 ---> Running in 29dab9f544df 18:35:50 Removing intermediate container 733e18b22d79 18:35:50 ---> 21b914f1aceb 18:35:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:35:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:50 (1/5) Installing ca-certificates (20191127-r4) 18:35:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:35:51 (3/5) Installing libcurl (7.69.1-r3) 18:35:51 (4/5) Installing curl (7.69.1-r3) 18:35:51 (5/5) Installing dumb-init (1.2.2-r1) 18:35:51 Executing busybox-1.31.1-r19.trigger 18:35:51 Executing ca-certificates-20191127-r4.trigger 18:35:51 OK: 7 MiB in 19 packages 18:35:51 ---> Running in a4b436b1874d 18:35:51 Removing intermediate container 9f8a5f8415eb 18:35:51 ---> 6167d2f87453 18:35:51 18:35:51 Step 10/23 : FROM alpine:3.12 18:35:51 ---> 88dd2752d2ea 18:35:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:35:51 ---> Running in 368082a30207 18:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:52 (1/1) Installing dumb-init (1.2.2-r1) 18:35:52 Executing busybox-1.31.1-r19.trigger 18:35:52 OK: 6 MiB in 15 packages 18:35:52 Removing intermediate container 192ee1144c8e 18:35:52 ---> 67a3cf26c6d7 18:35:52 18:35:52 Step 11/26 : FROM docker:20.10.0 18:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:52 20.10.0: Pulling from library/docker 18:35:53 (1/2) Installing dumb-init (1.2.2-r1) 18:35:53 (2/2) Installing su-exec (0.2-r1) 18:35:53 Executing busybox-1.31.1-r19.trigger 18:35:53 OK: 6 MiB in 16 packages 18:35:53 Removing intermediate container 041d2affd3e5 18:35:53 ---> b917a20e8ca7 18:35:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:35:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:35:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:35:53 ---> Running in 748a212e0e32 18:35:53 (1/1) Installing dumb-init (1.2.2-r1) 18:35:53 Executing busybox-1.31.1-r19.trigger 18:35:53 OK: 6 MiB in 15 packages 18:35:54 Removing intermediate container 29dab9f544df 18:35:54 ---> 54f12c0440d6 18:35:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:54 Removing intermediate container 748a212e0e32 18:35:54 ---> 7c48ee829d60 18:35:54 Step 13/24 : WORKDIR / 18:35:54 ---> Running in 53a23c66c201 18:35:55 ---> Running in a0250dcf8842 18:35:55 Removing intermediate container a4b436b1874d 18:35:55 ---> 16f97aa8f7f9 18:35:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:35:55 Removing intermediate container 368082a30207 18:35:55 ---> 57ef6da3fe58 18:35:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:35:55 Removing intermediate container 53a23c66c201 18:35:55 ---> 79e77ef84d4d 18:35:55 Step 13/22 : ENV APP_PORT=48085 18:35:55 ---> Running in 50bcc28a6394 18:35:55 ---> Running in 53185b967d24 18:35:55 ---> Running in 7d5f56ba8089 18:35:55 Removing intermediate container a0250dcf8842 18:35:55 ---> 4e714f8e6f9f 18:35:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:35:56 Removing intermediate container 53185b967d24 18:35:56 ---> 6ae991745408 18:35:56 Step 13/23 : ENV APP_PORT=48082 18:35:56 Removing intermediate container 50bcc28a6394 18:35:56 ---> f5e949527f05 18:35:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:35:56 Removing intermediate container 7d5f56ba8089 18:35:56 ---> 3e3f5b6dd958 18:35:56 Step 14/22 : EXPOSE $APP_PORT 18:35:56 ---> Running in 8ba72850761a 18:35:56 ---> Running in 0aef44e6823f 18:35:56 ---> aff34408d79e 18:35:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:35:56 ---> Running in a177e880c8dc 18:35:57 Removing intermediate container 8ba72850761a 18:35:57 ---> d5f92a71af89 18:35:57 Step 14/23 : EXPOSE $APP_PORT 18:35:57 Removing intermediate container 0aef44e6823f 18:35:57 ---> 812d7da5b50e 18:35:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:35:57 ---> Running in ba7585445ed1 18:35:57 ---> Running in 592c7b2d47ab 18:35:57 Removing intermediate container a177e880c8dc 18:35:57 ---> ba252dc731a8 18:35:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:57 ---> eb8d35fc18c2 18:35:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:35:57 Removing intermediate container ba7585445ed1 18:35:57 ---> b6f14a51e026 18:35:57 Step 15/23 : WORKDIR / 18:35:58 ---> Running in 57fe43216b49 18:35:58 ---> fbd8c10b451d 18:35:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:35:58 ---> a21c68fa9bda 18:35:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:35:58 Removing intermediate container 57fe43216b49 18:35:58 ---> 24799ceeed3d 18:35:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:35:59 ---> 738c8c451f2b 18:35:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:35:59 ---> 0035c4f919f6 18:35:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:35:59 ---> b03cafbf21e0 18:35:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:35:59 Removing intermediate container 592c7b2d47ab 18:35:59 ---> 91ecdcaa0e40 18:35:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:35:59 ---> Running in 64a078c7bf44 18:35:59 ---> 2952ae128972 18:35:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:35:59 ---> Running in 95cfdfbc7f28 18:35:59 ---> ecd27bbe292a 18:35:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:36:00 ---> a6e905bc31ec 18:36:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:36:00 Removing intermediate container 64a078c7bf44 18:36:00 ---> d876face7b60 18:36:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:36:00 ---> 22b8dbaab40d 18:36:00 Step 19/23 : ENTRYPOINT ["/core-command"] 18:36:00 Removing intermediate container 95cfdfbc7f28 18:36:00 ---> fbf00cc06d43 18:36:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:00 ---> Running in 319cb6621270 18:36:00 ---> Running in e8c47ac83d2e 18:36:00 ---> e17a0e6d9ea8 18:36:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:36:00 ---> 1c1898a9f797 18:36:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:36:01 ---> Running in 31e3db159eb7 18:36:01 ---> Running in 3754368279ba 18:36:01 Removing intermediate container e8c47ac83d2e 18:36:01 ---> 5eb45b0cf079 18:36:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:36:01 Removing intermediate container 319cb6621270 18:36:01 ---> d5de1680fbbf 18:36:01 Step 20/22 : LABEL arch=x86_64 18:36:01 ---> Running in f7655e67995f 18:36:01 ---> Running in 0d0a00c1ebf8 18:36:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:36:01 Status: Downloaded newer image for docker:20.10.0 18:36:01 ---> aefe523efa57 18:36:01 Step 12/26 : RUN apk add --no-cache bash 18:36:01 ---> Running in a1e487915d83 18:36:01 Removing intermediate container 0d0a00c1ebf8 18:36:01 ---> 93432c44cbab 18:36:01 Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:36:01 Removing intermediate container f7655e67995f 18:36:01 ---> 1d80293f05f1 18:36:01 Step 21/23 : LABEL arch=x86_64 18:36:02 ---> Running in 90e762632b86 18:36:02 ---> Running in 1508859acc12 18:36:02 Removing intermediate container 90e762632b86 18:36:02 ---> a0b14f6b7146 18:36:02 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:36:02 Removing intermediate container 1508859acc12 18:36:02 ---> 7b47a1e4b47b 18:36:02 Step 22/22 : LABEL version=2.0.0-dev.115 18:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:03 ---> Running in dcdbd9b54fb0 18:36:03 ---> Running in 712cc6ca5f38 18:36:03 Removing intermediate container 31e3db159eb7 18:36:03 ---> 23b6548a5219 18:36:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:36:03 (1/2) Installing readline (8.0.4-r0) 18:36:03 (2/2) Installing bash (5.0.17-r0) 18:36:03 Executing bash-5.0.17-r0.post-install 18:36:03 Executing busybox-1.31.1-r19.trigger 18:36:03 OK: 12 MiB in 22 packages 18:36:03 ---> Running in 425a139b57e1 18:36:03 Removing intermediate container 3754368279ba 18:36:03 ---> 6ba92279ea29 18:36:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:36:03 Removing intermediate container dcdbd9b54fb0 18:36:03 ---> d8bdc4263458 18:36:03 Step 23/23 : LABEL version=2.0.0-dev.115 18:36:03 Removing intermediate container 712cc6ca5f38 18:36:03 ---> 1514ec0a1550 18:36:03 18:36:03 ---> Running in 03c7d40c0f8d 18:36:03 Removing intermediate container 425a139b57e1 18:36:03 ---> 10b42ee6fabc 18:36:03 Step 22/24 : LABEL arch=x86_64 18:36:03 Successfully built 1514ec0a1550 18:36:03 Successfully tagged docker-support-scheduler-go:latest 18:36:03  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 18:36:04 ---> 41cbbec740e3 18:36:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:36:04 ---> Running in 8629cd5318f4 18:36:04 Removing intermediate container 03c7d40c0f8d 18:36:04 ---> ce4c5fe84da6 18:36:04 18:36:04 Removing intermediate container a1e487915d83 18:36:04 ---> 42a062f2a082 18:36:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:36:04 Successfully built ce4c5fe84da6 18:36:04 Successfully tagged docker-core-command-go:latest 18:36:04 Building docker-security-proxy-setup-go 18:36:04  Building docker-core-command-go ... done  ---> Running in c63a78e495af 18:36:04 Removing intermediate container 8629cd5318f4 18:36:04 ---> 3b0b678fa637 18:36:04 Step 23/24 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:36:04 ---> 7fe8cc68da5d 18:36:04 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:36:04 ---> Running in 59798f7837f4 18:36:09 Removing intermediate container c63a78e495af 18:36:09 ---> 183fbdf58734 18:36:09 Step 14/26 : ENV APP_PORT=48090 18:36:11 ---> c9d2e9cb3d1e 18:36:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:36:11 Removing intermediate container 59798f7837f4 18:36:11 ---> f39fefa455d1 18:36:11 Step 24/24 : LABEL version=2.0.0-dev.115 18:36:11 ---> Running in d7f17a4b24f8 18:36:11 ---> Running in a1406d3abca7 18:36:13 Removing intermediate container a1406d3abca7 18:36:13 ---> 777d172d39c6 18:36:13 18:36:13 Removing intermediate container d7f17a4b24f8 18:36:13 ---> 021ee72e1d95 18:36:13 Step 15/26 : EXPOSE $APP_PORT 18:36:13 Successfully built 777d172d39c6 18:36:13 Successfully tagged docker-security-secretstore-setup-go:latest 18:36:13 Building docker-core-data-go 18:36:13  Building docker-security-secretstore-setup-go ... done  ---> e122c910a1e5 18:36:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:36:14 ---> Running in 8336b4a2ade5 18:36:21 Removing intermediate container 8336b4a2ade5 18:36:21 ---> 4274e7c2c393 18:36:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:36:23 ---> 213d074a1118 18:36:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:36:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:36:23 ---> d3b4a1e7ab72 18:36:23 Step 3/21 : WORKDIR /edgex-go 18:36:23 ---> Using cache 18:36:23 ---> 340c6faec877 18:36:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:23 ---> Using cache 18:36:23 ---> 790b1ecb832d 18:36:23 Step 5/21 : RUN apk add --update --no-cache make git 18:36:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:23 ---> d3b4a1e7ab72 18:36:23 Step 3/23 : WORKDIR /edgex-go 18:36:23 ---> Using cache 18:36:23 ---> 340c6faec877 18:36:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:23 ---> Using cache 18:36:23 ---> 790b1ecb832d 18:36:23 Step 5/23 : RUN apk add --update --no-cache make git 18:36:23 ---> Using cache 18:36:23 ---> Using cache 18:36:23 ---> 12d8db62e74b 18:36:23 Step 6/23 : COPY go.mod . 18:36:23 ---> 12d8db62e74b 18:36:23 Step 6/21 : COPY go.mod . 18:36:23 ---> Using cache 18:36:23 ---> Using cache 18:36:23 ---> b6b018be591e 18:36:23 ---> b6b018be591e 18:36:23 Step 7/23 : RUN go mod download 18:36:23 Step 7/21 : RUN go mod download 18:36:23 ---> Using cache 18:36:23 ---> 301b8209c46c 18:36:23 Step 8/23 : COPY . . ---> Using cache 18:36:23 18:36:23 ---> 301b8209c46c 18:36:23 Step 8/21 : COPY . . 18:36:24 ---> Using cache 18:36:24 ---> Using cache 18:36:24 ---> 62c9db6f5603 18:36:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata ---> 62c9db6f5603 18:36:24 18:36:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:36:25 ---> Running in 79155f0c9284 18:36:25 ---> Running in 45c05e1d6ec5 18:36:25 ---> 03fbf3bb0d09 18:36:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:36:25 ---> Running in 6aaae32fc23f 18:36:26 Removing intermediate container 6aaae32fc23f 18:36:26 ---> a43d860e3431 18:36:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:36:26 ---> 511617305151 18:36:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:36:26 ---> 64bd795ee6d3 18:36:26 Step 26/31 : RUN chmod +x /entrypoint.sh 18:36:26 ---> b2b3155e2060 18:36:26 Step 19/26 : RUN apk --no-cache add py3-pip 18:36:26 ---> Running in 059c4e3c28bd 18:36:27 ---> Running in a89751af7475 18:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:29 (1/33) Installing libbz2 (1.0.8-r1) 18:36:29 (2/33) Installing expat (2.2.9-r1) 18:36:29 (3/33) Installing libffi (3.3-r2) 18:36:29 (4/33) Installing gdbm (1.13-r1) 18:36:29 (5/33) Installing xz-libs (5.2.5-r0) 18:36:29 (6/33) Installing sqlite-libs (3.32.1-r0) 18:36:29 (7/33) Installing python3 (3.8.5-r1) 18:36:32 Removing intermediate container 059c4e3c28bd 18:36:32 ---> a8bef5893a68 18:36:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:36:34 ---> Running in 82a0f9c5e70c 18:36:34 (8/33) Installing py3-appdirs (1.4.4-r1) 18:36:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:36:34 (10/33) Installing py3-parsing (2.4.7-r0) 18:36:34 (11/33) Installing py3-six (1.15.0-r0) 18:36:34 (12/33) Installing py3-packaging (20.4-r0) 18:36:34 (13/33) Installing py3-setuptools (47.0.0-r0) 18:36:35 (14/33) Installing py3-chardet (3.0.4-r4) 18:36:35 (15/33) Installing py3-idna (2.9-r0) 18:36:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:36:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:36:35 (18/33) Installing py3-requests (2.23.0-r0) 18:36:35 (19/33) Installing py3-msgpack (1.0.0-r0) 18:36:36 (20/33) Installing py3-lockfile (0.12.2-r3) 18:36:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:36 ---> d3b4a1e7ab72 18:36:36 Step 3/23 : WORKDIR /edgex-go 18:36:36 ---> Using cache 18:36:36 ---> 340c6faec877 18:36:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:36 ---> Using cache 18:36:36 ---> 790b1ecb832d 18:36:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:36:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:36:37 (22/33) Installing py3-colorama (0.4.3-r0) 18:36:37 Removing intermediate container 82a0f9c5e70c 18:36:37 ---> 1e9aa03e06b0 18:36:37 Step 28/31 : CMD ["gate"] 18:36:37 (23/33) Installing py3-distlib (0.3.0-r0) 18:36:37 (24/33) Installing py3-distro (1.5.0-r1) 18:36:37 (25/33) Installing py3-webencodings (0.5.1-r3) 18:36:37 ---> Running in 60a71d7f73eb 18:36:37 (26/33) Installing py3-html5lib (1.0.1-r4) 18:36:37 (27/33) Installing py3-pytoml (0.1.21-r0) 18:36:37 (28/33) Installing py3-pep517 (0.8.2-r0) 18:36:37 (29/33) Installing py3-progress (1.5-r0) 18:36:37 (30/33) Installing py3-toml (0.10.1-r0) 18:36:37 (31/33) Installing py3-retrying (1.3.3-r0) 18:36:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:36:37 (33/33) Installing py3-pip (20.1.1-r0) 18:36:38 ---> Running in b4f79f13860e 18:36:38 Executing busybox-1.31.1-r19.trigger 18:36:38 OK: 71 MiB in 55 packages 18:36:39 Removing intermediate container b4f79f13860e 18:36:39 ---> 67d0c3f89bfe 18:36:39 Step 29/31 : LABEL arch=x86_64 18:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:39 ---> Running in 43503e8bceac 18:36:41 Removing intermediate container 43503e8bceac 18:36:41 ---> af847585c94f 18:36:41 Step 30/31 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:36:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:42 ---> Running in a7f5ab60ddf9 18:36:42 Removing intermediate container a7f5ab60ddf9 18:36:42 ---> 9b09792b8591 18:36:42 Step 31/31 : LABEL version=2.0.0-dev.115 18:36:43 ---> Running in 153e408ce936 18:36:43 OK: 233 MiB in 51 packages 18:36:43 Removing intermediate container 153e408ce936 18:36:43 ---> b7f53e540f9e 18:36:43 18:36:44 Successfully built b7f53e540f9e 18:36:44 Successfully tagged docker-security-bootstrapper-go:latest 18:36:44 Building docker-support-notifications-go 18:36:50  Building docker-security-bootstrapper-go ... done Removing intermediate container 60a71d7f73eb 18:36:50 ---> ca2b9a3e4446 18:36:50 Step 6/23 : COPY go.mod . 18:36:54 ---> 160d0c7f471b 18:36:54 Step 7/23 : RUN go mod download 18:36:56 ---> Running in 4aa8bb44bc92 18:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config 18:37:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:37:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:37:04 ---> d3b4a1e7ab72 18:37:04 Step 3/22 : WORKDIR /edgex-go 18:37:04 ---> Using cache 18:37:04 ---> 340c6faec877 18:37:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:04 ---> Using cache 18:37:04 ---> 790b1ecb832d 18:37:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:37:04 Removing intermediate container a89751af7475 18:37:04 ---> 177273717a81 18:37:04 Step 20/26 : RUN pip install docker-compose==1.23.2 18:37:05 Removing intermediate container 4aa8bb44bc92 18:37:05 ---> 3d084dcc1808 18:37:05 Step 8/23 : COPY . . 18:37:05 ---> Running in 3d09eaa4c50e 18:37:05 ---> Running in 4aca1abe90ac 18:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:09 OK: 233 MiB in 51 packages 18:37:14 Collecting docker-compose==1.23.2 18:37:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:37:14 Removing intermediate container 79155f0c9284 18:37:14 ---> 35c0f18bc220 18:37:14 18:37:14 Step 10/21 : FROM alpine:3.12 18:37:14 ---> 88dd2752d2ea 18:37:14 Step 11/21 : RUN apk add --update --no-cache curl 18:37:16 Collecting docker<4.0,>=3.6.0 18:37:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:37:16 Removing intermediate container 45c05e1d6ec5 18:37:16 ---> 02d88acf240c 18:37:16 18:37:16 Step 10/23 : FROM alpine:3.12 18:37:16 ---> 88dd2752d2ea 18:37:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:37:16 ---> Using cache 18:37:16 ---> 57ef6da3fe58 18:37:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:16 ---> Using cache 18:37:16 ---> 6ae991745408 18:37:16 Step 13/23 : ENV APP_PORT=48081 18:37:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:37:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:37:19 ---> Running in a950b92f76cc 18:37:19 Removing intermediate container 4aca1abe90ac 18:37:19 ---> 7a3f8c22937d 18:37:19 Step 6/22 : COPY go.mod . 18:37:19 Collecting PyYAML<4,>=3.10 18:37:19 Downloading PyYAML-3.13.tar.gz (270 kB) 18:37:20 ---> Running in 00c7f33b3516 18:37:21 ---> c23b9ad76612 18:37:21 Step 7/22 : RUN go mod download 18:37:22 ---> Running in 08054b638d7b 18:37:22 Removing intermediate container 00c7f33b3516 18:37:22 ---> f17fe16b36ec 18:37:22 Step 14/23 : EXPOSE $APP_PORT 18:37:22 Collecting websocket-client<1.0,>=0.32.0 18:37:22 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:22 (1/4) Installing ca-certificates (20191127-r4) 18:37:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:37:22 (3/4) Installing libcurl (7.69.1-r3) 18:37:22 (4/4) Installing curl (7.69.1-r3) 18:37:22 Executing busybox-1.31.1-r19.trigger 18:37:23 Executing ca-certificates-20191127-r4.trigger 18:37:23 OK: 7 MiB in 18 packages 18:37:23 Collecting texttable<0.10,>=0.9.0 18:37:23 Downloading texttable-0.9.1.tar.gz (11 kB) 18:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/secrets-config ./cmd/secrets-config 18:37:24 ---> Running in 46a8ae874123 18:37:25 Collecting dockerpty<0.5,>=0.4.1 18:37:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:37:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:37:25 Removing intermediate container 46a8ae874123 18:37:25 Collecting jsonschema<3,>=2.5.1 18:37:25 ---> 52ca3998dcf5 18:37:25 Step 15/23 : WORKDIR / 18:37:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:37:26 Collecting docopt<0.7,>=0.6.1 18:37:26 Downloading docopt-0.6.2.tar.gz (25 kB) 18:37:26 ---> 5459d03a0d2a 18:37:26 Step 9/23 : RUN make cmd/core-data/core-data 18:37:26 ---> Running in 50af8cd9b83e 18:37:26 Collecting cached-property<2,>=1.2.0 18:37:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:37:26 Removing intermediate container a950b92f76cc 18:37:26 ---> 2d4cb0a5a92a 18:37:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:26 ---> Running in 9b931b713e4d 18:37:26 Collecting docker-pycreds>=0.4.0 18:37:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:37:26 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) 18:37:26 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) 18:37:27 ---> Running in 58109f0c15a9 18:37:27 Collecting urllib3<1.25,>=1.21.1 18:37:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:37:27 Removing intermediate container 50af8cd9b83e 18:37:27 ---> 565089372ca5 18:37:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:37:27 Removing intermediate container 08054b638d7b 18:37:27 ---> 903e9da340c9 18:37:27 Step 8/22 : COPY . . 18:37:27 Collecting idna<2.8,>=2.5 18:37:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:37:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:37:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:37:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:37:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:37:27 Removing intermediate container 58109f0c15a9 18:37:27 ---> c9b9e3b0a4e7 18:37:27 Step 13/21 : WORKDIR /edgex 18:37:27 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, dockerpty, jsonschema, docopt, cached-property, docker-compose 18:37:27 Attempting uninstall: urllib3 18:37:27 Found existing installation: urllib3 1.25.9 18:37:27 Uninstalling urllib3-1.25.9: 18:37:27 ---> Running in cfe4e00e6516 18:37:28 Successfully uninstalled urllib3-1.25.9 18:37:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data 18:37:29 ---> f41263f40c7a 18:37:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:37:29 Attempting uninstall: idna 18:37:29 Found existing installation: idna 2.9 18:37:29 Uninstalling idna-2.9: 18:37:29 Successfully uninstalled idna-2.9 18:37:29 Removing intermediate container cfe4e00e6516 18:37:29 ---> 9166a325d6ff 18:37:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:37:29 Attempting uninstall: requests 18:37:29 Found existing installation: requests 2.23.0 18:37:29 Uninstalling requests-2.23.0: 18:37:31 Successfully uninstalled requests-2.23.0 18:37:35 Removing intermediate container 4b3c746ca69a 18:37:35 ---> 91d1b390204e 18:37:35 18:37:35 Step 10/24 : FROM alpine:3.12 18:37:35 3.12: Pulling from library/alpine 18:37:36 ---> 2bab4263fecd 18:37:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:37:36 ---> 843d142ee8d6 18:37:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:37:38 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:37:38 Status: Downloaded newer image for alpine:3.12 18:37:38 ---> d10569e2745f 18:37:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:37:38 Removing intermediate container 4a8f305b26e7 18:37:38 ---> 484c7a4930c5 18:37:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:37:38 ---> Running in 4581c8e8a1e9 18:37:38 ---> Running in 85fd599ef9b9 18:37:40 Running setup.py install for PyYAML: started 18:37:40 Removing intermediate container 18dc170c668d 18:37:40 ---> 7c4898d6046d 18:37:40 18:37:40 Step 10/21 : FROM alpine:3.12 18:37:40 ---> d10569e2745f 18:37:40 Step 11/21 : RUN apk add --update --no-cache curl 18:37:40 ---> Running in 19ee0f659bd2 18:37:41 ---> bce6b0cf9e79 18:37:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:37:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:41 Running setup.py install for PyYAML: finished with status 'done' 18:37:41 Running setup.py install for texttable: started 18:37:41 ---> 96a95a28d480 18:37:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:42 ---> Running in 72f7d9b05e72 18:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:42 Running setup.py install for texttable: finished with status 'done' 18:37:42 Running setup.py install for dockerpty: started 18:37:43 (1/5) Installing ca-certificates (20191127-r4) 18:37:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:37:43 (3/5) Installing libcurl (7.69.1-r3) 18:37:43 (4/5) Installing curl (7.69.1-r3) 18:37:43 (5/5) Installing dumb-init (1.2.2-r1) 18:37:43 Executing busybox-1.31.1-r19.trigger 18:37:43 Executing ca-certificates-20191127-r4.trigger 18:37:43 (1/4) Installing ca-certificates (20191127-r4) 18:37:43 OK: 7 MiB in 19 packages 18:37:43 Removing intermediate container 72f7d9b05e72 18:37:43 ---> 23d924fdc728 18:37:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:37:43 (3/4) Installing libcurl (7.69.1-r3) 18:37:43 (4/4) Installing curl (7.69.1-r3) 18:37:43 Executing busybox-1.31.1-r19.trigger 18:37:43 Executing ca-certificates-20191127-r4.trigger 18:37:43 Running setup.py install for dockerpty: finished with status 'done' 18:37:44 OK: 7 MiB in 18 packages 18:37:44 ---> Running in 83f94b7097a4 18:37:44 Running setup.py install for docopt: started 18:37:44 ---> 71f103f71a6b 18:37:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:37:45 ---> Running in adcb87734ea1 18:37:45 Removing intermediate container 83f94b7097a4 18:37:45 ---> e33128569f2c 18:37:45 Step 21/23 : LABEL arch=x86_64 18:37:45 Running setup.py install for docopt: finished with status 'done' 18:37:46 ---> Running in 303e650d651b 18:37:46 Removing intermediate container adcb87734ea1 18:37:46 ---> fbb6653cc28b 18:37:46 Step 18/21 : CMD ["--init=true"] 18:37:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:37:47 Removing intermediate container 85fd599ef9b9 18:37:47 ---> 29a6a5c88697 18:37:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:47 Removing intermediate container 4581c8e8a1e9 18:37:47 ---> 44f9e1cbbddd 18:37:47 18:37:47 Step 11/26 : FROM docker:20.10.0 18:37:48 20.10.0: Pulling from library/docker 18:37:48 Removing intermediate container 19ee0f659bd2 18:37:48 ---> 5e45ce94e6c8 18:37:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:48 Removing intermediate container 303e650d651b 18:37:48 ---> ede5c234f266 18:37:48 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:37:48 ---> Running in bc3990c67f6b 18:37:48 ---> Running in c5091314cc47 18:37:48 ---> Running in 63444b7a5ca2 18:37:48 ---> Running in 1a6a0fa95b02 18:37:48 Removing intermediate container bc3990c67f6b 18:37:48 ---> 0245afc36736 18:37:48 Step 19/21 : LABEL arch=x86_64 18:37:49 ---> Running in feb2cc926b62 18:37:49 ---> f14825785946 18:37:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:37:49 Removing intermediate container 1a6a0fa95b02 18:37:49 ---> 3f4ed9117fe9 18:37:49 Step 23/23 : LABEL version=2.0.0-dev.115 18:37:49 ---> Running in 994fe12d60f4 18:37:49 ---> Running in 9ac7e2f93b88 18:37:49 Removing intermediate container feb2cc926b62 18:37:49 ---> d14c51a8c916 18:37:49 Step 20/21 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:37:49 Removing intermediate container 0dddbfa49228 18:37:49 ---> b9b8b6efbb0a 18:37:49 18:37:49 Step 10/22 : FROM alpine:3.12 18:37:49 ---> d10569e2745f 18:37:49 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:37:49 Removing intermediate container 984a113f7663 18:37:49 ---> 07044a496feb 18:37:49 18:37:49 Step 10/23 : FROM alpine:3.12 18:37:49 ---> d10569e2745f 18:37:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:37:50 ---> Running in 7210bf31733e 18:37:50 Removing intermediate container c5091314cc47 18:37:50 ---> f93479a0d402 18:37:50 Step 13/24 : WORKDIR / 18:37:50 Removing intermediate container 994fe12d60f4 18:37:50 ---> a1719ac708d9 18:37:50 18:37:50 ---> Running in ed032d212a1d 18:37:50 ---> Running in 4c6b6484e516 18:37:50 Removing intermediate container 63444b7a5ca2 18:37:50 ---> eca1e2d3b2e1 18:37:50 Step 13/21 : WORKDIR /edgex 18:37:50 Removing intermediate container 7210bf31733e 18:37:50 ---> d7cf33f48c4f 18:37:50 Step 21/21 : LABEL version=2.0.0-dev.115 18:37:50 Successfully built a1719ac708d9 18:37:51 ---> Running in f34659087c8b 18:37:51 ---> Running in a9e2bfd2957d 18:37:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:37:51 Successfully tagged docker-core-metadata-go:latest 18:37:52 Removing intermediate container f34659087c8b 18:37:52 ---> 3c67c548ce30 18:37:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:37:52 Removing intermediate container a9e2bfd2957d 18:37:52 ---> c8aca7ebb990 18:37:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:37:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53  Building docker-core-metadata-go ... done  ---> Running in ba8daecb0549 18:37:53 Removing intermediate container 3d09eaa4c50e 18:37:53 ---> 0d374fe8a5e9 18:37:53 Step 21/26 : RUN apk --no-cache add curl 18:37:53 ---> Running in 0e58be455b0c 18:37:53 Removing intermediate container ba8daecb0549 18:37:53 ---> 331b392ccf46 18:37:53 18:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:53 ---> 4463faab5d79 18:37:53 Successfully built 331b392ccf46 18:37:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:53 Successfully tagged docker-security-proxy-setup-go:latest 18:37:53 ---> 4eb3408f98e8 18:37:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:37:54  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:37:54 (2/3) Installing libcurl (7.69.1-r3) 18:37:54 (3/3) Installing curl (7.69.1-r3) 18:37:54 Executing busybox-1.31.1-r19.trigger 18:37:54 (1/1) Installing dumb-init (1.2.2-r1) 18:37:54 (1/1) Installing dumb-init (1.2.2-r1) 18:37:54 Executing busybox-1.31.1-r19.trigger 18:37:54 Executing busybox-1.31.1-r19.trigger 18:37:54 OK: 5 MiB in 15 packages 18:37:54 OK: 5 MiB in 15 packages 18:37:54 OK: 72 MiB in 58 packages 18:37:55 ---> b794a093bc30 18:37:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:37:55 Removing intermediate container 0e58be455b0c 18:37:55 ---> 11fd9f2f350b 18:37:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:37:55 ---> Running in b70800d99e8a 18:37:55 ---> dd7b021f4875 18:37:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:37:56 Removing intermediate container b70800d99e8a 18:37:56 ---> 0aca0ffa2852 18:37:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:37:56 ---> Running in db5fecdc5b8b 18:37:56 Removing intermediate container db5fecdc5b8b 18:37:56 ---> f8ea9fce0cb5 18:37:56 Step 24/26 : LABEL arch=x86_64 18:37:56 ---> Running in aff2c59455bd 18:37:56 ---> 15c2c1c5709b 18:37:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:37:57 Removing intermediate container 4c6b6484e516 18:37:57 ---> 5b02764ef29a 18:37:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:57 Removing intermediate container ed032d212a1d 18:37:57 ---> 737451776314 18:37:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:37:57 Removing intermediate container aff2c59455bd 18:37:57 ---> 87cc47589253 18:37:57 Step 25/26 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:37:57 ---> Running in e81a0b8a7fa4 18:37:57 Removing intermediate container e81a0b8a7fa4 18:37:57 ---> 41deece5eee8 18:37:57 Step 26/26 : LABEL version=2.0.0-dev.115 18:37:58 ---> Running in 77fada3cef35 18:37:58 ---> Running in 7858a6088afb 18:37:58 ---> Running in 4e8ba7d86da9 18:37:58 Removing intermediate container 77fada3cef35 18:37:58 ---> 463c4e8ee48a 18:37:58 18:37:58 ---> 0aa4bba88bb3 18:37:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:37:58 Successfully built 463c4e8ee48a 18:37:58 Successfully tagged docker-sys-mgmt-agent-go:latest 18:37:59 ---> Running in 1a4e89a4ad6c 18:37:59 ---> cba0d6664c81 18:37:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:37:59 Removing intermediate container 7858a6088afb 18:37:59 ---> e8a191aa28ab 18:37:59 Step 13/22 : ENV APP_PORT=48085 18:37:59 Removing intermediate container 4e8ba7d86da9 18:37:59 ---> 2a308023b335 18:37:59 Step 13/23 : ENV APP_PORT=48082 18:37:59 ---> Running in dba8967ad5a8 18:37:59 ---> Running in ebf9c51f76c1 18:37:59 Removing intermediate container 1a4e89a4ad6c 18:37:59 ---> bcb819b2f80e 18:37:59 Step 18/21 : CMD ["--init=true"] 18:38:00 ---> Running in fed466acc363 18:38:00 Removing intermediate container dba8967ad5a8 18:38:00 ---> 66bc42f2458a 18:38:00 Step 14/22 : EXPOSE $APP_PORT 18:38:00 ---> 57a6b01823fd 18:38:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:38:00 Removing intermediate container ebf9c51f76c1 18:38:00 ---> 134c6f381353 18:38:00 Step 14/23 : EXPOSE $APP_PORT 18:38:00 ---> Running in 6b964e45a62f 18:38:01 ---> Running in f86e802f3712 18:38:01 Removing intermediate container fed466acc363 18:38:01 ---> 87c18578c2a4 18:38:01 Step 19/21 : LABEL arch=arm64 18:38:01 ---> Running in da34f8e4ea5c 18:38:01 Removing intermediate container 6b964e45a62f 18:38:01 ---> 7787ad32e5f8 18:38:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:01 Removing intermediate container f86e802f3712 18:38:01 ---> 3b53573c902a 18:38:01 Step 15/23 : WORKDIR / 18:38:02 ---> 23b6559bb766 18:38:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:38:02 ---> Running in 7b319270e312 18:38:02 ---> Running in 61fcea469073 18:38:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:38:02 Removing intermediate container da34f8e4ea5c 18:38:02 ---> 38a329c16fcc 18:38:02 Step 20/21 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:02 Status: Downloaded newer image for docker:20.10.0 18:38:02 ---> eeaf43b92773 18:38:02 Step 12/26 : RUN apk add --no-cache bash 18:38:02 ---> Running in eef3eeb35e3d 18:38:02 ---> Running in 45523a851ea3 18:38:03  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9b931b713e4d 18:38:03 ---> d8febc8a237e 18:38:03 18:38:03 Step 10/23 : FROM alpine:3.12 18:38:03 ---> 88dd2752d2ea 18:38:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:03 ---> Running in 4e1ccfdbfbe3 18:38:03 Removing intermediate container 4e1ccfdbfbe3 18:38:03 ---> d3bd74524edd 18:38:03 Step 12/23 : ENV APP_PORT=48080 18:38:03 ---> c88c6b4ab141 18:38:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:38:03 Removing intermediate container 7b319270e312 18:38:03 ---> 4e3b49a06ca1 18:38:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:03 ---> Running in a9a08ac7e330 18:38:03 Removing intermediate container a9a08ac7e330 18:38:03 ---> ea4234275bae 18:38:03 Step 13/23 : EXPOSE $APP_PORT 18:38:03 ---> Running in 89b2a434c87c 18:38:03 Removing intermediate container 45523a851ea3 18:38:03 ---> cd2969e8a00f 18:38:03 Step 21/21 : LABEL version=2.0.0-dev.115 18:38:03 Removing intermediate container 89b2a434c87c 18:38:03 ---> 1bc7fd31dec5 18:38:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:03 ---> Running in 721b8cc6c975 18:38:04 ---> Running in 8fa7ddaed2fa 18:38:04 ---> 495ef56e8dfb 18:38:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:38:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:04 Removing intermediate container 721b8cc6c975 18:38:04 ---> 168aefcada46 18:38:04 18:38:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:05 ---> b4d970cd5e00 18:38:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:38:05 Successfully built 168aefcada46 18:38:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:38:05 Building docker-core-data-go 18:38:05  Building docker-security-proxy-setup-go ... done (1/2) Installing readline (8.0.4-r0) 18:38:05 (2/2) Installing bash (5.0.17-r0) 18:38:05 Executing bash-5.0.17-r0.post-install 18:38:05 Executing busybox-1.31.1-r19.trigger 18:38:05 OK: 12 MiB in 22 packages 18:38:06 Removing intermediate container 8fa7ddaed2fa 18:38:06 ---> cc0c6e3850d5 18:38:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:38:06 ---> Running in 07b9f141f8ff 18:38:06 ---> 2b76b7c676ac 18:38:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:06 Removing intermediate container 61fcea469073 18:38:06 ---> a1a0d45524d6 18:38:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:38:06 ---> fd1c1c1e3956 18:38:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:38:07 ---> Running in 08ed1e9e5288 18:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:07 ---> Running in 56dff2709401 18:38:07 (1/6) Installing dumb-init (1.2.2-r1) 18:38:07 (2/6) Installing libgcc (9.3.0-r2) 18:38:07 (3/6) Installing libsodium (1.0.18-r0) 18:38:07 (4/6) Installing libstdc++ (9.3.0-r2) 18:38:08 (5/6) Installing libzmq (4.3.3-r0) 18:38:08 (6/6) Installing zeromq (4.3.3-r0) 18:38:08 ---> 7fe4d6c4f365 18:38:08 Step 19/23 : ENTRYPOINT ["/core-command"] 18:38:08 Executing busybox-1.31.1-r19.trigger 18:38:08 OK: 8 MiB in 20 packages 18:38:09 Removing intermediate container 08ed1e9e5288 18:38:09 ---> a46bccaf4a64 18:38:09 Step 22/24 : LABEL arch=arm64 18:38:09 Removing intermediate container eef3eeb35e3d 18:38:09 ---> f0e8274f155a 18:38:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:38:09 Removing intermediate container 56dff2709401 18:38:09 ---> 670b13249239 18:38:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:09 ---> Running in 6a9f29180ae8 18:38:09 ---> Running in 373accf3fb57 18:38:09 ---> Running in 39d0a8f4acad 18:38:09 ---> Running in 05da9ee0b45f 18:38:10 Removing intermediate container 6a9f29180ae8 18:38:10 ---> 19ec9553fc01 18:38:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:10 Removing intermediate container 9ac7e2f93b88 18:38:10 ---> 661ccb4941f7 18:38:10 18:38:10 Step 10/22 : FROM alpine:3.12 18:38:10 ---> 88dd2752d2ea 18:38:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:38:10 ---> Running in 7972726a3cc4 18:38:10 ---> Running in 8472f559841a 18:38:10 Removing intermediate container 373accf3fb57 18:38:10 ---> f6c0b304860a 18:38:10 Step 23/24 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49abRemoving intermediate container 39d0a8f4acad 18:38:10 18:38:10 ---> 0ab172fffe56 18:38:10 Step 14/26 : ENV APP_PORT=48090 18:38:10 Removing intermediate container 05da9ee0b45f 18:38:10 ---> 303d7f6785e0 18:38:10 Step 20/22 : LABEL arch=arm64 18:38:10 Removing intermediate container 07b9f141f8ff 18:38:10 ---> b66ec0f2607b 18:38:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:10 ---> Running in 00d0b2b80f33 18:38:10 ---> Running in 613de338eeb7 18:38:10 ---> Running in c4f63fbc53cb 18:38:10 Removing intermediate container 8472f559841a 18:38:10 ---> f897a7196125 18:38:10 Step 21/23 : LABEL arch=arm64 18:38:11 ---> Running in dc43a6eeed55 18:38:11 Removing intermediate container 00d0b2b80f33 18:38:11 ---> 097ea9654310 18:38:11 Step 24/24 : LABEL version=2.0.0-dev.115 18:38:11 Removing intermediate container 613de338eeb7 18:38:11 ---> 6c709d55feb4 18:38:11 Step 15/26 : EXPOSE $APP_PORT 18:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:11 Removing intermediate container c4f63fbc53cb 18:38:11 ---> 19127983180c 18:38:11 Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:11 ---> Running in 745607de14b6 18:38:11 ---> Running in 3f9a46f40b03 18:38:11 (1/2) Installing ca-certificates (20191127-r4) 18:38:11 (2/2) Installing dumb-init (1.2.2-r1) 18:38:11 Executing busybox-1.31.1-r19.trigger 18:38:11 Executing ca-certificates-20191127-r4.trigger 18:38:11 OK: 6 MiB in 16 packages 18:38:12 ---> Running in 6e7b6a88a322 18:38:12 Removing intermediate container dc43a6eeed55 18:38:12 ---> 2372018f64ff 18:38:12 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:12 ---> 2a466fec1fb6 18:38:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:38:12 ---> Running in c1d5af35ae76 18:38:12 Removing intermediate container 3f9a46f40b03 18:38:12 ---> 8de995aecb17 18:38:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:38:12 Removing intermediate container 745607de14b6 18:38:12 ---> 1d59f60b71f6 18:38:12 18:38:12 Removing intermediate container 7972726a3cc4 18:38:12 ---> 81b7f2ddb995 18:38:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:38:12 ---> dc01fc0cfbb7 18:38:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:38:12 ---> Running in c5f09deeacb2 18:38:12 Removing intermediate container c5f09deeacb2 18:38:12 ---> 0c6e679e5c8d 18:38:12 Step 13/22 : ENV APP_PORT=48060 18:38:12 ---> 60a009d57cbc 18:38:12 Step 19/23 : ENTRYPOINT ["/core-data"] 18:38:12 ---> Running in 0af46f3ef9a6 18:38:12 ---> Running in 7e44d55b9515 18:38:13 Removing intermediate container 0af46f3ef9a6 18:38:13 ---> 49f70a122555 18:38:13 Step 14/22 : EXPOSE $APP_PORT 18:38:13 Removing intermediate container 7e44d55b9515 18:38:13 ---> 96ecd7a8bf15 18:38:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:13 ---> Running in 2eeb3043d8ef 18:38:13 ---> Running in afa8d630ba1f 18:38:13 Removing intermediate container 6e7b6a88a322 18:38:13 ---> 33ec676c65f6 18:38:13 Step 22/22 : LABEL version=2.0.0-dev.115 18:38:13 Successfully built 1d59f60b71f6 18:38:13 Removing intermediate container 2eeb3043d8ef 18:38:13 ---> edc8a791b30c 18:38:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:13 Removing intermediate container afa8d630ba1f 18:38:13 ---> f3e1fca57350 18:38:13 Step 21/23 : LABEL arch=x86_64 18:38:13 ---> Running in a6648eff2a6a 18:38:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:38:13 Building docker-security-bootstrapper-go 18:38:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container c1d5af35ae76 18:38:13 ---> 01eca51c2be1 18:38:13 Step 23/23 : LABEL version=2.0.0-dev.115 18:38:13 ---> 8589d7383e85 18:38:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:38:13 Removing intermediate container a6648eff2a6a 18:38:13 ---> 5cd7f5568cb2 18:38:13 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:13 ---> Running in e0700a22b16f 18:38:13 Removing intermediate container e0700a22b16f 18:38:13 ---> 306047c9550f 18:38:13 Step 23/23 : LABEL version=2.0.0-dev.115 18:38:13 ---> Running in 04a85752750f 18:38:14 ---> Running in 9f9d2ee67d0e 18:38:14 ---> a6a05b0fc743 18:38:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:38:14 Removing intermediate container 04a85752750f 18:38:14 ---> 0b046d178fda 18:38:14 18:38:14 ---> Running in 8a6fb03457ea 18:38:14 ---> 3fd70ddafbe5 18:38:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:38:14 Successfully built 0b046d178fda 18:38:14 Successfully tagged docker-core-data-go:latest 18:38:14  Building docker-core-data-go ... done  ---> 37bea091c9ed 18:38:14 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:38:14 ---> Running in d732e13a7fae 18:38:14 Removing intermediate container 9f9d2ee67d0e 18:38:14 ---> af55dba863e6 18:38:14 18:38:14 Removing intermediate container d732e13a7fae 18:38:14 ---> 43d0afffcc1f 18:38:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:14 ---> Running in 4877d67ee2b5 18:38:15 Removing intermediate container 4877d67ee2b5 18:38:15 ---> a0ffc8e1c379 18:38:15 Step 20/22 : LABEL arch=x86_64 18:38:15 ---> Running in ee92aa1b984b 18:38:15 Removing intermediate container ee92aa1b984b 18:38:15 ---> 1e7850850680 18:38:15 Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:15 ---> Running in e6de64335225 18:38:15 Removing intermediate container 8a6fb03457ea 18:38:15 ---> 76f0cafd5d33 18:38:15 18:38:15 Successfully built af55dba863e6 18:38:15 Successfully tagged docker-support-scheduler-go-arm64:latest 18:38:15  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 18:38:15 Removing intermediate container e6de64335225 18:38:15 ---> d7fdf7ec402e 18:38:15 Step 22/22 : LABEL version=2.0.0-dev.115 18:38:15 ---> Running in 50b95be86a56 18:38:15 Successfully built 76f0cafd5d33 18:38:15 Removing intermediate container 50b95be86a56 18:38:15 ---> d22be944844f 18:38:15 18:38:15 Successfully built d22be944844f 18:38:15 Successfully tagged docker-support-notifications-go:latest 18:38:16  Building docker-support-notifications-go ... done  [Pipeline] } 18:38:16 $ docker stop --time=1 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b 18:38:16 Successfully tagged docker-core-command-go-arm64:latest 18:38:16  Building docker-core-command-go ... done Building docker-core-metadata-go 18:38:16 ---> 48f889267733 18:38:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:38:17 ---> 58a6788e6917 18:38:17 Step 19/26 : RUN apk --no-cache add py3-pip 18:38:17 ---> Running in a7a153331a62 18:38:17 $ docker rm -f 62b4da787c6c24103f3c591c1b89cbdc3d14f49e607d37ae8f9a80f69456394b [Pipeline] // withDockerContainer [Pipeline] sh 18:38:18 + docker images 18:38:18 + grep docker 18:38:18 docker-support-notifications-go latest d22be944844f 3 seconds ago 17.8MB 18:38:18 docker-core-data-go latest 0b046d178fda 4 seconds ago 22.4MB 18:38:18 docker-sys-mgmt-agent-go latest 463c4e8ee48a 20 seconds ago 313MB 18:38:18 docker-security-proxy-setup-go latest 331b392ccf46 25 seconds ago 24.7MB 18:38:18 docker-core-metadata-go latest a1719ac708d9 29 seconds ago 19MB 18:38:18 docker-security-bootstrapper-go latest b7f53e540f9e About a minute ago 18.7MB 18:38:18 docker-security-secretstore-setup-go latest 777d172d39c6 2 minutes ago 24.9MB 18:38:18 docker-core-command-go latest ce4c5fe84da6 2 minutes ago 17.2MB 18:38:18 docker-support-scheduler-go latest 1514ec0a1550 2 minutes ago 17.2MB 18:38:18 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 18:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:38:19 provisioning config files... 18:38:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config1966020769479243162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:19 (1/33) Installing libbz2 (1.0.8-r1) 18:38:19 (2/33) Installing expat (2.2.9-r1) 18:38:19 (3/33) Installing libffi (3.3-r2) 18:38:19 (4/33) Installing gdbm (1.13-r1) 18:38:19 (5/33) Installing xz-libs (5.2.5-r0) 18:38:19 (6/33) Installing sqlite-libs (3.32.1-r0) 18:38:19 ---> docker-login.sh 18:38:19 nexus3.edgexfoundry.org:10001 18:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:19 Configure a credential helper to remove this warning. See 18:38:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:19 18:38:19 Login Succeeded 18:38:19 nexus3.edgexfoundry.org:10002 18:38:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:19 Configure a credential helper to remove this warning. See 18:38:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:19 18:38:19 Login Succeeded 18:38:19 nexus3.edgexfoundry.org:10003 18:38:19 (7/33) Installing python3 (3.8.5-r1) 18:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:20 Configure a credential helper to remove this warning. See 18:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:20 18:38:20 Login Succeeded 18:38:20 nexus3.edgexfoundry.org:10004 18:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:20 Configure a credential helper to remove this warning. See 18:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:20 18:38:20 Login Succeeded 18:38:20 docker.io 18:38:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:20 Configure a credential helper to remove this warning. See 18:38:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:20 18:38:20 Login Succeeded 18:38:20 ---> docker-login.sh ends [Pipeline] } 18:38:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:21 [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: 18:38:21 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:21 2.0.0-dev.115 18:38:21 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:21 master 18:38:21 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:21 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:21 (8/33) Installing py3-appdirs (1.4.4-r1) 18:38:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:38:21 (10/33) Installing py3-parsing (2.4.7-r0) 18:38:21 (11/33) Installing py3-six (1.15.0-r0) 18:38:21 (12/33) Installing py3-packaging (20.4-r0) 18:38:21 (13/33) Installing py3-setuptools (47.0.0-r0) 18:38:21 (14/33) Installing py3-chardet (3.0.4-r4) 18:38:21 (15/33) Installing py3-idna (2.9-r0) 18:38:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:38:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:38:21 (18/33) Installing py3-requests (2.23.0-r0) 18:38:21 (19/33) Installing py3-msgpack (1.0.0-r0) 18:38:21 (20/33) Installing py3-lockfile (0.12.2-r3) 18:38:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:38:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:38:22 496a0c25428c: Preparing 18:38:22 d9a132028243: Preparing 18:38:22 af8df9f4a614: Preparing 18:38:22 83b4e73f61ff: Preparing 18:38:22 33e8713114f8: Preparing 18:38:22 33e8713114f8: Layer already exists 18:38:22 (22/33) Installing py3-colorama (0.4.3-r0) 18:38:22 (23/33) Installing py3-distlib (0.3.0-r0) 18:38:22 (24/33) Installing py3-distro (1.5.0-r1) 18:38:22 (25/33) Installing py3-webencodings (0.5.1-r3) 18:38:22 (26/33) Installing py3-html5lib (1.0.1-r4) 18:38:22 (27/33) Installing py3-pytoml (0.1.21-r0) 18:38:22 (28/33) Installing py3-pep517 (0.8.2-r0) 18:38:22 (29/33) Installing py3-progress (1.5-r0) 18:38:22 (30/33) Installing py3-toml (0.10.1-r0) 18:38:22 (31/33) Installing py3-retrying (1.3.3-r0) 18:38:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:38:22 (33/33) Installing py3-pip (20.1.1-r0) 18:38:22 83b4e73f61ff: Pushed 18:38:22 af8df9f4a614: Pushed 18:38:22 496a0c25428c: Pushed 18:38:22 Executing busybox-1.31.1-r19.trigger 18:38:22 OK: 71 MiB in 55 packages 18:38:23 d9a132028243: Pushed 18:38:23 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:23 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 18:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:38:24 496a0c25428c: Preparing 18:38:24 d9a132028243: Preparing 18:38:24 af8df9f4a614: Preparing 18:38:24 83b4e73f61ff: Preparing 18:38:24 33e8713114f8: Preparing 18:38:24 496a0c25428c: Layer already exists 18:38:24 83b4e73f61ff: Layer already exists 18:38:24 33e8713114f8: Layer already exists 18:38:24 af8df9f4a614: Layer already exists 18:38:24 d9a132028243: Layer already exists 18:38:24 2.0.0-dev.115: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:38:24 496a0c25428c: Preparing 18:38:24 d9a132028243: Preparing 18:38:24 af8df9f4a614: Preparing 18:38:24 83b4e73f61ff: Preparing 18:38:24 33e8713114f8: Preparing 18:38:24 af8df9f4a614: Layer already exists 18:38:24 496a0c25428c: Layer already exists 18:38:24 83b4e73f61ff: Layer already exists 18:38:24 33e8713114f8: Layer already exists 18:38:24 d9a132028243: Layer already exists 18:38:24 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh 18:38:25 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master 18:38:25 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] 18:38:25 496a0c25428c: Preparing 18:38:25 d9a132028243: Preparing 18:38:25 af8df9f4a614: Preparing 18:38:25 83b4e73f61ff: Preparing 18:38:25 33e8713114f8: Preparing 18:38:25 33e8713114f8: Layer already exists 18:38:25 af8df9f4a614: Layer already exists 18:38:25 496a0c25428c: Layer already exists 18:38:25 83b4e73f61ff: Layer already exists 18:38:25 d9a132028243: Layer already exists 18:38:25 master: digest: sha256:e3cd24e42903b438adbcbd6711d9b1a0b1570cf95ec49dd38850912d10029530 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:25 ===================================================== [Pipeline] echo 18:38:25 taggedImages: 18:38:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.115 18:38:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:25 - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo 18:38:25 [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: 18:38:25 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:25 2.0.0-dev.115 18:38:25 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:25 master 18:38:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:26 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:26 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:38:26 b3f60db0c092: Preparing 18:38:26 2f3036873a87: Preparing 18:38:26 af8df9f4a614: Preparing 18:38:26 6ae0c0b816e1: Preparing 18:38:26 1bf548a70474: Preparing 18:38:26 33e8713114f8: Preparing 18:38:26 33e8713114f8: Waiting 18:38:26 af8df9f4a614: Layer already exists 18:38:26 33e8713114f8: Layer already exists 18:38:26 1bf548a70474: Pushed 18:38:26 b3f60db0c092: Pushed 18:38:26 6ae0c0b816e1: Pushed 18:38:27 2f3036873a87: Pushed 18:38:28 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:38:28 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:28 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 18:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:38:28 b3f60db0c092: Preparing 18:38:28 2f3036873a87: Preparing 18:38:28 af8df9f4a614: Preparing 18:38:28 6ae0c0b816e1: Preparing 18:38:28 1bf548a70474: Preparing 18:38:28 33e8713114f8: Preparing 18:38:28 33e8713114f8: Waiting 18:38:28 af8df9f4a614: Layer already exists 18:38:28 2f3036873a87: Layer already exists 18:38:28 6ae0c0b816e1: Layer already exists 18:38:28 b3f60db0c092: Layer already exists 18:38:28 1bf548a70474: Layer already exists 18:38:28 33e8713114f8: Layer already exists 18:38:28 2.0.0-dev.115: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:38:29 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:38:29 b3f60db0c092: Preparing 18:38:29 2f3036873a87: Preparing 18:38:29 af8df9f4a614: Preparing 18:38:29 6ae0c0b816e1: Preparing 18:38:29 1bf548a70474: Preparing 18:38:29 33e8713114f8: Preparing 18:38:29 33e8713114f8: Waiting 18:38:29 b3f60db0c092: Layer already exists 18:38:29 6ae0c0b816e1: Layer already exists 18:38:29 1bf548a70474: Layer already exists 18:38:29 2f3036873a87: Layer already exists 18:38:29 af8df9f4a614: Layer already exists 18:38:29 33e8713114f8: Layer already exists 18:38:29 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] isUnix [Pipeline] sh 18:38:29 + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh 18:38:29 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master 18:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] 18:38:29 b3f60db0c092: Preparing 18:38:29 2f3036873a87: Preparing 18:38:29 af8df9f4a614: Preparing 18:38:29 6ae0c0b816e1: Preparing 18:38:29 1bf548a70474: Preparing 18:38:29 33e8713114f8: Preparing 18:38:29 af8df9f4a614: Layer already exists 18:38:29 2f3036873a87: Layer already exists 18:38:29 6ae0c0b816e1: Layer already exists 18:38:29 b3f60db0c092: Layer already exists 18:38:29 1bf548a70474: Layer already exists 18:38:29 33e8713114f8: Layer already exists 18:38:29 master: digest: sha256:1fb8976dfef17c811c3c66cd1219e5ee4be8b2723aa05d95e5d26a2d10e4384d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:30 ===================================================== [Pipeline] echo 18:38:30 taggedImages: 18:38:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.115 18:38:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:30 - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo 18:38:30 [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: 18:38:30 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:30 2.0.0-dev.115 18:38:30 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:30 master 18:38:30 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:31 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:31 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:38:31 ee14034e0ff9: Preparing 18:38:31 0e60b9e95f37: Preparing 18:38:31 af8df9f4a614: Preparing 18:38:31 83b4e73f61ff: Preparing 18:38:31 33e8713114f8: Preparing 18:38:31 83b4e73f61ff: Layer already exists 18:38:31 af8df9f4a614: Layer already exists 18:38:31 33e8713114f8: Layer already exists 18:38:31 ee14034e0ff9: Pushed 18:38:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:38:32 ---> 9442abc4c108 18:38:32 Step 3/23 : WORKDIR /edgex-go 18:38:32 ---> Using cache 18:38:32 ---> 97d42ac8e035 18:38:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:32 ---> Using cache 18:38:32 ---> 9aa1974a904e 18:38:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:38:32 ---> Running in 03290cc21f1f 18:38:32 0e60b9e95f37: Pushed 18:38:32 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:33 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 18:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:38:33 ee14034e0ff9: Preparing 18:38:33 0e60b9e95f37: Preparing 18:38:33 af8df9f4a614: Preparing 18:38:33 83b4e73f61ff: Preparing 18:38:33 33e8713114f8: Preparing 18:38:33 af8df9f4a614: Layer already exists 18:38:33 83b4e73f61ff: Layer already exists 18:38:33 0e60b9e95f37: Layer already exists 18:38:33 33e8713114f8: Layer already exists 18:38:33 ee14034e0ff9: Layer already exists 18:38:33 2.0.0-dev.115: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:33 Removing intermediate container a7a153331a62 18:38:33 ---> bce68b0f87cb 18:38:33 Step 20/26 : RUN pip install docker-compose==1.23.2 18:38:33 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:33 ---> Running in 08f3e06df8cf 18:38:33 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:38:33 ee14034e0ff9: Preparing 18:38:33 0e60b9e95f37: Preparing 18:38:33 af8df9f4a614: Preparing 18:38:33 83b4e73f61ff: Preparing 18:38:33 33e8713114f8: Preparing 18:38:33 af8df9f4a614: Layer already exists 18:38:33 ee14034e0ff9: Layer already exists 18:38:33 83b4e73f61ff: Layer already exists 18:38:33 33e8713114f8: Layer already exists 18:38:33 0e60b9e95f37: Layer already exists 18:38:33 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:34 + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh 18:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:34 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master 18:38:34 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] 18:38:34 ee14034e0ff9: Preparing 18:38:34 0e60b9e95f37: Preparing 18:38:34 af8df9f4a614: Preparing 18:38:34 83b4e73f61ff: Preparing 18:38:34 33e8713114f8: Preparing 18:38:34 af8df9f4a614: Layer already exists 18:38:34 0e60b9e95f37: Layer already exists 18:38:34 83b4e73f61ff: Layer already exists 18:38:34 33e8713114f8: Layer already exists 18:38:34 ee14034e0ff9: Layer already exists 18:38:34 master: digest: sha256:3c532a9c9c2e8a1183c2bab5c540cd73fe0ae4e010661bc6d33c236e98de630c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:34 ===================================================== [Pipeline] echo 18:38:34 taggedImages: 18:38:34 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:34 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.115 18:38:34 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:34 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo 18:38:34 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: 18:38:34 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:34 2.0.0-dev.115 18:38:34 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:34 master 18:38:34 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 18:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:35 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:35 OK: 217 MiB in 51 packages 18:38:35 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:38:35 60375ee9e062: Preparing 18:38:35 60375ee9e062: Preparing 18:38:35 f4fd3301b02d: Preparing 18:38:35 434707ecbf63: Preparing 18:38:35 0fac2118e7a9: Preparing 18:38:35 2824566a0a89: Preparing 18:38:35 af8df9f4a614: Preparing 18:38:35 e6cbfe4b8b91: Preparing 18:38:35 e6cbfe4b8b91: Preparing 18:38:35 c48f2df73bb6: Preparing 18:38:35 d2d7b7ab94b0: Preparing 18:38:35 33e8713114f8: Preparing 18:38:35 e6cbfe4b8b91: Waiting 18:38:35 c48f2df73bb6: Waiting 18:38:35 d2d7b7ab94b0: Waiting 18:38:35 af8df9f4a614: Waiting 18:38:35 33e8713114f8: Waiting 18:38:35 60375ee9e062: Pushed 18:38:35 0fac2118e7a9: Pushed 18:38:35 f4fd3301b02d: Pushed 18:38:35 434707ecbf63: Pushed 18:38:35 af8df9f4a614: Layer already exists 18:38:35 e6cbfe4b8b91: Pushed 18:38:35 c48f2df73bb6: Pushed 18:38:36 d2d7b7ab94b0: Pushed 18:38:36 33e8713114f8: Layer already exists 18:38:37 2824566a0a89: Pushed 18:38:37 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh 18:38:37 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 18:38:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:38:37 60375ee9e062: Preparing 18:38:37 60375ee9e062: Preparing 18:38:37 f4fd3301b02d: Preparing 18:38:37 434707ecbf63: Preparing 18:38:37 0fac2118e7a9: Preparing 18:38:37 2824566a0a89: Preparing 18:38:37 af8df9f4a614: Preparing 18:38:37 e6cbfe4b8b91: Preparing 18:38:37 e6cbfe4b8b91: Preparing 18:38:37 c48f2df73bb6: Preparing 18:38:37 d2d7b7ab94b0: Preparing 18:38:37 33e8713114f8: Preparing 18:38:37 af8df9f4a614: Waiting 18:38:37 e6cbfe4b8b91: Waiting 18:38:37 c48f2df73bb6: Waiting 18:38:37 d2d7b7ab94b0: Waiting 18:38:37 33e8713114f8: Waiting 18:38:37 434707ecbf63: Layer already exists 18:38:37 0fac2118e7a9: Layer already exists 18:38:37 60375ee9e062: Layer already exists 18:38:37 f4fd3301b02d: Layer already exists 18:38:37 2824566a0a89: Layer already exists 18:38:37 c48f2df73bb6: Layer already exists 18:38:37 af8df9f4a614: Layer already exists 18:38:37 e6cbfe4b8b91: Layer already exists 18:38:37 d2d7b7ab94b0: Layer already exists 18:38:37 33e8713114f8: Layer already exists 18:38:37 2.0.0-dev.115: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:38:38 60375ee9e062: Preparing 18:38:38 60375ee9e062: Preparing 18:38:38 f4fd3301b02d: Preparing 18:38:38 434707ecbf63: Preparing 18:38:38 0fac2118e7a9: Preparing 18:38:38 2824566a0a89: Preparing 18:38:38 af8df9f4a614: Preparing 18:38:38 e6cbfe4b8b91: Preparing 18:38:38 e6cbfe4b8b91: Preparing 18:38:38 c48f2df73bb6: Preparing 18:38:38 d2d7b7ab94b0: Preparing 18:38:38 33e8713114f8: Preparing 18:38:38 e6cbfe4b8b91: Waiting 18:38:38 af8df9f4a614: Waiting 18:38:38 c48f2df73bb6: Waiting 18:38:38 d2d7b7ab94b0: Waiting 18:38:38 33e8713114f8: Waiting 18:38:38 60375ee9e062: Layer already exists 18:38:38 f4fd3301b02d: Layer already exists 18:38:38 0fac2118e7a9: Layer already exists 18:38:38 434707ecbf63: Layer already exists 18:38:38 2824566a0a89: Layer already exists 18:38:38 af8df9f4a614: Layer already exists 18:38:38 e6cbfe4b8b91: Layer already exists 18:38:38 c48f2df73bb6: Layer already exists 18:38:38 d2d7b7ab94b0: Layer already exists 18:38:38 33e8713114f8: Layer already exists 18:38:38 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh 18:38:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master 18:38:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] 18:38:38 60375ee9e062: Preparing 18:38:38 60375ee9e062: Preparing 18:38:38 f4fd3301b02d: Preparing 18:38:38 434707ecbf63: Preparing 18:38:38 0fac2118e7a9: Preparing 18:38:38 2824566a0a89: Preparing 18:38:38 af8df9f4a614: Preparing 18:38:38 e6cbfe4b8b91: Preparing 18:38:38 e6cbfe4b8b91: Preparing 18:38:38 c48f2df73bb6: Preparing 18:38:38 d2d7b7ab94b0: Preparing 18:38:38 33e8713114f8: Preparing 18:38:38 af8df9f4a614: Waiting 18:38:38 e6cbfe4b8b91: Waiting 18:38:38 d2d7b7ab94b0: Waiting 18:38:38 33e8713114f8: Waiting 18:38:38 c48f2df73bb6: Waiting 18:38:38 f4fd3301b02d: Layer already exists 18:38:38 60375ee9e062: Layer already exists 18:38:38 434707ecbf63: Layer already exists 18:38:38 2824566a0a89: Layer already exists 18:38:38 0fac2118e7a9: Layer already exists 18:38:38 e6cbfe4b8b91: Layer already exists 18:38:38 af8df9f4a614: Layer already exists 18:38:38 d2d7b7ab94b0: Layer already exists 18:38:38 c48f2df73bb6: Layer already exists 18:38:38 33e8713114f8: Layer already exists 18:38:38 master: digest: sha256:a3350915b1f2dae64374dc5fde9216ab77228e7a0a96d21f97193b3668ba77be size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry 18:38:39 Removing intermediate container 03290cc21f1f 18:38:39 ---> 6786c1b04fda 18:38:39 Step 6/23 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:39 ===================================================== [Pipeline] echo 18:38:39 taggedImages: 18:38:39 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:39 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.115 18:38:39 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:39 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo 18:38:39 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: 18:38:39 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:39 2.0.0-dev.115 18:38:39 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:39 master 18:38:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:39 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:40 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:38:40 fb428d72a0a6: Preparing 18:38:40 3da0f84eb3b1: Preparing 18:38:40 44a79823bebd: Preparing 18:38:40 d73ee4842cc4: Preparing 18:38:40 ca770d40367d: Preparing 18:38:40 33e8713114f8: Preparing 18:38:40 33e8713114f8: Waiting 18:38:40 44a79823bebd: Pushed 18:38:40 ---> 698920b55184 18:38:40 Step 7/23 : RUN go mod download 18:38:40 d73ee4842cc4: Pushed 18:38:40 33e8713114f8: Layer already exists 18:38:40 ca770d40367d: Pushed 18:38:41 ---> Running in 20c76eb987fa 18:38:41 fb428d72a0a6: Pushed 18:38:41 3da0f84eb3b1: Pushed 18:38:41 Collecting docker-compose==1.23.2 18:38:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:38:42 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:38:42 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:42 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 18:38:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:38:42 fb428d72a0a6: Preparing 18:38:42 3da0f84eb3b1: Preparing 18:38:42 44a79823bebd: Preparing 18:38:42 d73ee4842cc4: Preparing 18:38:42 ca770d40367d: Preparing 18:38:42 33e8713114f8: Preparing 18:38:42 33e8713114f8: Waiting 18:38:42 ca770d40367d: Layer already exists 18:38:42 d73ee4842cc4: Layer already exists 18:38:42 44a79823bebd: Layer already exists 18:38:42 fb428d72a0a6: Layer already exists 18:38:42 3da0f84eb3b1: Layer already exists 18:38:42 33e8713114f8: Layer already exists 18:38:42 2.0.0-dev.115: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:38:42 Collecting websocket-client<1.0,>=0.32.0 18:38:42 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:38:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:38:43 fb428d72a0a6: Preparing 18:38:43 3da0f84eb3b1: Preparing 18:38:43 44a79823bebd: Preparing 18:38:43 d73ee4842cc4: Preparing 18:38:43 ca770d40367d: Preparing 18:38:43 33e8713114f8: Preparing 18:38:43 33e8713114f8: Waiting 18:38:43 fb428d72a0a6: Layer already exists 18:38:43 44a79823bebd: Layer already exists 18:38:43 3da0f84eb3b1: Layer already exists 18:38:43 ca770d40367d: Layer already exists 18:38:43 d73ee4842cc4: Layer already exists 18:38:43 33e8713114f8: Layer already exists 18:38:43 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] isUnix [Pipeline] sh 18:38:43 Collecting dockerpty<0.5,>=0.4.1 18:38:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:38:43 + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:38:43 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master 18:38:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] 18:38:43 fb428d72a0a6: Preparing 18:38:43 3da0f84eb3b1: Preparing 18:38:43 44a79823bebd: Preparing 18:38:43 d73ee4842cc4: Preparing 18:38:43 ca770d40367d: Preparing 18:38:43 33e8713114f8: Preparing 18:38:43 33e8713114f8: Waiting 18:38:43 44a79823bebd: Layer already exists 18:38:43 3da0f84eb3b1: Layer already exists 18:38:43 ca770d40367d: Layer already exists 18:38:43 d73ee4842cc4: Layer already exists 18:38:43 fb428d72a0a6: Layer already exists 18:38:43 33e8713114f8: Layer already exists 18:38:43 master: digest: sha256:9e44a06c7a8d3a3c5bd0c0d3d1b1e94f0779e4c556ca9365d897cee76722e134 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:44 ===================================================== [Pipeline] echo 18:38:44 taggedImages: 18:38:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.115 18:38:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:44 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo 18:38:44 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: 18:38:44 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:44 2.0.0-dev.115 18:38:44 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:44 master 18:38:44 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:44 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:38:44 2b436b36d4f2: Preparing 18:38:44 977851177be4: Preparing 18:38:44 0a8c53c66a36: Preparing 18:38:44 8ffaf33bd32f: Preparing 18:38:44 50472136b585: Preparing 18:38:44 4baeff0d7c46: Preparing 18:38:44 bbba32981434: Preparing 18:38:44 f3c64d57bf3f: Preparing 18:38:44 33e8713114f8: Preparing 18:38:44 4baeff0d7c46: Waiting 18:38:44 bbba32981434: Waiting 18:38:44 f3c64d57bf3f: Waiting 18:38:44 33e8713114f8: Waiting 18:38:45 2b436b36d4f2: Pushed 18:38:45 50472136b585: Pushed 18:38:45 977851177be4: Pushed 18:38:45 bbba32981434: Pushed 18:38:45 4baeff0d7c46: Pushed 18:38:45 33e8713114f8: Layer already exists 18:38:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:38:45 ---> 9442abc4c108 18:38:45 Step 3/31 : WORKDIR /edgex-go 18:38:45 ---> Using cache 18:38:45 ---> 97d42ac8e035 18:38:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:45 ---> Using cache 18:38:45 ---> 9aa1974a904e 18:38:45 Step 5/31 : RUN apk add --update --no-cache make git 18:38:45 ---> Using cache 18:38:45 ---> 77e39a6c2b25 18:38:45 Step 6/31 : COPY go.mod . 18:38:45 ---> Using cache 18:38:45 ---> 08a8e44d8c2d 18:38:45 Step 7/31 : RUN go mod download 18:38:45 ---> Using cache 18:38:45 ---> ccf436b0db92 18:38:45 Step 8/31 : COPY . . 18:38:45 f3c64d57bf3f: Pushed 18:38:46 0a8c53c66a36: Pushed 18:38:46 8ffaf33bd32f: Pushed 18:38:46 ---> Using cache 18:38:46 ---> 3ed67bf78b1c 18:38:46 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:38:46 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:38:46 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:38:46 ---> 9442abc4c108 18:38:46 Step 3/22 : WORKDIR /edgex-go 18:38:46 ---> Using cache 18:38:46 ---> 97d42ac8e035 18:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:46 ---> Using cache 18:38:46 ---> 9aa1974a904e 18:38:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:38:46 Collecting cached-property<2,>=1.2.0 18:38:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:38:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 18:38:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:38:46 2b436b36d4f2: Preparing 18:38:46 977851177be4: Preparing 18:38:46 0a8c53c66a36: Preparing 18:38:46 8ffaf33bd32f: Preparing 18:38:46 50472136b585: Preparing 18:38:46 4baeff0d7c46: Preparing 18:38:46 bbba32981434: Preparing 18:38:46 f3c64d57bf3f: Preparing 18:38:46 33e8713114f8: Preparing 18:38:46 bbba32981434: Waiting 18:38:46 f3c64d57bf3f: Waiting 18:38:46 33e8713114f8: Waiting 18:38:46 4baeff0d7c46: Waiting 18:38:46 8ffaf33bd32f: Layer already exists 18:38:46 2b436b36d4f2: Layer already exists 18:38:46 50472136b585: Layer already exists 18:38:46 977851177be4: Layer already exists 18:38:46 0a8c53c66a36: Layer already exists 18:38:46 f3c64d57bf3f: Layer already exists 18:38:46 4baeff0d7c46: Layer already exists 18:38:46 33e8713114f8: Layer already exists 18:38:46 bbba32981434: Layer already exists 18:38:46 2.0.0-dev.115: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:38:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:38:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:38:47 ---> 9442abc4c108 18:38:47 Step 3/23 : WORKDIR /edgex-go 18:38:47 ---> Using cache 18:38:47 ---> 97d42ac8e035 18:38:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:47 ---> Using cache 18:38:47 ---> 9aa1974a904e 18:38:47 Step 5/23 : RUN apk add --update --no-cache make git 18:38:47 ---> Using cache 18:38:47 ---> 77e39a6c2b25 18:38:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:47 Step 6/23 : COPY go.mod . 18:38:47 ---> Running in 2e7750cffd8e 18:38:47 ---> Using cache 18:38:47 ---> 08a8e44d8c2d 18:38:47 Step 7/23 : RUN go mod download 18:38:47 ---> Using cache 18:38:47 ---> ccf436b0db92 18:38:47 Step 8/23 : COPY . . 18:38:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:38:47 ---> Running in 071585ad3d22 18:38:47 Removing intermediate container 20c76eb987fa 18:38:47 ---> 20da1f08b54d 18:38:47 Step 8/23 : COPY . . 18:38:47 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:47 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:38:47 2b436b36d4f2: Preparing 18:38:47 977851177be4: Preparing 18:38:47 0a8c53c66a36: Preparing 18:38:47 8ffaf33bd32f: Preparing 18:38:47 50472136b585: Preparing 18:38:47 4baeff0d7c46: Preparing 18:38:47 bbba32981434: Preparing 18:38:47 f3c64d57bf3f: Preparing 18:38:47 33e8713114f8: Preparing 18:38:47 4baeff0d7c46: Waiting 18:38:47 bbba32981434: Waiting 18:38:47 f3c64d57bf3f: Waiting 18:38:47 33e8713114f8: Waiting 18:38:47 50472136b585: Layer already exists 18:38:47 2b436b36d4f2: Layer already exists 18:38:47 0a8c53c66a36: Layer already exists 18:38:47 977851177be4: Layer already exists 18:38:47 8ffaf33bd32f: Layer already exists 18:38:47 bbba32981434: Layer already exists 18:38:47 4baeff0d7c46: Layer already exists 18:38:47 33e8713114f8: Layer already exists 18:38:47 f3c64d57bf3f: Layer already exists 18:38:47 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] isUnix [Pipeline] sh 18:38:47 ---> Using cache 18:38:47 ---> 3ed67bf78b1c 18:38:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:38:47 + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh 18:38:48 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master 18:38:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] 18:38:48 2b436b36d4f2: Preparing 18:38:48 977851177be4: Preparing 18:38:48 0a8c53c66a36: Preparing 18:38:48 8ffaf33bd32f: Preparing 18:38:48 50472136b585: Preparing 18:38:48 4baeff0d7c46: Preparing 18:38:48 bbba32981434: Preparing 18:38:48 f3c64d57bf3f: Preparing 18:38:48 33e8713114f8: Preparing 18:38:48 bbba32981434: Waiting 18:38:48 4baeff0d7c46: Waiting 18:38:48 33e8713114f8: Waiting 18:38:48 f3c64d57bf3f: Waiting 18:38:48 977851177be4: Layer already exists 18:38:48 50472136b585: Layer already exists 18:38:48 8ffaf33bd32f: Layer already exists 18:38:48 0a8c53c66a36: Layer already exists 18:38:48 2b436b36d4f2: Layer already exists 18:38:48 bbba32981434: Layer already exists 18:38:48 33e8713114f8: Layer already exists 18:38:48 4baeff0d7c46: Layer already exists 18:38:48 f3c64d57bf3f: Layer already exists 18:38:48 master: digest: sha256:9402d76e379f2fb81d376d306699c8e8e3a8cdf0839516d6563e4c664de83cc2 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } 18:38:48 ---> Running in 690d65729476 [Pipeline] // withEnv [Pipeline] echo 18:38:48 ===================================================== [Pipeline] echo 18:38:48 taggedImages: 18:38:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.115 18:38:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:48 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo 18:38:48 [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: 18:38:48 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:48 2.0.0-dev.115 18:38:48 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:48 master 18:38:48 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:48 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:38:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:38:49 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:49 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:38:49 ca7be7ea41ea: Preparing 18:38:49 81c84d98b105: Preparing 18:38:49 af8df9f4a614: Preparing 18:38:49 797cfe1cb043: Preparing 18:38:49 33e8713114f8: Preparing 18:38:49 af8df9f4a614: Layer already exists 18:38:49 33e8713114f8: Layer already exists 18:38:49 ca7be7ea41ea: Pushed 18:38:49 797cfe1cb043: Pushed 18:38:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:38:50 81c84d98b105: Pushed 18:38:50 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 18:38:50 Collecting PyYAML<4,>=3.10 18:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 18:38:50 Downloading PyYAML-3.13.tar.gz (270 kB) 18:38:50 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 18:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:38:51 ca7be7ea41ea: Preparing 18:38:51 81c84d98b105: Preparing 18:38:51 af8df9f4a614: Preparing 18:38:51 797cfe1cb043: Preparing 18:38:51 33e8713114f8: Preparing 18:38:51 81c84d98b105: Layer already exists 18:38:51 ca7be7ea41ea: Layer already exists 18:38:51 af8df9f4a614: Layer already exists 18:38:51 797cfe1cb043: Layer already exists 18:38:51 33e8713114f8: Layer already exists 18:38:51 2.0.0-dev.115: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] isUnix [Pipeline] sh 18:38:51 OK: 217 MiB in 51 packages 18:38:51 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:51 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:51 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:38:51 ca7be7ea41ea: Preparing 18:38:51 81c84d98b105: Preparing 18:38:51 af8df9f4a614: Preparing 18:38:51 797cfe1cb043: Preparing 18:38:51 33e8713114f8: Preparing 18:38:51 81c84d98b105: Layer already exists 18:38:51 797cfe1cb043: Layer already exists 18:38:51 af8df9f4a614: Layer already exists 18:38:51 33e8713114f8: Layer already exists 18:38:51 ca7be7ea41ea: Layer already exists 18:38:51 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] isUnix [Pipeline] sh 18:38:52 + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh 18:38:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master 18:38:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] 18:38:52 ca7be7ea41ea: Preparing 18:38:52 81c84d98b105: Preparing 18:38:52 af8df9f4a614: Preparing 18:38:52 797cfe1cb043: Preparing 18:38:52 33e8713114f8: Preparing 18:38:52 af8df9f4a614: Layer already exists 18:38:52 797cfe1cb043: Layer already exists 18:38:52 33e8713114f8: Layer already exists 18:38:52 81c84d98b105: Layer already exists 18:38:52 ca7be7ea41ea: Layer already exists 18:38:52 master: digest: sha256:6ed5704924df2cf684267663d1697be90b54b0890ef78a6d43a2f76d36246bef size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:52 ===================================================== [Pipeline] echo 18:38:52 taggedImages: 18:38:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.115 18:38:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:52 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo 18:38:52 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: 18:38:52 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:52 2.0.0-dev.115 18:38:52 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:52 master 18:38:52 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:53 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:38:53 dbec1d932557: Preparing 18:38:53 8aaa19564fa3: Preparing 18:38:53 af8df9f4a614: Preparing 18:38:53 5b452b7d3d73: Preparing 18:38:53 33e8713114f8: Preparing 18:38:53 af8df9f4a614: Layer already exists 18:38:53 33e8713114f8: Layer already exists 18:38:53 dbec1d932557: Pushed 18:38:53 5b452b7d3d73: Pushed 18:38:54 8aaa19564fa3: Pushed 18:38:54 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:55 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 18:38:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:38:55 dbec1d932557: Preparing 18:38:55 8aaa19564fa3: Preparing 18:38:55 af8df9f4a614: Preparing 18:38:55 5b452b7d3d73: Preparing 18:38:55 33e8713114f8: Preparing 18:38:55 5b452b7d3d73: Layer already exists 18:38:55 dbec1d932557: Layer already exists 18:38:55 8aaa19564fa3: Layer already exists 18:38:55 33e8713114f8: Layer already exists 18:38:55 af8df9f4a614: Layer already exists 18:38:55 2.0.0-dev.115: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:55 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:38:55 Removing intermediate container 071585ad3d22 18:38:55 ---> fd17adce1dd7 18:38:55 Step 6/22 : COPY go.mod . 18:38:55 Collecting docopt<0.7,>=0.6.1 18:38:55 Downloading docopt-0.6.2.tar.gz (25 kB) 18:38:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:38:56 dbec1d932557: Preparing 18:38:56 8aaa19564fa3: Preparing 18:38:56 af8df9f4a614: Preparing 18:38:56 5b452b7d3d73: Preparing 18:38:56 33e8713114f8: Preparing 18:38:56 af8df9f4a614: Layer already exists 18:38:56 33e8713114f8: Layer already exists 18:38:56 5b452b7d3d73: Layer already exists 18:38:56 dbec1d932557: Layer already exists 18:38:56 8aaa19564fa3: Layer already exists 18:38:56 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] isUnix [Pipeline] sh 18:38:56 + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh 18:38:56 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master 18:38:56 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] 18:38:56 dbec1d932557: Preparing 18:38:56 8aaa19564fa3: Preparing 18:38:56 af8df9f4a614: Preparing 18:38:56 5b452b7d3d73: Preparing 18:38:56 33e8713114f8: Preparing 18:38:56 dbec1d932557: Layer already exists 18:38:56 8aaa19564fa3: Layer already exists 18:38:56 33e8713114f8: Layer already exists 18:38:56 5b452b7d3d73: Layer already exists 18:38:56 af8df9f4a614: Layer already exists 18:38:56 master: digest: sha256:a1d62c103054040e6e3dc89d1900da10e2944d63d64f0106eb17e474195f008c size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:38:56 ===================================================== [Pipeline] echo 18:38:56 taggedImages: 18:38:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.115 18:38:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:56 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo 18:38:57 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: 18:38:57 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:57 2.0.0-dev.115 18:38:57 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:38:57 master 18:38:57 ===================================================== 18:38:57 ---> 8a0d484effc5 18:38:57 Step 7/22 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:57 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:38:57 ---> Running in 0b16819f7546 18:38:57 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:38:57 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:38:57 ed732a845789: Preparing 18:38:57 627b99256233: Preparing 18:38:57 6e7c6540736b: Preparing 18:38:57 37e9a7017d79: Preparing 18:38:57 c3614ca57891: Preparing 18:38:57 f594333854b3: Preparing 18:38:57 600c930c4412: Preparing 18:38:57 0754057c0ad3: Preparing 18:38:57 998cdf262ab1: Preparing 18:38:57 02e56110abd2: Preparing 18:38:57 abc36efb885a: Preparing 18:38:57 b0b09059f4e1: Preparing 18:38:57 bb961f40224b: Preparing 18:38:57 f4666769fca7: Preparing 18:38:57 f594333854b3: Waiting 18:38:57 600c930c4412: Waiting 18:38:57 0754057c0ad3: Waiting 18:38:57 998cdf262ab1: Waiting 18:38:57 02e56110abd2: Waiting 18:38:57 abc36efb885a: Waiting 18:38:57 b0b09059f4e1: Waiting 18:38:57 bb961f40224b: Waiting 18:38:57 f4666769fca7: Waiting 18:38:58 c3614ca57891: Pushed 18:38:58 ed732a845789: Pushed 18:38:58 37e9a7017d79: Pushed 18:38:58 0754057c0ad3: Layer already exists 18:38:58 998cdf262ab1: Layer already exists 18:38:58 600c930c4412: Pushed 18:38:58 02e56110abd2: Layer already exists 18:38:58 abc36efb885a: Layer already exists 18:38:58 b0b09059f4e1: Layer already exists 18:38:58 bb961f40224b: Layer already exists 18:38:58 627b99256233: Pushed 18:38:58 f4666769fca7: Layer already exists 18:38:59 f594333854b3: Pushed 18:39:00 Collecting jsonschema<3,>=2.5.1 18:39:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:39:01 Collecting docker<4.0,>=3.6.0 18:39:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:39:03 Collecting texttable<0.10,>=0.9.0 18:39:03 Downloading texttable-0.9.1.tar.gz (11 kB) 18:39:04 Removing intermediate container 0b16819f7546 18:39:04 ---> 4de47033d6db 18:39:04 ---> de7e92569c5b 18:39:04 Step 8/22 : COPY . .Step 9/23 : RUN make cmd/core-data/core-data 18:39:04 18:39:04 ---> Running in 9a2122557fd4 18:39:05 6e7c6540736b: Pushed 18:39:05 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 18:39:06 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:39:06 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 18:39:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:39:06 ed732a845789: Preparing 18:39:06 627b99256233: Preparing 18:39:06 6e7c6540736b: Preparing 18:39:06 37e9a7017d79: Preparing 18:39:06 c3614ca57891: Preparing 18:39:06 f594333854b3: Preparing 18:39:06 600c930c4412: Preparing 18:39:06 0754057c0ad3: Preparing 18:39:06 998cdf262ab1: Preparing 18:39:06 02e56110abd2: Preparing 18:39:06 abc36efb885a: Preparing 18:39:06 b0b09059f4e1: Preparing 18:39:06 bb961f40224b: Preparing 18:39:06 f4666769fca7: Preparing 18:39:06 998cdf262ab1: Waiting 18:39:06 02e56110abd2: Waiting 18:39:06 abc36efb885a: Waiting 18:39:06 b0b09059f4e1: Waiting 18:39:06 bb961f40224b: Waiting 18:39:06 f4666769fca7: Waiting 18:39:06 600c930c4412: Waiting 18:39:06 0754057c0ad3: Waiting 18:39:06 f594333854b3: Waiting 18:39:06 c3614ca57891: Layer already exists 18:39:06 ed732a845789: Layer already exists 18:39:06 6e7c6540736b: Layer already exists 18:39:06 37e9a7017d79: Layer already exists 18:39:06 627b99256233: Layer already exists 18:39:06 600c930c4412: Layer already exists 18:39:06 f594333854b3: Layer already exists 18:39:06 02e56110abd2: Layer already exists 18:39:06 998cdf262ab1: Layer already exists 18:39:06 0754057c0ad3: Layer already exists 18:39:06 abc36efb885a: Layer already exists 18:39:06 bb961f40224b: Layer already exists 18:39:06 f4666769fca7: Layer already exists 18:39:06 b0b09059f4e1: Layer already exists 18:39:06 2.0.0-dev.115: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 18:39:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:39:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/core-data/core-data ./cmd/core-data 18:39:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:39:07 ed732a845789: Preparing 18:39:07 627b99256233: Preparing 18:39:07 6e7c6540736b: Preparing 18:39:07 37e9a7017d79: Preparing 18:39:07 c3614ca57891: Preparing 18:39:07 f594333854b3: Preparing 18:39:07 600c930c4412: Preparing 18:39:07 0754057c0ad3: Preparing 18:39:07 998cdf262ab1: Preparing 18:39:07 02e56110abd2: Preparing 18:39:07 abc36efb885a: Preparing 18:39:07 b0b09059f4e1: Preparing 18:39:07 bb961f40224b: Preparing 18:39:07 f4666769fca7: Preparing 18:39:07 02e56110abd2: Waiting 18:39:07 abc36efb885a: Waiting 18:39:07 b0b09059f4e1: Waiting 18:39:07 bb961f40224b: Waiting 18:39:07 f4666769fca7: Waiting 18:39:07 f594333854b3: Waiting 18:39:07 600c930c4412: Waiting 18:39:07 0754057c0ad3: Waiting 18:39:07 37e9a7017d79: Layer already exists 18:39:07 6e7c6540736b: Layer already exists 18:39:07 627b99256233: Layer already exists 18:39:07 ed732a845789: Layer already exists 18:39:07 c3614ca57891: Layer already exists 18:39:07 600c930c4412: Layer already exists 18:39:07 998cdf262ab1: Layer already exists 18:39:07 02e56110abd2: Layer already exists 18:39:07 0754057c0ad3: Layer already exists 18:39:07 f594333854b3: Layer already exists 18:39:07 abc36efb885a: Layer already exists 18:39:07 bb961f40224b: Layer already exists 18:39:07 b0b09059f4e1: Layer already exists 18:39:07 f4666769fca7: Layer already exists 18:39:07 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] isUnix [Pipeline] sh 18:39:07 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) 18:39:07 + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh 18:39:07 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master 18:39:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] 18:39:07 ed732a845789: Preparing 18:39:07 627b99256233: Preparing 18:39:07 6e7c6540736b: Preparing 18:39:07 37e9a7017d79: Preparing 18:39:07 c3614ca57891: Preparing 18:39:07 f594333854b3: Preparing 18:39:07 600c930c4412: Preparing 18:39:07 0754057c0ad3: Preparing 18:39:07 998cdf262ab1: Preparing 18:39:07 02e56110abd2: Preparing 18:39:07 abc36efb885a: Preparing 18:39:07 b0b09059f4e1: Preparing 18:39:07 bb961f40224b: Preparing 18:39:07 f4666769fca7: Preparing 18:39:07 f594333854b3: Waiting 18:39:07 600c930c4412: Waiting 18:39:07 0754057c0ad3: Waiting 18:39:07 b0b09059f4e1: Waiting 18:39:07 bb961f40224b: Waiting 18:39:07 f4666769fca7: Waiting 18:39:07 998cdf262ab1: Waiting 18:39:07 02e56110abd2: Waiting 18:39:07 abc36efb885a: Waiting 18:39:07 c3614ca57891: Layer already exists 18:39:07 6e7c6540736b: Layer already exists 18:39:07 627b99256233: Layer already exists 18:39:07 37e9a7017d79: Layer already exists 18:39:07 ed732a845789: Layer already exists 18:39:07 f594333854b3: Layer already exists 18:39:07 600c930c4412: Layer already exists 18:39:07 0754057c0ad3: Layer already exists 18:39:07 02e56110abd2: Layer already exists 18:39:07 998cdf262ab1: Layer already exists 18:39:07 abc36efb885a: Layer already exists 18:39:07 b0b09059f4e1: Layer already exists 18:39:07 bb961f40224b: Layer already exists 18:39:07 f4666769fca7: Layer already exists 18:39:08 master: digest: sha256:88f53bbf6151a0184a07a9933c65ec371309fdb61891ed3d75537ca5e467ee6b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:39:08 ===================================================== [Pipeline] echo 18:39:08 taggedImages: 18:39:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:39:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.115 18:39:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:39:08 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 18:39:08 Collecting urllib3<1.25,>=1.21.1 [Pipeline] } [Pipeline] // stage [Pipeline] } 18:39:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:39:09 Collecting idna<2.8,>=2.5 18:39:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:39:10 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) 18:39:10 Collecting docker-pycreds>=0.4.0 18:39:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:39:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:39:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:39:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:39:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:39:12 Installing collected packages: websocket-client, dockerpty, cached-property, urllib3, idna, requests, PyYAML, docopt, jsonschema, docker-pycreds, docker, texttable, docker-compose 18:39:12 Running setup.py install for dockerpty: started 18:39:16 Running setup.py install for dockerpty: finished with status 'done' 18:39:16 Attempting uninstall: urllib3 18:39:16 Found existing installation: urllib3 1.25.9 18:39:16 Uninstalling urllib3-1.25.9: 18:39:17 Successfully uninstalled urllib3-1.25.9 18:39:18 Attempting uninstall: idna 18:39:18 Found existing installation: idna 2.9 18:39:18 Uninstalling idna-2.9: 18:39:18 Successfully uninstalled idna-2.9 18:39:18 ---> 7e237e2c56ba 18:39:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:39:19 ---> Running in 97ea7a2dc68c 18:39:20 Attempting uninstall: requests 18:39:20 Found existing installation: requests 2.23.0 18:39:20 Uninstalling requests-2.23.0: 18:39:20 Successfully uninstalled requests-2.23.0 18:39:20 Running setup.py install for PyYAML: started 18:39:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.115" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:39:25 Running setup.py install for PyYAML: finished with status 'done' 18:39:25 Running setup.py install for docopt: started 18:39:29 Running setup.py install for docopt: finished with status 'done' 18:39:31 Running setup.py install for texttable: started 18:39:35 Running setup.py install for texttable: finished with status 'done' 18:39:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:39:46 Removing intermediate container 08f3e06df8cf 18:39:46 ---> ebaa13fa8865 18:39:46 Step 21/26 : RUN apk --no-cache add curl 18:39:46 ---> Running in 5eb7b31b6ba4 18:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:39:50 (2/3) Installing libcurl (7.69.1-r3) 18:39:50 (3/3) Installing curl (7.69.1-r3) 18:39:50 Executing busybox-1.31.1-r19.trigger 18:39:50 OK: 71 MiB in 58 packages 18:39:52 Removing intermediate container 5eb7b31b6ba4 18:39:52 ---> 54cd859601fe 18:39:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:39:52 ---> Running in 043743e07241 18:39:53 Removing intermediate container 043743e07241 18:39:53 ---> 60310ac0835c 18:39:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:53 ---> Running in 629494dadea1 18:39:54 Removing intermediate container 629494dadea1 18:39:54 ---> d57621abf55b 18:39:54 Step 24/26 : LABEL arch=arm64 18:39:54 ---> Running in fa7695e34cf9 18:39:55 Removing intermediate container fa7695e34cf9 18:39:55 ---> 7e65f6867831 18:39:55 Step 25/26 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:39:56 ---> Running in b73d3b5c8267 18:39:56 Removing intermediate container b73d3b5c8267 18:39:56 ---> fa36446ecb13 18:39:56 Step 26/26 : LABEL version=2.0.0-dev.115 18:39:56 ---> Running in d72ab1d8770f 18:39:57 Removing intermediate container d72ab1d8770f 18:39:57 ---> 4574eb8217ad 18:39:57 18:39:58 Successfully built 4574eb8217ad 18:39:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:40:54  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 2e7750cffd8e 18:40:54 ---> 9bf8f9ae1317 18:40:54 18:40:54 Step 10/31 : FROM alpine:3.12 18:40:54 ---> d10569e2745f 18:40:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:40:54 ---> Running in 24e88fdd4f64 18:40:54 Removing intermediate container 24e88fdd4f64 18:40:54 ---> baa5e7bd2b82 18:40:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:40:54 ---> Running in 221cf03e3252 18:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:55 (1/2) Installing dumb-init (1.2.2-r1) 18:40:55 (2/2) Installing su-exec (0.2-r1) 18:40:55 Executing busybox-1.31.1-r19.trigger 18:40:55 OK: 5 MiB in 16 packages 18:40:58 Removing intermediate container 221cf03e3252 18:40:58 ---> 9c3459806e2d 18:40:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:40:58 ---> Running in 37ee479b83d0 18:40:58 Removing intermediate container 37ee479b83d0 18:40:58 ---> e2350892641c 18:40:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:40:59 ---> Running in ccb545b338bb 18:40:59 Removing intermediate container ccb545b338bb 18:40:59 ---> cb6096ff155a 18:40:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:40:59 ---> Running in c6b33b10611d 18:41:04 Removing intermediate container c6b33b10611d 18:41:04 ---> 7ade48b950b6 18:41:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:41:04 ---> Running in dbcf95cade68 18:41:05 Removing intermediate container dbcf95cade68 18:41:05 ---> b0c6b44e40f2 18:41:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:41:06 ---> df1c5829f435 18:41:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:41:06 ---> Running in 1ff2d3cef1e0 18:41:11 Removing intermediate container 1ff2d3cef1e0 18:41:11 ---> 2050f84d4743 18:41:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:12 ---> 8659461fa440 18:41:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:41:14 ---> 80abc74ba3b1 18:41:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:41:15 ---> ece25bb88c55 18:41:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:41:16 ---> 67efdde3aac3 18:41:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:41:18 ---> 7b960e5f62bb 18:41:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:41:18 ---> Running in 9537ff7132a5 18:41:20 Removing intermediate container 9537ff7132a5 18:41:20 ---> 7db6660e6751 18:41:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:41:21 Removing intermediate container 690d65729476 18:41:21 ---> 8a6707e74da5 18:41:21 18:41:21 Step 10/23 : FROM alpine:3.12 18:41:21 ---> d10569e2745f 18:41:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:41:21 ---> Using cache 18:41:21 ---> 737451776314 18:41:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:41:21 ---> Using cache 18:41:21 ---> e8a191aa28ab 18:41:21 Step 13/23 : ENV APP_PORT=48081 18:41:22 ---> ed922d98c534 18:41:22 Step 26/31 : RUN chmod +x /entrypoint.sh 18:41:22 ---> Running in 06e8f35a5859 18:41:22 ---> Running in d5c5340d6ea4 18:41:22 Removing intermediate container 06e8f35a5859 18:41:22 ---> 0425ce7764f5 18:41:22 Step 14/23 : EXPOSE $APP_PORT 18:41:23 ---> Running in 09da924d84a8 18:41:23 Removing intermediate container 09da924d84a8 18:41:23 ---> d1fef9ce356d 18:41:23 Step 15/23 : WORKDIR / 18:41:24 ---> Running in 075e8b77d9fc 18:41:25 Removing intermediate container 075e8b77d9fc 18:41:25 ---> 4a1ba0833fad 18:41:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:27 ---> 1f03808f9788 18:41:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:41:27 Removing intermediate container d5c5340d6ea4 18:41:27 ---> f6d3ab1c161f 18:41:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:41:27 Removing intermediate container 97ea7a2dc68c 18:41:27 ---> d86007414418 18:41:27 18:41:27 Step 10/22 : FROM alpine:3.12 18:41:27 ---> d10569e2745f 18:41:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:41:27 ---> Running in 5284293cc7d9 18:41:28 ---> Running in 76156d804651 18:41:28 Removing intermediate container 5284293cc7d9 18:41:28 ---> 2dfadf00e492 18:41:28 Step 28/31 : CMD ["gate"] 18:41:28 ---> 9eeb6616a479 18:41:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:41:29 ---> Running in 20b3aa58fa82 18:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:29 Removing intermediate container 20b3aa58fa82 18:41:29 ---> eb0cbf84449d 18:41:29 Step 29/31 : LABEL arch=arm64 18:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:30 ---> ce12259872cc 18:41:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:41:30 ---> Running in 720d19aff12f 18:41:30 ---> Running in 4018c285a297 18:41:30 (1/2) Installing ca-certificates (20191127-r4) 18:41:30 (2/2) Installing dumb-init (1.2.2-r1) 18:41:30 Executing busybox-1.31.1-r19.trigger 18:41:30 Executing ca-certificates-20191127-r4.trigger 18:41:30 Removing intermediate container 720d19aff12f 18:41:30 ---> 38a133ab79fa 18:41:30 Step 30/31 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:41:31 OK: 6 MiB in 16 packages 18:41:31 Removing intermediate container 4018c285a297 18:41:31 ---> 4e5693c6f2ee 18:41:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:31 ---> Running in e0464e1a65ec 18:41:31 ---> Running in 3b0308a12552 18:41:32 Removing intermediate container e0464e1a65ec 18:41:32 ---> f584b5b616f2 18:41:32 Step 31/31 : LABEL version=2.0.0-dev.115 18:41:32 Removing intermediate container 3b0308a12552 18:41:32 ---> b804e0d2e5d2 18:41:32 Step 21/23 : LABEL arch=arm64 18:41:33 ---> Running in 50e6aa79e3bc 18:41:33 ---> Running in f9152984b258 18:41:33 Removing intermediate container 76156d804651 18:41:33 ---> aca2abe86b29 18:41:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:41:33 ---> Running in 7805088aa26b 18:41:33 Removing intermediate container f9152984b258 18:41:33 ---> debc4a9b6d57 18:41:33 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:41:33 Removing intermediate container 50e6aa79e3bc 18:41:33 ---> 8ed5648196d4 18:41:33 18:41:34 ---> Running in dc8d6ddf17d8 18:41:34 Successfully built 8ed5648196d4 18:41:34 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:41:34  Building docker-security-bootstrapper-go ... done Removing intermediate container 7805088aa26b 18:41:34 ---> 5a32e7f5c380 18:41:34 Step 13/22 : ENV APP_PORT=48060 18:41:35 ---> Running in e88cfd926476 18:41:35 Removing intermediate container dc8d6ddf17d8 18:41:35 ---> 2c9dc9611f9d 18:41:35 Step 23/23 : LABEL version=2.0.0-dev.115 18:41:35 ---> Running in 8484155ce17e 18:41:35 Removing intermediate container e88cfd926476 18:41:35 ---> 827956927e9f 18:41:35 Step 14/22 : EXPOSE $APP_PORT 18:41:35 ---> Running in 8007e78c7870 18:41:36 Removing intermediate container 8484155ce17e 18:41:36 ---> 4ae5e384f7fe 18:41:36 18:41:36 Removing intermediate container 9a2122557fd4 18:41:36 ---> 5320574bdfc3 18:41:36 18:41:36 Step 10/23 : FROM alpine:3.12 18:41:36 ---> d10569e2745f 18:41:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:41:36 ---> Running in 861863b59049 18:41:36 Successfully built 4ae5e384f7fe 18:41:36 Removing intermediate container 8007e78c7870 18:41:36 ---> 87bf1c390284 18:41:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:36 Successfully tagged docker-core-metadata-go-arm64:latest 18:41:37  Building docker-core-metadata-go ... done Removing intermediate container 861863b59049 18:41:37 ---> 41bf2d687873 18:41:37 Step 12/23 : ENV APP_PORT=48080 18:41:37 ---> Running in 88c00962aaf6 18:41:37 ---> 1b47a902a28d 18:41:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:41:38 Removing intermediate container 88c00962aaf6 18:41:38 ---> 5195c3a0cecb 18:41:38 Step 13/23 : EXPOSE $APP_PORT 18:41:38 ---> Running in ffd14b046e16 18:41:39 ---> 4abb73b85095 18:41:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:41:39 Removing intermediate container ffd14b046e16 18:41:39 ---> 05f251914a31 18:41:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:41:39 ---> Running in 91c2376e4273 18:41:40 ---> e8316763f318 18:41:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:41:40 ---> Running in 53ae3c74674d 18:41:40 Removing intermediate container 53ae3c74674d 18:41:40 ---> f506b0110502 18:41:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:40 ---> Running in 81cd1e3e843c 18:41:41 Removing intermediate container 81cd1e3e843c 18:41:41 ---> 24a22b494d15 18:41:41 Step 20/22 : LABEL arch=arm64 18:41:41 ---> Running in fd8383251f19 18:41:42 Removing intermediate container 91c2376e4273 18:41:42 ---> 3924c0f151b8 18:41:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:41:42 ---> Running in d042a5b0867f 18:41:42 Removing intermediate container fd8383251f19 18:41:42 ---> 38855dcd1735 18:41:42 Step 21/22 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:41:42 ---> Running in 93c57c71a0e9 18:41:43 Removing intermediate container 93c57c71a0e9 18:41:43 ---> b4ab313132a1 18:41:43 Step 22/22 : LABEL version=2.0.0-dev.115 18:41:43 ---> Running in 6578981716b9 18:41:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:43 Removing intermediate container 6578981716b9 18:41:43 ---> abe31400721b 18:41:43 18:41:44 Successfully built abe31400721b 18:41:44 Successfully tagged docker-support-notifications-go-arm64:latest 18:41:44  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:44 (1/6) Installing dumb-init (1.2.2-r1) 18:41:45 (2/6) Installing libgcc (9.3.0-r2) 18:41:45 (3/6) Installing libsodium (1.0.18-r0) 18:41:45 (4/6) Installing libstdc++ (9.3.0-r2) 18:41:45 (5/6) Installing libzmq (4.3.3-r0) 18:41:45 (6/6) Installing zeromq (4.3.3-r0) 18:41:45 Executing busybox-1.31.1-r19.trigger 18:41:45 OK: 8 MiB in 20 packages 18:41:47 Removing intermediate container d042a5b0867f 18:41:47 ---> 1148b637fc37 18:41:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:47 ---> 3698bd79e415 18:41:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:41:49 ---> 78dbb76eacb9 18:41:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:41:50 ---> 28374c65d7df 18:41:50 Step 19/23 : ENTRYPOINT ["/core-data"] 18:41:50 ---> Running in 83a39a439a38 18:41:50 Removing intermediate container 83a39a439a38 18:41:50 ---> e162cb0cd0da 18:41:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:50 ---> Running in f17b2d8dc330 18:41:51 Removing intermediate container f17b2d8dc330 18:41:51 ---> 47c8297afc93 18:41:51 Step 21/23 : LABEL arch=arm64 18:41:51 ---> Running in 6b3af1e467a2 18:41:51 Removing intermediate container 6b3af1e467a2 18:41:51 ---> 6b1f0589d482 18:41:51 Step 22/23 : LABEL git_sha=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:41:52 ---> Running in 86f984873c4b 18:41:52 Removing intermediate container 86f984873c4b 18:41:52 ---> af99bed81389 18:41:52 Step 23/23 : LABEL version=2.0.0-dev.115 18:41:52 ---> Running in 29d17a695eba 18:41:53 Removing intermediate container 29d17a695eba 18:41:53 ---> f417448d28d5 18:41:53 18:41:53 Successfully built f417448d28d5 18:41:53 Successfully tagged docker-core-data-go-arm64:latest 18:41:54  Building docker-core-data-go ... done  [Pipeline] } 18:41:54 $ docker stop --time=1 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 18:41:56 $ docker rm -f 2adbd69bcdb5bda07695dbaa4fb8fc1aeb8b7eb306be4ed915df5440177a6811 [Pipeline] // withDockerContainer [Pipeline] sh 18:41:57 + docker images 18:41:57 + grep docker 18:41:57 docker-core-data-go-arm64 latest f417448d28d5 5 seconds ago 21.1MB 18:41:57 docker-support-notifications-go-arm64 latest abe31400721b 14 seconds ago 16.9MB 18:41:57 docker-core-metadata-go-arm64 latest 4ae5e384f7fe 22 seconds ago 17.9MB 18:41:57 docker-security-bootstrapper-go-arm64 latest 8ed5648196d4 24 seconds ago 17.8MB 18:41:57 docker-sys-mgmt-agent-go-arm64 latest 4574eb8217ad 2 minutes ago 300MB 18:41:57 docker-support-scheduler-go-arm64 latest af55dba863e6 3 minutes ago 16.3MB 18:41:57 docker-core-command-go-arm64 latest 76f0cafd5d33 3 minutes ago 16.2MB 18:41:57 docker-security-secretstore-setup-go-arm64 latest 1d59f60b71f6 3 minutes ago 23.7MB 18:41:57 docker-security-proxy-setup-go-arm64 latest 168aefcada46 3 minutes ago 23.4MB 18:41:57 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:41:57 provisioning config files... 18:41:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/382@tmp/config7292699358124891615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:41:58 ---> docker-login.sh 18:41:58 nexus3.edgexfoundry.org:10001 18:41:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:58 Configure a credential helper to remove this warning. See 18:41:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:58 18:41:58 Login Succeeded 18:41:58 nexus3.edgexfoundry.org:10002 18:41:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:41:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:41:59 Configure a credential helper to remove this warning. See 18:41:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:41:59 18:41:59 Login Succeeded 18:41:59 nexus3.edgexfoundry.org:10003 18:42:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:00 Configure a credential helper to remove this warning. See 18:42:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:00 18:42:00 Login Succeeded 18:42:00 nexus3.edgexfoundry.org:10004 18:42:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:00 Configure a credential helper to remove this warning. See 18:42:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:00 18:42:00 Login Succeeded 18:42:00 docker.io 18:42:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:42:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:42:01 Configure a credential helper to remove this warning. See 18:42:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:42:01 18:42:01 Login Succeeded 18:42:01 ---> docker-login.sh ends [Pipeline] } 18:42:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:02 [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: 18:42:02 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:02 2.0.0-dev.115 18:42:02 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:02 master 18:42:02 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:02 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:02 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:42:02 6748acd40609: Preparing 18:42:02 2bb9059f8cc9: Preparing 18:42:02 ff7ea39760c2: Preparing 18:42:02 46d255bb3e9e: Preparing 18:42:02 02a88cfff88f: Preparing 18:42:03 02a88cfff88f: Layer already exists 18:42:03 ff7ea39760c2: Pushed 18:42:03 46d255bb3e9e: Pushed 18:42:03 6748acd40609: Pushed 18:42:06 2bb9059f8cc9: Pushed 18:42:06 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:06 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:06 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 18:42:06 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:42:06 6748acd40609: Preparing 18:42:06 2bb9059f8cc9: Preparing 18:42:06 ff7ea39760c2: Preparing 18:42:06 46d255bb3e9e: Preparing 18:42:06 02a88cfff88f: Preparing 18:42:07 ff7ea39760c2: Layer already exists 18:42:07 6748acd40609: Layer already exists 18:42:07 46d255bb3e9e: Layer already exists 18:42:07 02a88cfff88f: Layer already exists 18:42:07 2bb9059f8cc9: Layer already exists 18:42:07 2.0.0-dev.115: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:07 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:07 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:42:07 6748acd40609: Preparing 18:42:07 2bb9059f8cc9: Preparing 18:42:07 ff7ea39760c2: Preparing 18:42:07 46d255bb3e9e: Preparing 18:42:07 02a88cfff88f: Preparing 18:42:08 ff7ea39760c2: Layer already exists 18:42:08 6748acd40609: Layer already exists 18:42:08 02a88cfff88f: Layer already exists 18:42:08 46d255bb3e9e: Layer already exists 18:42:08 2bb9059f8cc9: Layer already exists 18:42:08 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:08 + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:08 + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master 18:42:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] 18:42:08 6748acd40609: Preparing 18:42:08 2bb9059f8cc9: Preparing 18:42:08 ff7ea39760c2: Preparing 18:42:08 46d255bb3e9e: Preparing 18:42:08 02a88cfff88f: Preparing 18:42:08 46d255bb3e9e: Layer already exists 18:42:08 6748acd40609: Layer already exists 18:42:08 ff7ea39760c2: Layer already exists 18:42:08 2bb9059f8cc9: Layer already exists 18:42:08 02a88cfff88f: Layer already exists 18:42:08 master: digest: sha256:20605401d878d35819876315bd856672f2d7edcf659f08348ac01f8545b74ce6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:09 ===================================================== [Pipeline] echo 18:42:09 taggedImages: 18:42:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.115 18:42:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:09 - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo 18:42:09 [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: 18:42:09 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:09 2.0.0-dev.115 18:42:09 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:09 master 18:42:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:09 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:10 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:42:10 a259baf81133: Preparing 18:42:10 69e6a30a4d0e: Preparing 18:42:10 ff7ea39760c2: Preparing 18:42:10 f3f72f24fa9e: Preparing 18:42:10 5b8358fffc9e: Preparing 18:42:10 02a88cfff88f: Preparing 18:42:10 02a88cfff88f: Waiting 18:42:10 ff7ea39760c2: Layer already exists 18:42:10 02a88cfff88f: Layer already exists 18:42:10 a259baf81133: Pushed 18:42:10 5b8358fffc9e: Pushed 18:42:11 f3f72f24fa9e: Pushed 18:42:13 69e6a30a4d0e: Pushed 18:42:13 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:42:14 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:14 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 18:42:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:42:14 a259baf81133: Preparing 18:42:14 69e6a30a4d0e: Preparing 18:42:14 ff7ea39760c2: Preparing 18:42:14 f3f72f24fa9e: Preparing 18:42:14 5b8358fffc9e: Preparing 18:42:14 02a88cfff88f: Preparing 18:42:14 02a88cfff88f: Waiting 18:42:14 a259baf81133: Layer already exists 18:42:14 5b8358fffc9e: Layer already exists 18:42:14 69e6a30a4d0e: Layer already exists 18:42:14 ff7ea39760c2: Layer already exists 18:42:14 f3f72f24fa9e: Layer already exists 18:42:14 02a88cfff88f: Layer already exists 18:42:14 2.0.0-dev.115: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:42:15 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:15 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:15 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:42:15 a259baf81133: Preparing 18:42:15 69e6a30a4d0e: Preparing 18:42:15 ff7ea39760c2: Preparing 18:42:15 f3f72f24fa9e: Preparing 18:42:15 5b8358fffc9e: Preparing 18:42:15 02a88cfff88f: Preparing 18:42:15 02a88cfff88f: Waiting 18:42:15 a259baf81133: Layer already exists 18:42:15 5b8358fffc9e: Layer already exists 18:42:15 69e6a30a4d0e: Layer already exists 18:42:15 f3f72f24fa9e: Layer already exists 18:42:15 ff7ea39760c2: Layer already exists 18:42:15 02a88cfff88f: Layer already exists 18:42:15 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] isUnix [Pipeline] sh 18:42:16 + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:16 + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master 18:42:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] 18:42:16 a259baf81133: Preparing 18:42:16 69e6a30a4d0e: Preparing 18:42:16 ff7ea39760c2: Preparing 18:42:16 f3f72f24fa9e: Preparing 18:42:16 5b8358fffc9e: Preparing 18:42:16 02a88cfff88f: Preparing 18:42:16 02a88cfff88f: Waiting 18:42:16 ff7ea39760c2: Layer already exists 18:42:16 a259baf81133: Layer already exists 18:42:16 5b8358fffc9e: Layer already exists 18:42:16 69e6a30a4d0e: Layer already exists 18:42:16 f3f72f24fa9e: Layer already exists 18:42:16 02a88cfff88f: Layer already exists 18:42:17 master: digest: sha256:b376188df791d34f3fc7e0fd7ad8a3ceabfd9e6337508971f478f7bf2f365cb8 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:17 ===================================================== [Pipeline] echo 18:42:17 taggedImages: 18:42:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.115 18:42:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:17 - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo 18:42:17 [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: 18:42:17 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:17 2.0.0-dev.115 18:42:17 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:17 master 18:42:17 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:17 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:18 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:42:18 ec5222c37185: Preparing 18:42:18 b10d8c624382: Preparing 18:42:18 ff7ea39760c2: Preparing 18:42:18 46d255bb3e9e: Preparing 18:42:18 02a88cfff88f: Preparing 18:42:18 46d255bb3e9e: Layer already exists 18:42:18 02a88cfff88f: Layer already exists 18:42:18 ff7ea39760c2: Layer already exists 18:42:18 ec5222c37185: Pushed 18:42:21 b10d8c624382: Pushed 18:42:21 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:22 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:22 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 18:42:22 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:42:22 ec5222c37185: Preparing 18:42:22 b10d8c624382: Preparing 18:42:22 ff7ea39760c2: Preparing 18:42:22 46d255bb3e9e: Preparing 18:42:22 02a88cfff88f: Preparing 18:42:22 ec5222c37185: Layer already exists 18:42:22 46d255bb3e9e: Layer already exists 18:42:22 b10d8c624382: Layer already exists 18:42:22 ff7ea39760c2: Layer already exists 18:42:22 02a88cfff88f: Layer already exists 18:42:22 2.0.0-dev.115: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:23 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:23 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:23 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:42:23 ec5222c37185: Preparing 18:42:23 b10d8c624382: Preparing 18:42:23 ff7ea39760c2: Preparing 18:42:23 46d255bb3e9e: Preparing 18:42:23 02a88cfff88f: Preparing 18:42:23 ec5222c37185: Layer already exists 18:42:23 46d255bb3e9e: Layer already exists 18:42:23 02a88cfff88f: Layer already exists 18:42:23 b10d8c624382: Layer already exists 18:42:23 ff7ea39760c2: Layer already exists 18:42:23 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:24 + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:24 + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master 18:42:24 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] 18:42:24 ec5222c37185: Preparing 18:42:24 b10d8c624382: Preparing 18:42:24 ff7ea39760c2: Preparing 18:42:24 46d255bb3e9e: Preparing 18:42:24 02a88cfff88f: Preparing 18:42:24 ff7ea39760c2: Layer already exists 18:42:24 46d255bb3e9e: Layer already exists 18:42:24 ec5222c37185: Layer already exists 18:42:24 b10d8c624382: Layer already exists 18:42:24 02a88cfff88f: Layer already exists 18:42:24 master: digest: sha256:43ccd75532ef3574f6bcbc92046098d9f72e8c339df96d64e4520435899eebf5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:25 ===================================================== [Pipeline] echo 18:42:25 taggedImages: 18:42:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.115 18:42:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:25 - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo 18:42:25 [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: 18:42:25 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:25 2.0.0-dev.115 18:42:25 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:25 master 18:42:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:25 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:26 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:26 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:42:26 92df79d549a3: Preparing 18:42:26 92df79d549a3: Preparing 18:42:26 0f92c05c7770: Preparing 18:42:26 be34453a9d6b: Preparing 18:42:26 43ddf1812a1c: Preparing 18:42:26 f472f74b75d5: Preparing 18:42:26 ff7ea39760c2: Preparing 18:42:26 a4c759950d5e: Preparing 18:42:26 a4c759950d5e: Preparing 18:42:26 2d61d2bf1d6c: Preparing 18:42:26 865132b48343: Preparing 18:42:26 02a88cfff88f: Preparing 18:42:26 ff7ea39760c2: Waiting 18:42:26 a4c759950d5e: Waiting 18:42:26 2d61d2bf1d6c: Waiting 18:42:26 865132b48343: Waiting 18:42:26 02a88cfff88f: Waiting 18:42:26 43ddf1812a1c: Pushed 18:42:26 0f92c05c7770: Pushed 18:42:26 ff7ea39760c2: Layer already exists 18:42:26 92df79d549a3: Pushed 18:42:26 be34453a9d6b: Pushed 18:42:26 02a88cfff88f: Layer already exists 18:42:26 a4c759950d5e: Pushed 18:42:26 2d61d2bf1d6c: Pushed 18:42:26 865132b48343: Pushed 18:42:29 f472f74b75d5: Pushed 18:42:29 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh 18:42:30 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:30 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 18:42:30 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:42:30 92df79d549a3: Preparing 18:42:30 92df79d549a3: Preparing 18:42:30 0f92c05c7770: Preparing 18:42:30 be34453a9d6b: Preparing 18:42:30 43ddf1812a1c: Preparing 18:42:30 f472f74b75d5: Preparing 18:42:30 ff7ea39760c2: Preparing 18:42:30 a4c759950d5e: Preparing 18:42:30 a4c759950d5e: Preparing 18:42:30 2d61d2bf1d6c: Preparing 18:42:30 865132b48343: Preparing 18:42:30 02a88cfff88f: Preparing 18:42:30 ff7ea39760c2: Waiting 18:42:30 a4c759950d5e: Waiting 18:42:30 2d61d2bf1d6c: Waiting 18:42:30 865132b48343: Waiting 18:42:30 02a88cfff88f: Waiting 18:42:30 f472f74b75d5: Layer already exists 18:42:30 0f92c05c7770: Layer already exists 18:42:30 92df79d549a3: Layer already exists 18:42:30 be34453a9d6b: Layer already exists 18:42:30 43ddf1812a1c: Layer already exists 18:42:30 ff7ea39760c2: Layer already exists 18:42:30 2d61d2bf1d6c: Layer already exists 18:42:30 a4c759950d5e: Layer already exists 18:42:30 02a88cfff88f: Layer already exists 18:42:30 865132b48343: Layer already exists 18:42:30 2.0.0-dev.115: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh 18:42:31 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:31 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:31 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:42:31 92df79d549a3: Preparing 18:42:31 92df79d549a3: Preparing 18:42:31 0f92c05c7770: Preparing 18:42:31 be34453a9d6b: Preparing 18:42:31 43ddf1812a1c: Preparing 18:42:31 f472f74b75d5: Preparing 18:42:31 ff7ea39760c2: Preparing 18:42:31 a4c759950d5e: Preparing 18:42:31 a4c759950d5e: Preparing 18:42:31 2d61d2bf1d6c: Preparing 18:42:31 865132b48343: Preparing 18:42:31 02a88cfff88f: Preparing 18:42:31 2d61d2bf1d6c: Waiting 18:42:31 865132b48343: Waiting 18:42:31 02a88cfff88f: Waiting 18:42:31 a4c759950d5e: Waiting 18:42:31 ff7ea39760c2: Waiting 18:42:31 43ddf1812a1c: Layer already exists 18:42:31 0f92c05c7770: Layer already exists 18:42:31 f472f74b75d5: Layer already exists 18:42:31 92df79d549a3: Layer already exists 18:42:31 be34453a9d6b: Layer already exists 18:42:31 2d61d2bf1d6c: Layer already exists 18:42:31 a4c759950d5e: Layer already exists 18:42:31 ff7ea39760c2: Layer already exists 18:42:31 865132b48343: Layer already exists 18:42:31 02a88cfff88f: Layer already exists 18:42:31 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] isUnix [Pipeline] sh 18:42:32 + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:32 + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master 18:42:32 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] 18:42:32 92df79d549a3: Preparing 18:42:32 92df79d549a3: Preparing 18:42:32 0f92c05c7770: Preparing 18:42:32 be34453a9d6b: Preparing 18:42:32 43ddf1812a1c: Preparing 18:42:32 f472f74b75d5: Preparing 18:42:32 ff7ea39760c2: Preparing 18:42:32 a4c759950d5e: Preparing 18:42:32 a4c759950d5e: Preparing 18:42:32 2d61d2bf1d6c: Preparing 18:42:32 865132b48343: Preparing 18:42:32 02a88cfff88f: Preparing 18:42:32 2d61d2bf1d6c: Waiting 18:42:32 865132b48343: Waiting 18:42:32 02a88cfff88f: Waiting 18:42:32 ff7ea39760c2: Waiting 18:42:32 a4c759950d5e: Waiting 18:42:32 92df79d549a3: Layer already exists 18:42:32 0f92c05c7770: Layer already exists 18:42:32 f472f74b75d5: Layer already exists 18:42:32 43ddf1812a1c: Layer already exists 18:42:32 be34453a9d6b: Layer already exists 18:42:32 2d61d2bf1d6c: Layer already exists 18:42:32 a4c759950d5e: Layer already exists 18:42:32 865132b48343: Layer already exists 18:42:32 ff7ea39760c2: Layer already exists 18:42:32 02a88cfff88f: Layer already exists 18:42:32 master: digest: sha256:f5f0b18aecf0049a87b63d0de7b66c1a0ba2e77c1f14a8f5615f3fa1c8252fd5 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:32 ===================================================== [Pipeline] echo 18:42:32 taggedImages: 18:42:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.115 18:42:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:32 - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo 18:42:32 [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: 18:42:32 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:32 2.0.0-dev.115 18:42:32 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:32 master 18:42:32 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:33 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:33 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:33 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:42:33 4776b1301eb3: Preparing 18:42:33 538f3855fec1: Preparing 18:42:33 51f2d2fb0732: Preparing 18:42:33 a8effe204091: Preparing 18:42:33 ef72e7f18e67: Preparing 18:42:33 02a88cfff88f: Preparing 18:42:33 02a88cfff88f: Waiting 18:42:34 a8effe204091: Pushed 18:42:34 51f2d2fb0732: Pushed 18:42:34 02a88cfff88f: Layer already exists 18:42:34 ef72e7f18e67: Pushed 18:42:36 4776b1301eb3: Pushed 18:42:36 538f3855fec1: Pushed 18:42:36 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh 18:42:37 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:37 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 18:42:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:42:37 4776b1301eb3: Preparing 18:42:37 538f3855fec1: Preparing 18:42:37 51f2d2fb0732: Preparing 18:42:37 a8effe204091: Preparing 18:42:37 ef72e7f18e67: Preparing 18:42:37 02a88cfff88f: Preparing 18:42:37 02a88cfff88f: Waiting 18:42:37 538f3855fec1: Layer already exists 18:42:37 4776b1301eb3: Layer already exists 18:42:37 a8effe204091: Layer already exists 18:42:37 ef72e7f18e67: Layer already exists 18:42:37 51f2d2fb0732: Layer already exists 18:42:37 02a88cfff88f: Layer already exists 18:42:37 2.0.0-dev.115: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh 18:42:38 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:38 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:42:38 4776b1301eb3: Preparing 18:42:38 538f3855fec1: Preparing 18:42:38 51f2d2fb0732: Preparing 18:42:38 a8effe204091: Preparing 18:42:38 ef72e7f18e67: Preparing 18:42:38 02a88cfff88f: Preparing 18:42:38 02a88cfff88f: Waiting 18:42:38 51f2d2fb0732: Layer already exists 18:42:38 538f3855fec1: Layer already exists 18:42:38 4776b1301eb3: Layer already exists 18:42:38 a8effe204091: Layer already exists 18:42:38 ef72e7f18e67: Layer already exists 18:42:38 02a88cfff88f: Layer already exists 18:42:38 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] isUnix [Pipeline] sh 18:42:39 + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:39 + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master 18:42:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] 18:42:39 4776b1301eb3: Preparing 18:42:39 538f3855fec1: Preparing 18:42:39 51f2d2fb0732: Preparing 18:42:39 a8effe204091: Preparing 18:42:39 ef72e7f18e67: Preparing 18:42:39 02a88cfff88f: Preparing 18:42:39 02a88cfff88f: Waiting 18:42:39 538f3855fec1: Layer already exists 18:42:39 a8effe204091: Layer already exists 18:42:39 51f2d2fb0732: Layer already exists 18:42:39 ef72e7f18e67: Layer already exists 18:42:39 4776b1301eb3: Layer already exists 18:42:39 02a88cfff88f: Layer already exists 18:42:39 master: digest: sha256:00f860c4f41e2ea83f5cc1430ab8b869bd72451b506d59c1bcfc4726475081ea size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:40 ===================================================== [Pipeline] echo 18:42:40 taggedImages: 18:42:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.115 18:42:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:40 - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo 18:42:40 [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: 18:42:40 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:40 2.0.0-dev.115 18:42:40 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:40 master 18:42:40 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:40 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:41 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:41 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:42:41 ad9eb47e6f5d: Preparing 18:42:41 db13dcfe5de8: Preparing 18:42:41 b8db022b5cd6: Preparing 18:42:41 d12af7b86a59: Preparing 18:42:41 a1894b7dcb9f: Preparing 18:42:41 e1994a5055cd: Preparing 18:42:41 611fb02203fc: Preparing 18:42:41 0e989345458d: Preparing 18:42:41 02a88cfff88f: Preparing 18:42:41 611fb02203fc: Waiting 18:42:41 0e989345458d: Waiting 18:42:41 02a88cfff88f: Waiting 18:42:41 e1994a5055cd: Waiting 18:42:41 ad9eb47e6f5d: Pushed 18:42:41 db13dcfe5de8: Pushed 18:42:41 a1894b7dcb9f: Pushed 18:42:41 e1994a5055cd: Pushed 18:42:41 611fb02203fc: Pushed 18:42:42 02a88cfff88f: Layer already exists 18:42:42 0e989345458d: Pushed 18:42:43 b8db022b5cd6: Pushed 18:42:43 d12af7b86a59: Pushed 18:42:44 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh 18:42:44 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:44 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 18:42:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:42:44 ad9eb47e6f5d: Preparing 18:42:44 db13dcfe5de8: Preparing 18:42:44 b8db022b5cd6: Preparing 18:42:44 d12af7b86a59: Preparing 18:42:44 a1894b7dcb9f: Preparing 18:42:44 e1994a5055cd: Preparing 18:42:44 611fb02203fc: Preparing 18:42:44 0e989345458d: Preparing 18:42:44 02a88cfff88f: Preparing 18:42:44 e1994a5055cd: Waiting 18:42:44 611fb02203fc: Waiting 18:42:44 0e989345458d: Waiting 18:42:44 02a88cfff88f: Waiting 18:42:45 d12af7b86a59: Layer already exists 18:42:45 db13dcfe5de8: Layer already exists 18:42:45 a1894b7dcb9f: Layer already exists 18:42:45 ad9eb47e6f5d: Layer already exists 18:42:45 b8db022b5cd6: Layer already exists 18:42:45 e1994a5055cd: Layer already exists 18:42:45 02a88cfff88f: Layer already exists 18:42:45 611fb02203fc: Layer already exists 18:42:45 0e989345458d: Layer already exists 18:42:45 2.0.0-dev.115: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:45 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:42:45 ad9eb47e6f5d: Preparing 18:42:45 db13dcfe5de8: Preparing 18:42:45 b8db022b5cd6: Preparing 18:42:45 d12af7b86a59: Preparing 18:42:45 a1894b7dcb9f: Preparing 18:42:45 e1994a5055cd: Preparing 18:42:45 611fb02203fc: Preparing 18:42:45 0e989345458d: Preparing 18:42:45 02a88cfff88f: Preparing 18:42:45 e1994a5055cd: Waiting 18:42:45 0e989345458d: Waiting 18:42:45 611fb02203fc: Waiting 18:42:45 02a88cfff88f: Waiting 18:42:45 ad9eb47e6f5d: Layer already exists 18:42:45 a1894b7dcb9f: Layer already exists 18:42:45 b8db022b5cd6: Layer already exists 18:42:45 d12af7b86a59: Layer already exists 18:42:45 db13dcfe5de8: Layer already exists 18:42:45 e1994a5055cd: Layer already exists 18:42:45 02a88cfff88f: Layer already exists 18:42:45 0e989345458d: Layer already exists 18:42:45 611fb02203fc: Layer already exists 18:42:45 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] isUnix [Pipeline] sh 18:42:46 + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:46 + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master 18:42:46 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] 18:42:46 ad9eb47e6f5d: Preparing 18:42:46 db13dcfe5de8: Preparing 18:42:46 b8db022b5cd6: Preparing 18:42:46 d12af7b86a59: Preparing 18:42:46 a1894b7dcb9f: Preparing 18:42:46 e1994a5055cd: Preparing 18:42:46 611fb02203fc: Preparing 18:42:46 0e989345458d: Preparing 18:42:46 02a88cfff88f: Preparing 18:42:46 e1994a5055cd: Waiting 18:42:46 611fb02203fc: Waiting 18:42:46 0e989345458d: Waiting 18:42:46 02a88cfff88f: Waiting 18:42:46 d12af7b86a59: Layer already exists 18:42:46 b8db022b5cd6: Layer already exists 18:42:46 a1894b7dcb9f: Layer already exists 18:42:46 db13dcfe5de8: Layer already exists 18:42:46 ad9eb47e6f5d: Layer already exists 18:42:46 e1994a5055cd: Layer already exists 18:42:46 0e989345458d: Layer already exists 18:42:46 611fb02203fc: Layer already exists 18:42:46 02a88cfff88f: Layer already exists 18:42:46 master: digest: sha256:69fe01175af548f3961b024d3530a554a166410fdaacd612c09136d5b9dc476f size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:47 ===================================================== [Pipeline] echo 18:42:47 taggedImages: 18:42:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.115 18:42:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:47 - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo 18:42:47 [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: 18:42:47 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:47 2.0.0-dev.115 18:42:47 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:47 master 18:42:47 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:47 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:48 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:48 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:42:48 f5b05eee5758: Preparing 18:42:48 b3c48bd7dd81: Preparing 18:42:48 ff7ea39760c2: Preparing 18:42:48 0398f158c0d7: Preparing 18:42:48 02a88cfff88f: Preparing 18:42:48 02a88cfff88f: Layer already exists 18:42:48 ff7ea39760c2: Layer already exists 18:42:48 f5b05eee5758: Pushed 18:42:48 0398f158c0d7: Pushed 18:42:51 b3c48bd7dd81: Pushed 18:42:51 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh 18:42:51 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:52 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 18:42:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:42:52 f5b05eee5758: Preparing 18:42:52 b3c48bd7dd81: Preparing 18:42:52 ff7ea39760c2: Preparing 18:42:52 0398f158c0d7: Preparing 18:42:52 02a88cfff88f: Preparing 18:42:52 0398f158c0d7: Layer already exists 18:42:52 b3c48bd7dd81: Layer already exists 18:42:52 ff7ea39760c2: Layer already exists 18:42:52 02a88cfff88f: Layer already exists 18:42:52 f5b05eee5758: Layer already exists 18:42:52 2.0.0-dev.115: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh 18:42:52 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:42:53 f5b05eee5758: Preparing 18:42:53 b3c48bd7dd81: Preparing 18:42:53 ff7ea39760c2: Preparing 18:42:53 0398f158c0d7: Preparing 18:42:53 02a88cfff88f: Preparing 18:42:53 b3c48bd7dd81: Layer already exists 18:42:53 ff7ea39760c2: Layer already exists 18:42:53 0398f158c0d7: Layer already exists 18:42:53 f5b05eee5758: Layer already exists 18:42:53 02a88cfff88f: Layer already exists 18:42:53 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] isUnix [Pipeline] sh 18:42:53 + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:42:53 + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master 18:42:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] 18:42:53 f5b05eee5758: Preparing 18:42:53 b3c48bd7dd81: Preparing 18:42:53 ff7ea39760c2: Preparing 18:42:53 0398f158c0d7: Preparing 18:42:53 02a88cfff88f: Preparing 18:42:54 b3c48bd7dd81: Layer already exists 18:42:54 f5b05eee5758: Layer already exists 18:42:54 0398f158c0d7: Layer already exists 18:42:54 02a88cfff88f: Layer already exists 18:42:54 ff7ea39760c2: Layer already exists 18:42:54 master: digest: sha256:6428844c7a27aaaa826337a6f1f05c8ac75aec47ee107359396637fb3704598a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:42:54 ===================================================== [Pipeline] echo 18:42:54 taggedImages: 18:42:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.115 18:42:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:54 - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo 18:42:54 [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: 18:42:54 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:54 2.0.0-dev.115 18:42:54 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:42:54 master 18:42:54 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:42:55 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:42:55 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:42:55 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:42:55 29e847d51117: Preparing 18:42:55 069da51542b8: Preparing 18:42:55 ff7ea39760c2: Preparing 18:42:55 46d255bb3e9e: Preparing 18:42:55 02a88cfff88f: Preparing 18:42:55 46d255bb3e9e: Layer already exists 18:42:55 ff7ea39760c2: Layer already exists 18:42:55 02a88cfff88f: Layer already exists 18:42:55 29e847d51117: Pushed 18:42:58 069da51542b8: Pushed 18:42:58 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:58 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:42:59 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 18:42:59 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:42:59 29e847d51117: Preparing 18:42:59 069da51542b8: Preparing 18:42:59 ff7ea39760c2: Preparing 18:42:59 46d255bb3e9e: Preparing 18:42:59 02a88cfff88f: Preparing 18:42:59 ff7ea39760c2: Layer already exists 18:42:59 46d255bb3e9e: Layer already exists 18:42:59 29e847d51117: Layer already exists 18:42:59 069da51542b8: Layer already exists 18:42:59 02a88cfff88f: Layer already exists 18:42:59 2.0.0-dev.115: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:42:59 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:43:00 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:43:00 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:43:00 29e847d51117: Preparing 18:43:00 069da51542b8: Preparing 18:43:00 ff7ea39760c2: Preparing 18:43:00 46d255bb3e9e: Preparing 18:43:00 02a88cfff88f: Preparing 18:43:00 46d255bb3e9e: Layer already exists 18:43:00 069da51542b8: Layer already exists 18:43:00 02a88cfff88f: Layer already exists 18:43:00 ff7ea39760c2: Layer already exists 18:43:00 29e847d51117: Layer already exists 18:43:00 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] isUnix [Pipeline] sh 18:43:00 + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:43:01 + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master 18:43:01 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] 18:43:01 29e847d51117: Preparing 18:43:01 069da51542b8: Preparing 18:43:01 ff7ea39760c2: Preparing 18:43:01 46d255bb3e9e: Preparing 18:43:01 02a88cfff88f: Preparing 18:43:01 46d255bb3e9e: Layer already exists 18:43:01 069da51542b8: Layer already exists 18:43:01 02a88cfff88f: Layer already exists 18:43:01 ff7ea39760c2: Layer already exists 18:43:01 29e847d51117: Layer already exists 18:43:01 master: digest: sha256:43d5bf9b82b2084bdb7af2db4ded6375d3ccf91f800ba38ec1996b69f921c276 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:43:01 ===================================================== [Pipeline] echo 18:43:01 taggedImages: 18:43:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:43:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.115 18:43:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:43:01 - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo 18:43:01 [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: 18:43:01 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:43:01 2.0.0-dev.115 18:43:01 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:43:01 master 18:43:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:02 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] isUnix [Pipeline] sh 18:43:02 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:43:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:43:02 6784786fa6d6: Preparing 18:43:02 a8e3ad5b0bb6: Preparing 18:43:02 dac8e1894485: Preparing 18:43:02 c340350b3109: Preparing 18:43:02 9b80018947c2: Preparing 18:43:02 7c6e8c43ee07: Preparing 18:43:02 637a1b36e5af: Preparing 18:43:02 9ded3b6bb9b5: Preparing 18:43:02 fa1afe8e6ed9: Preparing 18:43:02 87a09b4c083e: Preparing 18:43:02 0f74e9ff2a61: Preparing 18:43:02 b122376c33c6: Preparing 18:43:02 f8381ed47b22: Preparing 18:43:02 e934a737d657: Preparing 18:43:02 9ded3b6bb9b5: Waiting 18:43:02 fa1afe8e6ed9: Waiting 18:43:02 87a09b4c083e: Waiting 18:43:02 0f74e9ff2a61: Waiting 18:43:02 b122376c33c6: Waiting 18:43:02 f8381ed47b22: Waiting 18:43:02 e934a737d657: Waiting 18:43:02 7c6e8c43ee07: Waiting 18:43:02 637a1b36e5af: Waiting 18:43:03 9b80018947c2: Pushed 18:43:03 6784786fa6d6: Pushed 18:43:03 c340350b3109: Pushed 18:43:03 9ded3b6bb9b5: Layer already exists 18:43:03 fa1afe8e6ed9: Layer already exists 18:43:04 87a09b4c083e: Layer already exists 18:43:04 0f74e9ff2a61: Layer already exists 18:43:04 b122376c33c6: Layer already exists 18:43:04 637a1b36e5af: Pushed 18:43:04 f8381ed47b22: Layer already exists 18:43:04 e934a737d657: Layer already exists 18:43:04 a8e3ad5b0bb6: Pushed 18:43:05 7c6e8c43ee07: Pushed 18:43:15 dac8e1894485: Pushed 18:43:15 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:43:15 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:43:16 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 18:43:16 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:43:16 6784786fa6d6: Preparing 18:43:16 a8e3ad5b0bb6: Preparing 18:43:16 dac8e1894485: Preparing 18:43:16 c340350b3109: Preparing 18:43:16 9b80018947c2: Preparing 18:43:16 7c6e8c43ee07: Preparing 18:43:16 637a1b36e5af: Preparing 18:43:16 9ded3b6bb9b5: Preparing 18:43:16 fa1afe8e6ed9: Preparing 18:43:16 87a09b4c083e: Preparing 18:43:16 0f74e9ff2a61: Preparing 18:43:16 b122376c33c6: Preparing 18:43:16 f8381ed47b22: Preparing 18:43:16 e934a737d657: Preparing 18:43:16 7c6e8c43ee07: Waiting 18:43:16 87a09b4c083e: Waiting 18:43:16 0f74e9ff2a61: Waiting 18:43:16 b122376c33c6: Waiting 18:43:16 f8381ed47b22: Waiting 18:43:16 e934a737d657: Waiting 18:43:16 637a1b36e5af: Waiting 18:43:16 9ded3b6bb9b5: Waiting 18:43:16 fa1afe8e6ed9: Waiting 18:43:16 c340350b3109: Layer already exists 18:43:16 6784786fa6d6: Layer already exists 18:43:16 a8e3ad5b0bb6: Layer already exists 18:43:16 dac8e1894485: Layer already exists 18:43:16 9b80018947c2: Layer already exists 18:43:16 fa1afe8e6ed9: Layer already exists 18:43:16 9ded3b6bb9b5: Layer already exists 18:43:16 7c6e8c43ee07: Layer already exists 18:43:16 637a1b36e5af: Layer already exists 18:43:16 87a09b4c083e: Layer already exists 18:43:16 f8381ed47b22: Layer already exists 18:43:16 0f74e9ff2a61: Layer already exists 18:43:16 e934a737d657: Layer already exists 18:43:16 b122376c33c6: Layer already exists 18:43:16 2.0.0-dev.115: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:43:16 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 [Pipeline] isUnix [Pipeline] sh 18:43:17 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:43:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:43:17 6784786fa6d6: Preparing 18:43:17 a8e3ad5b0bb6: Preparing 18:43:17 dac8e1894485: Preparing 18:43:17 c340350b3109: Preparing 18:43:17 9b80018947c2: Preparing 18:43:17 7c6e8c43ee07: Preparing 18:43:17 637a1b36e5af: Preparing 18:43:17 9ded3b6bb9b5: Preparing 18:43:17 fa1afe8e6ed9: Preparing 18:43:17 87a09b4c083e: Preparing 18:43:17 0f74e9ff2a61: Preparing 18:43:17 b122376c33c6: Preparing 18:43:17 f8381ed47b22: Preparing 18:43:17 e934a737d657: Preparing 18:43:17 7c6e8c43ee07: Waiting 18:43:17 637a1b36e5af: Waiting 18:43:17 9ded3b6bb9b5: Waiting 18:43:17 fa1afe8e6ed9: Waiting 18:43:17 87a09b4c083e: Waiting 18:43:17 0f74e9ff2a61: Waiting 18:43:17 b122376c33c6: Waiting 18:43:17 f8381ed47b22: Waiting 18:43:17 e934a737d657: Waiting 18:43:17 6784786fa6d6: Layer already exists 18:43:17 dac8e1894485: Layer already exists 18:43:17 a8e3ad5b0bb6: Layer already exists 18:43:17 9b80018947c2: Layer already exists 18:43:17 c340350b3109: Layer already exists 18:43:17 637a1b36e5af: Layer already exists 18:43:17 9ded3b6bb9b5: Layer already exists 18:43:17 7c6e8c43ee07: Layer already exists 18:43:17 fa1afe8e6ed9: Layer already exists 18:43:17 87a09b4c083e: Layer already exists 18:43:17 b122376c33c6: Layer already exists 18:43:17 f8381ed47b22: Layer already exists 18:43:17 0f74e9ff2a61: Layer already exists 18:43:17 e934a737d657: Layer already exists 18:43:17 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] isUnix [Pipeline] sh 18:43:17 + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh 18:43:18 + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master 18:43:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] 18:43:18 6784786fa6d6: Preparing 18:43:18 a8e3ad5b0bb6: Preparing 18:43:18 dac8e1894485: Preparing 18:43:18 c340350b3109: Preparing 18:43:18 9b80018947c2: Preparing 18:43:18 7c6e8c43ee07: Preparing 18:43:18 637a1b36e5af: Preparing 18:43:18 9ded3b6bb9b5: Preparing 18:43:18 fa1afe8e6ed9: Preparing 18:43:18 87a09b4c083e: Preparing 18:43:18 0f74e9ff2a61: Preparing 18:43:18 b122376c33c6: Preparing 18:43:18 f8381ed47b22: Preparing 18:43:18 e934a737d657: Preparing 18:43:18 7c6e8c43ee07: Waiting 18:43:18 87a09b4c083e: Waiting 18:43:18 637a1b36e5af: Waiting 18:43:18 0f74e9ff2a61: Waiting 18:43:18 9ded3b6bb9b5: Waiting 18:43:18 b122376c33c6: Waiting 18:43:18 fa1afe8e6ed9: Waiting 18:43:18 f8381ed47b22: Waiting 18:43:18 e934a737d657: Waiting 18:43:18 a8e3ad5b0bb6: Layer already exists 18:43:18 9b80018947c2: Layer already exists 18:43:18 6784786fa6d6: Layer already exists 18:43:18 dac8e1894485: Layer already exists 18:43:18 c340350b3109: Layer already exists 18:43:18 7c6e8c43ee07: Layer already exists 18:43:18 637a1b36e5af: Layer already exists 18:43:18 fa1afe8e6ed9: Layer already exists 18:43:18 9ded3b6bb9b5: Layer already exists 18:43:18 87a09b4c083e: Layer already exists 18:43:18 b122376c33c6: Layer already exists 18:43:18 0f74e9ff2a61: Layer already exists 18:43:18 e934a737d657: Layer already exists 18:43:18 f8381ed47b22: Layer already exists 18:43:18 master: digest: sha256:08bb6bfa49f45a57c05d0dc96d387a1bd9af107afc94a6f8386c920cdd1a7174 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 18:43:18 ===================================================== [Pipeline] echo 18:43:18 taggedImages: 18:43:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab 18:43:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.115 18:43:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:f11e4988ceb8c382fc034555d9d0b35dfdaf49ab-2.0.0-dev.115 18:43:18 - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:43:19 ---> job-cost.sh 18:43:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-vM01 18:44:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:47:38 lf-activate-venv(): INFO: Adding /tmp/venv-vM01/bin to PATH 18:47:38 INFO: No Stack... 18:47:38 INFO: Retrieving Pricing Info for: lf-standard-4 18:47:38 INFO: Archiving Costs [Pipeline] sh 18:47:38 + cat /w/workspace/edgex-go/382/archives/cost.csv 18:47:38 + cut -d, -f6 [Pipeline] lock 18:47:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] 18:47:38 Resource [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] did not exist. Created. 18:47:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:47:39 + echo total: 0.20999999344348907 [Pipeline] stash 18:47:40 Stashed 1 file(s) [Pipeline] } 18:47:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-master-382-stack-cost] [Pipeline] // lock [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 18:47:41 provisioning config files... 18:47:41 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/382@tmp/config8403472178668042121tmp [Pipeline] { [Pipeline] sh 18:47:42 + set +x 18:47:42 + curl -s https://codecov.io/bash 18:47:42 + bash -s -- 18:47:42 18:47:42 _____ _ 18:47:42 / ____| | | 18:47:42 | | ___ __| | ___ ___ _____ __ 18:47:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:47:42 | |___| (_) | (_| | __/ (_| (_) \ V / 18:47:42 \_____\___/ \__,_|\___|\___\___/ \_/ 18:47:42 Bash-20210226-7100762 18:47:42 18:47:42 18:47:42 ==> git version 2.24.3 found 18:47:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:47:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:47:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:47:42 ==> Jenkins CI detected. 18:47:42 project root: . 18:47:42 --> token set from env 18:47:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:47:42 ==> Running gcov in . (disable via -X gcov) 18:47:42 ==> Python coveragepy not found 18:47:42 ==> Searching for coverage reports in: 18:47:42 + . 18:47:42 -> Found 1 reports 18:47:42 ==> Detecting git/mercurial file structure 18:47:42 ==> Reading reports 18:47:43 + ./coverage.out bytes=621194 18:47:43 ==> Appending adjustments 18:47:43 https://docs.codecov.io/docs/fixing-reports 18:47:47 + Found adjustments 18:47:47 ==> Gzipping contents 18:47:47 92K /tmp/codecov.qglelE.gz 18:47:47 ==> Uploading reports 18:47:47 url: https://codecov.io 18:47:47 query: branch=master&commit=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:47:47 -> Pinging Codecov 18:47:47 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=f11e4988ceb8c382fc034555d9d0b35dfdaf49ab&build=382&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F382%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:47:47 -> Uploading to 18:47:47 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/f11e4988ceb8c382fc034555d9d0b35dfdaf49ab/0dd28ff7-160b-4635-b647-fb1f4718bfaa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T184747Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c75f523e3181da1f69b217741d7492522a8305a82ebcda254cd840205d0c4664 18:47:47 % Total % Received % Xferd Average Speed Time Time Time Current 18:47:47 Dload Upload Total Spent Left Speed 18:47:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 91723 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91723 0 0 100 91723 0 147k --:--:-- --:--:-- --:--:-- 147k 18:47:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f11e4988ceb8c382fc034555d9d0b35dfdaf49ab [Pipeline] } 18:47:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo 18:47:48 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:47:48 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:47:49 18:47:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:47:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:47:49 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:47:49 188c0c94c7c5: Already exists 18:47:49 0ef7d3d256c8: Already exists 18:47:49 de9db76c5a1d: Already exists 18:47:49 0eba1c9be4d2: Pulling fs layer 18:47:49 0d57e429df01: Pulling fs layer 18:47:49 4e4be7b47b0d: Pulling fs layer 18:47:49 e1f770b5df2f: Pulling fs layer 18:47:49 85a0685a4137: Pulling fs layer 18:47:49 e1f770b5df2f: Waiting 18:47:49 85a0685a4137: Waiting 18:47:49 4e4be7b47b0d: Verifying Checksum 18:47:49 4e4be7b47b0d: Download complete 18:47:49 0d57e429df01: Verifying Checksum 18:47:49 0d57e429df01: Download complete 18:47:51 e1f770b5df2f: Verifying Checksum 18:47:51 e1f770b5df2f: Download complete 18:47:53 0eba1c9be4d2: Verifying Checksum 18:47:53 0eba1c9be4d2: Download complete 18:47:54 85a0685a4137: Verifying Checksum 18:47:54 85a0685a4137: Download complete 18:48:00 0eba1c9be4d2: Pull complete 18:48:00 0d57e429df01: Pull complete 18:48:00 4e4be7b47b0d: Pull complete 18:48:03 e1f770b5df2f: Pull complete 18:48:11 85a0685a4137: Pull complete 18:48:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:48:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:48:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:48:11 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:48:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:48:13 $ docker top 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc -eo pid,comm [Pipeline] { [Pipeline] echo 18:48:14 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:48:14 + set -o pipefail 18:48:14 + snyk monitor '--org=edgex-jenkins' 18:48:46 18:48:46 Monitoring /w/workspace/edgex-go/382 (github.com/edgexfoundry/edgex-go)... 18:48:46 18:48:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/16093e42-0351-4198-9061-89013b94fe4f 18:48:46 18:48:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:48:46 18:48:46 [Pipeline] } 18:48:46 $ docker stop --time=1 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc 18:48:49 $ docker rm -f 36c2d22414a3b3aa6145d27c024130899632d3bec7f1c144c27bfbffe99256bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 18:48:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:48:51 provisioning config files... 18:48:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/382@tmp/config6258344976067905004tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:48:51 --> edgex-publish-swagger.sh 18:48:51 === Publish openapi/v1 API === 18:48:51 [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger 18:48:51 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v1/core-command.yaml] 18:48:51 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:51 Dload Upload Total Spent Left Speed 18:48:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9185 0:00:01 0:00:01 --:--:-- 9181 100 10522 0 0 100 10522 0 9183 0:00:01 0:00:01 --:--:-- 9181 18:48:52 18:48:52 18:48:52 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v1/core-data.yaml] 18:48:52 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:52 Dload Upload Total Spent Left Speed 18:48:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28254 0:00:01 0:00:01 --:--:-- 28261 100 32557 0 0 100 32557 0 28249 0:00:01 0:00:01 --:--:-- 28261 18:48:53 18:48:53 18:48:53 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v1/core-metadata.yaml] 18:48:53 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:53 Dload Upload Total Spent Left Speed 18:48:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 64860 0:00:01 0:00:01 --:--:-- 64895 100 73721 0 0 100 73721 0 64847 0:00:01 0:00:01 --:--:-- 64895 18:48:55 18:48:55 18:48:55 [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/382/openapi/v1/support-logging.yaml] 18:48:55 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:55 Dload Upload Total Spent Left Speed 18:48:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11422 0:00:01 0:00:01 --:--:-- 11431 100 13581 0 0 100 13581 0 11420 0:00:01 0:00:01 --:--:-- 11431 18:48:56 18:48:56 18:48:56 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v1/support-notifications.yaml] 18:48:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:56 Dload Upload Total Spent Left Speed 18:48:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35819 0:00:01 0:00:01 --:--:-- 35843 100 38890 0 0 100 38890 0 35813 0:00:01 0:00:01 --:--:-- 35843 18:48:57 18:48:57 18:48:57 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v1/support-scheduler.yaml] 18:48:57 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:57 Dload Upload Total Spent Left Speed 18:48:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12017 0:00:01 0:00:01 --:--:-- 12024 100 14249 0 0 100 14249 0 12015 0:00:01 0:00:01 --:--:-- 12024 18:48:58 18:48:58 18:48:58 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/382/openapi/v1/system-agent.yaml] 18:48:58 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:58 Dload Upload Total Spent Left Speed 18:48:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3837 0:00:01 0:00:01 --:--:-- 3841 18:48:59 18:48:59 18:48:59 === Publish openapi/v2 API === 18:48:59 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:48:59 [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/382/openapi/v2/core-command.yaml] 18:48:59 % Total % Received % Xferd Average Speed Time Time Time Current 18:48:59 Dload Upload Total Spent Left Speed 18:49:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24526 0:00:01 0:00:01 --:--:-- 24521 100 29744 0 0 100 29744 0 16943 0:00:01 0:00:01 --:--:-- 16938 18:49:01 18:49:01 18:49:01 [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/382/openapi/v2/core-data.yaml] 18:49:01 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:01 Dload Upload Total Spent Left Speed 18:49:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 47275 0:00:01 0:00:01 --:--:-- 47325 100 57358 0 0 100 57358 0 40846 0:00:01 0:00:01 --:--:-- 40853 100 57358 0 0 100 57358 0 40840 0:00:01 0:00:01 --:--:-- 40824 18:49:02 18:49:02 18:49:02 [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/382/openapi/v2/core-metadata.yaml] 18:49:02 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:02 Dload Upload Total Spent Left Speed 18:49:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 18:49:04 18:49:04 18:49:04 [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/382/openapi/v2/support-notifications.yaml] 18:49:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:04 Dload Upload Total Spent Left Speed 18:49:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60718 0 0 100 60718 0 49970 0:00:01 0:00:01 --:--:-- 50014 100 60718 0 0 100 60718 0 48963 0:00:01 0:00:01 --:--:-- 49005 18:49:04 18:49:04 18:49:04 [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/382/openapi/v2/support-scheduler.yaml] 18:49:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:05 Dload Upload Total Spent Left Speed 18:49:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 31642 0:00:01 0:00:01 --:--:-- 31670 100 37783 0 0 100 37783 0 31638 0:00:01 0:00:01 --:--:-- 31644 18:49:06 18:49:06 18:49:06 [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/382/openapi/v2/system-agent.yaml] 18:49:06 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:06 Dload Upload Total Spent Left Speed 18:49:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 24468 --:--:-- --:--:-- --:--:-- 24450 100 24182 0 0 100 24182 0 24463 --:--:-- --:--:-- --:--:-- 24450 18:49:07 18:49:07 [Pipeline] } 18:49:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh 18:49:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:08 . [Pipeline] withDockerContainer 18:49:08 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:49:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:49:09 $ docker top 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:49:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:09 [ssh-agent] Looking for ssh-agent implementation... 18:49:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:49:10 $ docker exec 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 ssh-agent 18:49:10 SSH_AUTH_SOCK=/tmp/ssh-V6rGshUbfUSd/agent.11 18:49:10 SSH_AGENT_PID=17 18:49:10 Running ssh-add (command line suppressed) 18:49:10 Identity added: /w/workspace/edgex-go/382@tmp/private_key_2564373208432302186.key (/w/workspace/edgex-go/382@tmp/private_key_2564373208432302186.key) 18:49:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:49:10 + git semver tag 18:49:11 # -> Open(): unable to determine branch for HEAD 18:49:11 # $GIT_DIR = /w/workspace/edgex-go/382/.git 18:49:11 # $GIT_WORK_TREE = /w/workspace/edgex-go/382 18:49:11 # $SEMVER_REMOTE_NAME = origin 18:49:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:49:11 # $SEMVER_USER_NAME = edgex-jenkins 18:49:11 # $SEMVER_BRANCH = master 18:49:11 # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver 18:49:11 # f11e4988ceb8c382fc034555d9d0b35dfdaf49ab HEAD 18:49:11 # -> Force: false 18:49:11 # 70b1d7755409900039cae90e1f2fddc1e0a873ef refs/tags/v2.0.0-dev.115 [Pipeline] } 18:49:11 $ docker exec --env ******** --env ******** 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 ssh-agent -k 18:49:11 unset SSH_AUTH_SOCK; 18:49:11 unset SSH_AGENT_PID; 18:49:11 echo Agent pid 17 killed; 18:49:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:49:12 + git semver [Pipeline] } 18:49:12 $ docker stop --time=1 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 18:49:14 $ docker rm -f 02b015aab12036eb02b7d7af7dc6dfe654ba7131b3b483bc8ab7f1ce34539ca1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:49:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:49:14 18:49:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:49:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:49:15 0.23.1-centos7: Pulling from edgex-lftools 18:49:15 ab5ef0e58194: Pulling fs layer 18:49:15 9712f1f96733: Pulling fs layer 18:49:15 63f879dbbcfc: Pulling fs layer 18:49:15 0d9ebad4ef96: Pulling fs layer 18:49:15 e9a5061849ea: Pulling fs layer 18:49:15 d747dcd14b5f: Pulling fs layer 18:49:15 2de7ff778b66: Pulling fs layer 18:49:15 e9a5061849ea: Waiting 18:49:15 d747dcd14b5f: Waiting 18:49:15 2de7ff778b66: Waiting 18:49:15 0d9ebad4ef96: Waiting 18:49:15 9712f1f96733: Verifying Checksum 18:49:15 9712f1f96733: Download complete 18:49:17 63f879dbbcfc: Verifying Checksum 18:49:17 63f879dbbcfc: Download complete 18:49:17 e9a5061849ea: Verifying Checksum 18:49:17 e9a5061849ea: Download complete 18:49:17 d747dcd14b5f: Verifying Checksum 18:49:17 d747dcd14b5f: Download complete 18:49:18 2de7ff778b66: Verifying Checksum 18:49:18 2de7ff778b66: Download complete 18:49:18 0d9ebad4ef96: Verifying Checksum 18:49:18 0d9ebad4ef96: Download complete 18:49:18 ab5ef0e58194: Verifying Checksum 18:49:18 ab5ef0e58194: Download complete 18:49:24 ab5ef0e58194: Pull complete 18:49:24 9712f1f96733: Pull complete 18:49:27 63f879dbbcfc: Pull complete 18:49:35 0d9ebad4ef96: Pull complete 18:49:36 e9a5061849ea: Pull complete 18:49:36 d747dcd14b5f: Pull complete 18:49:39 2de7ff778b66: Pull complete 18:49:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:49:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:49:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:49:39 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:49:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 18:49:43 $ docker top 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:49:43 provisioning config files... 18:49:43 copy managed file [sigul-config] to file:/w/workspace/edgex-go/382@tmp/config8151603710681942058tmp 18:49:43 copy managed file [sigul-password] to file:/w/workspace/edgex-go/382@tmp/config4643317583665673771tmp 18:49:43 copy managed file [sigul-pki] to file:/w/workspace/edgex-go/382@tmp/config68443727359151242tmp [Pipeline] { [Pipeline] echo 18:49:43 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:49:44 ---> sigul-configuration.sh 18:49:44 gpg: directory `/root/.gnupg' created 18:49:44 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:49:44 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:49:44 gpg: keyring `/root/.gnupg/secring.gpg' created 18:49:44 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:49:44 gpg: CAST5 encrypted data 18:49:44 gpg: encrypted with 1 passphrase 18:49:44 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:49:44 + mkdir /home/jenkins 18:49:44 + mkdir /home/jenkins/sigul [Pipeline] sh 18:49:44 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 18:49:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:49:45 ---> sigul-install.sh 18:49:51 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:49:52 + git tag --list 18:49:52 0.6.0 18:49:52 0.6.1 18:49:52 0.7.0 18:49:52 0.7.1 18:49:52 v0.0.0 18:49:52 v0.0.1-dev.1 18:49:52 v1.0.0 18:49:52 v1.0.1 18:49:52 v1.1.0 18:49:52 v1.2.0 18:49:52 v1.2.1 18:49:52 v1.2.2-dev.1 18:49:52 v1.2.2-dev.10 18:49:52 v1.2.2-dev.100 18:49:52 v1.2.2-dev.101 18:49:52 v1.2.2-dev.102 18:49:52 v1.2.2-dev.103 18:49:52 v1.2.2-dev.104 18:49:52 v1.2.2-dev.105 18:49:52 v1.2.2-dev.106 18:49:52 v1.2.2-dev.107 18:49:52 v1.2.2-dev.11 18:49:52 v1.2.2-dev.12 18:49:52 v1.2.2-dev.13 18:49:52 v1.2.2-dev.14 18:49:52 v1.2.2-dev.15 18:49:52 v1.2.2-dev.16 18:49:52 v1.2.2-dev.17 18:49:52 v1.2.2-dev.18 18:49:52 v1.2.2-dev.19 18:49:52 v1.2.2-dev.2 18:49:52 v1.2.2-dev.20 18:49:52 v1.2.2-dev.21 18:49:52 v1.2.2-dev.22 18:49:52 v1.2.2-dev.23 18:49:52 v1.2.2-dev.24 18:49:52 v1.2.2-dev.25 18:49:52 v1.2.2-dev.26 18:49:52 v1.2.2-dev.27 18:49:52 v1.2.2-dev.28 18:49:52 v1.2.2-dev.29 18:49:52 v1.2.2-dev.3 18:49:52 v1.2.2-dev.30 18:49:52 v1.2.2-dev.31 18:49:52 v1.2.2-dev.32 18:49:52 v1.2.2-dev.33 18:49:52 v1.2.2-dev.34 18:49:52 v1.2.2-dev.35 18:49:52 v1.2.2-dev.36 18:49:52 v1.2.2-dev.37 18:49:52 v1.2.2-dev.38 18:49:52 v1.2.2-dev.39 18:49:52 v1.2.2-dev.4 18:49:52 v1.2.2-dev.40 18:49:52 v1.2.2-dev.41 18:49:52 v1.2.2-dev.42 18:49:52 v1.2.2-dev.43 18:49:52 v1.2.2-dev.44 18:49:52 v1.2.2-dev.45 18:49:52 v1.2.2-dev.46 18:49:52 v1.2.2-dev.47 18:49:52 v1.2.2-dev.48 18:49:52 v1.2.2-dev.49 18:49:52 v1.2.2-dev.5 18:49:52 v1.2.2-dev.50 18:49:52 v1.2.2-dev.51 18:49:52 v1.2.2-dev.52 18:49:52 v1.2.2-dev.53 18:49:52 v1.2.2-dev.54 18:49:52 v1.2.2-dev.55 18:49:52 v1.2.2-dev.56 18:49:52 v1.2.2-dev.57 18:49:52 v1.2.2-dev.58 18:49:52 v1.2.2-dev.59 18:49:52 v1.2.2-dev.6 18:49:52 v1.2.2-dev.60 18:49:52 v1.2.2-dev.61 18:49:52 v1.2.2-dev.62 18:49:52 v1.2.2-dev.63 18:49:52 v1.2.2-dev.64 18:49:52 v1.2.2-dev.65 18:49:52 v1.2.2-dev.66 18:49:52 v1.2.2-dev.67 18:49:52 v1.2.2-dev.68 18:49:52 v1.2.2-dev.69 18:49:52 v1.2.2-dev.7 18:49:52 v1.2.2-dev.70 18:49:52 v1.2.2-dev.71 18:49:52 v1.2.2-dev.72 18:49:52 v1.2.2-dev.73 18:49:52 v1.2.2-dev.74 18:49:52 v1.2.2-dev.75 18:49:52 v1.2.2-dev.76 18:49:52 v1.2.2-dev.77 18:49:52 v1.2.2-dev.78 18:49:52 v1.2.2-dev.79 18:49:52 v1.2.2-dev.8 18:49:52 v1.2.2-dev.80 18:49:52 v1.2.2-dev.81 18:49:52 v1.2.2-dev.82 18:49:52 v1.2.2-dev.83 18:49:52 v1.2.2-dev.84 18:49:52 v1.2.2-dev.85 18:49:52 v1.2.2-dev.86 18:49:52 v1.2.2-dev.87 18:49:52 v1.2.2-dev.88 18:49:52 v1.2.2-dev.89 18:49:52 v1.2.2-dev.9 18:49:52 v1.2.2-dev.90 18:49:52 v1.2.2-dev.91 18:49:52 v1.2.2-dev.92 18:49:52 v1.2.2-dev.93 18:49:52 v1.2.2-dev.94 18:49:52 v1.2.2-dev.95 18:49:52 v1.2.2-dev.96 18:49:52 v1.2.2-dev.97 18:49:52 v1.2.2-dev.98 18:49:52 v1.2.2-dev.99 18:49:52 v1.3.0 18:49:52 v1.3.1 18:49:52 v1.3.1-dev.1 18:49:52 v1.3.1-dev.10 18:49:52 v1.3.1-dev.11 18:49:52 v1.3.1-dev.12 18:49:52 v1.3.1-dev.13 18:49:52 v1.3.1-dev.14 18:49:52 v1.3.1-dev.15 18:49:52 v1.3.1-dev.16 18:49:52 v1.3.1-dev.17 18:49:52 v1.3.1-dev.18 18:49:52 v1.3.1-dev.2 18:49:52 v1.3.1-dev.3 18:49:52 v1.3.1-dev.4 18:49:52 v1.3.1-dev.5 18:49:52 v1.3.1-dev.6 18:49:52 v1.3.1-dev.7 18:49:52 v1.3.1-dev.8 18:49:52 v1.3.1-dev.9 18:49:52 v2.0.0-dev.1 18:49:52 v2.0.0-dev.10 18:49:52 v2.0.0-dev.100 18:49:52 v2.0.0-dev.101 18:49:52 v2.0.0-dev.102 18:49:52 v2.0.0-dev.103 18:49:52 v2.0.0-dev.104 18:49:52 v2.0.0-dev.105 18:49:52 v2.0.0-dev.106 18:49:52 v2.0.0-dev.107 18:49:52 v2.0.0-dev.108 18:49:52 v2.0.0-dev.109 18:49:52 v2.0.0-dev.11 18:49:52 v2.0.0-dev.110 18:49:52 v2.0.0-dev.111 18:49:52 v2.0.0-dev.112 18:49:52 v2.0.0-dev.113 18:49:52 v2.0.0-dev.114 18:49:52 v2.0.0-dev.115 18:49:52 v2.0.0-dev.12 18:49:52 v2.0.0-dev.13 18:49:52 v2.0.0-dev.14 18:49:52 v2.0.0-dev.15 18:49:52 v2.0.0-dev.16 18:49:52 v2.0.0-dev.17 18:49:52 v2.0.0-dev.18 18:49:52 v2.0.0-dev.19 18:49:52 v2.0.0-dev.2 18:49:52 v2.0.0-dev.20 18:49:52 v2.0.0-dev.21 18:49:52 v2.0.0-dev.22 18:49:52 v2.0.0-dev.23 18:49:52 v2.0.0-dev.24 18:49:52 v2.0.0-dev.25 18:49:52 v2.0.0-dev.26 18:49:52 v2.0.0-dev.27 18:49:52 v2.0.0-dev.28 18:49:52 v2.0.0-dev.29 18:49:52 v2.0.0-dev.3 18:49:52 v2.0.0-dev.30 18:49:52 v2.0.0-dev.31 18:49:52 v2.0.0-dev.32 18:49:52 v2.0.0-dev.33 18:49:52 v2.0.0-dev.34 18:49:52 v2.0.0-dev.35 18:49:52 v2.0.0-dev.36 18:49:52 v2.0.0-dev.37 18:49:52 v2.0.0-dev.38 18:49:52 v2.0.0-dev.39 18:49:52 v2.0.0-dev.4 18:49:52 v2.0.0-dev.40 18:49:52 v2.0.0-dev.41 18:49:52 v2.0.0-dev.42 18:49:52 v2.0.0-dev.43 18:49:52 v2.0.0-dev.44 18:49:52 v2.0.0-dev.45 18:49:52 v2.0.0-dev.46 18:49:52 v2.0.0-dev.47 18:49:52 v2.0.0-dev.48 18:49:52 v2.0.0-dev.49 18:49:52 v2.0.0-dev.5 18:49:52 v2.0.0-dev.50 18:49:52 v2.0.0-dev.51 18:49:52 v2.0.0-dev.52 18:49:52 v2.0.0-dev.53 18:49:52 v2.0.0-dev.54 18:49:52 v2.0.0-dev.55 18:49:52 v2.0.0-dev.56 18:49:52 v2.0.0-dev.57 18:49:52 v2.0.0-dev.58 18:49:52 v2.0.0-dev.59 18:49:52 v2.0.0-dev.6 18:49:52 v2.0.0-dev.60 18:49:52 v2.0.0-dev.61 18:49:52 v2.0.0-dev.62 18:49:52 v2.0.0-dev.63 18:49:52 v2.0.0-dev.64 18:49:52 v2.0.0-dev.65 18:49:52 v2.0.0-dev.66 18:49:52 v2.0.0-dev.67 18:49:52 v2.0.0-dev.68 18:49:52 v2.0.0-dev.69 18:49:52 v2.0.0-dev.7 18:49:52 v2.0.0-dev.70 18:49:52 v2.0.0-dev.71 18:49:52 v2.0.0-dev.72 18:49:52 v2.0.0-dev.73 18:49:52 v2.0.0-dev.74 18:49:52 v2.0.0-dev.75 18:49:52 v2.0.0-dev.76 18:49:52 v2.0.0-dev.77 18:49:52 v2.0.0-dev.78 18:49:52 v2.0.0-dev.79 18:49:52 v2.0.0-dev.8 18:49:52 v2.0.0-dev.80 18:49:52 v2.0.0-dev.81 18:49:52 v2.0.0-dev.82 18:49:52 v2.0.0-dev.83 18:49:52 v2.0.0-dev.84 18:49:52 v2.0.0-dev.85 18:49:52 v2.0.0-dev.86 18:49:52 v2.0.0-dev.87 18:49:52 v2.0.0-dev.88 18:49:52 v2.0.0-dev.89 18:49:52 v2.0.0-dev.9 18:49:52 v2.0.0-dev.90 18:49:52 v2.0.0-dev.91 18:49:52 v2.0.0-dev.92 18:49:52 v2.0.0-dev.93 18:49:52 v2.0.0-dev.94 18:49:52 v2.0.0-dev.95 18:49:52 v2.0.0-dev.96 18:49:52 v2.0.0-dev.97 18:49:52 v2.0.0-dev.98 18:49:52 v2.0.0-dev.99 [Pipeline] sh 18:49:52 + lftools sign git-tag v2.0.0-dev.115 18:49:53 Signing Git tag with Sigul... 18:49:53 Signing v2.0.0-dev.115 [Pipeline] echo 18:49:54 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:49:55 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:49:55 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:49:55 $ docker stop --time=1 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 18:49:57 $ docker rm -f 3e3c7248ada20d3535dd55d4519d964f193569ef46dfdd962418a607fd361b41 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:49:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:49:58 . [Pipeline] withDockerContainer 18:49:58 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:49:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:49:59 $ docker top 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:49:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:49:59 [ssh-agent] Looking for ssh-agent implementation... 18:50:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:00 $ docker exec 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 ssh-agent 18:50:00 SSH_AUTH_SOCK=/tmp/ssh-hVG9STGdbAaa/agent.12 18:50:00 SSH_AGENT_PID=17 18:50:00 Running ssh-add (command line suppressed) 18:50:00 Identity added: /w/workspace/edgex-go/382@tmp/private_key_1102050163028291276.key (/w/workspace/edgex-go/382@tmp/private_key_1102050163028291276.key) 18:50:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:00 + git semver bump pre 18:50:00 # -> Open(): unable to determine branch for HEAD 18:50:00 # $GIT_DIR = /w/workspace/edgex-go/382/.git 18:50:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/382 18:50:00 # $SEMVER_REMOTE_NAME = origin 18:50:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:50:00 # $SEMVER_USER_NAME = edgex-jenkins 18:50:00 # $SEMVER_BRANCH = master 18:50:00 # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver 18:50:00 2.0.0-dev.116 [Pipeline] } 18:50:00 $ docker exec --env ******** --env ******** 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 ssh-agent -k 18:50:01 unset SSH_AUTH_SOCK; 18:50:01 unset SSH_AGENT_PID; 18:50:01 echo Agent pid 17 killed; 18:50:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:01 + git semver [Pipeline] } 18:50:01 $ docker stop --time=1 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 18:50:02 $ docker rm -f 00f5db78a58884de8fec99e1512224c4808d8c76bbea8b0a4a719ed767960da5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:50:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:50:03 . [Pipeline] withDockerContainer 18:50:03 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:50:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:50:04 $ docker top 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:50:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:50:04 [ssh-agent] Looking for ssh-agent implementation... 18:50:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:50:05 $ docker exec 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 ssh-agent 18:50:05 SSH_AUTH_SOCK=/tmp/ssh-58tInSh0nHYt/agent.12 18:50:05 SSH_AGENT_PID=18 18:50:05 Running ssh-add (command line suppressed) 18:50:05 Identity added: /w/workspace/edgex-go/382@tmp/private_key_6506711918296243057.key (/w/workspace/edgex-go/382@tmp/private_key_6506711918296243057.key) 18:50:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:50:05 + git semver push 18:50:05 # -> Open(): unable to determine branch for HEAD 18:50:05 # $GIT_DIR = /w/workspace/edgex-go/382/.git 18:50:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/382 18:50:05 # $SEMVER_REMOTE_NAME = origin 18:50:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:50:05 # $SEMVER_USER_NAME = edgex-jenkins 18:50:05 # $SEMVER_BRANCH = master 18:50:05 # $SEMVER_DIR = /w/workspace/edgex-go/382/.semver [Pipeline] } 18:50:14 $ docker exec --env ******** --env ******** 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 ssh-agent -k 18:50:14 unset SSH_AUTH_SOCK; 18:50:14 unset SSH_AGENT_PID; 18:50:14 echo Agent pid 18 killed; 18:50:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:50:14 + git semver [Pipeline] } 18:50:14 $ docker stop --time=1 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 18:50:16 $ docker rm -f 28bfc5c9f4e90e045867697f9e5f6e0a0eade1822670239bd9331b2485c32344 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:50:17 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:50:18 ---> package-listing.sh 18:50:18 ++ facter osfamily 18:50:18 ++ tr '[:upper:]' '[:lower:]' 18:50:18 + OS_FAMILY=redhat 18:50:18 + workspace=/w/workspace/edgex-go/382 18:50:18 + START_PACKAGES=/tmp/packages_start.txt 18:50:18 + END_PACKAGES=/tmp/packages_end.txt 18:50:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:50:18 + PACKAGES=/tmp/packages_start.txt 18:50:18 + '[' /w/workspace/edgex-go/382 ']' 18:50:18 + PACKAGES=/tmp/packages_end.txt 18:50:18 + case "${OS_FAMILY}" in 18:50:18 + rpm -qa 18:50:18 + sort 18:50:23 + '[' -f /tmp/packages_start.txt ']' 18:50:23 + '[' -f /tmp/packages_end.txt ']' 18:50:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:50:23 + '[' /w/workspace/edgex-go/382 ']' 18:50:23 + mkdir -p /w/workspace/edgex-go/382/archives/ 18:50:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/382/archives/ [Pipeline] echo 18:50:23 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:50:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:50:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:24 18:50:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:50:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:24 alpine: Pulling from edgex-lftools-log-publisher 18:50:24 df20fa9351a1: Pulling fs layer 18:50:24 36b3adc4ff6f: Pulling fs layer 18:50:24 8ad3a11d3b57: Pulling fs layer 18:50:24 46f8f816bc3b: Pulling fs layer 18:50:24 93b61091891f: Pulling fs layer 18:50:24 93b9cdb0e59b: Pulling fs layer 18:50:24 5e14af77c1be: Pulling fs layer 18:50:24 01666e4c0597: Pulling fs layer 18:50:24 aa168da1d23b: Pulling fs layer 18:50:24 93b61091891f: Waiting 18:50:24 93b9cdb0e59b: Waiting 18:50:24 5e14af77c1be: Waiting 18:50:24 01666e4c0597: Waiting 18:50:24 aa168da1d23b: Waiting 18:50:24 46f8f816bc3b: Waiting 18:50:24 36b3adc4ff6f: Verifying Checksum 18:50:24 36b3adc4ff6f: Download complete 18:50:24 46f8f816bc3b: Verifying Checksum 18:50:24 46f8f816bc3b: Download complete 18:50:24 df20fa9351a1: Verifying Checksum 18:50:24 df20fa9351a1: Download complete 18:50:24 93b9cdb0e59b: Verifying Checksum 18:50:24 93b9cdb0e59b: Download complete 18:50:24 93b61091891f: Verifying Checksum 18:50:24 93b61091891f: Download complete 18:50:24 5e14af77c1be: Download complete 18:50:24 01666e4c0597: Verifying Checksum 18:50:24 01666e4c0597: Download complete 18:50:24 df20fa9351a1: Pull complete 18:50:25 36b3adc4ff6f: Pull complete 18:50:25 8ad3a11d3b57: Verifying Checksum 18:50:25 8ad3a11d3b57: Download complete 18:50:26 aa168da1d23b: Verifying Checksum 18:50:26 aa168da1d23b: Download complete 18:50:27 8ad3a11d3b57: Pull complete 18:50:27 46f8f816bc3b: Pull complete 18:50:27 93b61091891f: Pull complete 18:50:28 93b9cdb0e59b: Pull complete 18:50:28 5e14af77c1be: Pull complete 18:50:28 01666e4c0597: Pull complete 18:50:36 aa168da1d23b: Pull complete 18:50:36 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:50:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:36 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:50:36 prd-centos7-docker-4c-2g-28729 does not seem to be running inside a container 18:50:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/382/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/382 -v /w/workspace/edgex-go/382:/w/workspace/edgex-go/382:rw,z -v /w/workspace/edgex-go/382@tmp:/w/workspace/edgex-go/382@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:50:40 $ docker top 8fe94df7fa7e5319b40fe636cc8500277e05fe89b6972ed124bc268592da5b5d -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:41 + touch /tmp/pre-build-complete [Pipeline] sh 18:50:41 + mkdir -p /var/log/sa [Pipeline] sh 18:50:42 + ls /var/log/sa-host 18:50:42 + sadf -c /var/log/sa-host/sa05 18:50:42 file_magic: OK 18:50:42 HZ: Using current value: 100 18:50:42 file_header: OK 18:50:42 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:50:42 Statistics: 18:50:42 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:42 File successfully converted to sysstat format version 12.2.1 18:50:42 + sadf -c /var/log/sa-host/sa23 18:50:42 file_magic: OK 18:50:42 HZ: Using current value: 100 18:50:42 file_header: OK 18:50:42 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:50:42 Statistics: 18:50:42 Hnuu...uuuununununu... 18:50:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:50:42 provisioning config files... 18:50:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/382@tmp/config4933863336238486678tmp [Pipeline] { [Pipeline] echo 18:50:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:50:42 ---> create-netrc.sh [Pipeline] } 18:50:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:50:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:50:43 ---> python-tools-install.sh [Pipeline] echo 18:50:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:50:43 ---> sudo-logs.sh 18:50:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:50:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:50:44 ---> job-cost.sh 18:50:44 lf-activate-venv: SKIPPING 18:50:44 DEBUG: total: 0.20999999344348907 18:50:44 INFO: Retrieving Stack Cost... 18:50:45 INFO: Retrieving Pricing Info for: v1-standard-2 18:50:45 INFO: Archiving Costs [Pipeline] echo 18:50:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:50:46 ---> logs-deploy.sh 18:50:46 lf-activate-venv: SKIPPING 18:50:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/382 18:50:46 INFO: archiving workspace using pattern(s): 18:50:47 Archives upload complete. 18:50:47 INFO: archiving logs to Nexus